From 962f90e6f5ce4dc25740ba35683e4695ea992a21 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:11:09 +0000 Subject: [PATCH] Adds Librarian and Lawyer roles (#6056) --- Resources/Maps/packedstation.yml | 172 ++- Resources/Maps/saltern.yml | 1135 +++++++++-------- Resources/Prototypes/AccessLevels/service.yml | 2 +- .../VendingMachines/Inventories/clothing.yml | 5 + .../Entities/Clothing/Uniforms/jumpsuits.yml | 55 + .../Entities/Markers/Spawners/jobs.yml | 44 +- .../Entities/Objects/Devices/pda.yml | 29 + .../Objects/Misc/identification_cards.yml | 24 + Resources/Prototypes/Maps/game.yml | 4 + .../Prototypes/Roles/Jobs/Civilian/lawyer.yml | 22 + .../Roles/Jobs/Civilian/librarian.yml | 23 + .../equipped-INNERCLOTHING.png | Bin 0 -> 604 bytes .../Jumpsuit/lawyerblack.rsi/icon.png | Bin 0 -> 356 bytes .../Jumpsuit/lawyerblack.rsi/inhand-left.png | Bin 0 -> 445 bytes .../Jumpsuit/lawyerblack.rsi/inhand-right.png | Bin 0 -> 410 bytes .../Jumpsuit/lawyerblack.rsi/meta.json | 26 + .../lawyerblue.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 625 bytes .../Uniforms/Jumpsuit/lawyerblue.rsi/icon.png | Bin 0 -> 348 bytes .../Jumpsuit/lawyerblue.rsi/inhand-left.png | Bin 0 -> 459 bytes .../Jumpsuit/lawyerblue.rsi/inhand-right.png | Bin 0 -> 484 bytes .../Jumpsuit/lawyerblue.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 643 bytes .../Jumpsuit/lawyerpurple.rsi/icon.png | Bin 0 -> 418 bytes .../Jumpsuit/lawyerpurple.rsi/inhand-left.png | Bin 0 -> 582 bytes .../lawyerpurple.rsi/inhand-right.png | Bin 0 -> 578 bytes .../Jumpsuit/lawyerpurple.rsi/meta.json | 26 + .../lawyerred.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 793 bytes .../Uniforms/Jumpsuit/lawyerred.rsi/icon.png | Bin 0 -> 353 bytes .../Jumpsuit/lawyerred.rsi/inhand-left.png | Bin 0 -> 503 bytes .../Jumpsuit/lawyerred.rsi/inhand-right.png | Bin 0 -> 503 bytes .../Uniforms/Jumpsuit/lawyerred.rsi/meta.json | 26 + .../librarian.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 661 bytes .../Uniforms/Jumpsuit/librarian.rsi/icon.png | Bin 0 -> 469 bytes .../Jumpsuit/librarian.rsi/inhand-left.png | Bin 0 -> 497 bytes .../Jumpsuit/librarian.rsi/inhand-right.png | Bin 0 -> 559 bytes .../Uniforms/Jumpsuit/librarian.rsi/meta.json | 26 + .../Textures/Markers/jobs.rsi/librarian.png | Bin 0 -> 748 bytes Resources/Textures/Markers/jobs.rsi/meta.json | 5 +- 38 files changed, 1057 insertions(+), 593 deletions(-) create mode 100644 Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml create mode 100644 Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/meta.json create mode 100644 Resources/Textures/Markers/jobs.rsi/librarian.png diff --git a/Resources/Maps/packedstation.yml b/Resources/Maps/packedstation.yml index fd33ab8984..cfc837649e 100644 --- a/Resources/Maps/packedstation.yml +++ b/Resources/Maps/packedstation.yml @@ -18119,13 +18119,12 @@ entities: - pos: -4.3740964,-12.360607 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -19287,13 +19286,12 @@ entities: - pos: 11.509314,4.6065345 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -31894,6 +31892,7 @@ entities: type: Transform - containers: PowerCellCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 2157 type: ComputerSupplyOrdering @@ -36101,13 +36100,12 @@ entities: - pos: 20.544691,33.624443 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -36117,13 +36115,12 @@ entities: - pos: 20.529066,29.655691 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -36555,13 +36552,12 @@ entities: - pos: 22.507973,40.51647 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -56242,6 +56238,7 @@ entities: type: Transform - containers: PowerCellCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 5336 type: PowerCellLargeStandard @@ -57641,13 +57638,12 @@ entities: - pos: 67.5,37.5 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -59543,6 +59539,9 @@ entities: - pos: 76.49909,-12.519633 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -59592,6 +59591,9 @@ entities: - pos: 73.5,-12.5 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -59808,6 +59810,9 @@ entities: - pos: 12.5,17.5 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -59961,6 +59966,7 @@ entities: type: Transform - containers: WeaponCapacitorCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 5789 type: Poweredlight @@ -69348,6 +69354,7 @@ entities: type: Transform - containers: PowerCellCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 6820 type: PowerCellRecharger @@ -69357,6 +69364,7 @@ entities: type: Transform - containers: PowerCellCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 6821 type: ClothingUnderSocksCoder @@ -77637,11 +77645,16 @@ entities: pos: 41.515198,24.735239 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: BatteryBarrel-powercell-container: !type:ContainerSlot {} BatteryBarrel-ammo-container: !type:ContainerSlot {} + cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer - uid: 7577 type: TaserGun @@ -77649,11 +77662,16 @@ entities: - pos: 41.515827,24.580679 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: BatteryBarrel-powercell-container: !type:ContainerSlot {} BatteryBarrel-ammo-container: !type:ContainerSlot {} + cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer - uid: 7578 type: TaserGun @@ -77661,11 +77679,16 @@ entities: - pos: 41.515827,24.393179 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: BatteryBarrel-powercell-container: !type:ContainerSlot {} BatteryBarrel-ammo-container: !type:ContainerSlot {} + cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer - uid: 7579 type: ClothingOuterCoatPirate @@ -88848,13 +88871,12 @@ entities: - pos: 32.544136,8.944672 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -89587,13 +89609,12 @@ entities: - pos: 107.54654,-24.346563 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - - cellInsertSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magout.ogg - cellRemoveSound: !type:SoundPathSpecifier - path: /Audio/Items/pistol_magin.ogg - type: PowerCellSlot - containers: cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer @@ -92730,12 +92751,17 @@ entities: - pos: 41.526512,27.667274 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: BatteryBarrel-powercell-container: !type:ContainerSlot ent: 11108 BatteryBarrel-ammo-container: !type:ContainerSlot {} + cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer - uid: 9230 type: GasPipeStraight @@ -111910,6 +111936,9 @@ entities: - pos: 80.534454,-16.347055 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -112041,6 +112070,9 @@ entities: - pos: 81.401146,12.491636 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -112130,6 +112162,9 @@ entities: - pos: 81.50129,9.6576 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114111,6 +114146,9 @@ entities: - pos: 38.46515,28.495308 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114122,6 +114160,9 @@ entities: - pos: 38.46515,28.495308 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114133,6 +114174,9 @@ entities: - pos: 38.46515,28.510933 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114144,6 +114188,9 @@ entities: - pos: 38.46515,28.510933 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114155,6 +114202,9 @@ entities: - pos: 38.46515,28.510933 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114166,6 +114216,9 @@ entities: - pos: 41.286083,22.611008 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114177,6 +114230,9 @@ entities: - pos: 41.442333,22.579758 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114188,6 +114244,9 @@ entities: - pos: 41.55171,22.454758 parent: 0 type: Transform + - cellSlot: + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: @@ -114335,6 +114394,7 @@ entities: type: Transform - containers: WeaponCapacitorCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 11141 type: WheatSeeds @@ -114688,6 +114748,7 @@ entities: type: Transform - containers: WeaponCapacitorCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 11184 type: WeaponCapacitorRecharger @@ -114697,6 +114758,7 @@ entities: type: Transform - containers: WeaponCapacitorCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 11185 type: CableApcExtension @@ -114762,12 +114824,17 @@ entities: - pos: 41.526512,27.4329 parent: 0 type: Transform + - cellSlot: + startingItem: PowerCellSmallStandard + name: power-cell-slot-component-slot-name-default + type: PowerCellSlot - canCollide: False type: Physics - containers: BatteryBarrel-powercell-container: !type:ContainerSlot ent: 11204 BatteryBarrel-ammo-container: !type:ContainerSlot {} + cellslot_cell_container: !type:ContainerSlot {} type: ContainerContainer - uid: 11193 type: CableApcExtension @@ -118735,6 +118802,18 @@ entities: - pos: 39.5,52.5 parent: 0 type: Transform +- uid: 11738 + type: SpawnPointLawyer + components: + - pos: 18.5,32.5 + parent: 0 + type: Transform +- uid: 11739 + type: SpawnPointLawyer + components: + - pos: 18.5,30.5 + parent: 0 + type: Transform - uid: 11740 type: CableMV components: @@ -118788,6 +118867,18 @@ entities: pos: 3.5,-32.5 parent: 0 type: Transform +- uid: 11747 + type: SpawnPointLibrarian + components: + - pos: 9.5,3.5 + parent: 0 + type: Transform +- uid: 11748 + type: SpawnPointChaplain + components: + - pos: 14.5,14.5 + parent: 0 + type: Transform - uid: 11749 type: CableMV components: @@ -119948,6 +120039,7 @@ entities: type: Transform - containers: PowerCellCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} type: ContainerContainer - uid: 11953 type: Autolathe diff --git a/Resources/Maps/saltern.yml b/Resources/Maps/saltern.yml index 25e505231d..bb34891dfd 100644 --- a/Resources/Maps/saltern.yml +++ b/Resources/Maps/saltern.yml @@ -64,7 +64,7 @@ grids: - ind: "1,-1" tiles: IQAAACEAAAAhAAAAIQAAACUAAAAhAAAAIQAAACEAAAAhAAAAJQAAACQAAAAgAAAAJQAAAAAAAAAAAAAAAAAAACEAAAAhAAAAIQAAACEAAAAlAAAAIQAAACEAAAAhAAAAIQAAACUAAAAkAAAAIAAAACUAAAAAAAAAAAAAAAAAAAAhAAAAIQAAACEAAAAhAAAAIQAAACEAAAAhAAAAIQAAACEAAAAlAAAAJAAAACAAAAAlAAAAAAAAAAAAAAAAAAAAJQAAACEAAAAhAAAAIQAAACUAAAAhAAAAIQAAACEAAAAhAAAAJQAAACQAAAAgAAAAJQAAAAAAAAAAAAAAAAAAACEAAAAhAAAAIQAAACEAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAkAAAAIAAAACUAAAAAAAAAAAAAAAAAAAAhAAAAIQAAACEAAAAhAAAAIAAAACQAAAAgAAAAIAAAACAAAAAgAAAAJAAAACAAAAAlAAAAAAAAAAAAAAAAAAAAIQAAACEAAAAhAAAAIQAAACUAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAgAAAAJQAAAAAAAAAAAAAAAAAAACEAAAAhAAAAIQAAACEAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAkAAAAIAAAACUAAAAlAAAAJQAAACUAAAAhAAAAIQAAACEAAAAhAAAAJQAAACEAAAAhAAAAIQAAACEAAAAlAAAAJAAAACAAAAAlAAAAJAAAACQAAAAkAAAAIQAAACEAAAAhAAAAIQAAACEAAAAhAAAAIQAAACEAAAAhAAAAJQAAACQAAAAkAAAAJAAAACQAAAAgAAAAIAAAACEAAAAhAAAAIQAAACEAAAAlAAAAIQAAACEAAAAhAAAAIQAAACUAAAAkAAAAIAAAACUAAAAlAAAAJQAAACUAAAAhAAAAIQAAACEAAAAhAAAAJQAAACEAAAAhAAAAIQAAACEAAAAlAAAAJAAAACAAAAAlAAAAHgAAAB4AAAAeAAAAJQAAACEAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACQAAAAgAAAAJQAAAB4AAAAeAAAAHgAAACEAAAAhAAAAIQAAACEAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAhAAAAIQAAACEAAAAhAAAAJAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAlAAAAHgAAAB4AAAAeAAAAIQAAACEAAAAhAAAAIQAAACQAAAAgAAAAIAAAACQAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAHgAAAA== - ind: "0,-2" - tiles: AAAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACQAAAAkAAAAJAAAAAAAAAAlAAAAHgAAAB4AAAAeAAAAJQAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAlAAAAJAAAACQAAAAAAAAAJQAAAB4AAAAeAAAAHgAAACUAAAAiAAAAIgAAACIAAAAiAAAAJQAAACIAAAAiAAAAJQAAACQAAAAkAAAAJQAAACUAAAAeAAAAHgAAAB4AAAAlAAAAIgAAACIAAAAiAAAAIgAAACUAAAAlAAAAJQAAACUAAAAkAAAAJAAAACAAAAAlAAAAHgAAAB4AAAAeAAAAJQAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAlAAAAJAAAACQAAAAgAAAAJQAAAB4AAAAeAAAAHgAAACUAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAJQAAACUAAAAlAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAlAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACUAAAAkAAAAJAAAACAAAAAlAAAAHgAAAB4AAAAeAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAlAAAAJAAAACAAAAAkAAAAIAAAAB4AAAAeAAAAHgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAJQAAACQAAAAgAAAAJQAAACUAAAAeAAAAHgAAAB4AAAAlAAAAJQAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACUAAAAkAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAeAAAAHgAAACUAAAAlAAAAIAAAACUAAAAlAAAAJQAAACUAAAAlAAAAJAAAACAAAAAhAAAAHgAAAB4AAAAeAAAAHgAAAB4AAAAlAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAgAAAAIQAAAB4AAAAeAAAAHgAAAB4AAAAeAAAAIAAAACQAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAkAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAeAAAAHgAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAIAAAACUAAAAlAAAAHgAAAB4AAAAeAAAAHgAAAB4AAAAlAAAAIQAAACEAAAAhAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAJQAAAB4AAAAeAAAAHgAAAB4AAAAeAAAAJQAAACEAAAAhAAAAIQAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAA== + tiles: AAAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAiAAAAIgAAACQAAAAkAAAAJAAAAAAAAAAlAAAAHgAAAB4AAAAeAAAAJQAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAlAAAAJAAAACQAAAAAAAAAJQAAAB4AAAAeAAAAHgAAACUAAAAiAAAAIgAAACIAAAAiAAAAJQAAACIAAAAiAAAAJQAAACQAAAAkAAAAJQAAACUAAAAeAAAAHgAAAB4AAAAlAAAAIgAAACIAAAAiAAAAIgAAACUAAAAlAAAAJQAAACUAAAAkAAAAJAAAACAAAAAlAAAAHgAAAB4AAAAeAAAAJQAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAlAAAAJAAAACQAAAAgAAAAJQAAAB4AAAAeAAAAHgAAACUAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAJQAAACUAAAAlAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAlAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACUAAAAkAAAAJAAAACAAAAAlAAAAHgAAAB4AAAAeAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAlAAAAJAAAACAAAAAkAAAAIAAAAB4AAAAeAAAAHgAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACIAAAAiAAAAJQAAACQAAAAgAAAAJQAAACUAAAAeAAAAHgAAAB4AAAAlAAAAJQAAACIAAAAiAAAAIgAAACIAAAAiAAAAIgAAACUAAAAkAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAeAAAAHgAAACUAAAAlAAAAIAAAACUAAAAlAAAAJQAAACUAAAAlAAAAJAAAACAAAAAhAAAAHgAAAB4AAAAeAAAAHgAAAB4AAAAlAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAgAAAAIQAAAB4AAAAeAAAAHgAAAB4AAAAeAAAAIAAAACQAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAkAAAAIAAAACUAAAAeAAAAHgAAAB4AAAAeAAAAHgAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAIAAAACUAAAAlAAAAHgAAAB4AAAAeAAAAHgAAAB4AAAAlAAAAIQAAACEAAAAhAAAACwAAAAsAAAALAAAACwAAAAsAAAALAAAAJQAAAB4AAAAeAAAAHgAAAB4AAAAeAAAAJQAAACEAAAAhAAAAIQAAAAsAAAALAAAACwAAAAsAAAALAAAACwAAAA== - ind: "1,-2" tiles: JAAAACQAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAjAAAAIwAAACQAAAAkAAAAAAAAACQAAAAjAAAAJAAAAAAAAAAkAAAAIwAAACQAAAAAAAAAJAAAACMAAAAkAAAAAAAAAAAAAAAkAAAAJAAAAAAAAAAkAAAAIwAAACQAAAAjAAAAJAAAACMAAAAkAAAAIwAAACQAAAAjAAAAJAAAAAAAAAAAAAAAJAAAACQAAAAAAAAAJAAAACMAAAAkAAAAIwAAACQAAAAjAAAAJAAAACMAAAAkAAAAIwAAACQAAAAAAAAAAAAAACQAAAAkAAAAAAAAAAAAAAAAAAAAAAAAACMAAAAkAAAAIwAAACQAAAAjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlAAAAJQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACAAAAAgAAAAIAAAACAAAAAgAAAAIwAAACMAAAAjAAAAJAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACUAAAAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAAAAAAAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACQAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAAAAAAAAAAAAAAAAAlAAAAJQAAACUAAAAlAAAAJQAAACAAAAAkAAAAJQAAACAAAAAgAAAAIAAAACAAAAAgAAAAAAAAAAAAAAAAAAAAJQAAACEAAAAhAAAAIQAAACUAAAAgAAAAJAAAACUAAAAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAAAAAAAAAACUAAAAhAAAAIQAAACEAAAAlAAAAIAAAACQAAAAlAAAAIAAAACAAAAAgAAAAIAAAACAAAAAAAAAAAAAAAAAAAAAkAAAAIQAAACEAAAAhAAAAJQAAACAAAAAkAAAAJQAAACAAAAAgAAAAIAAAACAAAAAgAAAAAAAAAAAAAAAAAAAAIAAAACEAAAAhAAAAIQAAACUAAAAgAAAAJAAAACUAAAAlAAAAJQAAACAAAAAlAAAAJQAAAAAAAAAAAAAAAAAAACUAAAAlAAAAJQAAACEAAAAlAAAAIAAAACQAAAAgAAAAIAAAACAAAAAgAAAAIAAAACUAAAAAAAAAAAAAAAAAAAAhAAAAIQAAACEAAAAhAAAAJQAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACAAAAAlAAAAAAAAAAAAAAAAAAAAIQAAACEAAAAhAAAAIQAAACUAAAAlAAAAJQAAACUAAAAlAAAAJQAAACQAAAAgAAAAJQAAAAAAAAAAAAAAAAAAAA== - ind: "-1,1" @@ -106,7 +106,7 @@ grids: - ind: "-3,1" tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACMAAAAjAAAAIwAAACMAAAAjAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAJAAAACMAAAAkAAAAIwAAACQAAAAjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAAAAAACQAAAAjAAAAJAAAACMAAAAkAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAAAAkAAAAIwAAACQAAAAjAAAAJAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAAAAAACQAAAAjAAAAJAAAACMAAAAkAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAAAAkAAAAIwAAACQAAAAjAAAAJAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAJAAAACMAAAAkAAAAIwAAACQAAAAjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== - ind: "0,-3" - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAkAAAAJAAAAA== + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAAA== - ind: "1,-3" tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACMAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAjAAAAIwAAACMAAAAjAAAAAAAAAAAAAAAAAAAAIwAAACMAAAAjAAAAAAAAACMAAAAAAAAAAAAAAAAAAAAjAAAAAAAAAAAAAAAAAAAAIwAAAAAAAAAAAAAAIwAAACMAAAAAAAAAAAAAAAAAAAAjAAAAAAAAAAAAAAAAAAAAIwAAAAAAAAAAAAAAAAAAACMAAAAjAAAAAAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAIwAAACQAAAAjAAAAJAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAAAAAACQAAAAjAAAAJAAAACMAAAAkAAAAIwAAACQAAAAjAAAAJAAAACMAAAAkAAAAAAAAAAAAAAAAAAAAIwAAAAAAAAAkAAAAIwAAACQAAAAAAAAAJAAAACMAAAAkAAAAAAAAACQAAAAjAAAAJAAAAAAAAAAAAAAAJAAAACQAAAAAAAAAJAAAACMAAAAkAAAAAAAAACQAAAAjAAAAJAAAAAAAAAAkAAAAIwAAACQAAAAAAAAAAAAAAA== - ind: "2,1" @@ -115,350 +115,99 @@ grids: tiles: JAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAkAAAAJAAAACQAAAAYAAAAGAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAJAAAACQAAAAkAAAAGAAAABgAAAAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAACQAAAAkAAAAJAAAABgAAAAYAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAkAAAAJAAAACQAAAAkAAAAJAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAJAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== entities: - uid: 0 - type: SuspicionHitscanSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-11.5 - parent: 853 - type: Transform -- uid: 1 - type: SuspicionShotgunSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -15.5,-14.5 - parent: 853 - type: Transform -- uid: 2 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -23.5,-13.5 - parent: 853 - type: Transform -- uid: 3 - type: SuspicionPistolMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,-0.5 - parent: 853 - type: Transform -- uid: 4 - type: SuspicionRifleMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,-3.5 - parent: 853 - type: Transform -- uid: 5 - type: SuspicionRifleMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,-4.5 - parent: 853 - type: Transform -- uid: 6 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,-6.5 - parent: 853 - type: Transform -- uid: 7 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -35.5,-7.5 - parent: 853 - type: Transform -- uid: 8 - type: SuspicionGrenadesSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -11.5,18.5 - parent: 853 - type: Transform -- uid: 9 - type: Carpet - components: - - rot: 4.371139006309477E-08 rad - pos: -0.5,-0.5 - parent: 853 - type: Transform -- uid: 10 - type: SpawnPointStationEngineer - components: - - rot: 4.371139006309477E-08 rad - pos: 33.5,9.5 - parent: 853 - type: Transform -- uid: 11 - type: SuspicionLaunchersSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,18.5 - parent: 853 - type: Transform -- uid: 12 - type: ToolboxElectricalFilled - components: - - pos: -29.499815,8.100836 - parent: 853 - type: Transform - - canCollide: False - type: Physics - - containers: - storagebase: !type:Container - ents: [] - type: ContainerContainer -- uid: 13 - type: SuspicionShotgunSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -12.5,20.5 - parent: 853 - type: Transform -- uid: 14 - type: SuspicionSMGSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -13.5,20.5 - parent: 853 - type: Transform -- uid: 15 - type: BikeHornInstrument - components: - - rot: 4.371139006309477E-08 rad - pos: -18.5,-9.5 - parent: 853 - type: Transform -- uid: 16 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,3.5 - parent: 853 - type: Transform - - airBlocked: False - type: Airtight -- uid: 17 - type: SuspicionRevolverSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -14.5,19.5 - parent: 853 - type: Transform -- uid: 18 type: SuspicionHitscanSpawner components: - rot: 4.371139006309477E-08 rad pos: -14.5,18.5 parent: 853 type: Transform -- uid: 19 - type: SuspicionPistolSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,-0.5 - parent: 853 - type: Transform -- uid: 20 - type: SuspicionPistolSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -5.5,24.5 - parent: 853 - type: Transform -- uid: 21 - type: SuspicionPistolMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -31.5,13.5 - parent: 853 - type: Transform -- uid: 22 - type: SuspicionPistolMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,9.5 - parent: 853 - type: Transform -- uid: 23 - type: SuspicionPistolMagazineSpawner - components: - - pos: -13.5,7.5 - parent: 853 - type: Transform -- uid: 24 - type: SuspicionPistolMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -10.5,1.5 - parent: 853 - type: Transform -- uid: 25 - type: SuspicionPistolMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -3.5,0.5 - parent: 853 - type: Transform -- uid: 26 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-4.5 - parent: 853 - type: Transform -- uid: 27 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -30.5,-4.5 - parent: 853 - type: Transform -- uid: 28 - type: SuspicionShotgunSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -29.5,-5.5 - parent: 853 - type: Transform -- uid: 29 - type: SuspicionRifleMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,7.5 - parent: 853 - type: Transform -- uid: 30 - type: RandomSpawner - components: - - pos: 26.5,-5.5 - parent: 853 - type: Transform -- uid: 31 - type: SuspicionMagnumMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: 16.5,7.5 - parent: 853 - type: Transform -- uid: 32 - type: WallReinforced - components: - - pos: 13.5,2.5 - parent: 853 - type: Transform -- uid: 33 - type: WallReinforced - components: - - pos: 20.5,-0.5 - parent: 853 - type: Transform -- uid: 34 - type: SuspicionGrenadesSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-17.5 - parent: 853 - type: Transform -- uid: 35 - type: SuspicionGrenadesSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: 0.5,-15.5 - parent: 853 - type: Transform -- uid: 36 - type: SuspicionHitscanSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: 25.5,0.5 - parent: 853 - type: Transform -- uid: 37 - type: SuspicionGrenadesSpawner - components: - - pos: 21.5,0.5 - parent: 853 - type: Transform -- uid: 38 - type: SuspicionGrenadesSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: 15.5,-0.5 - parent: 853 - type: Transform -- uid: 39 - type: SuspicionRifleSpawner - components: - - pos: 6.5,7.5 - parent: 853 - type: Transform -- uid: 40 - type: SuspicionSniperSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -8.5,-12.5 - parent: 853 - type: Transform -- uid: 41 - type: SuspicionShotgunSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-6.5 - parent: 853 - type: Transform -- uid: 42 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -7.5,-3.5 - parent: 853 - type: Transform -- uid: 43 - type: SuspicionShotgunMagazineSpawner - components: - - rot: 4.371139006309477E-08 rad - pos: -6.5,-3.5 - parent: 853 - type: Transform -- uid: 44 - type: FoodPieBananaCream - components: - - rot: 4.371139006309477E-08 rad - pos: -18.509874,-9.279623 - parent: 853 - type: Transform -- uid: 45 - type: FoodPieBananaCream - components: - - rot: 4.371139006309477E-08 rad - pos: -18.947374,-9.467123 - parent: 853 - type: Transform -- uid: 46 - type: FoodBanana - components: - - rot: 4.371139006309477E-08 rad - pos: -19.463,-9.482748 - parent: 853 - type: Transform -- uid: 47 +- uid: 1 type: FoodBanana components: - rot: 4.371139006309477E-08 rad pos: -19.603624,-9.388998 parent: 853 type: Transform -- uid: 48 - type: FoodBanana +- uid: 2 + type: SuspicionShotgunMagazineSpawner components: - rot: 4.371139006309477E-08 rad - pos: -19.728624,-9.576498 + pos: -6.5,-3.5 parent: 853 type: Transform -- uid: 49 +- uid: 3 + type: SuspicionGrenadesSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -8.5,-17.5 + parent: 853 + type: Transform +- uid: 4 + type: SuspicionGrenadesSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: 0.5,-15.5 + parent: 853 + type: Transform +- uid: 5 + type: Table + components: + - rot: 4.371139006309477E-08 rad + pos: -19.5,-9.5 + parent: 853 + type: Transform +- uid: 6 + type: SuspicionShotgunSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -29.5,-5.5 + parent: 853 + type: Transform +- uid: 7 + type: SuspicionPistolMagazineSpawner + components: + - pos: -13.5,7.5 + parent: 853 + type: Transform +- uid: 8 + type: APCElectronics + components: + - pos: -29.64044,9.647711 + parent: 853 + type: Transform + - canCollide: False + type: Physics +- uid: 9 + type: DisgustingSweptSoup + components: + - rot: 4.371139006309477E-08 rad + pos: -14.96041,24.545767 + parent: 853 + type: Transform +- uid: 10 + type: FirelockGlass + components: + - rot: 4.371139006309477E-08 rad + pos: 5.5,5.5 + parent: 853 + type: Transform + - airBlocked: False + type: Airtight +- uid: 11 + type: SuspicionShotgunMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -7.5,-3.5 + parent: 853 + type: Transform +- uid: 12 + type: SuspicionSniperSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -8.5,-12.5 + parent: 853 + type: Transform +- uid: 13 type: Poweredlight components: - rot: 1.5707963267948966 rad @@ -470,29 +219,159 @@ entities: - containers: light_bulb: !type:ContainerSlot {} type: ContainerContainer -- uid: 50 - type: Table +- uid: 14 + type: FoodPieBananaCream components: - rot: 4.371139006309477E-08 rad - pos: -19.5,-9.5 + pos: -18.947374,-9.467123 parent: 853 type: Transform -- uid: 51 - type: FirelockElectronics +- uid: 15 + type: FoodPieBananaCream components: - - pos: -29.42169,8.819586 + - rot: 4.371139006309477E-08 rad + pos: -18.509874,-9.279623 + parent: 853 + type: Transform +- uid: 16 + type: SuspicionShotgunSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -7.5,-6.5 + parent: 853 + type: Transform +- uid: 17 + type: SuspicionGrenadesSpawner + components: + - pos: 21.5,0.5 + parent: 853 + type: Transform +- uid: 18 + type: SuspicionRifleSpawner + components: + - pos: 6.5,7.5 + parent: 853 + type: Transform +- uid: 19 + type: SuspicionHitscanSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: 25.5,0.5 + parent: 853 + type: Transform +- uid: 20 + type: SuspicionGrenadesSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: 15.5,-0.5 + parent: 853 + type: Transform +- uid: 21 + type: SuspicionPistolMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -31.5,13.5 + parent: 853 + type: Transform +- uid: 22 + type: SuspicionPistolSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -10.5,-0.5 + parent: 853 + type: Transform +- uid: 23 + type: BikeHornInstrument + components: + - rot: 4.371139006309477E-08 rad + pos: -18.5,-9.5 + parent: 853 + type: Transform +- uid: 24 + type: FirelockGlass + components: + - rot: 4.371139006309477E-08 rad + pos: 1.5,3.5 + parent: 853 + type: Transform + - airBlocked: False + type: Airtight +- uid: 25 + type: SuspicionPistolSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -5.5,24.5 + parent: 853 + type: Transform +- uid: 26 + type: SuspicionRevolverSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -14.5,19.5 + parent: 853 + type: Transform +- uid: 27 + type: SuspicionShotgunMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -35.5,-6.5 + parent: 853 + type: Transform +- uid: 28 + type: Carpet + components: + - rot: 4.371139006309477E-08 rad + pos: -0.5,-0.5 + parent: 853 + type: Transform +- uid: 29 + type: SpawnPointStationEngineer + components: + - rot: 4.371139006309477E-08 rad + pos: 33.5,9.5 + parent: 853 + type: Transform +- uid: 30 + type: SuspicionGrenadesSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -11.5,18.5 + parent: 853 + type: Transform +- uid: 31 + type: SuspicionLaunchersSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -12.5,18.5 + parent: 853 + type: Transform +- uid: 32 + type: SuspicionShotgunSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -12.5,20.5 + parent: 853 + type: Transform +- uid: 33 + type: ToolboxElectricalFilled + components: + - pos: -29.499815,8.100836 parent: 853 type: Transform - canCollide: False type: Physics -- uid: 52 - type: ClothingUnderSocksCoder + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 34 + type: SuspicionSMGSpawner components: - rot: 4.371139006309477E-08 rad - pos: 47.437466,-6.6893435 + pos: -13.5,20.5 parent: 853 type: Transform -- uid: 53 +- uid: 35 type: JawsOfLife components: - rot: 4.371139006309477E-08 rad @@ -502,7 +381,188 @@ entities: - useSound: !type:SoundPathSpecifier path: /Audio/Items/jaws_pry.ogg type: Tool +- uid: 36 + type: APCElectronics + components: + - pos: -29.406065,9.491461 + parent: 853 + type: Transform + - canCollide: False + type: Physics +- uid: 37 + type: DrinkBottleRum + components: + - rot: 4.371139006309477E-08 rad + pos: -15.694785,24.608267 + parent: 853 + type: Transform + - solution: drink + type: RefillableSolution + - solution: drink + type: DrainableSolution +- uid: 38 + type: Window + components: + - pos: 18.5,-18.5 + parent: 853 + type: Transform +- uid: 39 + type: ToyMouse + components: + - rot: 4.371139006309477E-08 rad + pos: 31.376545,-7.1625524 + parent: 853 + type: Transform +- uid: 40 + type: PowerCellRecharger + components: + - rot: 4.371139006309477E-08 rad + pos: 39.5,-1.5 + parent: 853 + type: Transform + - containers: + PowerCellCharger-powerCellContainer: !type:ContainerSlot {} + charger-slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 41 + type: FirelockElectronics + components: + - pos: -29.687315,9.038336 + parent: 853 + type: Transform + - canCollide: False + type: Physics +- uid: 42 + type: Bed + components: + - rot: 4.371139006309477E-08 rad + pos: 18.5,-20.5 + parent: 853 + type: Transform +- uid: 43 + type: BedsheetMedical + components: + - anchored: True + rot: 4.371139006309477E-08 rad + pos: 18.5,-20.5 + parent: 853 + type: Transform + - canCollide: False + type: Physics +- uid: 44 + type: FirelockGlass + components: + - rot: 4.371139006309477E-08 rad + pos: 1.5,5.5 + parent: 853 + type: Transform + - airBlocked: False + type: Airtight +- uid: 45 + type: WallReinforced + components: + - pos: 13.5,2.5 + parent: 853 + type: Transform +- uid: 46 + type: FirelockElectronics + components: + - pos: -29.42169,8.819586 + parent: 853 + type: Transform + - canCollide: False + type: Physics +- uid: 47 + type: SuspicionPistolMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -35.5,-0.5 + parent: 853 + type: Transform +- uid: 48 + type: SuspicionRifleMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -35.5,-3.5 + parent: 853 + type: Transform +- uid: 49 + type: SuspicionRifleMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -35.5,-4.5 + parent: 853 + type: Transform +- uid: 50 + type: SuspicionHitscanSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -15.5,-11.5 + parent: 853 + type: Transform +- uid: 51 + type: SuspicionShotgunSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -15.5,-14.5 + parent: 853 + type: Transform +- uid: 52 + type: ToyPhazon + components: + - pos: 9.5,17.5 + parent: 853 + type: Transform + - canCollide: False + type: Physics +- uid: 53 + type: SuspicionPistolMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -29.5,9.5 + parent: 853 + type: Transform - uid: 54 + type: SuspicionPistolMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -10.5,1.5 + parent: 853 + type: Transform +- uid: 55 + type: SuspicionShotgunMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -29.5,-4.5 + parent: 853 + type: Transform +- uid: 56 + type: SuspicionShotgunMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -30.5,-4.5 + parent: 853 + type: Transform +- uid: 57 + type: RandomSpawner + components: + - pos: 26.5,-5.5 + parent: 853 + type: Transform +- uid: 58 + type: WallReinforced + components: + - pos: 20.5,-0.5 + parent: 853 + type: Transform +- uid: 59 + type: SuspicionPistolMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -3.5,0.5 + parent: 853 + type: Transform +- uid: 60 type: BoxSterile components: - rot: 0.00033142371103167534 rad @@ -515,7 +575,14 @@ entities: storagebase: !type:Container ents: [] type: ContainerContainer -- uid: 55 +- uid: 61 + type: FoodBanana + components: + - rot: 4.371139006309477E-08 rad + pos: -19.728624,-9.576498 + parent: 853 + type: Transform +- uid: 62 type: BoxLatex components: - pos: 21.79705,-4.4901056 @@ -527,93 +594,32 @@ entities: storagebase: !type:Container ents: [] type: ContainerContainer -- uid: 56 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 5.5,5.5 - parent: 853 - type: Transform - - airBlocked: False - type: Airtight -- uid: 57 - type: ToyPhazon - components: - - pos: 9.5,17.5 - parent: 853 - type: Transform - - canCollide: False - type: Physics -- uid: 58 - type: APCElectronics - components: - - pos: -29.406065,9.491461 - parent: 853 - type: Transform - - canCollide: False - type: Physics -- uid: 59 - type: DrinkBottleRum - components: - - rot: 4.371139006309477E-08 rad - pos: -15.694785,24.608267 - parent: 853 - type: Transform - - solution: drink - type: RefillableSolution - - solution: drink - type: DrainableSolution -- uid: 60 - type: DisgustingSweptSoup - components: - - rot: 4.371139006309477E-08 rad - pos: -14.96041,24.545767 - parent: 853 - type: Transform -- uid: 61 - type: Window - components: - - pos: 18.5,-18.5 - parent: 853 - type: Transform -- uid: 62 - type: ToyMouse - components: - - rot: 4.371139006309477E-08 rad - pos: 31.376545,-7.1625524 - parent: 853 - type: Transform - uid: 63 - type: APCElectronics - components: - - pos: -29.64044,9.647711 - parent: 853 - type: Transform - - canCollide: False - type: Physics -- uid: 64 - type: FirelockElectronics - components: - - pos: -29.687315,9.038336 - parent: 853 - type: Transform - - canCollide: False - type: Physics -- uid: 65 - type: BedsheetMedical - components: - - anchored: True - rot: 4.371139006309477E-08 rad - pos: 18.5,-20.5 - parent: 853 - type: Transform - - canCollide: False - type: Physics -- uid: 66 - type: Bed + type: SuspicionShotgunMagazineSpawner components: - rot: 4.371139006309477E-08 rad - pos: 18.5,-20.5 + pos: -35.5,-7.5 + parent: 853 + type: Transform +- uid: 64 + type: SuspicionMagnumMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: 16.5,7.5 + parent: 853 + type: Transform +- uid: 65 + type: SuspicionRifleMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -7.5,7.5 + parent: 853 + type: Transform +- uid: 66 + type: SuspicionShotgunMagazineSpawner + components: + - rot: 4.371139006309477E-08 rad + pos: -23.5,-13.5 parent: 853 type: Transform - uid: 67 @@ -623,6 +629,20 @@ entities: parent: 853 type: Transform - uid: 68 + type: FoodBanana + components: + - rot: 4.371139006309477E-08 rad + pos: -19.463,-9.482748 + parent: 853 + type: Transform +- uid: 69 + type: ClothingUnderSocksCoder + components: + - rot: 4.371139006309477E-08 rad + pos: 47.437466,-6.6893435 + parent: 853 + type: Transform +- uid: 70 type: VendingMachineCoffee components: - name: Hot drinks machine @@ -632,26 +652,6 @@ entities: type: Transform - enabled: False type: AmbientSound -- uid: 69 - type: PowerCellRecharger - components: - - rot: 4.371139006309477E-08 rad - pos: 39.5,-1.5 - parent: 853 - type: Transform - - containers: - PowerCellCharger-powerCellContainer: !type:ContainerSlot {} - charger-slot: !type:ContainerSlot {} - type: ContainerContainer -- uid: 70 - type: FirelockGlass - components: - - rot: 4.371139006309477E-08 rad - pos: 1.5,5.5 - parent: 853 - type: Transform - - airBlocked: False - type: Airtight - uid: 71 type: SuspicionPistolSpawner components: @@ -7361,16 +7361,11 @@ entities: parent: 853 type: Transform - uid: 707 - type: lantern + type: WallReinforced components: - - pos: 12.536547,-29.463015 + - pos: 10.5,-32.5 parent: 853 type: Transform - - canCollide: False - type: Physics - - containers: - cellslot_cell_container: !type:ContainerSlot {} - type: ContainerContainer - uid: 708 type: WallReinforced components: @@ -10941,7 +10936,7 @@ entities: 10,-19: 0 10,-18: 0 10,-17: 0 - 11,-32: 0 + 11,-32: 1 11,-31: 0 11,-30: 0 11,-29: 0 @@ -10957,7 +10952,7 @@ entities: 11,-19: 0 11,-18: 0 11,-17: 0 - 12,-32: 0 + 12,-32: 2 12,-31: 0 12,-30: 0 12,-29: 0 @@ -13150,8 +13145,8 @@ entities: 32,20: 0 32,21: 0 32,22: 0 - 32,23: 1 - 32,24: 1 + 32,23: 3 + 32,24: 3 33,16: 0 33,17: 0 33,18: 0 @@ -13159,8 +13154,8 @@ entities: 33,20: 0 33,21: 0 33,22: 0 - 33,23: 1 - 33,24: 1 + 33,23: 3 + 33,24: 3 34,16: 0 34,17: 0 34,18: 0 @@ -13168,8 +13163,8 @@ entities: 34,20: 0 34,21: 0 34,22: 0 - 34,23: 1 - 34,24: 1 + 34,23: 3 + 34,24: 3 35,16: 0 35,17: 0 35,18: 0 @@ -13197,7 +13192,7 @@ entities: 37,20: 0 37,21: 0 37,22: 0 - 37,23: 2 + 37,23: 4 38,16: 0 38,17: 0 38,18: 0 @@ -13205,7 +13200,7 @@ entities: 38,20: 0 38,21: 0 38,22: 0 - 38,23: 2 + 38,23: 4 39,16: 0 39,17: 0 39,18: 0 @@ -13213,7 +13208,7 @@ entities: 39,20: 0 39,21: 0 39,22: 0 - 39,23: 2 + 39,23: 4 40,16: 0 40,17: 0 40,18: 0 @@ -13229,7 +13224,7 @@ entities: 41,20: 0 41,21: 0 41,22: 0 - 41,23: 3 + 41,23: 5 42,16: 0 42,17: 0 42,18: 0 @@ -13237,7 +13232,7 @@ entities: 42,20: 0 42,21: 0 42,22: 0 - 42,23: 3 + 42,23: 5 43,16: 0 43,17: 0 43,18: 0 @@ -13245,7 +13240,7 @@ entities: 43,20: 0 43,21: 0 43,22: 0 - 43,23: 3 + 43,23: 5 44,16: 0 44,17: 0 44,18: 0 @@ -13261,7 +13256,7 @@ entities: 45,20: 0 45,21: 0 45,22: 0 - 45,23: 1 + 45,23: 3 46,16: 0 46,17: 0 46,18: 0 @@ -13269,7 +13264,7 @@ entities: 46,20: 0 46,21: 0 46,22: 0 - 46,23: 1 + 46,23: 3 47,16: 0 47,17: 0 47,18: 0 @@ -13277,7 +13272,7 @@ entities: 47,20: 0 47,21: 0 47,22: 0 - 47,23: 1 + 47,23: 3 48,16: 0 48,17: 0 48,18: 0 @@ -13302,14 +13297,14 @@ entities: 51,19: 0 51,20: 0 52,16: 0 - 52,17: 1 - 52,18: 1 - 52,19: 1 + 52,17: 3 + 52,18: 3 + 52,19: 3 52,20: 0 53,16: 0 - 53,17: 1 - 53,18: 1 - 53,19: 1 + 53,17: 3 + 53,18: 3 + 53,19: 3 53,20: 0 19,-31: 0 19,-30: 0 @@ -13458,27 +13453,27 @@ entities: 35,25: 0 36,27: 0 36,28: 0 - 37,24: 2 + 37,24: 4 37,25: 0 - 38,24: 2 + 38,24: 4 38,25: 0 - 39,24: 2 + 39,24: 4 39,25: 0 40,24: 0 40,25: 0 - 41,24: 3 + 41,24: 5 41,25: 0 - 42,24: 3 + 42,24: 5 42,25: 0 - 43,24: 3 + 43,24: 5 43,25: 0 44,24: 0 44,25: 0 - 45,24: 1 + 45,24: 3 45,25: 0 - 46,24: 1 + 46,24: 3 46,25: 0 - 47,24: 1 + 47,24: 3 47,25: 0 48,24: 0 48,25: 0 @@ -13577,6 +13572,28 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 202.38437 + moles: + - 15.004604 + - 56.445892 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.5375 + moles: + - 16.36866 + - 61.57734 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -15638,14 +15655,14 @@ entities: vertices: - 15.99,-32.99 - 15.99,-32.01 - - 13.01,-32.01 - - 13.01,-32.99 - id: grid_chunk-13.01--32.99 + - 10.01,-32.01 + - 10.01,-32.99 + id: grid_chunk-10.01--32.99 mask: - MapGrid layer: - MapGrid - mass: 11.681638 + mass: 23.441679 restitution: 0.1 - shape: !type:PolygonShape vertices: @@ -21580,9 +21597,9 @@ entities: light_bulb: !type:ContainerSlot {} type: ContainerContainer - uid: 1280 - type: EmergencyLight + type: SuspicionLaunchersSpawner components: - - pos: 10.5,-22.5 + - pos: 12.5,-30.5 parent: 853 type: Transform - uid: 1281 @@ -27209,10 +27226,9 @@ entities: light_bulb: !type:ContainerSlot {} type: ContainerContainer - uid: 2032 - type: ChairWood + type: WallReinforced components: - - rot: 3.141592653589793 rad - pos: 12.5,-30.5 + - pos: 11.5,-32.5 parent: 853 type: Transform - uid: 2033 @@ -53249,10 +53265,9 @@ entities: parent: 853 type: Transform - uid: 4845 - type: TableWood + type: ReinforcedWindow components: - - rot: 3.141592653589793 rad - pos: 12.5,-29.5 + - pos: 12.5,-32.5 parent: 853 type: Transform - uid: 4846 @@ -53433,15 +53448,15 @@ entities: parent: 853 type: Transform - uid: 4870 - type: WallReinforced + type: Grille components: - - pos: 11.5,-31.5 + - pos: 12.5,-32.5 parent: 853 type: Transform - uid: 4871 - type: WallReinforced + type: BedsheetSpawner components: - - pos: 12.5,-31.5 + - pos: 12.5,-29.5 parent: 853 type: Transform - uid: 4872 @@ -75505,7 +75520,7 @@ entities: - pos: 14.5,-13.5 parent: 853 type: Transform -- uid: 7157 +- uid: 7154 type: CableApcExtension components: - pos: 23.5,-13.5 @@ -75515,7 +75530,7 @@ entities: type: Sprite - canCollide: False type: Physics -- uid: 7158 +- uid: 7155 type: CableApcExtension components: - pos: 24.5,-14.5 @@ -75525,7 +75540,7 @@ entities: type: Sprite - canCollide: False type: Physics -- uid: 7159 +- uid: 7156 type: InflatableWallStack1 components: - rot: -0.0024018422700464725 rad @@ -75534,7 +75549,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7160 +- uid: 7157 type: WardrobeScienceFilled components: - pos: -13.5,-22.5 @@ -75546,7 +75561,7 @@ entities: EntityStorageComponent: !type:Container ents: [] type: ContainerContainer -- uid: 7161 +- uid: 7158 type: InflatableWallStack1 components: - pos: 22.724209,-9.792877 @@ -75554,7 +75569,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7162 +- uid: 7159 type: WardrobeScienceFilled components: - pos: -13.5,-21.5 @@ -75566,7 +75581,7 @@ entities: EntityStorageComponent: !type:Container ents: [] type: ContainerContainer -- uid: 7163 +- uid: 7160 type: Poweredlight components: - rot: 3.141592653589793 rad @@ -75578,7 +75593,7 @@ entities: - containers: light_bulb: !type:ContainerSlot {} type: ContainerContainer -- uid: 7164 +- uid: 7161 type: Poweredlight components: - rot: 3.141592653589793 rad @@ -75590,19 +75605,19 @@ entities: - containers: light_bulb: !type:ContainerSlot {} type: ContainerContainer -- uid: 7165 +- uid: 7162 type: SignSpace components: - pos: 21.5,17.5 parent: 853 type: Transform -- uid: 7166 +- uid: 7163 type: SignSpace components: - pos: 24.5,17.5 parent: 853 type: Transform -- uid: 7167 +- uid: 7164 type: ClosetToolFilled components: - pos: 32.5,-4.5 @@ -75614,7 +75629,7 @@ entities: EntityStorageComponent: !type:Container ents: [] type: ContainerContainer -- uid: 7168 +- uid: 7165 type: EmergencyRollerBed components: - pos: 23.48219,-15.351729 @@ -75622,7 +75637,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7169 +- uid: 7166 type: PottedPlantRandom components: - pos: 21.5,-12.5 @@ -75631,7 +75646,7 @@ entities: - containers: stash: !type:ContainerSlot {} type: ContainerContainer -- uid: 7170 +- uid: 7167 type: MedkitFilled components: - pos: 24.524624,-12.562218 @@ -75643,7 +75658,7 @@ entities: storagebase: !type:Container ents: [] type: ContainerContainer -- uid: 7171 +- uid: 7168 type: DrinkDoctorsDelightGlass components: - pos: 22.430195,-13.166515 @@ -75653,7 +75668,7 @@ entities: type: Physics - solution: drink type: DrainableSolution -- uid: 7172 +- uid: 7169 type: CheapRollerBed components: - pos: 6.5,-8.5 @@ -75661,7 +75676,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7173 +- uid: 7170 type: CheapRollerBed components: - pos: 6.5,-9.5 @@ -75669,7 +75684,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7174 +- uid: 7171 type: CheapRollerBed components: - pos: 6.5,-10.5 @@ -75677,13 +75692,13 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7175 +- uid: 7172 type: RandomPosterAny components: - pos: -10.5,-5.5 parent: 853 type: Transform -- uid: 7176 +- uid: 7173 type: Paper components: - pos: 24.341879,-13.142573 @@ -75691,7 +75706,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7177 +- uid: 7174 type: Paper components: - pos: 24.685629,-13.455073 @@ -75699,80 +75714,80 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7178 +- uid: 7175 type: ChairOfficeDark components: - rot: 3.141592653589793 rad pos: 7.5,-4.5 parent: 853 type: Transform -- uid: 7179 +- uid: 7176 type: Rack components: - pos: 6.5,-5.5 parent: 853 type: Transform -- uid: 7180 +- uid: 7177 type: PosterLegitSafetyEyeProtection components: - pos: 18.5,2.5 parent: 853 type: Transform -- uid: 7181 +- uid: 7178 type: Grille components: - pos: 6.5,-3.5 parent: 853 type: Transform -- uid: 7182 +- uid: 7179 type: Grille components: - pos: 9.5,-3.5 parent: 853 type: Transform -- uid: 7183 +- uid: 7180 type: Grille components: - pos: 9.5,-4.5 parent: 853 type: Transform -- uid: 7184 +- uid: 7181 type: Grille components: - pos: 9.5,-5.5 parent: 853 type: Transform -- uid: 7185 +- uid: 7182 type: Window components: - pos: 6.5,-3.5 parent: 853 type: Transform -- uid: 7186 +- uid: 7183 type: Window components: - pos: 8.5,-3.5 parent: 853 type: Transform -- uid: 7187 +- uid: 7184 type: Window components: - pos: 9.5,-3.5 parent: 853 type: Transform -- uid: 7188 +- uid: 7185 type: Window components: - pos: 9.5,-4.5 parent: 853 type: Transform -- uid: 7189 +- uid: 7186 type: Window components: - pos: 9.5,-5.5 parent: 853 type: Transform -- uid: 7190 +- uid: 7187 type: Paper components: - rot: 3.386667958693579E-05 rad @@ -75781,7 +75796,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7191 +- uid: 7188 type: Paper components: - pos: 8.283428,-4.556696 @@ -75789,7 +75804,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7192 +- uid: 7189 type: Paper components: - pos: 8.361553,-4.275446 @@ -75797,7 +75812,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7193 +- uid: 7190 type: Pen components: - pos: 8.533428,-5.009821 @@ -75805,7 +75820,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7194 +- uid: 7191 type: Pen components: - pos: 8.267803,-5.275446 @@ -75813,7 +75828,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7195 +- uid: 7192 type: Pen components: - pos: 8.627178,-5.447321 @@ -75821,7 +75836,7 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7196 +- uid: 7193 type: Pen components: - pos: 24.619991,-13.21339 @@ -75829,16 +75844,52 @@ entities: type: Transform - canCollide: False type: Physics -- uid: 7197 +- uid: 7194 type: RandomPosterLegit components: - pos: 12.5,2.5 parent: 853 type: Transform -- uid: 7198 +- uid: 7195 type: RandomPosterLegit components: - pos: 13.5,-6.5 parent: 853 type: Transform +- uid: 7196 + type: Bed + components: + - pos: 12.5,-29.5 + parent: 853 + type: Transform +- uid: 7197 + type: TableWood + components: + - pos: 12.5,-31.5 + parent: 853 + type: Transform +- uid: 7198 + type: ChairWood + components: + - rot: 1.5707963267948966 rad + pos: 11.5,-31.5 + parent: 853 + type: Transform +- uid: 7199 + type: lantern + components: + - pos: 12.395202,-31.41383 + parent: 853 + type: Transform + - canCollide: False + type: Physics + - containers: + cellslot_cell_container: !type:ContainerSlot {} + type: ContainerContainer +- uid: 7200 + type: SpawnPointLibrarian + components: + - pos: 11.5,-30.5 + parent: 853 + type: Transform ... diff --git a/Resources/Prototypes/AccessLevels/service.yml b/Resources/Prototypes/AccessLevels/service.yml index 5a73ff53ed..335e245dd5 100644 --- a/Resources/Prototypes/AccessLevels/service.yml +++ b/Resources/Prototypes/AccessLevels/service.yml @@ -17,4 +17,4 @@ id: Theatre - type: accessLevel - id: Chapel + id: Chapel \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothing.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothing.yml index f438eba1b8..f345bebc3e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothing.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothing.yml @@ -28,3 +28,8 @@ ClothingUniformJumpsuitSec: 3 ClothingUniformJumpsuitChef: 3 ClothingUniformJumpsuitCaptain: 3 + ClothingUniformJumpsuitLibrarian: 3 + ClothingUniformJumpsuitLawyerRed: 3 + ClothingUniformJumpsuitLawyerBlue: 3 + ClothingUniformJumpsuitLawyerPurple: 3 + ClothingUniformJumpsuitLawyerBlack: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index dd218fba7d..b640eefcb5 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -591,3 +591,58 @@ sprite: Clothing/Uniforms/Jumpsuit/overalls.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/overalls.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitLibrarian + name: librarian jumpsuit + description: A cosy green jumper fit for a curator of books. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/librarian.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/librarian.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitLawyerRed + name: red lawyer jumpsuit + description: A flashy red suit worn by lawyers and show-offs. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/lawyerred.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/lawyerred.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitLawyerBlue + name: blue lawyer jumpsuit + description: A flashy blue suit worn by lawyers and show-offs. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/lawyerblue.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/lawyerblue.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitLawyerBlack + name: black lawyer jumpsuit + description: A subtle black suit worn by lawyers and gangsters. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/lawyerblack.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/lawyerblack.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitLawyerPurple + name: purple lawyer jumpsuit + description: A stylish purple piece worn by lawyers and show people. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml index 27858f8943..53392939a8 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml @@ -132,15 +132,41 @@ - state: green - state: mime -#- type: entity -# id: SpawnPointChaplain -# parent: SpawnPointJobBase -# name: chaplain -# components: -# - type: SpawnPoint -# job_id: Chaplain -# - type: Sprite -# state: Chaplain +- type: entity + id: SpawnPointChaplain + parent: SpawnPointJobBase + name: chaplain + components: + - type: SpawnPoint + job_id: Chaplain + - type: Sprite + layers: + - state: green + - state: chaplain + +- type: entity + id: SpawnPointLibrarian + parent: SpawnPointJobBase + name: librarian + components: + - type: SpawnPoint + job_id: Librarian + - type: Sprite + layers: + - state: green + - state: librarian + +- type: entity + id: SpawnPointLawyer + parent: SpawnPointJobBase + name: lawyer + components: + - type: SpawnPoint + job_id: Lawyer + - type: Sprite + layers: + - state: green + - state: lawyer - type: entity id: SpawnPointJanitor diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index f3334bdfe1..37764fff44 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -213,6 +213,35 @@ - type: Icon state: pda-bartender +- type: entity + parent: BasePDA + id: LibrarianPDA + name: librarian PDA + description: Smells like books. + components: + - type: PDA + id: LibrarianIDCard + - type: Appearance + visuals: + - type: PDAVisualizer + state: pda-library + - type: Icon + state: pda-library + +- type: entity + parent: BasePDA + id: LawyerPDA + name: lawyer PDA + description: For lawyers to poach dubious clients. + components: + - type: PDA + id: LawyerIDCard + - type: Appearance + visuals: + - type: PDAVisualizer + state: pda-lawyer + - type: Icon + state: pda-lawyer - type: entity parent: BasePDA diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 163e893cdf..75c0f8e6f5 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -224,6 +224,30 @@ - type: PresetIdCard job: Botanist +- type: entity + parent: IDCardStandard + id: LibrarianIDCard + name: librarian ID card + components: + - type: Sprite + layers: + - state: default + - state: idcurator + - type: PresetIdCard + job: Librarian + +- type: entity + parent: IDCardStandard + id: LawyerIDCard + name: lawyer ID card + components: + - type: Sprite + layers: + - state: default + - state: idlawyer + - type: PresetIdCard + job: Lawyer + - type: entity parent: IDCardStandard id: HoPIDCard diff --git a/Resources/Prototypes/Maps/game.yml b/Resources/Prototypes/Maps/game.yml index c0c7229772..456075af46 100644 --- a/Resources/Prototypes/Maps/game.yml +++ b/Resources/Prototypes/Maps/game.yml @@ -31,6 +31,8 @@ Scientist: [ 2, 3 ] HeadOfSecurity: [ 1, 1 ] SecurityOfficer: [ 2, 3 ] + Chaplain: [ 1, 1 ] + Librarian: [ 1, 1 ] - type: gameMap id: packedstation @@ -69,6 +71,8 @@ SecurityOfficer: [ 2, 3 ] Chaplain: [ 1, 1 ] Warden: [ 1, 1 ] + Librarian: [ 1, 1 ] + Lawyer: [ 1, 2 ] - type: gameMap id: knightship diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml new file mode 100644 index 0000000000..b419b1d24b --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml @@ -0,0 +1,22 @@ +- type: job + id: Lawyer + name: "lawyer" + startingGear: LawyerGear + departments: + - Civilian + icon: "Lawyer" + supervisors: "the head of personnel" + access: + - Service + - Maintenance + +- type: startingGear + id: LawyerGear + equipment: + jumpsuit: ClothingUniformJumpsuitLawyerBlack #TODO change jumpsuit to randomiser of the 4 variants + back: ClothingBackpackFilled + shoes: ClothingShoesColorBlack + id: LawyerPDA + ears: ClothingHeadsetService + #TODO add copy of space law + diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml new file mode 100644 index 0000000000..b96435770e --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml @@ -0,0 +1,23 @@ +- type: job + id: Librarian + name: "librarian" + startingGear: LibrarianGear + departments: + - Civilian + icon: "Librarian" + supervisors: "the head of personnel" + access: + - Service + - Maintenance + +- type: startingGear + id: LibrarianGear + equipment: + jumpsuit: ClothingUniformJumpsuitLibrarian + back: ClothingBackpackFilled + shoes: ClothingShoesColorBlack + id: LibrarianPDA + ears: ClothingHeadsetService + pocket1: d10Dice + innerclothingskirt: ClothingUniformJumpskirtColorLightBrown + diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c26c32e6e134b8c812b2af8fe512280780be35df GIT binary patch literal 604 zcmV-i0;BzjP)YJ}D+Jqz!~8CTMh^PcnbssiUf4_58MWBQ)CgrJ5B1!YmFS}LiE1y>0n*$ zhXpLbz#=`FEAulDQ2!!WfTh-oaU=Lz1p*;{2Z7hi2*D~`3HW{uZk!8z#E2312|cOX zmV(ntY1@M1?3IT~#)MobDox&eh?aOHptWCchtjSr(LWY&IKDJB3&8@0UJLMo1Qxy! zkk*96wJ#{14oK`k{6$E>2V57dX2?nG;XV*y2m2<%-ykLLMxg`y2z#o?Vl=-g1S$Gv qCdRNDq@c$d0!_eLj4-Yl-xt4x4GLC{Px$9!W$&R9J=Wl(A|AArOZDUGfa}f!%hu*f$6Yu}>HB0(p~r0h?<#&)|VeUL?hF zt?k{FVNwK**<3so0xA4JkQrzGaYh6xl}aT8E+lawNhw94T`5J*mz%TA5nqh{3hZWb z%h?vAQBp*bH~<1bTu3^ePjoz=sO@IIU!VCC@las1Jy6@twAmhr3rY0W{5X@6KW79O z#_3mo(-Veq0v9qhx_`vo?aMct!^JH|M>Uc=;1anmEJov9 zKY8)M9u>?kAiVt=@qAwt7jhGGUb~G^J2ZWMTuAZ=E)nZMD$x#Hf-&ajZPX6q!{qHH zWOu;5ZpIjzp8VcgTU0<6>rZJIr=riNQmIrb|B4Sl?vf1Gy_d@X0000b<4ZJxhr zT4b@YJ4^1ehM!t)L%=6E{v zdS^Nxtv|9a-dPUri{mP%Bh>4=c0CEL)LOgV=IyM_ZJ$D-(kp*S%n6!TRnFQm@APH& zYM(9pK84IGf4b7-CW|k@-p1Jt=2pg*xvn2|mYgM&COtFnRd}i=*p* z)(HhYv43=V^4SUQEI>mcU~ATnFy7mbqq4u9UHejd^0lf-ub1yxnSFSr?VXy3D{TXG zTsdZa-__CCk$ttm{7YJ}`IkGqw*A*bLbqlK##FvN8)nMqd&cc%IQjMGva9abRXqV_B2nrW?09PDf`$pEtXNKQugtLB|yQ+*9_xQzKL$| xd@cU#jAp}@zK=@&^-O#2CW@CNFh1D7lR?nI{@0wVla)Y5db;|#taD0e0s!VLw8a1b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/meta.json new file mode 100644 index 0000000000..ad7b874f87 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblack.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/4daf5d1a1b45fc3fcc4fd9703222159e6c1f38c8, inhands and icon by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..96e7a38b6d6a0e05ab7f2a0b18840a8c66b9dc06 GIT binary patch literal 625 zcmV-%0*?KOP)6C^0t`#5UwoR&e!m0UHkhN{bzPJ8O#B0004KNkl~~*uc^c3-1AWH10_HS2_W@slOaOJlGk6pc zpM#Wa3WA#l*j_Y(6r=uKAsAvSX1Q~m(p`8V4}pik+spqyz8-u5n^Fu*gUTrF00000 LNkvXXu0mjf^Dr1E literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..874028ddb01a3ed37d0246ab82318f688f331f94 GIT binary patch literal 348 zcmV-i0i*tjP)Px$7D+@wR9J=WlRb{YFc5_wD@v+lrPzb|IRSTA!384a4C!#;G(bVa zY!e#;CfM0_J}HttKc1QA7!U+O$bgh(QkJ#W9NM+k?0mUre&rN5RpIvxu=||NR0ZZV zkyIQtGiqj1mQR;6pDt%+z^|WUQqTUV!1Ls$DzM&MvDzO10IU50>&+F%-|vT*)F#re zpcz2j@YcWB-9X&{YTn00^CpWb%h&>F?>46fH3N=)i63PjY@RXC^yOrYWCeUvqY9=f zum~HPQ0IRQjMK*^A!T2}eO&wEin5$?ev;4hC4yI&oEMUP1tBp7a+y>hN(&Ii|DZ2H uo%QxPb literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..92ffa8ca68d9dd1fcf0099e6de1295fe08f6a9a6 GIT binary patch literal 459 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zTRmMILn`LH zy=j=&Y#_q+z&`Z2-;zn2H>RALqgn20wDGBpj-_MzwN-l=gwhjMvu|D^yXlJTEEhfw zuZI&Kz4|XU!EpbY_PL7u3QAD0=zh?`janw#Y~+q_Tw8rjO~3E)sp{BIv+jK54OqC* zic9MG3k`?cuHMi8E(vEm)ooj|Ctf#e@7>S*?uo?ozdOul}cakF{WE_8N|yZ zPCgQK;Fik9&qoFG&-d^BBo`N_I5B*AF=I%E&a{SG;sKF?*7={la84Bs_{|it=-X<~ z=UY`bGhce&-N$sMOq=0A&h|s8*30YXTwf5+IHz^a{#kuYK7Qfldu;xzRqEa;uMK>D z`Q*=idw4@L7Dzw4ue4rwqrBtvbITW>E9MPi5Sy?Vj$aiUkM8LSMN zg%i!*XDcup+x_Da`Ntp#1Dy5~5BaB*+VD89+;wfKPOwB<`OaCN_Sw!7V2^vtf2^^6 zpUA_TdzLbVh+D^=Tk6?;H7NUH_{wLoYo;wdbF?`0-fr1|IR-Q16c>AVIh@j%H2J0I z{djpX`GfOx-e>G?_Pn=;;gG*dTEmSc0_`D|i64G47kVg~X&N}E?>-QA@3?is|MCuI z{>NWs7!2ahPt4!Gw^e<^%g#MdnMCr=tde4vW80owxF_@B^bHfrXUsiv{JZ16h}78} z_Kq<#Blhg)-u6k$zG>>oV~o2~CWWsC+7#9PvdQz_!cV8<1a|BVKVIJ9JgNWtr0mMh z4k)Nvx9;?<<9!?T?$)=?eI+qFL&qWZ_>U4x@40+A^E2Nz_-swKx%KYC^S+IJx0rTZ zGt6_YX9rT(uEa20w>s8#Wv$_k>xOxUUnoaBi8>y!w3IRCwZ!Tx`bP0l+XkKhBev8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/meta.json new file mode 100644 index 0000000000..ad7b874f87 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerblue.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/4daf5d1a1b45fc3fcc4fd9703222159e6c1f38c8, inhands and icon by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..78eb075c13ae6da0c6f405c488580372ac4fccc7 GIT binary patch literal 643 zcmV-}0(||6P)fFDZ*Bkpc$`yKaB_9`^iy#0_2eo` zEh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+C$YRTwJ5%zw5TAy zSc!`>C9|j)q?wB|ttc@!6~s2=QdV&Fa{(I<08c+1nl|6;9smFVeMv+?R9J=Wmf^00 zAPj{mZDC9p?)_i(7TB`fjDySlwVQaNBzoGQg#1btERAqGz> zbAM#p3jC;K`7w~jS%gG>3iwewfmGup!u%ItMv!P*Agh3E3sZnxI9Yb$%hV4dwn6f3 z5xbiCsRPo?Zvl>&^s2VHDZo+c8%Q(Xi3|V_fV=_Z7vRnBdQ~vj3xERbGxq}m(#BiD zfSgOYm69{?%eK{Ax2-^cFB7k;)f1fU%fHo%5x`Ni)Jp%N$Z6gw{ z;4x&P{@(A~Z~uk>w?|Ka05j^ceYXK%#34di6D-P;U-pKt=k0C3R! dKM47E`T^J<6cPx$TuDShR9J=WlD}#KK@f+(gl!Hi9re64YA0COqzHu6c>>?Sckl^(fmAjY$z#~a zfrU+qKoA7G3nrIJ4{Q!LMcB)Q{BhTMziM~pw=+Lx2Rt5+#{m)1BBJ9s*5!B{$J*pv zYo6N*=gWmwN)`9jX03PGUavOmqN!4f`Euc8!pgvWxzPP?ueeLppjm71^0uW}Yamgh z$o0EDXA?)8@3Ot#WqTclp$@}Pi-;~yKtzh1(b}4@{({HnCjjz12lzIDa@^=_`PaaF zxzP2h{Ado)X|+j{EuB`oh?Py$t77#P))Tn7ygCC2f&lnjxY=xmSxgf*I$Mq!czsX* z%uT1$lirnaaw{S_2m%g=14=1|!y%K&ggnnN@ia}HYMyKW;J34@0d-vR#o%H9KvanU z7{w#T*JA*ZECJvyy>lsPzl4UU5|LyHNtSSb`%s*XDUZkF@pxSM06)01HMWHCH2?qr M07*qoM6N<$f=<1?M*si- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerpurple.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e9d1eba3121b42e1292ed2750e769cb4b29b0569 GIT binary patch literal 582 zcmV-M0=fN(P)Px%07*naRCt{2*|BcgKpe;MZ>w7@Wy~cg?oh}UDMOY*1E;{!C>H4tre-aZmo!qWefC2LuZW1JjNJ9e>BXsY2WqMDb;}fXz0#PPFJqm zur?c?ot&=S^kTjH#|QU&^5W)SZ&ELh!VOs5tT6^_txGq3|M=iq=S}9XX4a;c)oYzM zd3qjGq+VX7zXG>E?f^)V1c0N18c)w-jt*+C=F{W0U2mO24d{=C?r`6}*(|_uy+Is} zIj%QmbMu=%+_!J8n(um>D18Tf{nGpZ5Cj46@7C@0db3+KollS3cD;29H{j>5c;#BR z+uitmzU$@XrHj^D7X$&*=@erO?RJ|^r$dq?r1Nnc=l(3;^|E+x0Kl?w(FXXamnHib zM@|=?E&vGkLI5rYmt3{30Ei|L0N3&L&gx|;{SZurdm+&zBAP_peEU8drzf%NdLkks zA|fIpB2sm}0$Fc=iEWe50JU-rSj-S#{!Ct-Px${7FPXRCt{2*|BQdKpe;MZ^JEujJd=_U6O2p3|Sg5n9hBIyn){#PmmYLfKwM7*58{7?XQJV+_N|xE3Llt@lj;!^zlPo?m1xWc^k$ zzC6FEJcPx1AD$lF@7W)hejSgq>P-SzT+A4QwbsRpK0H0T&Q+Uq+Es?Is@~33o9CA) zo7B7X6S)8J9e^l`060Eu@%%F7_^|b6K0dE%W$WF8*EEj~?9yTYXD6qG!IZO;(_}8a z=+S}w@4H}^^)Bsz&!5^K06fnFUbog@Fi5siJRhG|wX*dl0sQ%x698^N|}0>Zh|p?-zS&_1haszU%n;d_#$=Fw0cEEL_|bH zL`0pS z6o(NPu@w=75f+9K7ljcPi4hg35)gV47G4Szats;U+uOYu8_O0MySuxU5Fv{b6|NZ? zQwkGR3leN8{mTFV00DGTPE!Ct=GbNc0041%R9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9` z^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+C$YRT zwJ5$QH6^}SiHkEOv#1!Pmy0v4C^0t`#5UwoR&e!m0hvDoH5QSNDQLA0FV!b2~5qbYt>?UfbQ**FC?F?sz2yFJtNp{tu7&YqEL^P3c zLImPUDXq1PDBsY;T04=?eExJglkC}ankSGkG@sk~Jl^E;wKm4Q>8Kn*(j;+V7qm1v zLUb>IcZ~>QoUZ`GxlJgo${V0m82~X+^lsxo^7NRm)M~BY^?DT#^MMdk#DWq3>FxpW zp$fIpy3%^1($jAMT>*3jJd`rNQQHLAs!aUm;_e_XwJEErDmSPPemDT}&mC2?-J!S` zV_q`DPTUjiDGu0y6e3fByVT)uILd{$Aa&+!7u^7R=^(B50|4>Qi~;3QTHsg?0a7g? zKzdLp*>A$D05}0~70Lt{ID^#BpiTb}A2n*!>&SUu*F}RTG(}x|?{Izy-k&TaH1_1< z97J#-w668FMF3lSnGnJNKuokA1AHsX4*=TW&f)?CWc9NXn+PBV&rJwR1Xza9oMn>` z5Y^!YqQx#v0`Wxdh8=XtDFVcSyKq5(OX&D}VlEyB`Ps(~ZvP2rg^O&#GxunL!uQM) zbl9SkW5W57AV-Yzg}|Zjakwb@KJY-kY{2xeh*7RLJmBy}08h@~2>`e0-GYOC_;2+E XshuLXxIf5&00000NkvXXu0mjf{>@V> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bc68c0de32fe4a599b90b5c0b792e28a18a55bf GIT binary patch literal 353 zcmV-n0iOPeP)Px$8%ab#R9J=Wlf6#EFcd~lEl>u^P~kn<*jXZ;B2N+?AZshuN3%-7S1Vwi528h>f5fPjiRGAu$f%S6U|`WO|8PYU6aVT zkST?JogIrC-F5fQ4cOBUdAPs%*E^ewvEbA+Px$u}MThRCt{2*)eXyFc<~kN7O1y7gX=Cb?<_D3Qo}W1nC?x((aW&nXNOZ zR|pd@M3Lf7rfDF=aqJdL@0-Am|5(361|C2}L_|bHL_|bHO+`Y;NC;UTpUq~nYR;ry z-JFS_ZGlJ#In493*9`L%_d8kq-lU!m;|7#B zt2Q)_V+lZx<5-S*eN2{{qib~Qje32&zrMkwp03tEfq4*Mm1ULli$NEwEWhcR_}^B}-9Ne~I~YfMq=rb*IqRj-NGZB#c_r#8%U$gj>}vua#- zgSP9{F>XNdw8~x{ZX2(&T~F7Q$)dXMPnH`j23_rSw(B)v=S@;_?!+#kUXjrgaLPIi zfiwjGOg?w`xWD-szkqsGtTmwc7GDgmu?~Zy@&BwxL_|bHL_|bHzOxmeI{8!7HJbsd zcMUidpcdzw2B=;&pejH$4P*h&8lcz=P_5)^f5BCN>g5w)GeGsK0WJbmYsrvnt^!oA to`7>q15|IGfKzM)s9raK0V)x-^$miOW%r+*XNv#;002ovPDHLkV1nW7-X0}S>{sVUkH*_gIZ502@7Z%vEb8=*rXz1r{4fnI|wJTm* zH{0jLt8=pKmlY0N_}q6)WoMog%i34V7cW1zXXd68oRL=@Wt?laPdfYLhpNAY|J6O7 zjC`wSe*0Cie9r0Ua=+52xy(nyi#Od#xcENh*!oiOD>K7i`%VkLsAhEXc9`#)SaA+# zh67Ks+t0V(-v5zJYj${K!{P037S%UzeVuY__K|ISVBv73Vq0lXY35(;oao~>ToM^` zUQ5hArQ47z``BoU9OG@PV`@`$)qqrLW~>p2SHztVeS8N`YWA6JeT9)r??(Z(hfXO! lpb0WYLbO3PVp08b_T8_OzBA99><^4d22WQ%mvv4FO#p{j<%0kK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/meta.json new file mode 100644 index 0000000000..ad7b874f87 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lawyerred.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/4daf5d1a1b45fc3fcc4fd9703222159e6c1f38c8, inhands and icon by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..bc33eb92a9fd8feaa059928714286d894ee7b70b GIT binary patch literal 661 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`#W5tJ_3gC4{zD1^Es?saSKDtXRhfo) z{`~*{BipSfdJ`8;ul}TWS1UCAd$LAncTjZB$2`SNhj$1s-1X*r^}{Mv>)6+_?<()k zXn2*tb8)rTEH`uCKNGGC26rf5eHtKtB;EMgudG@5l1x3)3|}0zCP%lhyf9W+FRjD> z#EMTz|MZkEtJx1o>q|Q6bOzfzX3=7f_>$t#di}YCxw_g9$q$=C6qMr)B2LL zK$r1X@%M{!S03ibcsQ9k>`OVrmvEJspL%Ovta3eb`282%Z8sj(GVx|gi2S|n-Xz6V zcOYQn#_l^N{uj32XtcFov_M-@GK*~m`w6xBeGv=>i7v(sZd=vaXRsIu21veBF!R?m z@z4L@)SlLGW0!58WNWgFpW=x`h6}!4N>!V-JyY;Ykw}=?Y8`RM(4mN}`Od*d^K>8P zO_jR)xFWsb_s55BOLhD=EH2(-Cp1U8a&OR#g(34f`jZ|1^EX^v$M`0KMZxQ<{mCEI aA2~nO%joWTK1~xC#SEUVelF{r5}E)xq$x1~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba9f54bd9fac2a1c9a298c4dff0c4c457471477 GIT binary patch literal 469 zcmV;`0V@89P)Px$k4Z#9R9J=Wl0Q$vKp4g!jG8XR8c0aoY{Nz(gNsoUBn~o~IIsXNPWlnt{Q}q- zcLsEF($U31S1)Mj&>RV*$_>SuPzT{s2%)_aCi|P-`};iiyaz-?L_~;CNxG;cU0v5* z@3gM#?r2T)$|Vu;losd1vZlKA{Uf)msa!Or#UW}UCMw=;_Q0wi0D$xC7Or1j0RZyF zCcJxa(+PC9|E7tTj|3jScF^tqAdy(X!P*n{vK1u z$}H9Z0F(v=Sf&EYRB(A!c00000 LNkvXXu0mjf{2a|B literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..48053d29482bd32d1a8c266f0d9ca8e484adc18d GIT binary patch literal 497 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zS9`iRhE&XX zdvl}L;Q$HN2f~_{R&EL4=m<7`^+Z_1LhFUt^lL}k3kpxnE;+5zw7aZSP-adNOZOBu zrl~qd^$J(44b01(^?P~2!$z`95nah^`Z`;7zskrUBSMGAQ z+bcD%bLGYq_Gj(Wo5;YRz$MIZ;P1(gHII8wdo5HqjL5yX^e$`WuBOl-7O!{W&Ax zeEnvn3#(s;-|*wLYSat5IPXHQ?%J<1R~nD)N@nDk->~?*u}fmpTXyll843S$%fBk# zz46O@OX_QFA>IX1Yab%ZJ+dC!C(_tCXaGoX@Wx7HF6S zYXyk@ou1&f{`%&S>#kD;H3VTm(r1CP&Qhsp?uAWTw(OsMdP;8Z-{Z0}ckV>pe4l9c@2@(JPf(%Q8UFe`_FPa?65V{XJDOc6}Lq)iu<9}y%)j?7v-d78(gY$N*EgI gKx9sTr^j{iGNp58Uu;}79~g%Wp00i_>zopr02X7@;Q#;t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b026a2421e9ef8dab15374db3256ffcca29a7110 GIT binary patch literal 559 zcmV+~0?_@5P)Px$=}AOERCt{2+C59dP!tB>HzFl2#X=!a#Gx5=a&=K~tf*UES{HwWi$fQGN4HL* zxN8>&7s0_PreGpmnXPdCGU3ItFTN5nOtvH`oMV9G<)QE(hexJ zj$xS&)*gzmOb0u!o70SOdaAY}EsSJcngCT*ahf^;02JT$CJAwFq82Ui3@{7>wOTC^ zZ4X2*nlu51VGOT3oz8@z%}b`XSC%=nn8Eubz_rIdTq~zQ$c}#k|(9+KTu8 zfYi!5?hhK+zRnL5lgahay?9^T4)`thBlD1?lOX`%zSjx-?t3D2K%sSF@ml}@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/meta.json new file mode 100644 index 0000000000..a6261f66b1 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Based on blacksuit from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/4daf5d1a1b45fc3fcc4fd9703222159e6c1f38c8, modified by Peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Markers/jobs.rsi/librarian.png b/Resources/Textures/Markers/jobs.rsi/librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..34b91369510ef4de98b94b936b69a32320024521 GIT binary patch literal 748 zcmVPx%rb$FWR9J=WmOp3{Q5?s=5u;#u$<>xb0yng=r9+7s6$DeaE*+#$mk_%Jb<;sm z3TAPsTZC@4bSe}LorF^DRzeqbD!qi*1dqFrHfIi!OAhiJk~?xuG4C#|4)(Xacfa@h z^Wpb?_ud08Y+`_xB-v9vQ=_tBwSRwiwbtN}M&QRvb za;}PIy_3oqY8nL7m?H_Gr3tE8x06B`~@HRmr$-8Lrs)utiIhh;96pyl7Jsv z;5v$xeZ;Un7ytlxhzEcl_+iyQ`rK@|?CjWzY5Owj7ERLzaUTpo5Co*tX_p`f{|4Z!g#9+` zh^A>hrPnkKZnyjI02GVG9-X2nP!z=x0CUHF*w~-|5MNjT$8iRXi|2W2K&-B;0017$ z%{hLipDN3#6s45Xk|fc+OokFdsF9fGc}fVOdzlO^NfM=$(&bc&`Eklby12M_YQSVN e>H5