Move AmmoType, going towards no need for Aeson
This commit is contained in:
@@ -61,7 +61,7 @@ batteryPack =
|
||||
& itConsumables
|
||||
.~ AmmoMag
|
||||
{ _magParams = NoAmmoParams
|
||||
, _magType = ElectricalAmmo
|
||||
-- , _magType = ElectricalAmmo
|
||||
, _magLoadStatus =
|
||||
ReloadStatus
|
||||
{ _iaMax = 10000000
|
||||
@@ -80,7 +80,7 @@ fuelPack =
|
||||
& itConsumables
|
||||
.~ AmmoMag
|
||||
{ _magParams = GasParams ChemFuel
|
||||
, _magType = GasAmmo
|
||||
-- , _magType = GasAmmo
|
||||
, _magLoadStatus =
|
||||
ReloadStatus
|
||||
{ _iaMax = 100000
|
||||
@@ -97,7 +97,7 @@ bulletBeltPack =
|
||||
& itConsumables
|
||||
.~ AmmoMag
|
||||
{ _magParams = BulletParams defaultBullet
|
||||
, _magType = BeltBulletAmmo
|
||||
-- , _magType = BeltBulletAmmo
|
||||
, _magLoadStatus =
|
||||
ReloadStatus
|
||||
{ _iaMax = 10000000
|
||||
@@ -115,7 +115,7 @@ bulletBeltBracer =
|
||||
& itConsumables
|
||||
.~ AmmoMag
|
||||
{ _magParams = BulletParams defaultBullet
|
||||
, _magType = BeltBulletAmmo
|
||||
-- , _magType = BeltBulletAmmo
|
||||
, _magLoadStatus =
|
||||
ReloadStatus
|
||||
{ _iaMax = 100000
|
||||
|
||||
Reference in New Issue
Block a user