2025-05-01 11:10:36 +02:00
|
|
|
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://2ra03y2ohoeh"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_ej60i"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_2n571"]
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("2_2n571")
|
|
|
|
|
Name = &"Ice Shotgun"
|
|
|
|
|
BulletData = ExtResource("1_ej60i")
|
2025-05-02 10:25:25 +02:00
|
|
|
Priority = 20
|
2025-05-05 14:51:34 +02:00
|
|
|
AmmoPerShot = 1
|
2025-05-01 11:10:36 +02:00
|
|
|
RateOfFire = 0.2
|
|
|
|
|
BulletCapacity = 6
|
|
|
|
|
ReloadTime = 0.7
|
|
|
|
|
AutoReload = true
|
|
|
|
|
InfiniteAmmo = false
|
|
|
|
|
ItemKey = &"ICE_SHOTGUN_T2"
|
|
|
|
|
AmmoKey = &"ICE_AMMO"
|
|
|
|
|
BulletsPerShot = 3
|
2025-05-05 14:51:34 +02:00
|
|
|
SpreadAngle = 8.0
|
2025-05-01 11:59:32 +02:00
|
|
|
RandomSpread = 10.0
|
2025-05-01 11:10:36 +02:00
|
|
|
_rotationOffset = 0.0
|