Fix up effect items

Fix up minimap
Add some debug info
This commit is contained in:
2026-02-12 20:49:09 -08:00
parent ac31c3ae65
commit d503413140
256 changed files with 1448 additions and 1440 deletions

View File

@@ -35,8 +35,6 @@ public partial class ThrowableItem : InventoryItem, IStackable
[Save("throwable_item_element")]
public ElementType ElementType => Stats.ElementType;
[Save("throwable_item_tag")]
public ThrowableItemTag ThrowableItemTag => Stats.ThrowableItemTag;
[Save("throwable_item_heal_hp")]
public int HealHPAmount => Stats.HealHPAmount;
[Save("throwable_item_heal_vt")]

View File

@@ -15,10 +15,6 @@ public partial class ThrowableItemStats : InventoryItemStats
[Export(PropertyHint.Range, "0, 999, 1")]
public int HealVTAmount { get; set; }
[Export]
[Save("throwable_item_tag")]
public ThrowableItemTag ThrowableItemTag { get; set; } = ThrowableItemTag.None;
[Export]
[Save("throwable_item_element")]
public ElementType ElementType { get; set; } = ElementType.None;

View File

@@ -1,30 +0,0 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://qqg0gdcb8fwg"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_5t61b"]
[resource]
script = ExtResource("2_5t61b")
HealHPAmount = 8
HealVTAmount = 3
ThrowableItemTag = 1
ElementType = 0
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 8
Name = "An Bradán Feasa"
Description = "Doubles experience points earned. Effect is temporary."
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0.05
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0

View File

@@ -1,30 +0,0 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://lo37qfyxlhx1"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_m680r"]
[resource]
script = ExtResource("2_m680r")
HealHPAmount = 0
HealVTAmount = 0
ThrowableItemTag = 4
ElementType = 0
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 8
Name = "Gospel of Dimension"
Description = "Teleports target to a random location."
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0.05
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
ThrowSpeed = 20.0
ThrowDamage = 20
ItemTag = 0

View File

@@ -1,31 +0,0 @@
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://35ag8vp8kvtx"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_pn8sr"]
[resource]
script = ExtResource("1_pn8sr")
HealHPAmount = 0
HealVTAmount = 0
ThrowableItemTag = 0
ElementType = 0
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 8
Name = "Gospel of Escape"
Description = "Warps target to the exit. No effect on player if exit has not been found."
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0.05
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"