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

@@ -1,17 +1,17 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b2tjmgvxww6bk"]
[ext_resource type="Texture2D" uid="uid://b0u4l0db0x0t8" path="res://src/items/throwable/textures/EolicDice.png" id="1_2d36e"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_m6pbc"]
[ext_resource type="Texture2D" uid="uid://b0u4l0db0x0t8" path="res://src/items/throwable/textures/EolicDice.png" id="1_6iufs"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_pxcw1"]
[resource]
script = ExtResource("2_m6pbc")
script = ExtResource("2_pxcw1")
HealHPAmount = 10
HealVTAmount = 5
ElementType = 1
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 9
Name = "Geomantic Dice - Eolic"
Name = "Geomantic Dice - Aeolic"
StatDescription = ""
FlavorText = "Geomantic dice set to the Eolic configuration.
@@ -32,4 +32,4 @@ CurseResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0
Texture = ExtResource("1_2d36e")
Texture = ExtResource("1_6iufs")

View File

@@ -11,7 +11,7 @@ ElementType = 0
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 8
Name = "Unknown Dice"
Name = "Unidentified Dice"
StatDescription = "Unidentified Dice."
FlavorText = ""
SpawnRate = 0.2