Fix bola stam damage, bring back old construction requirements (#21340)

This commit is contained in:
Subversionary
2023-10-30 00:27:43 +02:00
committed by GitHub
parent 00523b5260
commit a6448cb87d
4 changed files with 28 additions and 7 deletions

View File

@@ -36,6 +36,13 @@ public sealed partial class EnsnaringComponent : Component
[DataField("sprintSpeed")]
public float SprintSpeed = 0.9f;
/// <summary>
/// How much stamina does the ensnare sap
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField("staminaDamage")]
public float StaminaDamage = 55f;
/// <summary>
/// Should this ensnare someone when thrown?
/// </summary>