mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
23 lines
958 B
Text
23 lines
958 B
Text
[gd_resource type="Resource" script_class="WeaponResource" format=3 uid="uid://cc82lnukilbaw"]
|
|
|
|
[ext_resource type="Resource" uid="uid://csyvua8yyo3ix" path="res://Resources/Bullets/3D/ice_shotgun_bullets_3D.tres" id="1_xo8lg"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_fsb4a"]
|
|
[ext_resource type="AudioStream" uid="uid://jsv3yjluv1au" path="res://SFX/Weapons/Reload_01.wav" id="2_xo8lg"]
|
|
[ext_resource type="AudioStream" uid="uid://oyjbk3qjp5cr" path="res://SFX/Chiptone_Source/Shotgun.wav" id="3_e875s"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_fsb4a")
|
|
Name = &"Improved Ice Shotgun 3D"
|
|
BulletData = ExtResource("1_xo8lg")
|
|
Priority = 30
|
|
RateOfFire = 0.4
|
|
BulletCapacity = 4
|
|
ReloadTime = 0.8
|
|
InfiniteAmmo = false
|
|
ItemKey = &"ICE_SHOTGUN_T1_3D"
|
|
AmmoKey = &"ICE_AMMO"
|
|
BulletsPerShot = 3
|
|
SpreadAngle = 8.0
|
|
RandomSpread = 12.0
|
|
ReloadSound = ExtResource("2_xo8lg")
|
|
ShootSound = ExtResource("3_e875s")
|