remaining missing items given .tres

This commit is contained in:
Pal
2026-04-24 02:11:11 -07:00
parent 9a7de9308f
commit 27c4dfa3dc
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://nduer44x56fe"]
[ext_resource type="Texture2D" uid="uid://bas4s04h64fhc" path="res://src/items/accessory/textures/Mask of Guidance.png" id="1_v0vin"]
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="2_jtycj"]
[resource]
script = ExtResource("2_jtycj")
AccessoryTag = 0
Name = "Mask of Guidance"
StatDescription = "Allows one domain over much of the Tower."
FlavorText = "A small trace of divinity remains.
"
SpawnRate = 0.0
BonusAttack = 0
BonusDefense = 0
BonusLuck = 50
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 50
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_v0vin")