This commit is contained in:
2026-03-02 22:28:23 -08:00
parent 701e7b0858
commit 7b6ca68e65
15 changed files with 164 additions and 26 deletions

View File

@@ -21,4 +21,7 @@ public partial class ConsumableItemStats : InventoryItemStats
[Export]
[Save("consumable_item_raise_vt")]
public int PermanentRaiseVTAmount { get; set; } = 0;
[Export]
public bool HealsStatusAilments { get; set; } = false;
}

View File

@@ -9,6 +9,7 @@ HealHPAmount = 0
HealVTAmount = 0
PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 0
HealsStatusAilments = true
Name = "Ancient Capsule"
StatDescription = "Heals all status ailments."
FlavorText = ""

View File

@@ -8,7 +8,7 @@ height = 0.725098
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_wll7p"]
radius = 0.470016
[node name="Ammo" type="RigidBody3D"]
[node name="Weapon" type="RigidBody3D"]
collision_layer = 0
axis_lock_linear_x = true
axis_lock_linear_z = true