mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 18:23:48 +00:00
P power scaling
This commit is contained in:
parent
d5851bca00
commit
ee84bafdad
23 changed files with 158 additions and 44 deletions
|
|
@ -8,6 +8,7 @@ script = ExtResource("1_d3tbp")
|
|||
Name = &"Cheat Gun"
|
||||
BulletData = ExtResource("1_7fekn")
|
||||
Priority = 100
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 200
|
||||
ReloadTime = 0.1
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ script = ExtResource("2_f4135")
|
|||
Name = &"Improved Icicle Repeater"
|
||||
BulletData = ExtResource("1_lg8jo")
|
||||
Priority = 20
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 8
|
||||
ReloadTime = 0.5
|
||||
|
|
|
|||
|
|
@ -7,15 +7,17 @@
|
|||
script = ExtResource("1_wdsus")
|
||||
Name = &"Spider Bomb"
|
||||
BulletData = ExtResource("1_m8p4s")
|
||||
Priority = 0
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.4
|
||||
BulletCapacity = 20
|
||||
ReloadTime = 1.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
ItemKey = &"SPIDER_BOMB"
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = &"SPIDER_BOMB"
|
||||
AmmoKey = null
|
||||
_rotationOffset = 0.0
|
||||
metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue