Update icons in-game

This commit is contained in:
2026-03-22 15:04:14 -07:00
parent 83dbbba8e6
commit 8630c6c1f3
58 changed files with 129 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://bnec53frgyue8"]
[ext_resource type="Texture2D" uid="uid://d0yjew2rei5bj" path="res://src/items/consumable/texture/Amrit Draught.png" id="1_3gnvj"]
[ext_resource type="Texture2D" uid="uid://fdbkth1vvud2" path="res://src/items/consumable/texture/Haoma Draught.png" id="1_ctwnv"]
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_wmtl1"]
[resource]
@@ -10,9 +10,7 @@ HealVTAmount = 1000
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 25
Name = "Haoma Draught"
StatDescription = "Restores all VT.
If VT is currently full, raises Maximum VT by 25."
FlavorText = ""
Description = ""
SpawnRate = 0.05
BonusAttack = 0
BonusDefense = 0
@@ -29,4 +27,4 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_3gnvj")
Texture = ExtResource("1_ctwnv")