This commit is contained in:
2022-06-07 21:34:34 +01:00
parent d2c3d14e46
commit e85bd36fe4
28 changed files with 222 additions and 232 deletions
+9 -9
View File
@@ -74,9 +74,9 @@ teslaGun = defaultBatteryGun
{ _itName = "TESLA"
, _itType = TESLAGUN
, _itConsumption = defaultAmmo
{ _ammoBaseMax = 200
, _ammoLoaded = 200
, _reloadTime = 80
{ _laMax = 200
, _laLoaded = 200
, _laReloadTime = 80
}
, _itUse = ruseInstant shootTeslaArc NoHammer
[ ammoCheckI
@@ -271,9 +271,9 @@ lasGun = defaultAutoBatteryGun
{ _itName = "LASGUN"
, _itType = LASGUN
, _itConsumption = defaultAmmo
{ _ammoBaseMax = 200
, _ammoLoaded = 200
, _reloadTime = 80
{ _laMax = 200
, _laLoaded = 200
, _laReloadTime = 80
}
, _itUse = ruseInstant shootLaser NoHammer
[ ammoCheckI
@@ -338,9 +338,9 @@ tractorGun = lasGun
{ _itName = "TRACTORGUN"
, _itType = TRACTORGUN
, _itConsumption = defaultAmmo
{ _ammoBaseMax = 10000
, _ammoLoaded = 10000
, _reloadTime = 40
{ _laMax = 10000
, _laLoaded = 10000
, _laReloadTime = 40
}
, _itUse = ruseInstant aTractorBeam NoHammer
[ ammoCheckI