mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 18:21:17 +00:00
Implemented battery weapons
This commit is contained in:
parent
d5c22045b7
commit
54fa750bca
20 changed files with 372 additions and 264 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue