mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 23:35:55 +00:00
34 lines
1,010 B
Text
34 lines
1,010 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=4 format=3 uid="uid://m7obu15t73df"]
|
|
|
|
[ext_resource type="Script" uid="uid://dslyrfcej3g2n" path="res://Scripts/Resources/BulletResource.cs" id="1_m8p4s"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="1_wdsus"]
|
|
|
|
[sub_resource type="Resource" id="Resource_hoooo"]
|
|
script = ExtResource("1_m8p4s")
|
|
BulletSpeed = 100.0
|
|
Direction = Vector2(1, 0)
|
|
BulletDamage = 1.0
|
|
LifeTime = 10.0
|
|
DestroyOnCollision = true
|
|
Owner = 0
|
|
DamageType = 0
|
|
Controllable = false
|
|
TimeModifiers = null
|
|
metadata/_custom_type_script = "uid://dslyrfcej3g2n"
|
|
|
|
[resource]
|
|
script = ExtResource("1_wdsus")
|
|
Name = "Spider Bomb"
|
|
BulletData = SubResource("Resource_hoooo")
|
|
RateOfFire = 0.4
|
|
BulletCapacity = 20
|
|
ReloadTime = 1.0
|
|
AutoReload = true
|
|
InfiniteAmmo = true
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
ItemKey = ""
|
|
AmmoKey = ""
|
|
_rotationOffset = 0.0
|
|
metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|