parent
1b9c736854
commit
a8a2361ccc
|
|
@ -241,11 +241,11 @@ public sealed partial class CosmicCultSystem : SharedCosmicCultSystem
|
|||
|
||||
private void OnRefreshMoveSpeed(EntityUid uid, InfluenceStrideComponent comp, RefreshMovementSpeedModifiersEvent args)
|
||||
{
|
||||
args.ModifySpeed(1.1f, 1.1f);
|
||||
args.ModifySpeed(1.15f, 1.15f);
|
||||
}
|
||||
private void OnImpositionMoveSpeed(EntityUid uid, CosmicImposingComponent comp, RefreshMovementSpeedModifiersEvent args)
|
||||
{
|
||||
args.ModifySpeed(0.65f, 0.65f);
|
||||
args.ModifySpeed(0.8f, 0.8f);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -68,8 +68,8 @@ public sealed partial class CosmicCultComponent : Component
|
|||
/// <summary>
|
||||
/// The duration of Shunt Subjectivity's trip to the cosmic void
|
||||
/// </summary>
|
||||
[DataField] public TimeSpan CosmicBlankDuration = TimeSpan.FromSeconds(22);
|
||||
public static readonly TimeSpan DefaultCosmicBlankDuration = TimeSpan.FromSeconds(22);
|
||||
[DataField] public TimeSpan CosmicBlankDuration = TimeSpan.FromSeconds(9);
|
||||
public static readonly TimeSpan DefaultCosmicBlankDuration = TimeSpan.FromSeconds(9);
|
||||
|
||||
/// <summary>
|
||||
/// The duration of Vacuous Imposition's shield.
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@
|
|||
description: Use a concentrated blast of power to force a secure doorway open.
|
||||
components:
|
||||
- type: Action
|
||||
useDelay: 25
|
||||
useDelay: 15
|
||||
itemIconStyle: NoItem
|
||||
icon:
|
||||
sprite: _DV/CosmicCult/Icons/cosmiccult_abilities.rsi
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
description: You negate any incoming damage for a short time.
|
||||
components:
|
||||
- type: Action
|
||||
useDelay: 160
|
||||
useDelay: 80
|
||||
checkCanInteract: false
|
||||
itemIconStyle: NoItem
|
||||
icon:
|
||||
|
|
@ -186,13 +186,13 @@
|
|||
description: Hurl a large and disruptive blast of astral energy.
|
||||
components:
|
||||
- type: Action
|
||||
useDelay: 45
|
||||
useDelay: 60
|
||||
itemIconStyle: NoItem
|
||||
icon:
|
||||
sprite: _DV/CosmicCult/Icons/cosmiccult_abilities.rsi
|
||||
state: nova
|
||||
- type: TargetAction
|
||||
range: 60
|
||||
range: 6000 # You're just picking a direction anyways
|
||||
- type: WorldTargetAction
|
||||
event: !type:EventCosmicNova {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue