Commit before changing module system to Map

This commit is contained in:
2022-02-21 07:50:15 +00:00
parent 779e076c93
commit 724ee21afc
25 changed files with 171 additions and 86 deletions
+3 -3
View File
@@ -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
}