Implemented battery weapons

This commit is contained in:
Marco 2025-08-13 16:51:56 +02:00
commit 54fa750bca
20 changed files with 372 additions and 264 deletions

View file

@ -9,18 +9,17 @@
script = ExtResource("4_ld57e")
Name = &"Icicle Gun"
BulletData = ExtResource("1_d2kl0")
Priority = 1
AmmoPerShot = 1
RateOfFire = 0.1
Priority = 10
AmmoPerShot = 5
RateOfFire = 0.052999999999883585
BulletCapacity = 100
ReloadTime = 0.1
AutoReload = true
InfiniteAmmo = true
ReloadTime = 0.5
InfiniteAmmo = false
ItemKey = &"ICICLE_GUN"
AmmoKey = &""
BulletsPerShot = 1
AmmoKey = &"BATTERY"
RechargeTime = 0.19999999999708962
RechargeAmount = 5
SpreadAngle = 5.0
RandomSpread = 2.5
_rotationOffset = 0.0
ReloadSound = ExtResource("2_sdmjb")
ShootSound = ExtResource("3_hj8fq")