Commit before changing module system to Map
This commit is contained in:
@@ -60,7 +60,7 @@ shrinkGun = defaultGun
|
||||
{ _itName = "SHRINKER"
|
||||
, _itType = SHRINKER
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 100
|
||||
{ _ammoBaseMax = 100
|
||||
, _ammoLoaded = 100
|
||||
, _reloadTime = 20
|
||||
}
|
||||
@@ -91,7 +91,7 @@ blinkGun = defaultGun
|
||||
, _itType = BLINKER
|
||||
, _itInvColor = cyan
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 100
|
||||
{ _ammoBaseMax = 100
|
||||
, _ammoLoaded = 100
|
||||
, _reloadTime = 20
|
||||
}
|
||||
@@ -123,7 +123,7 @@ forceFieldGun = defaultGun
|
||||
{ _itName = "FORCEFIELD"
|
||||
, _itType = FORCEFIELD
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 100
|
||||
{ _ammoBaseMax = 100
|
||||
, _ammoLoaded = 100
|
||||
, _reloadTime = 40
|
||||
, _reloadState = Nothing'
|
||||
|
||||
Reference in New Issue
Block a user