mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 20:43:48 +00:00
Icicle Repeater and tweaks to weapons
This commit is contained in:
parent
323c420aad
commit
d8397ed4d9
9 changed files with 99 additions and 9 deletions
|
|
@ -7,9 +7,9 @@
|
|||
script = ExtResource("2_m8dps")
|
||||
Name = "Icicle Gun"
|
||||
BulletData = ExtResource("1_85ef1")
|
||||
RateOfFire = 0.1
|
||||
RateOfFire = 0.2
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.2
|
||||
ReloadTime = 0.6
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
BulletsPerShot = 1
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ script = ExtResource("2_f4135")
|
|||
Name = "Icicle Gun"
|
||||
BulletData = ExtResource("1_lg8jo")
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 100
|
||||
ReloadTime = 0.4
|
||||
BulletCapacity = 8
|
||||
ReloadTime = 0.5
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
InfiniteAmmo = false
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "IcicleRepeater"
|
||||
AmmoKey = ""
|
||||
AmmoKey = "Ammo1"
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue