Fix gas canister
This commit is contained in:
@@ -42,6 +42,5 @@ namespace Content.Server.Singularity.Components
|
|||||||
[ViewVariables] [DataField("fireInterval")] public TimeSpan FireInterval = TimeSpan.FromSeconds(2);
|
[ViewVariables] [DataField("fireInterval")] public TimeSpan FireInterval = TimeSpan.FromSeconds(2);
|
||||||
[ViewVariables] [DataField("fireBurstDelayMin")] public TimeSpan FireBurstDelayMin = TimeSpan.FromSeconds(2);
|
[ViewVariables] [DataField("fireBurstDelayMin")] public TimeSpan FireBurstDelayMin = TimeSpan.FromSeconds(2);
|
||||||
[ViewVariables] [DataField("fireBurstDelayMax")] public TimeSpan FireBurstDelayMax = TimeSpan.FromSeconds(10);
|
[ViewVariables] [DataField("fireBurstDelayMax")] public TimeSpan FireBurstDelayMax = TimeSpan.FromSeconds(10);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
|
||||||
id: GasCanister
|
id: GasCanister
|
||||||
name: gas canister
|
name: gas canister
|
||||||
|
abstract: true
|
||||||
description: A canister that can contain any type of gas. It can be attached to connector ports using a wrench.
|
description: A canister that can contain any type of gas. It can be attached to connector ports using a wrench.
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructureDynamic
|
||||||
components:
|
components:
|
||||||
@@ -32,7 +32,8 @@
|
|||||||
damage: 300
|
damage: 300
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound: /Audio/Effects/metalbreak.ogg
|
sound:
|
||||||
|
path: /Audio/Effects/metalbreak.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
GasCanisterBrokenBase:
|
GasCanisterBrokenBase:
|
||||||
|
|||||||
Reference in New Issue
Block a user