All items have an image

This commit is contained in:
2026-02-15 02:56:26 -08:00
parent fe502debd1
commit 9c4c82af68
50 changed files with 181 additions and 77 deletions

View File

@@ -1,18 +1,18 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://b12mgrqpki54y"]
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b12mgrqpki54y"]
[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.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")
HealHPAmount = 0
HealVTAmount = 0
ThrowableItemTag = 0
ElementType = 0
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 8
Name = "Mystery Dice"
Description = "Mystery dice."
Name = "Unknown Dice"
Description = "Unknown Dice."
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,7 +25,9 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_r4wv3")
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"