Merge e462141edc into c3c6a6abd9
This commit is contained in:
commit
e9da48da49
|
|
@ -0,0 +1,9 @@
|
|||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared._DV.Whitelist.Holoprojectors;
|
||||
|
||||
/// <summary>
|
||||
/// Marker component for holoradiationblockers, used for reclaiming charges of the projector.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class HoloRadiationblockerComponent : Component;
|
||||
|
|
@ -7,6 +7,9 @@
|
|||
- type: HolosignProjector
|
||||
signProto: HolosignRadiationBlocking
|
||||
chargeUse: 60
|
||||
- type: ChargeHolosignProjector # DeltaV
|
||||
signProto: HolosignRadiationBlocking
|
||||
signComponentName: HoloRadiationblocker
|
||||
- type: Sprite
|
||||
sprite: _FarHorizons/Objects/Devices/Holoprojectors/radiation.rsi
|
||||
state: icon
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
- type: entity
|
||||
id: HolosignRadiationBlocking
|
||||
parent: HolosignWetFloor
|
||||
parent: BaseHolosign # DeltaV
|
||||
name: holographic radiation barrier
|
||||
description: A barrier of hard light that blocks light and radiation, but nothing else.
|
||||
components:
|
||||
|
|
@ -17,4 +17,10 @@
|
|||
lifetime: 180
|
||||
- type: Occluder
|
||||
- type: RadiationBlocker
|
||||
resistance: 50
|
||||
resistance: 50
|
||||
# Start DeltaV Additions
|
||||
- type: HoloRadiationblocker
|
||||
- type: PointLight
|
||||
energy: 5
|
||||
color: Green
|
||||
# End DeltaV Additions
|
||||
|
|
|
|||
Loading…
Reference in New Issue