Drum-loaded: Difference between revisions

172 bytes added ,  17:54, 3 May 2022
m
no edit summary
mNo edit summary
mNo edit summary
Line 15: Line 15:
}}
}}
Drum-loaded is a modification for magazine based weapons, or non-bow or dart gun weapons that use physical ammo. It increases the maximum ammo they can hold by 20%, with a minimum of one.
Drum-loaded is a modification for magazine based weapons, or non-bow or dart gun weapons that use physical ammo. It increases the maximum ammo they can hold by 20%, with a minimum of one.
=== Eligible Rifles ===
== Eligible Equipment ==
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
=== Rifles ===
{{#cargo_query:table=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
{{#cargo_query:table=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
| join on = IT.JoinKey=GD.JoinKey, IT.JoinKey=MWD.JoinKey
| join on = IT.JoinKey=GD.JoinKey, IT.JoinKey=MWD.JoinKey
Line 28: Line 31:
| order by = MWD.MaxAmmo ASC, GD.Tier ASC
| order by = MWD.MaxAmmo ASC, GD.Tier ASC
}}
}}
 
</div>
=== Eligible Pistols ===
<div style="margin-right: 2.5em;">
=== Pistols ===
{{#cargo_query:table=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
{{#cargo_query:table=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
| join on = IT.JoinKey=GD.JoinKey, IT.JoinKey=MWD.JoinKey
| join on = IT.JoinKey=GD.JoinKey, IT.JoinKey=MWD.JoinKey
Line 42: Line 46:
| order by = MWD.MaxAmmo
| order by = MWD.MaxAmmo
}}
}}
 
</div>
=== Eligible Heavy Weapons ===
<div style="margin-right: 2.5em;">
=== Heavy Weapons ===
{{#cargo_query:table=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
{{#cargo_query:table=ItemsTable=IT, GeneralData=GD, MissileWeaponData=MWD
| join on = IT.JoinKey=GD.JoinKey,IT.JoinKey=MWD.JoinKey
| join on = IT.JoinKey=GD.JoinKey,IT.JoinKey=MWD.JoinKey
Line 56: Line 61:
| order by = MWD.MaxAmmo ASC, GD.Tier ASC
| order by = MWD.MaxAmmo ASC, GD.Tier ASC
}}
}}
</div>
</div>
{{Mod Navbox}}
{{Mod Navbox}}
2,158

edits