mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 03:23:48 +00:00
Gaussian Spread
This commit is contained in:
parent
f3a701d3f9
commit
2c72f36108
11 changed files with 84 additions and 11 deletions
|
|
@ -16,6 +16,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN_SAWED"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 4
|
||||
SpreadAngle = 30.0
|
||||
RandomSpread = 0.0
|
||||
SpreadAngle = 40.0
|
||||
RandomSpread = 30.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN_SAWED_T1"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 4
|
||||
SpreadAngle = 25.0
|
||||
RandomSpread = 0.0
|
||||
SpreadAngle = 30.0
|
||||
RandomSpread = 28.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN_SAWED_T2"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 4
|
||||
SpreadAngle = 25.0
|
||||
RandomSpread = 0.0
|
||||
SpreadAngle = 38.0
|
||||
RandomSpread = 25.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ ItemKey = &"ICE_SHOTGUN_T1"
|
|||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
RandomSpread = 0.0
|
||||
RandomSpread = 12.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ ItemKey = &"ICE_SHOTGUN_T2"
|
|||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
RandomSpread = 0.0
|
||||
RandomSpread = 10.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ ItemKey = &"ICE_SHOTGUN"
|
|||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
RandomSpread = 0.0
|
||||
RandomSpread = 15.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
script = ExtResource("2_m8dps")
|
||||
Name = &"Icicle Gun"
|
||||
BulletData = ExtResource("1_85ef1")
|
||||
Priority = 0
|
||||
RateOfFire = 0.3
|
||||
BulletCapacity = 5
|
||||
ReloadTime = 0.6
|
||||
|
|
@ -17,8 +18,8 @@ InfiniteAmmo = true
|
|||
ItemKey = &"ICICLE_GUN"
|
||||
AmmoKey = &""
|
||||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
SpreadAngle = 5.0
|
||||
RandomSpread = 2.5
|
||||
_rotationOffset = 0.0
|
||||
ReloadSound = ExtResource("2_sd6j2")
|
||||
ShootSound = ExtResource("2_r2tre")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue