mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
22 lines
706 B
Text
22 lines
706 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://co6x2jq0fslql"]
|
|
|
|
[ext_resource type="Resource" uid="uid://qrqsywgiij7i" path="res://Resources/Bullets/simple_enemy_bullet_small_3D.tres" id="1_mw07s"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_gpx82"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_gpx82")
|
|
Name = &"Enemy weapon with big bullets"
|
|
BulletData = ExtResource("1_mw07s")
|
|
Priority = 0
|
|
AmmoPerShot = 1
|
|
RateOfFire = 0.6
|
|
BulletCapacity = 4
|
|
ReloadTime = 1.0
|
|
AutoReload = true
|
|
InfiniteAmmo = true
|
|
ItemKey = &""
|
|
AmmoKey = &""
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
_rotationOffset = 0.0
|