Various cleanup

This commit is contained in:
2026-02-15 20:35:05 -08:00
parent 1a1e050dcc
commit 5233da4225
482 changed files with 1980 additions and 4908 deletions

View File

@@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://2338gv6ne8jt"]
[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_h6noj"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_mnvt1"]
[resource]
script = ExtResource("2_mnvt1")
UsableItemTag = 20
ElementalDamageType = 0
Name = "Green Talisman"
Description = "Permanently Increases Luck."
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
BonusLuck = 5
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_h6noj")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"