mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-08 00:21:15 +00:00
Added weapons and fixed others
This commit is contained in:
parent
8d5f1783e9
commit
400123a447
20 changed files with 185 additions and 67 deletions
16
Resources/Weapons/Yin_Yang_Gun_3D.tres
Normal file
16
Resources/Weapons/Yin_Yang_Gun_3D.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://dmnk118xmsa1m"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://djwwan7ud5kl4" path="res://Resources/Bullets/3D/yin_yang_bullet_3D.tres" id="1_eanua"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_kq323"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_kq323")
|
||||
Name = &"Yin-Yang Gun"
|
||||
BulletData = ExtResource("1_eanua")
|
||||
Priority = 20
|
||||
RateOfFire = 0.8
|
||||
BulletCapacity = 3
|
||||
ReloadTime = 0.4
|
||||
InfiniteAmmo = false
|
||||
ItemKey = &"YINYANG_GUN"
|
||||
AmmoKey = &"YINYANG_AMMO"
|
||||
Loading…
Add table
Add a link
Reference in a new issue