Rework item descriptions, fix item rescue menu

This commit is contained in:
2026-02-18 02:41:22 -08:00
parent d39524ffe2
commit 104b9cf25e
172 changed files with 1336 additions and 915 deletions

View File

@@ -10,8 +10,9 @@ HealVTAmount = 0
PermanentRaiseHPAmount = 16
PermanentRaiseVTAmount = 0
Name = "Amrit Shard"
Description = "A droplet of the heavenly elixir, frozen in time.
Restores 60 HP. If HP full, raises MAX HP by 16."
StatDescription = "Restores 60 HP.
If HP is currently full, raises Maximum HP by 16."
FlavorText = "A droplet of the heavenly elixir, frozen in time."
SpawnRate = 0.05
BonusAttack = 0
BonusDefense = 0

View File

@@ -0,0 +1,31 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://css0wjctm4wi6"]
[ext_resource type="Texture2D" uid="uid://ltbd7nw0ugxf" path="res://src/items/consumable/texture/ancient medicine.png" id="1_xsvjk"]
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_g6l5u"]
[resource]
script = ExtResource("2_g6l5u")
HealHPAmount = 0
HealVTAmount = 0
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 0
Name = "Ancient Capsule"
StatDescription = "Heals all status ailments."
FlavorText = ""
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0.05
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_xsvjk")

View File

@@ -8,9 +8,11 @@ script = ExtResource("2_wmtl1")
HealHPAmount = 0
HealVTAmount = 1000
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 20
Name = "Past Self's Spirit"
Description = "Restores all VT. If VT full, raises MAX VT by 20."
PermanentRaiseVTAmount = 25
Name = "Haoma Draught"
StatDescription = "Restores all VT.
If VT is currently full, raises Maximum VT by 25."
FlavorText = ""
SpawnRate = 0.05
BonusAttack = 0
BonusDefense = 0

View File

@@ -10,7 +10,8 @@ HealVTAmount = 0
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 0
Name = "Unknown Fragment"
Description = "Unknown fragment."
StatDescription = "Unknown restorative."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -10,7 +10,9 @@ HealVTAmount = 0
PermanentRaiseHPAmount = 25
PermanentRaiseVTAmount = 0
Name = "Past Self's Fragment"
Description = "Restores all HP. If HP full, raises MAX HP by 25."
StatDescription = "Restores all HP.
If HP is currently full, raises Maximum HP by 25."
FlavorText = ""
SpawnRate = 0.05
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,10 +8,11 @@ script = ExtResource("1_f8ogj")
HealHPAmount = 0
HealVTAmount = 30
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 10
PermanentRaiseVTAmount = 8
Name = "Stelo Fragment"
Description = "A small gathered piece of the former heavens.
Restores 30 VT. If VT full, raises MAX VT by 10."
StatDescription = "Restores 30 VT.
If HP is currently full, raises Maximum VT by 8."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,10 +8,11 @@ script = ExtResource("2_41hue")
HealHPAmount = 0
HealVTAmount = 60
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 20
PermanentRaiseVTAmount = 16
Name = "Suna Fragment"
Description = "A large gathered piece of the former heavens.
Restores 60 VT. If VT full, raises MAX VT by 20."
StatDescription = "Restores 60 VT.
If HP is currently full, raises Maximum VT by 16."
FlavorText = ""
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 0

View File

@@ -10,8 +10,9 @@ HealVTAmount = 8
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 0
Name = "Ydunic Shard"
Description = "A fragment of the divine fruit, frozen in time.
Restores 30 HP. If HP full, raises MAX HP by 8."
StatDescription = "Restores 30 HP.
If HP is currently full, raises Maximum HP by 8."
FlavorText = ""
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 0