Revamp item spawn behavior
This commit is contained in:
@@ -1,8 +1,39 @@
|
||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c3a2pvu1xwn26"]
|
||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=5 format=3 uid="uid://c3a2pvu1xwn26"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bmsp3k1inb55m" path="res://src/items/effect/textures/Blue Talisman.png" id="1_5si68"]
|
||||
[ext_resource type="Script" uid="uid://c4hhsqjy3qknn" path="res://src/map/FloorSpawnTable.cs" id="1_pkr04"]
|
||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_pkr04"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_8i8u4"]
|
||||
script = ExtResource("1_pkr04")
|
||||
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("2_pkr04")
|
||||
UsableItemTag = 21
|
||||
@@ -14,7 +45,6 @@ FlavorText = "Contains a prayer of protection.
|
||||
There was a time when the shrine below held joyous festivals. These talismans are one of the few reminders of such celebration.
|
||||
|
||||
"
|
||||
SpawnRate = 0.3
|
||||
BonusAttack = 0
|
||||
BonusDefense = 1
|
||||
BonusLuck = 0
|
||||
@@ -31,4 +61,7 @@ ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_5si68")
|
||||
RarityTag = 2
|
||||
SpawnRate = 0.3
|
||||
SpawnsOn = SubResource("Resource_8i8u4")
|
||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||
|
||||
Reference in New Issue
Block a user