mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 17:35:55 +00:00
21 lines
699 B
Text
21 lines
699 B
Text
[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="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_d1u0r"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_d1u0r")
|
|
Name = &"Sawed-Off Ice Shotgun"
|
|
BulletData = ExtResource("1_g5stw")
|
|
Priority = 10
|
|
RateOfFire = 0.5
|
|
BulletCapacity = 4
|
|
ReloadTime = 0.8
|
|
AutoReload = true
|
|
InfiniteAmmo = false
|
|
ItemKey = &"ICE_SHOTGUN_SAWED"
|
|
AmmoKey = &"ICE_AMMO"
|
|
BulletsPerShot = 4
|
|
SpreadAngle = 40.0
|
|
RandomSpread = 30.0
|
|
_rotationOffset = 0.0
|