P power scaling

This commit is contained in:
Marco 2025-05-20 15:57:35 +02:00
commit ee84bafdad
23 changed files with 158 additions and 44 deletions

View file

@ -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

View file

@ -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

View file

@ -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"