ash storms just the facts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using Content.Shared.Damage;
|
||||
using Content.Shared.Whitelist;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Utility;
|
||||
@@ -20,4 +22,17 @@ public sealed partial class WeatherPrototype : IPrototype
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("sound")]
|
||||
public SoundSpecifier? Sound;
|
||||
|
||||
/// <summary>
|
||||
/// DeltaV: Damage you can take from being in this weather.
|
||||
/// Only applies when weather has fully set in.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public DamageSpecifier? Damage;
|
||||
|
||||
/// <summary>
|
||||
/// DeltaV: Don't damage entities that match this blacklist.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public EntityWhitelist? DamageBlacklist;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user