mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 10:35:53 +00:00
23 lines
743 B
Text
23 lines
743 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://m7obu15t73df"]
|
|
|
|
[ext_resource type="Resource" uid="uid://dwxn7f1ue0m4s" path="res://Resources/Bullets/Spider_Bomb_Bullet.tres" id="1_m8p4s"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="1_wdsus"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_wdsus")
|
|
Name = &"Spider Bomb"
|
|
BulletData = ExtResource("1_m8p4s")
|
|
Priority = 0
|
|
AmmoPerShot = 1
|
|
RateOfFire = 0.4
|
|
BulletCapacity = 20
|
|
ReloadTime = 1.0
|
|
AutoReload = true
|
|
InfiniteAmmo = true
|
|
ItemKey = &"SPIDER_BOMB"
|
|
AmmoKey = &""
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
_rotationOffset = 0.0
|
|
metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|