- id: SecurityTechFabCircuitboard
- id: JetpackSecurityFilled
- id: BoxEncryptionKeySecurity
+ - id: HoloprojectorSecurity
- id: RubberStampWarden
- id: DoorRemoteArmory
- id: ClothingOuterHardsuitWarden
+ - id: HoloprojectorSecurity
- type: entity
id: LockerSecurityFilled
- HolofanProjector
- type: StaticPrice
price: 80
+
+
+- type: entity
+ parent: Holoprojector
+ id: HoloprojectorSecurity
+ name: holobarrier projector
+ description: Creates a solid but fragile holographic barrier.
+ components:
+ - type: HolosignProjector
+ signProto: HolosignSecurity
+ chargeUse: 120
+ - type: Sprite
+ sprite: Objects/Devices/Holoprojectors/security.rsi
+ state: icon
+ netsync: false
+ - type: Tag
+ tags:
+ - HolofanProjector
+ - type: StaticPrice
+ price: 80
lifetime: 180\r
- type: Airtight\r
noAirWhenFullyAirBlocked: false\r
+\r
+- type: entity\r
+ id: HolosignSecurity\r
+ parent: HolosignWetFloor\r
+ name: holographic barrier\r
+ description: A barrier of hard light that blocks movenment, but pretty weak.\r
+ components:\r
+ - type: Physics\r
+ bodyType: Static\r
+ canCollide: true\r
+ - type: Sprite\r
+ sprite: Structures/Holo/security.rsi\r
+ state: icon\r
+ netsync: false\r
+ - type: Fixtures\r
+ fixtures:\r
+ - shape:\r
+ !type:PhysShapeAabb\r
+ bounds: "-0.3,-0.3,0.3,0.3"\r
+ mask:\r
+ - TableMask\r
+ layer:\r
+ - TableLayer\r
+ - type: Damageable\r
+ damageContainer: Inorganic\r
+ damageModifierSet: Metallic\r
+ - type: Destructible\r
+ thresholds:\r
+ - trigger:\r
+ !type:DamageTrigger\r
+ damage: 30\r
+ - type: TimedDespawn\r
+ lifetime: 60\r
+ - type: PointLight\r
+ enabled: true\r
+ radius: 3\r
+ color: red\r
+ - type: Climbable\r
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/f4017da82ae4de7bfaf8ebdbba33d0de81c15587",
+ "states": [
+ {
+ "name": "icon",
+ "delays": [
+ [
+ 0.3,
+ 0.3,
+ 0.3,
+ 0.3
+ ]
+ ]
+ }
+ ]
+}
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/f4017da82ae4de7bfaf8ebdbba33d0de81c15587",
+ "states": [
+ {
+ "name": "icon",
+ "delays": [
+ [
+ 0.3,
+ 0.3,
+ 0.3,
+ 0.3
+ ]
+ ]
+ }
+ ]
+}
\ No newline at end of file