Files
OldThink/Content.Server/_White/Stunprod/StunprodComponent.cs
Aviu00 27268d4e28 Better melee combat (#542)
* - add: NextMobAttack, EquipCooldown.

* - fix: Some combat fixes.

* - add: Telebaton.

* - add: Stun baton rework.

* - tweak: Reduce melee range.

* - add: Rework melee block system.

* - add: ExaminedEvent.
2024-08-02 14:50:26 +03:00

12 lines
282 B
C#

namespace Content.Server._White.Stunprod;
[RegisterComponent]
public sealed partial class StunprodComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public float EnergyPerUse { get; set; } = 144;
[DataField]
public bool HasHeldPrefix = true;
}