mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 02:01:16 +00:00
Implemented battery weapons
This commit is contained in:
parent
d5c22045b7
commit
54fa750bca
20 changed files with 372 additions and 264 deletions
|
|
@ -10,17 +10,12 @@ script = ExtResource("2_m8dps")
|
|||
Name = &"Icicle Gun"
|
||||
BulletData = ExtResource("1_sd6j2")
|
||||
Priority = 1
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 100
|
||||
ReloadTime = 0.1
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = &"ICICLE_GUN"
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 5.0
|
||||
RandomSpread = 2.5
|
||||
_rotationOffset = 0.0
|
||||
ReloadSound = ExtResource("2_sd6j2")
|
||||
ShootSound = ExtResource("3_sd6j2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue