Syndie airlocks (#19264)
* Add regular syndie access level * Localize that * Syndie airlock textures * Yaml work * guh * Real * Eated a word * Just one more commit * The game didn't complain about that one * Make agent id have working agent access * Change color scheme and palette * Glass too because why not * Nukie agent ID workaround
@@ -37,3 +37,4 @@ id-card-access-level-maintenance = Maintenance
|
||||
id-card-access-level-external = External
|
||||
|
||||
id-card-access-level-nuclear-operative = Nuclear Operative
|
||||
id-card-access-level-syndicate-agent = Syndicate Agent
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
- type: accessLevel
|
||||
- type: accessLevel
|
||||
id: NuclearOperative
|
||||
name: id-card-access-level-nuclear-operative
|
||||
|
||||
- type: accessLevel
|
||||
id: SyndicateAgent
|
||||
name: id-card-access-level-syndicate-agent
|
||||
|
||||
@@ -494,10 +494,21 @@
|
||||
jobTitle: Centcom Agent
|
||||
|
||||
- type: entity
|
||||
parent: PassengerIDCard
|
||||
name: passenger ID card
|
||||
parent: IDCardStandard
|
||||
id: AgentIDCard
|
||||
suffix: Agent
|
||||
components:
|
||||
- type: IdCard
|
||||
jobTitle: Passenger
|
||||
- type: Access
|
||||
tags:
|
||||
- Maintenance
|
||||
- SyndicateAgent
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: idpassenger
|
||||
- type: AgentIDCard
|
||||
icons:
|
||||
# TODO figure out a better way of doing this.
|
||||
@@ -559,6 +570,18 @@
|
||||
- key: enum.AgentIDCardUiKey.Key
|
||||
type: AgentIDCardBoundUserInterface
|
||||
|
||||
- type: entity
|
||||
name: passenger ID card
|
||||
parent: AgentIDCard
|
||||
id: NukieAgentIDCard
|
||||
suffix: Nukie
|
||||
components:
|
||||
- type: Access
|
||||
tags:
|
||||
- Maintenance
|
||||
- SyndicateAgent
|
||||
- NuclearOperative
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: AtmosIDCard
|
||||
@@ -582,6 +605,7 @@
|
||||
- type: Access
|
||||
tags:
|
||||
- NuclearOperative
|
||||
- SyndicateAgent
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
|
||||
@@ -95,6 +95,22 @@
|
||||
- type: AccessReader
|
||||
access: [["Atmospherics"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternal
|
||||
id: AirlockExternalSyndicateLocked
|
||||
suffix: External, Syndicate, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["SyndicateAgent"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternal
|
||||
id: AirlockExternalNukeopLocked
|
||||
suffix: External, Nukeop, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["NuclearOperative"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockFreezer
|
||||
id: AirlockFreezerLocked
|
||||
@@ -338,6 +354,22 @@
|
||||
- type: AccessReader
|
||||
access: [["Cargo"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternalGlass
|
||||
id: AirlockExternalGlassSyndicateLocked
|
||||
suffix: External, Glass, Syndicate, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["SyndicateAgent"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternalGlass
|
||||
id: AirlockExternalGlassNukeopLocked
|
||||
suffix: External, Glass, Nukeop, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["NuclearOperative"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternalGlass
|
||||
id: AirlockExternalGlassEngineeringLocked
|
||||
@@ -546,6 +578,22 @@
|
||||
- type: AccessReader
|
||||
access: [["External"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSyndicateGlass
|
||||
id: AirlockSyndicateGlassLocked
|
||||
suffix: Syndicate, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["SyndicateAgent"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSyndicateGlass
|
||||
id: AirlockSyndicateNukeopGlassLocked
|
||||
suffix: Nukeop, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["NuclearOperative"]]
|
||||
|
||||
# Maintenance Hatches
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
@@ -731,6 +779,22 @@
|
||||
- type: AccessReader
|
||||
access: [["Captain"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSyndicate
|
||||
id: AirlockSyndicateLocked
|
||||
suffix: Syndicate, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["SyndicateAgent"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockSyndicate
|
||||
id: AirlockSyndicateNukeopLocked
|
||||
suffix: Nukeop, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["NuclearOperative"]]
|
||||
|
||||
# Shuttle airlocks
|
||||
- type: entity
|
||||
parent: AirlockShuttle
|
||||
@@ -740,6 +804,22 @@
|
||||
- type: AccessReader
|
||||
access: [["External"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockShuttle
|
||||
id: AirlockExternalShuttleSyndicateLocked
|
||||
suffix: External, Docking, Syndicate, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["SyndicateAgent"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockShuttle
|
||||
id: AirlockExternalShuttleNukeopLocked
|
||||
suffix: External, Docking, Nukeop, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["NuclearOperative"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlassShuttle
|
||||
id: AirlockExternalGlassShuttleLocked
|
||||
|
||||
@@ -92,6 +92,14 @@
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Standard/maint.rsi
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockSyndicate
|
||||
suffix: Syndicate
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Standard/syndicate.rsi
|
||||
|
||||
# Glass
|
||||
|
||||
- type: entity
|
||||
@@ -228,3 +236,13 @@
|
||||
group: Glass
|
||||
- type: Construction
|
||||
node: glassAirlockMedSecurity
|
||||
|
||||
- type: entity
|
||||
parent: AirlockGlass
|
||||
id: AirlockSyndicateGlass
|
||||
suffix: Syndicate
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Glass/syndicate.rsi
|
||||
- type: PaintableAirlock
|
||||
group: Glass
|
||||
@@ -1794,7 +1794,7 @@
|
||||
- state: panel
|
||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
- type: AccessReader
|
||||
access: [["NuclearOperative"]]
|
||||
access: [["NuclearOperative"], ["SyndicateAgent"]]
|
||||
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
gloves: ClothingHandsGlovesCombat
|
||||
outerClothing: ClothingOuterHardsuitSyndie
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: AgentIDCard
|
||||
id: NukieAgentIDCard
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
pocket2: BaseUplinkRadio40TC
|
||||
belt: ClothingBeltMilitaryWebbing
|
||||
|
||||
|
After Width: | Height: | Size: 952 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 321 B |
|
After Width: | Height: | Size: 588 B |
@@ -0,0 +1,195 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24; Edited by Doru991",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "assembly"
|
||||
},
|
||||
{
|
||||
"name": "bolted_unlit"
|
||||
},
|
||||
{
|
||||
"name": "closed"
|
||||
},
|
||||
{
|
||||
"name": "closed_unlit"
|
||||
},
|
||||
{
|
||||
"name": "closing",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "closing_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deny_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "open",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "opening",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "opening_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_closing",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_open",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_opening",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks_broken",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks_damaged",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
1.7
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks_open",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "welded"
|
||||
},
|
||||
{
|
||||
"name": "emergency_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.4,
|
||||
0.4
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 445 B |
|
After Width: | Height: | Size: 315 B |
|
After Width: | Height: | Size: 470 B |
|
After Width: | Height: | Size: 697 B |
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 296 B |
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 503 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 321 B |
|
After Width: | Height: | Size: 588 B |
@@ -0,0 +1,195 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24; Edited by @MaloTV on GitHub",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "assembly"
|
||||
},
|
||||
{
|
||||
"name": "bolted_unlit"
|
||||
},
|
||||
{
|
||||
"name": "closed"
|
||||
},
|
||||
{
|
||||
"name": "closed_unlit"
|
||||
},
|
||||
{
|
||||
"name": "closing",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "closing_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deny_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "open",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "opening",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "opening_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_closing",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_open",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_opening",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.07,
|
||||
0.07,
|
||||
0.07,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks_broken",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks_damaged",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
1.7
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparks_open",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "welded"
|
||||
},
|
||||
{
|
||||
"name": "emergency_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.4,
|
||||
0.4
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 445 B |
|
After Width: | Height: | Size: 315 B |
|
After Width: | Height: | Size: 470 B |
|
After Width: | Height: | Size: 697 B |
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 296 B |