Rust
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
PermanentRaiseHPAmount = 0
|
||||
PermanentRaiseVTAmount = 0
|
||||
HealsStatusAilments = true
|
||||
Name = "Ancient Capsule"
|
||||
StatDescription = "Heals all status ailments."
|
||||
FlavorText = ""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user