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

View File

@@ -0,0 +1,34 @@
[gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bxen2ertkxmwo"]
[ext_resource type="Texture2D" uid="uid://cg2f2mf3bpf06" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_5wuok"]
[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="2_tx4nr"]
[resource]
script = ExtResource("2_tx4nr")
JewelTag = 1
Name = "Eolic Jewel"
StatDescription = "Augment
Weapon: Weapon type becomes Aeolic.
Armor/Accessory: Increases Aeolic resistance."
FlavorText = "A jewel that swirls with verdant energy.
When attached to a weapon; bestows Eolic properties.
When attached to armor or mask; grants Resistance to Eolic damage."
SpawnRate = 0.15
BonusAttack = 0
BonusDefense = 0
BonusLuck = 5
BonusHP = 0
BonusVT = 0
AeolicResistance = 20
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_5wuok")
metadata/_custom_type_script = "uid://btikba31yb0tl"