Add equippable items

This commit is contained in:
2024-09-07 17:38:01 -07:00
parent f223102525
commit c308fadb87
31 changed files with 334 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://cvkwmart5y51r"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_sjkji"]
[resource]
script = ExtResource("1_sjkji")
Name = "Mask of the Goddess of Avarice"
Description = "Raises LUCK"

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://d4bcem2nup7ef"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_y6l8a"]
[resource]
script = ExtResource("1_y6l8a")
Name = "Mask of the Goddess of Destruction"
Description = "Raises ATK."

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://bejy3lpudgawg"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_cgxkh"]
[resource]
script = ExtResource("1_cgxkh")
Name = "Mask of the Goddess of Guilt"
Description = "Raises MAX HP, MAX VT, ATK, DEF"

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://ddwyaxxqvk52h"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_kuyyj"]
[resource]
script = ExtResource("1_kuyyj")
Name = "Mask of the Goddess of Obstinance"
Description = "Raises DEF."

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://c3v6r8s8yruag"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_co7sc"]
[resource]
script = ExtResource("1_co7sc")
Name = "Mask of the Shunned Goddess"
Description = "Status Effect Immunity"

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://ct8iply3dwssv"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_vdb56"]
[resource]
script = ExtResource("1_vdb56")
Name = "Mask of the Goddess of Sloth"
Description = "Halves VT Depletion Rate"

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://d02kuxaus43mk"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_3iw2y"]
[resource]
script = ExtResource("1_3iw2y")
Name = "Mask of the Goddess of Suffering"
Description = "Raises MAX VT"

View File

@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="AccessoryInfo" load_steps=2 format=3 uid="uid://b0bxwp55mcyyp"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_0u4rq"]
[resource]
script = ExtResource("1_0u4rq")
Name = "Mask of the Goddess of Zeal"
Description = "Raises MAX HP"