Fixed up most items to reflect item databse. (descriptions, damage values etc)

This commit is contained in:
Pal
2026-04-21 02:16:54 -07:00
parent c58ca8693b
commit c6b08df99b
275 changed files with 923 additions and 2199 deletions
@@ -0,0 +1,32 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc8p7hlglgau4"]
[ext_resource type="Texture2D" uid="uid://8ae382qcjpcg" path="res://src/items/effect/textures/SpellSignCovalentDestruction.png" id="1_u0306"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_wpl3u"]
[resource]
script = ExtResource("2_wpl3u")
UsableItemTag = 24
ElementalDamageType = 0
Name = "Spell Sign: Covalent Destruction"
StatDescription = "Lowers target's DEF."
FlavorText = "A spell for weakening molecular structures.
Lowers DEF of user or target."
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 1
BonusLuck = 0
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_u0306")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"