mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-08 08:01:17 +00:00
Rebalanced shotguns
This commit is contained in:
parent
e85930df5e
commit
fe6187af58
4 changed files with 36 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://i5cq21er10ew"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_g5stw"]
|
||||
[ext_resource type="Resource" uid="uid://d2d4jh14m1mjm" path="res://Resources/Bullets/ice_shotgun_sawed_bullets.tres" id="1_g5stw"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_d1u0r"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -8,6 +8,7 @@ script = ExtResource("2_d1u0r")
|
|||
Name = &"Sawed-Off Ice Shotgun"
|
||||
BulletData = ExtResource("1_g5stw")
|
||||
Priority = 10
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.5
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
|
|
@ -16,6 +17,6 @@ InfiniteAmmo = false
|
|||
ItemKey = &"ICE_SHOTGUN_SAWED"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 4
|
||||
SpreadAngle = 40.0
|
||||
RandomSpread = 30.0
|
||||
SpreadAngle = 20.0
|
||||
RandomSpread = 15.0
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue