2025-02-15 17:51:06 +01:00
|
|
|
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://ckppo2seg313h"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Resource" uid="uid://bopwqpmxoy1rd" path="res://Resources/Bullets/cheat_bullet.tres" id="1_7fekn"]
|
2025-02-24 11:37:45 +01:00
|
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="1_d3tbp"]
|
2025-02-15 17:51:06 +01:00
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_d3tbp")
|
2025-03-13 13:29:13 +01:00
|
|
|
Name = &"Cheat Gun"
|
2025-02-15 17:51:06 +01:00
|
|
|
BulletData = ExtResource("1_7fekn")
|
2025-05-02 10:25:25 +02:00
|
|
|
Priority = 100
|
2025-05-20 15:57:35 +02:00
|
|
|
AmmoPerShot = 1
|
2025-02-15 17:51:06 +01:00
|
|
|
RateOfFire = 0.4
|
|
|
|
|
BulletCapacity = 200
|
|
|
|
|
ReloadTime = 0.1
|
|
|
|
|
AutoReload = true
|
|
|
|
|
InfiniteAmmo = true
|
2025-05-02 10:25:25 +02:00
|
|
|
ItemKey = &"CHEAT_GUN"
|
|
|
|
|
AmmoKey = &""
|
2025-02-15 17:51:06 +01:00
|
|
|
BulletsPerShot = 1
|
|
|
|
|
SpreadAngle = 0.0
|
|
|
|
|
RandomSpread = 0.0
|
|
|
|
|
_rotationOffset = 0.0
|