Revenant 2: Electric Boogaloo (#11510)
* revenant 2: electric boogaloo * revevent * oversights * Update RevenantSystem.Abilities.cs * names * no shoote stouhg walls
This commit is contained in:
15
Content.Shared/Revenant/Components/CorporealComponent.cs
Normal file
15
Content.Shared/Revenant/Components/CorporealComponent.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Content.Shared.Revenant.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Makes the target solid, visible, and applies a slowdown.
|
||||
/// Meant to be used in conjunction with statusEffectSystem
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class CorporealComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The debuff applied when the component is present.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float MovementSpeedDebuff = 0.66f;
|
||||
}
|
||||
Reference in New Issue
Block a user