mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 20:55:55 +00:00
Yin Yang Gun
This commit is contained in:
parent
8ab4546579
commit
b590467258
15 changed files with 203 additions and 16 deletions
19
Resources/Items/Yin_Yang_Ammo.tres
Normal file
19
Resources/Items/Yin_Yang_Ammo.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://diqm2ju0xakkt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b61po207ggn63" path="res://Sprites/Items/Yin_Ammo.png" id="1_jt7l8"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_ajs4l"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_ajs4l")
|
||||
ItemName = "Yin Yang Ammo"
|
||||
ItemDescription = "Ammunition for Ying-Yang based weapons"
|
||||
ItemKey = "YinYangAmmo"
|
||||
Item = 3
|
||||
Amount = 5
|
||||
Max = 50
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 2
|
||||
Selectable = false
|
||||
InventorySprite = ExtResource("1_jt7l8")
|
||||
DropScenePath = &"res://Scenes/Items/Yin_Yang_Ammo.tscn"
|
||||
22
Resources/Items/Yin_Yang_Gun_Pickup.tres
Normal file
22
Resources/Items/Yin_Yang_Gun_Pickup.tres
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://ccmuffmnevrt4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://61kfxc7k3do" path="res://Sprites/Items/Ying_Yang_Gun.png" id="1_2w24o"]
|
||||
[ext_resource type="Resource" uid="uid://ba0r3qmsrm0td" path="res://Resources/Weapons/Yin_Yang_Gun.tres" id="1_cuxft"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_2w24o"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_2w24o")
|
||||
ItemName = "Yin-Yang Gun"
|
||||
ItemDescription = "A weapon reverse engineered from Reimu's Yin-Yang orbs, shoots explosive projectiles"
|
||||
ItemKey = "YinYangGun"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("1_cuxft")
|
||||
Amount = 1
|
||||
Max = 1
|
||||
PickupIfMaxed = true
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("1_2w24o")
|
||||
DropScenePath = &"res://Scenes/Items/Yin_Yang_Gun_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue