mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 06:05:54 +00:00
Rebalances and new fairy
This commit is contained in:
parent
25dff4215d
commit
265f5ecfca
18 changed files with 1785 additions and 1041 deletions
17
Resources/Weapons/EnemyWeapon_Laser_Straight_3D.tres
Normal file
17
Resources/Weapons/EnemyWeapon_Laser_Straight_3D.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=4 format=3 uid="uid://dtulwbd5uym6p"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://qrqsywgiij7i" path="res://Resources/Bullets/3D/simple_enemy_bullet_small_3D.tres" id="1_j80b3"]
|
||||
[ext_resource type="AudioStream" uid="uid://bosubfbro8gyk" path="res://SFX/enemy_shoot.wav" id="2_vwe40"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="3_icy5i"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_icy5i")
|
||||
Name = &"Enemy Laser Weapon"
|
||||
BulletData = ExtResource("1_j80b3")
|
||||
RateOfFire = 0.08
|
||||
BulletCapacity = 500
|
||||
ReloadTime = 10.0
|
||||
ItemKey = &""
|
||||
AmmoKey = &""
|
||||
StopToShoot = true
|
||||
ShootSound = ExtResource("2_vwe40")
|
||||
Loading…
Add table
Add a link
Reference in a new issue