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.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server._White.Stunprod;
|
||||
public sealed partial class StunprodComponent : Component
|
||||
{
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float EnergyPerUse { get; set; } = 72;
|
||||
public float EnergyPerUse { get; set; } = 144;
|
||||
|
||||
[DataField]
|
||||
public bool HasHeldPrefix = true;
|
||||
|
||||
Reference in New Issue
Block a user