2025-02-24 11:37:45 +01:00
|
|
|
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://yuc0v7gojgep"]
|
2025-02-09 23:20:49 +01:00
|
|
|
|
2025-02-12 16:20:55 +01:00
|
|
|
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_lg8jo"]
|
2025-02-24 11:37:45 +01:00
|
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_f4135"]
|
2025-02-09 23:20:49 +01:00
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("2_f4135")
|
|
|
|
|
Name = "Icicle Gun"
|
2025-02-12 16:20:55 +01:00
|
|
|
BulletData = ExtResource("1_lg8jo")
|
2025-02-09 23:20:49 +01:00
|
|
|
RateOfFire = 0.1
|
|
|
|
|
BulletCapacity = 100
|
|
|
|
|
ReloadTime = 0.4
|
|
|
|
|
AutoReload = true
|
|
|
|
|
InfiniteAmmo = true
|
|
|
|
|
BulletsPerShot = 1
|
|
|
|
|
SpreadAngle = 0.0
|
|
|
|
|
RandomSpread = 0.0
|
2025-02-12 16:20:55 +01:00
|
|
|
AmmoKey = ""
|
2025-02-09 23:20:49 +01:00
|
|
|
_rotationOffset = 0.0
|