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="AccessoryStats" load_steps=3 format=3 uid="uid://ddwyaxxqvk52h"]
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=5 format=3 uid="uid://ddwyaxxqvk52h"]
[ext_resource type="Script" uid="uid://c4hhsqjy3qknn" path="res://src/map/FloorSpawnTable.cs" id="1_1ngy6"]
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_kuyyj"]
[ext_resource type="Texture2D" uid="uid://djrffamswcc1n" path="res://src/items/accessory/textures/Mask of Obstinance.png" id="1_q802c"]
[sub_resource type="Resource" id="Resource_8i8u4"]
script = ExtResource("1_1ngy6")
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_kuyyj")
AccessoryTag = 0
@@ -11,7 +42,6 @@ StatDescription = "Raises DEF."
FlavorText = "A strong sense of self and unwavering ideals aids one's visit to the Tower greatly.
The domain of obstinance was ruled once by a horned and oft veiled god.
"
SpawnRate = 0.4
BonusAttack = 0
BonusDefense = 3
BonusLuck = 0
@@ -28,3 +58,6 @@ ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_q802c")
RarityTag = 2
SpawnRate = 0.4
SpawnsOn = SubResource("Resource_8i8u4")