mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Reduced shotgun cone
This commit is contained in:
parent
b16e633451
commit
b720990fe2
7 changed files with 27 additions and 25 deletions
|
|
@ -17,6 +17,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN_T1"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
SpreadAngle = 8.0
|
||||
RandomSpread = 12.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ script = ExtResource("2_2n571")
|
|||
Name = &"Ice Shotgun"
|
||||
BulletData = ExtResource("1_ej60i")
|
||||
Priority = 20
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.2
|
||||
BulletCapacity = 6
|
||||
ReloadTime = 0.7
|
||||
|
|
@ -16,6 +17,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN_T2"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
SpreadAngle = 8.0
|
||||
RandomSpread = 10.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ script = ExtResource("2_utbbo")
|
|||
Name = &"Ice Shotgun"
|
||||
BulletData = ExtResource("1_m44wx")
|
||||
Priority = 30
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.5
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
|
|
@ -16,6 +17,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
SpreadAngle = 8.0
|
||||
RandomSpread = 15.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue