cirnogodot/Resources/Weapons/EnemyWeapon.tres

22 lines
669 B
Text
Raw Normal View History

2025-02-13 11:15:06 +01:00
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://cdfmedtgp2rcn"]
2025-02-09 23:20:49 +01:00
2025-02-12 16:20:55 +01:00
[ext_resource type="Resource" uid="uid://dqnvesdj0dk3v" path="res://Resources/Bullets/simple_enemy_bullet.tres" id="1_eps1c"]
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_8ycgt"]
2025-02-09 23:20:49 +01:00
[resource]
script = ExtResource("2_8ycgt")
Name = &""
2025-02-12 16:20:55 +01:00
BulletData = ExtResource("1_eps1c")
Priority = 0
AmmoPerShot = 1
2025-03-10 22:37:42 +01:00
RateOfFire = 0.3
2025-02-09 23:20:49 +01:00
BulletCapacity = 4
ReloadTime = 1.0
AutoReload = true
InfiniteAmmo = true
ItemKey = &""
AmmoKey = &""
2025-03-10 22:37:42 +01:00
BulletsPerShot = 1
SpreadAngle = 0.0
2025-02-09 23:20:49 +01:00
RandomSpread = 0.0
_rotationOffset = 0.0