Drum-loaded: Difference between revisions

181 bytes added ,  20:30, 16 June 2022
m
wording/clarity
mNo edit summary
m (wording/clarity)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
| gameversion        = 2.0.201.114
| gameversion        = 2.0.201.114
}}
}}
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 increase 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}}