mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 12:13:46 +00:00
16 lines
591 B
Text
16 lines
591 B
Text
[gd_resource type="Resource" script_class="WeaponResource" format=3 uid="uid://c2oywnnxc63ju"]
|
|
|
|
[ext_resource type="Resource" uid="uid://c2ptnbivq3ioj" path="res://Resources/Bullets/3D/icicle_repeater_bullets_3D.tres" id="1_i203b"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_c6ngb"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_c6ngb")
|
|
Name = &"Dark Machine Gun"
|
|
BulletData = ExtResource("1_i203b")
|
|
Priority = 10
|
|
RateOfFire = 0.2
|
|
BulletCapacity = 50
|
|
InfiniteAmmo = false
|
|
ItemKey = &"DARK_MACHINE_GUN"
|
|
AmmoKey = &""
|
|
RechargeAmount = 5
|