Update item icons

This commit is contained in:
2026-02-09 21:05:45 -08:00
parent 654e368a65
commit 9d6aa6d88d
207 changed files with 1421 additions and 1142 deletions

View File

@@ -1,12 +1,11 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b12mgrqpki54y"]
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://b12mgrqpki54y"]
[ext_resource type="Texture2D" uid="uid://dit865t330r1e" path="res://src/items/throwable/textures/MysteryDice.png" id="1_r4wv3"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_xaank"]
[resource]
script = ExtResource("1_xaank")
Name = "Mystery Dice"
Description = "Mystery dice."
HealHPAmount = 0
HealVTAmount = 0
ThrowableItemTag = 0
ElementType = 0
UsableItemTag = 0
@@ -15,10 +14,18 @@ MaximumCount = 8
Name = "Mystery Dice"
Description = "Mystery dice."
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0.05
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
ThrowSpeed = 12.0
HealHPAmount = 0
HealVTAmount = 0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_r4wv3")
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"