mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
19 lines
756 B
Text
19 lines
756 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=4 format=3 uid="uid://chwguoy5op5y3"]
|
|
|
|
[ext_resource type="Resource" uid="uid://qrqsywgiij7i" path="res://Resources/Bullets/3D/simple_enemy_bullet_small_3D.tres" id="1_sn07r"]
|
|
[ext_resource type="AudioStream" uid="uid://bosubfbro8gyk" path="res://SFX/enemy_shoot.wav" id="2_upgf6"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="3_ojs34"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_ojs34")
|
|
Name = &"Enemy Laser Weapon"
|
|
BulletData = ExtResource("1_sn07r")
|
|
RateOfFire = 0.01
|
|
BulletCapacity = 500
|
|
ReloadTime = 10.0
|
|
ItemKey = &""
|
|
AmmoKey = &""
|
|
StopToShoot = true
|
|
BulletsPerShot = 2
|
|
SpreadAngle = 70.0
|
|
ShootSound = ExtResource("2_upgf6")
|