Gaussian Spread

This commit is contained in:
Marco 2025-05-01 11:59:32 +02:00
commit 2c72f36108
11 changed files with 84 additions and 11 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -17,5 +17,5 @@ ItemKey = &"ICE_SHOTGUN"
AmmoKey = &"ICE_AMMO"
BulletsPerShot = 3
SpreadAngle = 15.0
RandomSpread = 0.0
RandomSpread = 15.0
_rotationOffset = 0.0

View file

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