mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 07:51:16 +00:00
Enemies balance
This commit is contained in:
parent
15cb0f2ad0
commit
5ada2ea044
6 changed files with 51 additions and 10 deletions
|
|
@ -7,14 +7,14 @@
|
|||
script = ExtResource("2_gblpw")
|
||||
Name = &"Enemy Shotgun"
|
||||
BulletData = ExtResource("1_gd1fn")
|
||||
RateOfFire = 0.3
|
||||
RateOfFire = 1.2
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
ReloadTime = 2.0
|
||||
AutoReload = true
|
||||
InfiniteAmmo = true
|
||||
BulletsPerShot = 2
|
||||
SpreadAngle = 20.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
BulletsPerShot = 5
|
||||
SpreadAngle = 30.0
|
||||
RandomSpread = 0.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue