mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 02:11:15 +00:00
Tiered weapons
This commit is contained in:
parent
692c33c939
commit
f3a701d3f9
42 changed files with 700 additions and 16 deletions
24
Resources/Weapons/IcicleRepeater_T2.tres
Normal file
24
Resources/Weapons/IcicleRepeater_T2.tres
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=5 format=3 uid="uid://b8eam846atr6y"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_2nbel"]
|
||||
[ext_resource type="AudioStream" uid="uid://jsv3yjluv1au" path="res://SFX/Weapons/Reload_01.wav" id="2_nbwhc"]
|
||||
[ext_resource type="AudioStream" uid="uid://cjg8r7bthkfsy" path="res://SFX/Laser_shoot 11.wav" id="3_aroxb"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="4_a5x7h"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_a5x7h")
|
||||
Name = &"Icicle Repeater"
|
||||
BulletData = ExtResource("1_2nbel")
|
||||
RateOfFire = 0.1
|
||||
BulletCapacity = 8
|
||||
ReloadTime = 0.5
|
||||
AutoReload = true
|
||||
InfiniteAmmo = false
|
||||
ItemKey = &"ICICLE_REPEATER_T2"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 2
|
||||
SpreadAngle = 5.0
|
||||
RandomSpread = 0.0
|
||||
_rotationOffset = 0.0
|
||||
ReloadSound = ExtResource("2_nbwhc")
|
||||
ShootSound = ExtResource("3_aroxb")
|
||||
Loading…
Add table
Add a link
Reference in a new issue