mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 21:45:53 +00:00
26 lines
1,008 B
Text
26 lines
1,008 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=5 format=3 uid="uid://dhi6ml0xhkka5"]
|
|
|
|
[ext_resource type="Resource" uid="uid://csmq6hngkx41e" path="res://Resources/Bullets/icicle_gun_bullets_3D.tres" id="1_nxdsa"]
|
|
[ext_resource type="AudioStream" uid="uid://jsv3yjluv1au" path="res://SFX/Weapons/Reload_01.wav" id="2_grfjv"]
|
|
[ext_resource type="AudioStream" uid="uid://cjg8r7bthkfsy" path="res://SFX/Laser_shoot 11.wav" id="3_agxp1"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="4_hppsh"]
|
|
|
|
[resource]
|
|
script = ExtResource("4_hppsh")
|
|
Name = &"Icicle Repeater"
|
|
BulletData = ExtResource("1_nxdsa")
|
|
Priority = 10
|
|
AmmoPerShot = 1
|
|
RateOfFire = 0.05
|
|
BulletCapacity = 6
|
|
ReloadTime = 0.5
|
|
AutoReload = true
|
|
InfiniteAmmo = false
|
|
ItemKey = &"ICICLE_REPEATER_T0"
|
|
AmmoKey = &"ICE_AMMO"
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
_rotationOffset = 0.0
|
|
ReloadSound = ExtResource("2_grfjv")
|
|
ShootSound = ExtResource("3_agxp1")
|