mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:55:34 +00:00
19 lines
632 B
Text
19 lines
632 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://yuc0v7gojgep"]
|
|
|
|
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_lg8jo"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_f4135"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_f4135")
|
|
Name = "Icicle Gun"
|
|
BulletData = ExtResource("1_lg8jo")
|
|
RateOfFire = 0.1
|
|
BulletCapacity = 100
|
|
ReloadTime = 0.4
|
|
AutoReload = true
|
|
InfiniteAmmo = true
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
AmmoKey = ""
|
|
_rotationOffset = 0.0
|