Add Accessory data

This commit is contained in:
2024-09-07 20:18:17 -07:00
parent c6eaf19eb0
commit 5240fd5f92
20 changed files with 261 additions and 27 deletions

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_sjkji")
ATKUp = 0
DEFUp = 0
LUCKUp = 0.15
MaxHPUp = 0
MaxVTUp = 0
AccessoryTags = null
Name = "Mask of the Goddess of Avarice"
Description = "Raises LUCK"

View File

@@ -1,8 +1,14 @@
[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"]
[ext_resource type="Script" path="res://src/items/accessory/AccessoryInfo.cs" id="1_vef66"]
[resource]
script = ExtResource("1_y6l8a")
script = ExtResource("1_vef66")
ATKUp = 3
DEFUp = 0
LUCKUp = 0.0
MaxHPUp = 0
MaxVTUp = 0
AccessoryTags = null
Name = "Mask of the Goddess of Destruction"
Description = "Raises ATK."

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_cgxkh")
ATKUp = 1
DEFUp = 1
LUCKUp = 0.0
MaxHPUp = 30
MaxVTUp = 30
AccessoryTags = null
Name = "Mask of the Goddess of Guilt"
Description = "Raises MAX HP, MAX VT, ATK, DEF"

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_kuyyj")
ATKUp = 0
DEFUp = 3
LUCKUp = 0.0
MaxHPUp = 0
MaxVTUp = 0
AccessoryTags = null
Name = "Mask of the Goddess of Obstinance"
Description = "Raises DEF."

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_co7sc")
ATKUp = 0
DEFUp = 0
LUCKUp = 0.0
MaxHPUp = 0
MaxVTUp = 0
AccessoryTags = Array[int]([1])
Name = "Mask of the Shunned Goddess"
Description = "Status Effect Immunity"

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_vdb56")
ATKUp = 0
DEFUp = 0
LUCKUp = 0.0
MaxHPUp = 0
MaxVTUp = 0
AccessoryTags = Array[int]([0])
Name = "Mask of the Goddess of Sloth"
Description = "Halves VT Depletion Rate"

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_3iw2y")
ATKUp = 0
DEFUp = 0
LUCKUp = 0.0
MaxHPUp = 0
MaxVTUp = 50
AccessoryTags = null
Name = "Mask of the Goddess of Suffering"
Description = "Raises MAX VT"

View File

@@ -4,5 +4,11 @@
[resource]
script = ExtResource("1_0u4rq")
ATKUp = 0
DEFUp = 0
LUCKUp = 0.0
MaxHPUp = 50
MaxVTUp = 0
AccessoryTags = null
Name = "Mask of the Goddess of Zeal"
Description = "Raises MAX HP"