[gd_resource type="Resource" script_class="WeaponResource" load_steps=5 format=3 uid="uid://ccyl111fa1j2k"] [ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_2567x"] [ext_resource type="AudioStream" uid="uid://jsv3yjluv1au" path="res://SFX/Weapons/Reload_01.wav" id="2_2sfo4"] [ext_resource type="AudioStream" uid="uid://cjg8r7bthkfsy" path="res://SFX/Laser_shoot 11.wav" id="3_3qbca"] [ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="4_ai75q"] [resource] script = ExtResource("4_ai75q") Name = &"Icicle Repeater" BulletData = ExtResource("1_2567x") Priority = 10 RateOfFire = 0.2 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_2sfo4") ShootSound = ExtResource("3_3qbca")