verticality map added to all floors, item descriptions fixed, enemy lore added.

This commit is contained in:
Pal
2026-04-22 00:48:45 -07:00
parent 5ca2dc2eec
commit aea6c5ff3d
186 changed files with 1299 additions and 360 deletions

View File

@@ -0,0 +1,33 @@
[gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bxen2ertkxmwo"]
[ext_resource type="Texture2D" uid="uid://cg2f2mf3bpf06" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_8qd6t"]
[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="2_1at78"]
[resource]
script = ExtResource("2_1at78")
JewelTag = 1
Name = "Aeolic Jewel"
StatDescription = "When attached to a weapon; bestows Aeolic properties.
When attached to armor or mask; grants Resistance to Aeolic damage.
"
FlavorText = "A jewel that swirls with verdant energy.
"
SpawnRate = 0.15
BonusAttack = 0
BonusDefense = 0
BonusLuck = 5
BonusHP = 0
BonusVT = 0
AeolicResistance = 20
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_8qd6t")
metadata/_custom_type_script = "uid://btikba31yb0tl"