Fix mystery items not spawning, adjust spawning rates, fix pause/unpausing for debug menu
This commit is contained in:
@@ -1,7 +1,38 @@
|
||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://bjwbx3ymt8o7"]
|
||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=5 format=3 uid="uid://bjwbx3ymt8o7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_51ovu"]
|
||||
[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_g5ngs"]
|
||||
[ext_resource type="Script" uid="uid://c4hhsqjy3qknn" path="res://src/map/FloorSpawnTable.cs" id="1_njt38"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_vtqf0"]
|
||||
script = ExtResource("1_njt38")
|
||||
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_51ovu")
|
||||
@@ -13,7 +44,6 @@ HealsStatusAilments = false
|
||||
Name = "Unknown Restorative"
|
||||
StatDescription = "Unidentified Restorative."
|
||||
FlavorText = ""
|
||||
SpawnRate = 0.05
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
@@ -30,4 +60,7 @@ ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 2
|
||||
Texture = ExtResource("1_g5ngs")
|
||||
RarityTag = 0
|
||||
SpawnRate = 0.5
|
||||
SpawnsOn = SubResource("Resource_vtqf0")
|
||||
metadata/_custom_type_script = "uid://cymeea1n4f04i"
|
||||
|
||||
Reference in New Issue
Block a user