Adds holobarrier projector to warden and HOS lockers (#15091)
* adds holobarrier projector and adds it to warden&hos locker * a
This commit is contained in:
@@ -209,3 +209,4 @@
|
||||
- id: SecurityTechFabCircuitboard
|
||||
- id: JetpackSecurityFilled
|
||||
- id: BoxEncryptionKeySecurity
|
||||
- id: HoloprojectorSecurity
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
- id: RubberStampWarden
|
||||
- id: DoorRemoteArmory
|
||||
- id: ClothingOuterHardsuitWarden
|
||||
- id: HoloprojectorSecurity
|
||||
|
||||
- type: entity
|
||||
id: LockerSecurityFilled
|
||||
|
||||
@@ -44,3 +44,23 @@
|
||||
- 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
|
||||
|
||||
@@ -36,3 +36,41 @@
|
||||
lifetime: 180
|
||||
- type: Airtight
|
||||
noAirWhenFullyAirBlocked: false
|
||||
|
||||
- type: entity
|
||||
id: HolosignSecurity
|
||||
parent: HolosignWetFloor
|
||||
name: holographic barrier
|
||||
description: A barrier of hard light that blocks movenment, but pretty weak.
|
||||
components:
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
canCollide: true
|
||||
- type: Sprite
|
||||
sprite: Structures/Holo/security.rsi
|
||||
state: icon
|
||||
netsync: false
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.3,-0.3,0.3,0.3"
|
||||
mask:
|
||||
- TableMask
|
||||
layer:
|
||||
- TableLayer
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 30
|
||||
- type: TimedDespawn
|
||||
lifetime: 60
|
||||
- type: PointLight
|
||||
enabled: true
|
||||
radius: 3
|
||||
color: red
|
||||
- type: Climbable
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Structures/Holo/security.rsi/icon.png
Normal file
BIN
Resources/Textures/Structures/Holo/security.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 704 B |
22
Resources/Textures/Structures/Holo/security.rsi/meta.json
Normal file
22
Resources/Textures/Structures/Holo/security.rsi/meta.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user