Cleanup
This commit is contained in:
+5
-13
@@ -40,21 +40,18 @@ tinMag =
|
|||||||
}
|
}
|
||||||
|
|
||||||
drumMag :: Item
|
drumMag :: Item
|
||||||
drumMag =
|
drumMag = tinMag & itType . ibtAmmoMag .~ DRUMMAG
|
||||||
tinMag & itType . ibtAmmoMag .~ DRUMMAG
|
|
||||||
& itConsumables . magLoadStatus . iaLoaded .~ 30
|
& itConsumables . magLoadStatus . iaLoaded .~ 30
|
||||||
& itConsumables . magLoadStatus . iaMax .~ 30
|
& itConsumables . magLoadStatus . iaMax .~ 30
|
||||||
|
|
||||||
beltMag :: Item
|
beltMag :: Item
|
||||||
beltMag =
|
beltMag = tinMag & itType . ibtAmmoMag .~ BELTMAG
|
||||||
tinMag & itType . ibtAmmoMag .~ BELTMAG
|
|
||||||
& itConsumables . magLoadStatus . iaLoaded .~ 10000
|
& itConsumables . magLoadStatus . iaLoaded .~ 10000
|
||||||
& itConsumables . magLoadStatus . iaMax .~ 20000
|
& itConsumables . magLoadStatus . iaMax .~ 20000
|
||||||
& itConsumables . magType .~ BeltBulletAmmo
|
& itConsumables . magType .~ BeltBulletAmmo
|
||||||
|
|
||||||
megaShellMag :: Item
|
megaShellMag :: Item
|
||||||
megaShellMag =
|
megaShellMag = shellMag
|
||||||
shellMag
|
|
||||||
& itConsumables . magLoadStatus . iaMax .~ 1000000
|
& itConsumables . magLoadStatus . iaMax .~ 1000000
|
||||||
& itConsumables . magLoadStatus . iaLoaded .~ 1000000
|
& itConsumables . magLoadStatus . iaLoaded .~ 1000000
|
||||||
|
|
||||||
@@ -67,7 +64,6 @@ shellMag =
|
|||||||
{ _magParams =
|
{ _magParams =
|
||||||
ProjectileParams
|
ProjectileParams
|
||||||
{ _ampPayload = ExplosionPayload
|
{ _ampPayload = ExplosionPayload
|
||||||
-- { _ampPayload = ShrapnelBomb
|
|
||||||
}
|
}
|
||||||
, _magLoadStatus =
|
, _magLoadStatus =
|
||||||
ReloadStatus
|
ReloadStatus
|
||||||
@@ -78,8 +74,7 @@ shellMag =
|
|||||||
}
|
}
|
||||||
|
|
||||||
megaBattery :: Item
|
megaBattery :: Item
|
||||||
megaBattery =
|
megaBattery = battery
|
||||||
battery
|
|
||||||
& itConsumables . magLoadStatus . iaMax .~ 1000000
|
& itConsumables . magLoadStatus . iaMax .~ 1000000
|
||||||
& itConsumables . magLoadStatus . iaLoaded .~ 1000000
|
& itConsumables . magLoadStatus . iaLoaded .~ 1000000
|
||||||
|
|
||||||
@@ -120,7 +115,4 @@ chemFuelPouch =
|
|||||||
}
|
}
|
||||||
|
|
||||||
bulletSynthesizer :: Item
|
bulletSynthesizer :: Item
|
||||||
bulletSynthesizer =
|
bulletSynthesizer = makeAttach BULLETSYNTH & itUse .~ UseAttach (APInt 0)
|
||||||
makeAttach BULLETSYNTH
|
|
||||||
& itUse .~ UseAttach (APInt 0)
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user