Commit before changing module system to Map
This commit is contained in:
@@ -35,7 +35,7 @@ teslaGun = defaultGun
|
||||
{ _itName = "TESLA"
|
||||
, _itType = TESLAGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 200
|
||||
{ _ammoBaseMax = 200
|
||||
, _ammoLoaded = 200
|
||||
, _reloadTime = 80
|
||||
}
|
||||
@@ -69,7 +69,7 @@ lasGun = defaultAutoGun
|
||||
{ _itName = "LASGUN"
|
||||
, _itType = LASGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 200
|
||||
{ _ammoBaseMax = 200
|
||||
, _ammoLoaded = 200
|
||||
, _reloadTime = 80
|
||||
}
|
||||
@@ -129,7 +129,7 @@ tractorGun = lasGun
|
||||
{ _itName = "TRACTORGUN"
|
||||
, _itType = TRACTORGUN
|
||||
, _itConsumption = defaultAmmo
|
||||
{ _ammoMax = 10000
|
||||
{ _ammoBaseMax = 10000
|
||||
, _ammoLoaded = 10000
|
||||
, _reloadTime = 40
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user