Revamp item spawn behavior

This commit is contained in:
2026-06-12 18:09:52 -07:00
parent 403b136c5c
commit 8575cd6ddf
154 changed files with 4769 additions and 352 deletions
@@ -1,8 +1,39 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://chhxktntl4k8r"]
[gd_resource type="Resource" script_class="ArmorStats" load_steps=5 format=3 uid="uid://chhxktntl4k8r"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_frqfh"]
[ext_resource type="Script" uid="uid://c4hhsqjy3qknn" path="res://src/map/FloorSpawnTable.cs" id="1_oa8jj"]
[ext_resource type="Texture2D" uid="uid://3acy2gsstq4u" path="res://src/items/armor/textures/Logisticians Garb.png" id="1_sm3rm"]
[sub_resource type="Resource" id="Resource_8i8u4"]
script = ExtResource("1_oa8jj")
Altar = true
Floor01 = true
Floor02 = true
Floor03 = true
Floor04 = true
Floor05 = true
Floor06 = true
Floor07 = true
Floor09 = true
Floor10 = true
Floor11 = true
Floor12 = true
Floor13 = true
Floor14 = true
Floor15 = true
BossFloorA = false
BossFloorB = false
River = false
Server = false
Platform = false
Grassland = false
Cellular = false
GoddessOfGuidance = false
TrueGoddessOfGuidance = false
FinalFloor = false
BadEnd = false
HeartOfAllThings = false
[resource]
script = ExtResource("1_frqfh")
_telluricResistance = 0.0
@@ -18,7 +49,6 @@ StatDescription = "Raises LUCK."
FlavorText = "Attire donned by a caring, but cunning, leader in the world below.
At it's height, the temple complex was a haven for the ostracized and the estranged.
"
SpawnRate = 0.3
BonusAttack = 0
BonusDefense = 6
BonusLuck = 5
@@ -35,3 +65,6 @@ ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_sm3rm")
RarityTag = 1
SpawnRate = 0.3
SpawnsOn = SubResource("Resource_8i8u4")