Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Увеличение энергопотребления ноклипа Фазона #1080

Merged
merged 4 commits into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Shared/ADT/Mech/Components/MechPhazeComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed partial class MechPhazeComponent : Component
/// The change in energy per second.
/// </summary>
[DataField("energyDelta")]
public float EnergyDelta = -20;
public float EnergyDelta = -40; /// -20 > -40
FrisKisDr marked this conversation as resolved.
Show resolved Hide resolved

/// <summary>
/// The sound played when a mech is entered phaze
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/ADT/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
- type: Tag
id: ADTTelescopicBaton

- type: Tag
id: ADTBola

- type: Tag
id: Eyes

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@
- Truncheon
- ADTLasgunRevolverCell #ADT Tweak
- ADTCartridgeBibis # ADT Tweak
- ADTBola # ADT Tweak
components:
- Stunbaton
- FlashOnTrigger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@
canThrowTrigger: true
canMoveBreakout: false # ADT-Tweak
- type: LandAtCursor
- type: Tag
tags:
- ADTBola
Loading