mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
22 lines
737 B
Text
22 lines
737 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://bcpa1vhlp7ki4"]
|
|
|
|
[ext_resource type="Resource" uid="uid://d2d4jh14m1mjm" path="res://Resources/Bullets/ice_shotgun_sawed_bullets.tres" id="1_yvljr"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_uksy0"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_uksy0")
|
|
Name = &"Advanced Sawed-Off Ice Shotgun"
|
|
BulletData = ExtResource("1_yvljr")
|
|
Priority = 30
|
|
AmmoPerShot = 1
|
|
RateOfFire = 0.2
|
|
BulletCapacity = 6
|
|
ReloadTime = 0.7
|
|
AutoReload = true
|
|
InfiniteAmmo = false
|
|
ItemKey = &"ICE_SHOTGUN_SAWED_T2"
|
|
AmmoKey = &"ICE_AMMO"
|
|
BulletsPerShot = 4
|
|
SpreadAngle = 15.0
|
|
RandomSpread = 10.0
|
|
_rotationOffset = 0.0
|