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,21 +1,26 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bldgbv38yplgk"]
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://bldgbv38yplgk"]
[ext_resource type="Texture2D" uid="uid://c7v5pm32sedkg" path="res://src/items/effect/textures/entropic seal.PNG" id="1_0tcgy"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_hxj1b"]
[resource]
script = ExtResource("1_hxj1b")
Name = "Kyuuketsuki"
Description = "Absorbs HP from all enemies in the room."
UsableItemTag = 7
ElementalDamageType = 0
Name = "Kyuuketsuki"
Description = "Absorbs HP from all enemies in the room."
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_0tcgy")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"