From 377dfe49a7ad2a2c65cf5edfd8c0312e12f884f1 Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:58:43 +0100 Subject: [PATCH 001/215] adds Cohiba Robusto cigars --- .../Catalog/Fills/Lockers/heads.yml | 2 +- .../Consumable/Smokeables/Cigars/case.yml | 41 +++++++++++++ .../Consumable/Smokeables/Cigars/cigar.yml | 57 +++++++++++++++++- .../Loadouts/Jobs/Security/headOfSecurity.yml | 15 +++++ .../Cigars/case_robust.rsi/cigar1.png | Bin 0 -> 184 bytes .../Cigars/case_robust.rsi/cigar2.png | Bin 0 -> 183 bytes .../Cigars/case_robust.rsi/cigar3.png | Bin 0 -> 184 bytes .../Cigars/case_robust.rsi/cigar4.png | Bin 0 -> 184 bytes .../Cigars/case_robust.rsi/cigar5.png | Bin 0 -> 183 bytes .../Cigars/case_robust.rsi/closed.png | Bin 0 -> 374 bytes .../Cigars/case_robust.rsi/inhand-left.png | Bin 0 -> 283 bytes .../Cigars/case_robust.rsi/inhand-right.png | Bin 0 -> 295 bytes .../Cigars/case_robust.rsi/meta.json | 40 ++++++++++++ .../Cigars/case_robust.rsi/open.png | Bin 0 -> 386 bytes 14 files changed, 152 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar1.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar2.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar3.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar4.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar5.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/closed.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/open.png diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index e7f4439873..7ad3b64590 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -275,7 +275,7 @@ - id: ClothingHeadsetAltSecurity - id: ClothingEyesGlassesSunglasses - id: ClothingShoesBootsJack - - id: CigarGoldCase + - id: CigarRobustCase prob: 0.50 - id: DoorRemoteSecurity - id: RubberStampHos diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml index 2cfc429f62..a857714ff2 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml @@ -72,3 +72,44 @@ contents: - id: CigarGold amount: 8 + +- type: entity + id: CigarRobustCase + parent: CigarCase + name: Cohiba Robusto cigar case + description: "A case of imported Cohiba cigars, renowned for their strong flavor." + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigars/case_robust.rsi + layers: + - state: closed + - state: open + map: ["openLayer"] + - state: cigar1 + map: ["cigar1"] + visible: false + - state: cigar2 + map: ["cigar2"] + visible: false + - state: cigar3 + map: ["cigar3"] + visible: false + - state: cigar4 + map: ["cigar4"] + visible: false + - state: cigar5 + map: ["cigar5"] + visible: false + - type: Storage + grid: + - 0,1,4,1 + - type: Item + sprite: Objects/Consumable/Smokeables/Cigars/case_robust.rsi + size: Normal + shape: + - 0,0,2,1 + storedRotation: 90 + - type: StorageFill + contents: + - id: CigarRobust + amount: 5 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/cigar.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/cigar.yml index dc8d4eaf3c..a0e4428aea 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/cigar.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/cigar.yml @@ -14,6 +14,13 @@ tags: - Cigar - Trash + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 50 + reagents: + - ReagentId: Nicotine + Quantity: 25 - type: Clothing sprite: Objects/Consumable/Smokeables/Cigars/cigar.rsi slots: [ mask ] @@ -33,7 +40,7 @@ - type: SolutionContainerManager solutions: smokable: - maxVol: 20 + maxVol: 50 - type: Tag tags: - Cigar @@ -55,6 +62,15 @@ equippedPrefix: unlit - type: Item size: Tiny + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 50 + reagents: + - ReagentId: Nicotine + Quantity: 25 + - ReagentId: Gold + Quantity: 5 - type: entity id: CigarGoldSpent @@ -68,4 +84,41 @@ - type: SolutionContainerManager solutions: smokable: - maxVol: 20 + maxVol: 50 + +- type: entity + id: CigarRobust + parent: Cigar + name: Cohiba Robusto cigar + description: There's little more you could want from a cigar. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigars/cigar-gold.rsi + state: unlit-icon + - type: Clothing + sprite: Objects/Consumable/Smokeables/Cigars/cigar-gold.rsi + slots: [ mask ] + equippedPrefix: unlit + - type: Item + size: Tiny + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 50 + reagents: + - ReagentId: Nicotine + Quantity: 40 # infinite cancer works + +- type: entity + id: CigarRobustSpent + parent: CigarRobust + suffix: spent + components: + - type: Sprite + state: burnt-icon + - type: Smokable + state: Burnt + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 50 \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml b/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml index 7954e5d444..9e48af0819 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml @@ -9,6 +9,7 @@ # Head of Security Weapon Selection # Most of these mirror the unique weapons that were previously map-specific items placed in the HoS Office. # Or are weapons that fit a similar theme of "Rare weapons not normally seen by Security" + - type: loadout id: LoadoutCommandHoSPulsePistol category: JobsSecurityHeadOfSecurity @@ -369,3 +370,17 @@ - HeadOfSecurity items: - ClothingUniformJumpskirtHosFormal + +# Trinkets +- type: loadout + id: LoadoutHoSCigarCase + category: JobsSecurityHeadOfSecurity + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutHeadOfSecurityTrinkets + - !type:CharacterJobRequirement + jobs: + - HeadOfSecurity + items: + - CigarRobustCase \ No newline at end of file diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar1.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar1.png new file mode 100644 index 0000000000000000000000000000000000000000..5789320b765bdd4301d1a44dc5c4c066c9bc253c GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY;~ z2@%ZK%8T~}_itnUv%m5tP^RU; z`dr5U_4il*`=2w(;ID4J=Z2sEi)tSoh~Vok4r-p;88yw=z`!8q&Y!M_7oMv3TrnsH dn_k4g5INPL;%oBhi9p*KJYD@<);T3K0RR*POg;br literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar2.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar2.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae29508b12e8bddf4a9af5ad0fe681cac6015e5 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}g`O^sArY;~ z2@l;)wEStjtw4A}y)z4*}Q$iB}J7-8f literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar3.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar3.png new file mode 100644 index 0000000000000000000000000000000000000000..6625e8829f0b8afb2309ade872ac45a72aa99f79 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY;~ z2@5 d09(Pp@Z_XH#dVk6i-EQ?c)I$ztaD0e0sxy!O6LFo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar4.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ef8f13db26b3cf56664eaae12ccea6c322748a2 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY;~ z2@%ZK%8T~}_itnUv%m5tP^RU; z`dr5U_4il*`=2w(;ID4J=Z2sEi)tSoh~Vokj$*MEHk@W`U|^7Q=TFze3s2R1u9O|n c09(PppjBj0;W_z>JkWLqPgg&ebxsLQ0IG~hWdHyG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar5.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/cigar5.png new file mode 100644 index 0000000000000000000000000000000000000000..012617b99c1053418f43dc6d3f60b7ac0fa580ac GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}g`O^sArY;~ z2@z$UAkdQFTt2?@O1TaS?83{1OV~-M??Ss literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/closed.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..77c3c27dcce1ff7c82345a3fa3894ec87128d26c GIT binary patch literal 374 zcmV-+0g3*JP)Px$FiAu~R9J=WlQB!fKp2K!OCX45C{)B7BsgTR6oiO-x;UNxp__lBtG^>#7oA(` z=nrtn;GhHx4u^z7=;t5_#=F|PSm^RS%SZ0J@V8m( z=Ef;7&8sc0fzu4AqQvRZ0RX`FI#`w~_?~%Ke)g8-3ILqbu5J7)u{Jo58pG_GFPC7k UqIC}>Z~y=R07*qoM6N<$g3ht2MF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/inhand-left.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..805da9bb87bcb511d22e4b276c8ddf8e25f4aee6 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=k33x*Ln`LHy=BPPdc z=CO4f>gx}0-xlY%^0dG6OqKe_f`o1@P&HioY)?`Xa?>-cA)rmt-TF}WLbZbcXfzasmbx#-X;G8$}WW{v^Pv?o(Zx1}L5`AP+C3Q+A_@!&d;?JSe`om)7 c7#PlcV_>eRRDSNbVJ*lEPgg&ebxsLQ0CS>wG5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/inhand-right.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b46b6b93bcf4b1844da88ecbaf16edc2193675 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=?>t=`Ln`LHy=BOC$Ux-S$K?;w z7K#h#KVaQ6ad!C1*?eh)TO+64ytyU*xAuZn*Cd4XmTND3*Dk&@ zu5m$ox!27tEE}J&KrCcn5d1jvkXhIp)tayM2R6^}{-F1u@X4Eb;zt!zmQ@u8Cz&_( pB}U22(O!5p_(qt#90P;NA=b|aYm^h%Uul4h@O1TaS?83{1OOWSd|?0p literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/meta.json b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/meta.json new file mode 100644 index 0000000000..f39b281ebf --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/meta.json @@ -0,0 +1,40 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from NSV13 https://github.com/BeeStation/NSV13", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "cigar1" + }, + { + "name": "cigar2" + }, + { + "name": "cigar3" + }, + { + "name": "cigar4" + }, + { + "name": "cigar5" + }, + { + "name": "open" + }, + { + "name": "closed" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/open.png b/Resources/Textures/Objects/Consumable/Smokeables/Cigars/case_robust.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..2a2b836e450bd859f67224efbad10d7edd3ff87f GIT binary patch literal 386 zcmV-|0e$|7P)Px$JV``BR9J=Wl|gI5Fc^kkB^c{gXpw>SFi*Pw|5Lnf?6SkUv4cXHp%Uy)(Tsh` zmqbvNNs?|FIqRe^zl|IUc}!e*Iwsly*%8+N|nZCZ zl;6qzDeMS?1mI z`$L*UOtG48$;S{Bz?KU!jSjGyZ&BV#GC` Date: Tue, 7 Jan 2025 18:22:52 +0100 Subject: [PATCH 002/215] yaml unstinked --- Resources/Locale/en-US/loadouts/itemgroups.ftl | 1 + .../CharacterItemGroups/Jobs/Security/headOfSecurity.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Locale/en-US/loadouts/itemgroups.ftl b/Resources/Locale/en-US/loadouts/itemgroups.ftl index 8af87679c4..a81d8b00eb 100644 --- a/Resources/Locale/en-US/loadouts/itemgroups.ftl +++ b/Resources/Locale/en-US/loadouts/itemgroups.ftl @@ -578,6 +578,7 @@ character-item-group-LoadoutHeadOfSecurityMask = Head Of Security Masks character-item-group-LoadoutHeadOfSecurityOuter = Head Of Security Outerwear character-item-group-LoadoutHeadOfSecurityShoes = Head Of Security Shoes character-item-group-LoadoutHeadOfSecurityUniforms = Head Of Security Uniforms +character-item-group-LoadoutHeadOfSecurityTrinkets = Head Of Security Trinkets # Security - Security Officer character-item-group-LoadoutSecurityOfficerBackpacks = Security Officer Backpacks diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml index 9ccc5232e4..cc28e92ba6 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml @@ -118,3 +118,11 @@ id: LoadoutCommandHOSJumpskirtParade - type: loadout id: LoadoutCommandHOSJumpskirtFormal + +- type: characterItemGroup + id: LoadoutHeadOfSecurityTrinkets + maxItems: 2 + items: + - type: loadout + id: LoadoutHoSCigarCase + # TBD From ef9785d2c95ecd645d69653bf3e75a7f7c1debd5 Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:09:14 +0100 Subject: [PATCH 003/215] Oh, I am may be are stu-huh? (fixes cigar6-8) --- .../Objects/Consumable/Smokeables/Cigars/case.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml index a857714ff2..854175dcb9 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigars/case.yml @@ -112,4 +112,14 @@ - type: StorageFill contents: - id: CigarRobust - amount: 5 \ No newline at end of file + amount: 5 + - type: ItemCounter + count: + tags: [Cigar] + composite: true + layerStates: + - cigar1 + - cigar2 + - cigar3 + - cigar4 + - cigar5 \ No newline at end of file From a848973a49df8e84d23d13620f7599d2673ccbe7 Mon Sep 17 00:00:00 2001 From: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Date: Sun, 12 Jan 2025 02:55:41 -0400 Subject: [PATCH 004/215] Finish Command Jobs (#1495) # Description Finishes BSO and Nanorep. --- # TODO - [x] Jobs - [x] Clothing - [x] BSO weapons - [x] Loadouts - [x] Mapping - [x] Set map prototypes --- # Changelog :cl: sleepyapril, Goob Station contributors - add: Added Nanotrasen Representative and Blueshield Officer - add: Added Admin Assistant, Nanorep, and Blueshield Officer spawns to all maps. BSO and Nanorep don't get an office, they get a unique teleporter. (as of now) Ask your resident mapper to fix this. - add: Added the loadout options for Nanotrasen Representative and Blueshield Officer. --------- Co-authored-by: Aidenkrz Co-authored-by: Icepick <122653407+Icepicked@users.noreply.github.com> Co-authored-by: Memeji Co-authored-by: Theapug <159912420+Teapug@users.noreply.github.com> Co-authored-by: DarkenedSynergy <70016079+DarkenedSynergy@users.noreply.github.com> Co-authored-by: Solstice Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: BombasterDS <115770678+BombasterDS@users.noreply.github.com> Co-authored-by: starch Co-authored-by: BombasterDS2 Co-authored-by: BombasterDS Co-authored-by: Piras314 --- .../Ensnaring/EnsnareableSystem.Ensnaring.cs | 4 +- .../Components/UseOnStationOnlyComponent.cs | 9 + .../Systems/UseOnStationOnlySystem.cs | 28 + .../UniqueEntityCheckerComponent.cs | 15 + .../Components/UniqueEntityMarkerComponent.cs | 21 + .../Spawn/Systems/UniqueEntitySystem.cs | 43 + .../Ensnaring/SharedEnsnareableSystem.cs | 13 + .../Interaction/SharedInteractionSystem.cs | 9 + .../Interaction/InteractionEvents.cs | 9 + .../UseDelay/UseDelayBlockShootComponent.cs | 8 + .../UseDelay/UseDelayBlockShootSystem.cs | 22 + .../Weapons/Guns/Bolt/lever_bolt_closed.ogg | Bin 0 -> 9184 bytes .../Weapons/Guns/Bolt/lever_bolt_opened.ogg | Bin 0 -> 8976 bytes .../Weapons/Guns/MagOut/garand_eject.ogg | Bin 0 -> 31506 bytes .../interaction/interaction-system.ftl | 1 + .../prototypes/access/accesses.ftl | 2 + .../Locale/en-US/loadouts/categories.ftl | 3 + .../Locale/ru-RU/store/uplink-catalog.ftl | 2 +- Resources/Maps/arena.yml | 31 + Resources/Maps/asterisk.yml | 26 + Resources/Maps/core.yml | 31 + Resources/Maps/edge.yml | 36 + Resources/Maps/europa.yml | 38 +- Resources/Maps/gaxstation.yml | 33 +- Resources/Maps/glacier.yml | 26 + Resources/Maps/hammurabi.yml | 26 + Resources/Maps/hive.yml | 26 + Resources/Maps/lighthouse.yml | 31 + Resources/Maps/meta.yml | 16 +- Resources/Maps/pebble.yml | 26 + Resources/Maps/radstation.yml | 173 +- Resources/Maps/saltern.yml | 33 +- Resources/Maps/shoukou.yml | 28 +- Resources/Maps/submarine.yml | 9357 +++++++---------- Resources/Maps/tortuga.yml | 26 + Resources/Prototypes/Access/misc.yml | 2 + ...adminAssistant.yml => admin_assistant.yml} | 0 .../Jobs/Command/blueshield_officer.yml | 25 + .../Jobs/Command/nanorep.yml | 15 + .../DeltaV/Entities/Objects/Devices/pda.yml | 8 +- .../Prototypes/Entities/Clothing/Eyes/hud.yml | 7 + .../Weapons/Guns/Projectiles/projectiles.yml | 41 +- .../Entities/Structures/Machines/lathe.yml | 8 + .../Loadouts/Categories/categories.yml | 8 + ...adminassistant.yml => admin_assistant.yml} | 0 .../Jobs/Command/blueshield_officer.yml | 93 + .../Loadouts/Jobs/Command/nanorep.yml | 66 + Resources/Prototypes/Maps/arena.yml | 3 + Resources/Prototypes/Maps/asterisk.yml | 3 + Resources/Prototypes/Maps/core.yml | 3 + Resources/Prototypes/Maps/edge.yml | 3 + Resources/Prototypes/Maps/europa.yml | 3 + Resources/Prototypes/Maps/gaxstation.yml | 3 + Resources/Prototypes/Maps/glacier.yml | 3 + Resources/Prototypes/Maps/hammurabi.yml | 3 + Resources/Prototypes/Maps/hive.yml | 3 + Resources/Prototypes/Maps/lighthouse.yml | 3 + Resources/Prototypes/Maps/meta.yml | 3 + Resources/Prototypes/Maps/pebble.yml | 3 + Resources/Prototypes/Maps/radstation.yml | 3 + Resources/Prototypes/Maps/saltern.yml | 3 + Resources/Prototypes/Maps/shoukou.yml | 3 + Resources/Prototypes/Maps/submarine.yml | 3 + Resources/Prototypes/Maps/tortuga.yml | 3 + .../Prototypes/Recipes/Lathes/security.yml | 14 + .../Prototypes/Roles/Jobs/departments.yml | 2 + .../_Goobstation/Access/centcomm.yml | 7 + .../Catalog/Fills/Boxes/security.yml | 12 + .../Catalog/Fills/Lockers/heads.yml | 31 + .../Entities/Clothing/Back/backpacks.yml | 8 + .../Entities/Clothing/Back/duffel.yml | 8 + .../Entities/Clothing/Back/satchel.yml | 17 + .../Entities/Clothing/Eyes/glasses.yml | 26 + .../Entities/Clothing/Head/hats.yml | 44 + .../Clothing/OuterClothing/armour.yml | 46 + .../Entities/Clothing/Uniforms/jumpskirts.yml | 32 + .../Entities/Clothing/Uniforms/jumpsuits.yml | 26 + .../_Goobstation/Entities/Marker/unique.yml | 27 + .../Entities/Markers/Spawners/jobs.yml | 25 + .../Devices/Electronics/door_access.yml | 23 + .../Entities/Objects/Devices/pda.yml | 17 + .../Objects/Devices/unique_teleporters.yml | 62 + .../Objects/Misc/identification_cards.yml | 17 + .../Entities/Objects/Misc/rubber_stamps.yml | 12 + .../Entities/Objects/Storage/bso_box.yml | 30 + .../Entities/Objects/Tools/tools.yml | 74 + .../Weapons/Guns/Ammunition/Boxes/magnum.yml | 60 + .../Guns/Ammunition/Cartridges/magnum.yml | 44 + .../Magazines/magnum_caliber_magazine.yml | 53 + .../Guns/Ammunition/Projectiles/magnum.yml | 77 + .../Weapons/Guns/Battery/battery_guns.yml | 63 + .../Objects/Weapons/Guns/Lever/lever.yml | 61 + .../Entities/Objects/Weapons/Melee/cane.yml | 36 + .../Structures/Doors/Airlocks/access.yml | 79 + .../Storage/Closets/Lockers/lockers.yml | 29 + .../_Goobstation/Entities/Unique/lockers.yml | 17 + .../_Goobstation/Recipes/Lathes/security.yml | 22 + .../Roles/Jobs/Command/blueshield_officer.yml | 57 + .../Command/nanotrasen_representative.yml | 41 + .../_Goobstation/Roles/play_time_trackers.yml | 5 + .../_Goobstation/StatusEffects/job.yml | 13 + Resources/Prototypes/_Goobstation/tags.yml | 2 + .../Objects/Devices/pda.rsi/meta.json | 2 +- .../Objects/Misc/id_cards.rsi/idcentcom.png | Bin 0 -> 184 bytes .../Objects/Misc/id_cards.rsi/meta.json | 3 + .../bso_armour.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 4791 bytes .../Clothing/Armor/bso_armour.rsi/icon.png | Bin 0 -> 4520 bytes .../Armor/bso_armour.rsi/inhand-left.png | Bin 0 -> 4524 bytes .../Armor/bso_armour.rsi/inhand-right.png | Bin 0 -> 4519 bytes .../Clothing/Armor/bso_armour.rsi/meta.json | 26 + .../blueshield.rsi/equipped-BACKPACK.png | Bin 0 -> 916 bytes .../Back/Backpacks/blueshield.rsi/icon.png | Bin 0 -> 663 bytes .../Backpacks/blueshield.rsi/inhand-left.png | Bin 0 -> 751 bytes .../Backpacks/blueshield.rsi/inhand-right.png | Bin 0 -> 715 bytes .../Back/Backpacks/blueshield.rsi/meta.json | 26 + .../centcom.rsi/equipped-BACKPACK.png | Bin 0 -> 948 bytes .../Back/Backpacks/centcom.rsi/icon.png | Bin 0 -> 771 bytes .../Backpacks/centcom.rsi/inhand-left.png | Bin 0 -> 810 bytes .../Backpacks/centcom.rsi/inhand-right.png | Bin 0 -> 792 bytes .../Back/Backpacks/centcom.rsi/meta.json | 26 + .../stasis_back.rsi/equipped-BACKPACK.png | Bin 0 -> 1048 bytes .../Back/Backpacks/stasis_back.rsi/icon.png | Bin 0 -> 773 bytes .../Backpacks/stasis_back.rsi/inhand-left.png | Bin 0 -> 905 bytes .../stasis_back.rsi/inhand-right.png | Bin 0 -> 946 bytes .../Back/Backpacks/stasis_back.rsi/meta.json | 26 + .../blueshield.rsi/equipped-BACKPACK.png | Bin 0 -> 748 bytes .../Back/Duffels/blueshield.rsi/icon.png | Bin 0 -> 573 bytes .../Duffels/blueshield.rsi/inhand-left.png | Bin 0 -> 685 bytes .../Duffels/blueshield.rsi/inhand-right.png | Bin 0 -> 689 bytes .../Back/Duffels/blueshield.rsi/meta.json | 26 + .../blueshield.rsi/equipped-BACKPACK.png | Bin 0 -> 696 bytes .../Back/Satchels/blueshield.rsi/icon.png | Bin 0 -> 677 bytes .../Satchels/blueshield.rsi/inhand-left.png | Bin 0 -> 686 bytes .../Satchels/blueshield.rsi/inhand-right.png | Bin 0 -> 672 bytes .../Back/Satchels/blueshield.rsi/meta.json | 26 + .../nanorep.rsi/equipped-BACKPACK.png | Bin 0 -> 759 bytes .../Back/Satchels/nanorep.rsi/icon.png | Bin 0 -> 420 bytes .../Back/Satchels/nanorep.rsi/inhand-left.png | Bin 0 -> 804 bytes .../Satchels/nanorep.rsi/inhand-right.png | Bin 0 -> 543 bytes .../Back/Satchels/nanorep.rsi/meta.json | 26 + .../Glasses/medglasses.rsi/equipped-EYES.png | Bin 0 -> 349 bytes .../Eyes/Glasses/medglasses.rsi/icon.png | Bin 0 -> 286 bytes .../Glasses/medglasses.rsi/inhand-left.png | Bin 0 -> 4305 bytes .../Glasses/medglasses.rsi/inhand-right.png | Bin 0 -> 4308 bytes .../Eyes/Glasses/medglasses.rsi/meta.json | 26 + .../beret_bso_navy.rsi/equipped-HELMET.png | Bin 0 -> 503 bytes .../Head/Hats/beret_bso_navy.rsi/icon.png | Bin 0 -> 368 bytes .../Hats/beret_bso_navy.rsi/inhand-left.png | Bin 0 -> 4472 bytes .../Hats/beret_bso_navy.rsi/inhand-right.png | Bin 0 -> 4473 bytes .../Head/Hats/beret_bso_navy.rsi/meta.json | 26 + .../beret_bso_officer.rsi/equipped-HELMET.png | Bin 0 -> 4470 bytes .../Head/Hats/beret_bso_officer.rsi/icon.png | Bin 0 -> 329 bytes .../beret_bso_officer.rsi/inhand-left.png | Bin 0 -> 4645 bytes .../beret_bso_officer.rsi/inhand-right.png | Bin 0 -> 4653 bytes .../Head/Hats/beret_bso_officer.rsi/meta.json | 26 + .../Hats/cowboyhatbso.rsi/equipped-HELMET.png | Bin 0 -> 397 bytes .../Head/Hats/cowboyhatbso.rsi/icon.png | Bin 0 -> 574 bytes .../Hats/cowboyhatbso.rsi/inhand-left.png | Bin 0 -> 366 bytes .../Hats/cowboyhatbso.rsi/inhand-right.png | Bin 0 -> 379 bytes .../Head/Hats/cowboyhatbso.rsi/meta.json | 26 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 647 bytes .../blueshield_cowboy_jacket.rsi/icon.png | Bin 0 -> 376 bytes .../inhand-left.png | Bin 0 -> 527 bytes .../inhand-right.png | Bin 0 -> 511 bytes .../blueshield_cowboy_jacket.rsi/meta.json | 26 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 772 bytes .../Armor/blueshield_jacket.rsi/icon.png | Bin 0 -> 409 bytes .../blueshield_jacket.rsi/inhand-left.png | Bin 0 -> 527 bytes .../blueshield_jacket.rsi/inhand-right.png | Bin 0 -> 511 bytes .../Armor/blueshield_jacket.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 5366 bytes .../Jumpskirt/blueshield_officer.rsi/icon.png | Bin 0 -> 4611 bytes .../blueshield_officer.rsi/inhand-left.png | Bin 0 -> 5114 bytes .../blueshield_officer.rsi/inhand-right.png | Bin 0 -> 5131 bytes .../blueshield_officer.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1268 bytes .../Jumpskirt/centcom_agent.rsi/icon.png | Bin 0 -> 562 bytes .../centcom_agent.rsi/inhand-left.png | Bin 0 -> 562 bytes .../centcom_agent.rsi/inhand-right.png | Bin 0 -> 581 bytes .../Jumpskirt/centcom_agent.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1005 bytes .../nanotrasen_representative.rsi/icon.png | Bin 0 -> 543 bytes .../inhand-left.png | Bin 0 -> 640 bytes .../inhand-right.png | Bin 0 -> 645 bytes .../nanotrasen_representative.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 5411 bytes .../Jumpsuit/blueshield_officer.rsi/icon.png | Bin 0 -> 4577 bytes .../blueshield_officer.rsi/inhand-left.png | Bin 0 -> 4788 bytes .../blueshield_officer.rsi/inhand-right.png | Bin 0 -> 4806 bytes .../Jumpsuit/blueshield_officer.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1340 bytes .../nanotrasen_representative.rsi/icon.png | Bin 0 -> 538 bytes .../inhand-left.png | Bin 0 -> 439 bytes .../inhand-right.png | Bin 0 -> 444 bytes .../nanotrasen_representative.rsi/meta.json | 26 + .../Misc/job_icons.rsi/blueshield.png | Bin 0 -> 172 bytes .../Interface/Misc/job_icons.rsi/meta.json | 17 + .../nanotrasenrepresentative.png | Bin 0 -> 200 bytes .../Objects/Devices/pda.rsi/id_overlay.png | Bin 0 -> 90 bytes .../Objects/Devices/pda.rsi/light_overlay.png | Bin 0 -> 763 bytes .../Objects/Devices/pda.rsi/meta.json | 20 + .../Devices/pda.rsi/pda-blueshield.png | Bin 0 -> 487 bytes .../Devices/unique_teleporters.rsi/bso.png | Bin 0 -> 766 bytes .../Devices/unique_teleporters.rsi/meta.json | 20 + .../Devices/unique_teleporters.rsi/ntr.png | Bin 0 -> 774 bytes .../unique_teleporters.rsi/standard.png | Bin 0 -> 767 bytes .../Objects/Misc/stamps.rsi/meta.json | 14 + .../Objects/Misc/stamps.rsi/stamp-nanorep.png | Bin 0 -> 306 bytes .../Objects/Storage/bso_box.rsi/icon-open.png | Bin 0 -> 520 bytes .../Objects/Storage/bso_box.rsi/icon.png | Bin 0 -> 505 bytes .../Objects/Storage/bso_box.rsi/meta.json | 17 + .../Objects/Tools/handheld_fax.rsi/icon.png | Bin 0 -> 491 bytes .../Objects/Tools/handheld_fax.rsi/idle.png | Bin 0 -> 491 bytes .../Tools/handheld_fax.rsi/inhand-left.png | Bin 0 -> 552 bytes .../Tools/handheld_fax.rsi/inhand-right.png | Bin 0 -> 552 bytes .../Tools/handheld_fax.rsi/inserting.png | Bin 0 -> 1619 bytes .../Objects/Tools/handheld_fax.rsi/meta.json | 67 + .../Tools/handheld_fax.rsi/printing.png | Bin 0 -> 1645 bytes .../Tools/handheld_fax.rsi/scanner.png | Bin 0 -> 406 bytes .../Magazine/lever_rifle_mags.rsi/base.png | Bin 0 -> 243 bytes .../Magazine/lever_rifle_mags.rsi/mag-1.png | Bin 0 -> 128 bytes .../Magazine/lever_rifle_mags.rsi/mag-2.png | Bin 0 -> 150 bytes .../Magazine/lever_rifle_mags.rsi/mag-3.png | Bin 0 -> 150 bytes .../Magazine/lever_rifle_mags.rsi/mag-4.png | Bin 0 -> 151 bytes .../Magazine/lever_rifle_mags.rsi/mag-5.png | Bin 0 -> 152 bytes .../Magazine/lever_rifle_mags.rsi/mag-6.png | Bin 0 -> 153 bytes .../Magazine/lever_rifle_mags.rsi/mag-7.png | Bin 0 -> 154 bytes .../Magazine/lever_rifle_mags.rsi/mag-8.png | Bin 0 -> 155 bytes .../Magazine/lever_rifle_mags.rsi/meta.json | 38 + .../Guns/Battery/erevolver.rsi/base.png | Bin 0 -> 610 bytes .../erevolver.rsi/disabler-inhand-left.png | Bin 0 -> 5006 bytes .../erevolver.rsi/disabler-inhand-right.png | Bin 0 -> 5010 bytes .../erevolver.rsi/equipped-BACKPACK.png | Bin 0 -> 4665 bytes .../Battery/erevolver.rsi/equipped-BELT.png | Bin 0 -> 1667 bytes .../erevolver.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 4664 bytes .../Guns/Battery/erevolver.rsi/icon.png | Bin 0 -> 4643 bytes .../erevolver.rsi/lethal-inhand-left.png | Bin 0 -> 4784 bytes .../erevolver.rsi/lethal-inhand-right.png | Bin 0 -> 4787 bytes .../Battery/erevolver.rsi/mag-unshaded-0.png | Bin 0 -> 205 bytes .../Battery/erevolver.rsi/mag-unshaded-1.png | Bin 0 -> 4238 bytes .../Battery/erevolver.rsi/mag-unshaded-2.png | Bin 0 -> 4239 bytes .../Battery/erevolver.rsi/mag-unshaded-3.png | Bin 0 -> 4238 bytes .../Battery/erevolver.rsi/mag-unshaded-4.png | Bin 0 -> 4225 bytes .../Guns/Battery/erevolver.rsi/meta.json | 67 + .../Battery/erevolver.rsi/mode-disabler.png | Bin 0 -> 4258 bytes .../Battery/erevolver.rsi/mode-lethal.png | Bin 0 -> 4248 bytes .../Weapons/Guns/Lever/chester.rsi/base.png | Bin 0 -> 629 bytes .../Guns/Lever/chester.rsi/bolt-open.png | Bin 0 -> 646 bytes .../Lever/chester.rsi/equipped-BACKPACK.png | Bin 0 -> 800 bytes .../chester.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 800 bytes .../Guns/Lever/chester.rsi/inhand-left.png | Bin 0 -> 681 bytes .../Guns/Lever/chester.rsi/inhand-right.png | Bin 0 -> 655 bytes .../Weapons/Guns/Lever/chester.rsi/mag-0.png | Bin 0 -> 200 bytes .../Weapons/Guns/Lever/chester.rsi/meta.json | 44 + .../Lever/chester.rsi/wielded-inhand-left.png | Bin 0 -> 642 bytes .../chester.rsi/wielded-inhand-right.png | Bin 0 -> 635 bytes .../Structures/Storage/closet.rsi/bso.png | Bin 0 -> 4447 bytes .../Storage/closet.rsi/bso_door.png | Bin 0 -> 4523 bytes .../Storage/closet.rsi/bso_open.png | Bin 0 -> 4395 bytes .../Structures/Storage/closet.rsi/generic.png | Bin 0 -> 215 bytes .../Storage/closet.rsi/generic_door.png | Bin 0 -> 206 bytes .../Storage/closet.rsi/generic_icon.png | Bin 0 -> 259 bytes .../Storage/closet.rsi/generic_open.png | Bin 0 -> 213 bytes .../Structures/Storage/closet.rsi/locked.png | Bin 0 -> 127 bytes .../Structures/Storage/closet.rsi/meta.json | 50 + .../Structures/Storage/closet.rsi/ntr.png | Bin 0 -> 4409 bytes .../Storage/closet.rsi/ntr_door.png | Bin 0 -> 4510 bytes .../Storage/closet.rsi/ntr_open.png | Bin 0 -> 4414 bytes .../Storage/closet.rsi/unlocked.png | Bin 0 -> 127 bytes .../Structures/Storage/closet.rsi/welded.png | Bin 0 -> 206 bytes 270 files changed, 6899 insertions(+), 5623 deletions(-) create mode 100644 Content.Server/_Goobstation/Interaction/Components/UseOnStationOnlyComponent.cs create mode 100644 Content.Server/_Goobstation/Interaction/Systems/UseOnStationOnlySystem.cs create mode 100644 Content.Server/_Goobstation/Spawn/Components/UniqueEntityCheckerComponent.cs create mode 100644 Content.Server/_Goobstation/Spawn/Components/UniqueEntityMarkerComponent.cs create mode 100644 Content.Server/_Goobstation/Spawn/Systems/UniqueEntitySystem.cs create mode 100644 Content.Shared/_Goobstation/Interaction/InteractionEvents.cs create mode 100644 Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootComponent.cs create mode 100644 Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootSystem.cs create mode 100644 Resources/Audio/Weapons/Guns/Bolt/lever_bolt_closed.ogg create mode 100644 Resources/Audio/Weapons/Guns/Bolt/lever_bolt_opened.ogg create mode 100644 Resources/Audio/_Goobstation/Weapons/Guns/MagOut/garand_eject.ogg create mode 100644 Resources/Locale/en-US/_Goobstation/interaction/interaction-system.ftl create mode 100644 Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl rename Resources/Prototypes/CharacterItemGroups/Jobs/Command/{adminAssistant.yml => admin_assistant.yml} (100%) create mode 100644 Resources/Prototypes/CharacterItemGroups/Jobs/Command/blueshield_officer.yml create mode 100644 Resources/Prototypes/CharacterItemGroups/Jobs/Command/nanorep.yml rename Resources/Prototypes/Loadouts/Jobs/Command/{adminassistant.yml => admin_assistant.yml} (100%) create mode 100644 Resources/Prototypes/Loadouts/Jobs/Command/blueshield_officer.yml create mode 100644 Resources/Prototypes/Loadouts/Jobs/Command/nanorep.yml create mode 100644 Resources/Prototypes/_Goobstation/Access/centcomm.yml create mode 100644 Resources/Prototypes/_Goobstation/Catalog/Fills/Boxes/security.yml create mode 100644 Resources/Prototypes/_Goobstation/Catalog/Fills/Lockers/heads.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Back/backpacks.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Back/duffel.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Back/satchel.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Eyes/glasses.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Head/hats.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpskirts.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpsuits.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Marker/unique.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Markers/Spawners/jobs.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Devices/Electronics/door_access.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Devices/pda.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Devices/unique_teleporters.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Misc/identification_cards.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Misc/rubber_stamps.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Storage/bso_box.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Tools/tools.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum_caliber_magazine.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Lever/lever.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Melee/cane.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Structures/Doors/Airlocks/access.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Structures/Storage/Closets/Lockers/lockers.yml create mode 100644 Resources/Prototypes/_Goobstation/Entities/Unique/lockers.yml create mode 100644 Resources/Prototypes/_Goobstation/Recipes/Lathes/security.yml create mode 100644 Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml create mode 100644 Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml create mode 100644 Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml create mode 100644 Resources/Prototypes/_Goobstation/StatusEffects/job.yml create mode 100644 Resources/Prototypes/_Goobstation/tags.yml create mode 100644 Resources/Textures/Objects/Misc/id_cards.rsi/idcentcom.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/blueshield.png create mode 100644 Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Interface/Misc/job_icons.rsi/nanotrasenrepresentative.png create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/pda.rsi/id_overlay.png create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/pda.rsi/light_overlay.png create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/pda.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/pda.rsi/pda-blueshield.png create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/unique_teleporters.rsi/bso.png create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/unique_teleporters.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/unique_teleporters.rsi/ntr.png create mode 100644 Resources/Textures/_Goobstation/Objects/Devices/unique_teleporters.rsi/standard.png create mode 100644 Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/stamp-nanorep.png create mode 100644 Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/icon-open.png create mode 100644 Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/idle.png create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inserting.png create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/printing.png create mode 100644 Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/scanner.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/base.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-1.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-2.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-3.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-4.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-5.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-6.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-7.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-8.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/base.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/disabler-inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/disabler-inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-BELT.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/icon.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/lethal-inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/lethal-inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-0.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-1.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-2.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-3.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-4.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mode-disabler.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mode-lethal.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/base.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/bolt-open.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/mag-0.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/wielded-inhand-left.png create mode 100644 Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/wielded-inhand-right.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso_door.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso_open.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_door.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_icon.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_open.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/locked.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/meta.json create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr_door.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr_open.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/unlocked.png create mode 100644 Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/welded.png diff --git a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs index a5ebb0fd9e..4dc8795d58 100644 --- a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs +++ b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs @@ -149,14 +149,14 @@ public void ForceFree(EntityUid ensnare, EnsnaringComponent component) var target = component.Ensnared.Value; - _container.Remove(ensnare, ensnareable.Container, force: true); + _container.TryRemoveFromContainer(ensnare, force: true); // Goobstation - fix on ensnare entity remove ensnareable.IsEnsnared = ensnareable.Container.ContainedEntities.Count > 0; Dirty(component.Ensnared.Value, ensnareable); component.Ensnared = null; UpdateAlert(target, ensnareable); var ev = new EnsnareRemoveEvent(component.WalkSpeed, component.SprintSpeed); - RaiseLocalEvent(ensnare, ev); + RaiseLocalEvent(target, ev); } /// diff --git a/Content.Server/_Goobstation/Interaction/Components/UseOnStationOnlyComponent.cs b/Content.Server/_Goobstation/Interaction/Components/UseOnStationOnlyComponent.cs new file mode 100644 index 0000000000..9e93f91d13 --- /dev/null +++ b/Content.Server/_Goobstation/Interaction/Components/UseOnStationOnlyComponent.cs @@ -0,0 +1,9 @@ +namespace Content.Server._Goobstation.Interaction.Components; + +/// +/// Allows use item with component on stations only +/// +[RegisterComponent] +public sealed partial class UseOnStationOnlyComponent : Component +{ +} diff --git a/Content.Server/_Goobstation/Interaction/Systems/UseOnStationOnlySystem.cs b/Content.Server/_Goobstation/Interaction/Systems/UseOnStationOnlySystem.cs new file mode 100644 index 0000000000..66ba9e0d8f --- /dev/null +++ b/Content.Server/_Goobstation/Interaction/Systems/UseOnStationOnlySystem.cs @@ -0,0 +1,28 @@ +using Content.Server._Goobstation.Interaction.Components; +using Content.Server.Popups; +using Content.Server.Station.Systems; +using Content.Shared._Goobstation.Interaction; + +namespace Content.Server._Goobstation.Interaction.Systems; + +public sealed partial class UseOnStationOnlySystem : EntitySystem +{ + [Dependency] private readonly StationSystem _station = default!; + [Dependency] private readonly PopupSystem _popup = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnUseAttempt); + } + + private void OnUseAttempt(Entity item, ref UseInHandAttemptEvent args) + { + if (_station.GetOwningStation(args.User) is not null) + return; + + _popup.PopupEntity(Loc.GetString("use-on-station-only-not-on-station"), args.User, args.User); + args.Cancel(); + } +} diff --git a/Content.Server/_Goobstation/Spawn/Components/UniqueEntityCheckerComponent.cs b/Content.Server/_Goobstation/Spawn/Components/UniqueEntityCheckerComponent.cs new file mode 100644 index 0000000000..b5e7836686 --- /dev/null +++ b/Content.Server/_Goobstation/Spawn/Components/UniqueEntityCheckerComponent.cs @@ -0,0 +1,15 @@ +namespace Content.Server._Goobstation.Spawn.Components; + +/// +/// Ensures that related entity will be on station (like NTR or BSO lockers) and will be not duplicate. +/// If station have unique entity - item with this component will be deleted. +/// +[RegisterComponent] +public sealed partial class UniqueEntityCheckerComponent : Component +{ + /// + /// Name of marker in UniqueEntityMarker + /// + [DataField] + public string? MarkerName; +} diff --git a/Content.Server/_Goobstation/Spawn/Components/UniqueEntityMarkerComponent.cs b/Content.Server/_Goobstation/Spawn/Components/UniqueEntityMarkerComponent.cs new file mode 100644 index 0000000000..ffabf76440 --- /dev/null +++ b/Content.Server/_Goobstation/Spawn/Components/UniqueEntityMarkerComponent.cs @@ -0,0 +1,21 @@ +namespace Content.Server._Goobstation.Spawn.Components; + +/// +/// Component-marker for unique entity +/// +[RegisterComponent] +public sealed partial class UniqueEntityMarkerComponent : Component +{ + /// + /// Marker name that would be used in check + /// + [DataField] + public string? MarkerName; + + /// + /// If true - marker will work on grids with StationDataComponent + /// If false - marker will work globally + /// + [DataField] + public bool StationOnly = true; +} diff --git a/Content.Server/_Goobstation/Spawn/Systems/UniqueEntitySystem.cs b/Content.Server/_Goobstation/Spawn/Systems/UniqueEntitySystem.cs new file mode 100644 index 0000000000..47c9425cc5 --- /dev/null +++ b/Content.Server/_Goobstation/Spawn/Systems/UniqueEntitySystem.cs @@ -0,0 +1,43 @@ +using Content.Server._Goobstation.Spawn.Components; +using Content.Server.Station.Components; +using Content.Server.Station.Systems; + +namespace Content.Server._Goobstation.Spawn.Systems; + +public sealed partial class UniqueEntitySystem : EntitySystem +{ + [Dependency] private readonly StationSystem _station = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnComponentInit); + } + + public void OnComponentInit(Entity checker, ref ComponentInit args) + { + var comp = checker.Comp; + + if (string.IsNullOrEmpty(comp.MarkerName)) + return; + + var query = EntityQueryEnumerator(); + + while (query.MoveNext(out var uid, out var marker, out var xform)) + { + if (string.IsNullOrEmpty(marker.MarkerName) + || marker.MarkerName != comp.MarkerName + || uid == checker.Owner) + continue; + + // Check if marker on station + if (marker.StationOnly && _station.GetOwningStation(uid, xform) is null) + continue; + + // Delete it if found unique entity + QueueDel(checker); + return; + } + } +} diff --git a/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs b/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs index 4f35dc583a..e51c87329f 100644 --- a/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs +++ b/Content.Shared/Ensnaring/SharedEnsnareableSystem.cs @@ -24,10 +24,23 @@ public override void Initialize() SubscribeLocalEvent(OnEnsnare); SubscribeLocalEvent(OnEnsnareRemove); SubscribeLocalEvent(OnEnsnareChange); + //SubscribeLocalEvent(OnProjectileHit); // Goobstation - TODO: add after ensnareable refactor SubscribeLocalEvent(OnGetState); SubscribeLocalEvent(OnHandleState); } + // // Goobstation - TODO: add after ensnareable refactor + // private void OnProjectileHit(EntityUid uid, EnsnaringComponent component, ProjectileHitEvent args) + // { + // if (!component.CanThrowTrigger) + // return; + // + // if (TryEnsnare(args.Target, uid, component)) + // { + // _audio.PlayPvs(component.EnsnareSound, uid); + // } + // } + private void OnHandleState(EntityUid uid, EnsnareableComponent component, ref ComponentHandleState args) { if (args.Current is not EnsnareableComponentState state) diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index a2118205af..00e51145c1 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -7,6 +7,7 @@ using Content.Shared.CombatMode; using Content.Shared.Database; using Content.Shared.Ghost; +using Content.Shared._Goobstation.Interaction; using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Input; @@ -1166,6 +1167,14 @@ public bool UseInHandInteraction( if (checkCanUse && !_actionBlockerSystem.CanUseHeldEntity(user, used)) return false; + // Goobstation [ + var useAttemptEv = new UseInHandAttemptEvent(user); + RaiseLocalEvent(used, useAttemptEv); + + if (useAttemptEv.Cancelled) + return false; + // ] Goobstation + var useMsg = new UseInHandEvent(user); RaiseLocalEvent(used, useMsg, true); if (useMsg.Handled) diff --git a/Content.Shared/_Goobstation/Interaction/InteractionEvents.cs b/Content.Shared/_Goobstation/Interaction/InteractionEvents.cs new file mode 100644 index 0000000000..26efe8dd5a --- /dev/null +++ b/Content.Shared/_Goobstation/Interaction/InteractionEvents.cs @@ -0,0 +1,9 @@ +namespace Content.Shared._Goobstation.Interaction; + +/// +/// UseAttempt, but for item. +/// +public sealed class UseInHandAttemptEvent(EntityUid user) : CancellableEntityEventArgs +{ + public EntityUid User { get; } = user; +} diff --git a/Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootComponent.cs b/Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootComponent.cs new file mode 100644 index 0000000000..3e9b5802b2 --- /dev/null +++ b/Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootComponent.cs @@ -0,0 +1,8 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared._Goobstation.Weapons.UseDelay; + +[RegisterComponent, NetworkedComponent] +public sealed partial class UseDelayBlockShootComponent : Component +{ +} \ No newline at end of file diff --git a/Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootSystem.cs b/Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootSystem.cs new file mode 100644 index 0000000000..f060c170c0 --- /dev/null +++ b/Content.Shared/_Goobstation/Weapons/UseDelay/UseDelayBlockShootSystem.cs @@ -0,0 +1,22 @@ +using Content.Shared.Timing; +using Content.Shared.Weapons.Ranged.Systems; + +namespace Content.Shared._Goobstation.Weapons.UseDelay; + +public sealed class UseDelayBlockShootSystem : EntitySystem +{ + [Dependency] private readonly UseDelaySystem _useDelay = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnShootAttempt); + } + + private void OnShootAttempt(Entity ent, ref AttemptShootEvent args) + { + if (TryComp(ent, out UseDelayComponent? useDelay) && _useDelay.IsDelayed((ent, useDelay))) + args.Cancelled = true; + } +} \ No newline at end of file diff --git a/Resources/Audio/Weapons/Guns/Bolt/lever_bolt_closed.ogg b/Resources/Audio/Weapons/Guns/Bolt/lever_bolt_closed.ogg new file mode 100644 index 0000000000000000000000000000000000000000..1e351fd092a9443cdb14b6c68c52ea9abf70ede2 GIT binary patch literal 9184 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/_Goobstation/Weapons/Guns/MagOut/garand_eject.ogg b/Resources/Audio/_Goobstation/Weapons/Guns/MagOut/garand_eject.ogg new file mode 100644 index 0000000000000000000000000000000000000000..046e1a038c40cc81862e40ef8324e323b965798b GIT binary patch literal 31506 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 QoqxY102ui)Ut{q90JzY9tN;K2 literal 0 HcmV?d00001 diff --git a/Resources/Locale/en-US/_Goobstation/interaction/interaction-system.ftl b/Resources/Locale/en-US/_Goobstation/interaction/interaction-system.ftl new file mode 100644 index 0000000000..8bcccd92a2 --- /dev/null +++ b/Resources/Locale/en-US/_Goobstation/interaction/interaction-system.ftl @@ -0,0 +1 @@ +use-on-station-only-not-on-station = You need to be on station to use this. diff --git a/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl b/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl new file mode 100644 index 0000000000..131d1eef77 --- /dev/null +++ b/Resources/Locale/en-US/_Goobstation/prototypes/access/accesses.ftl @@ -0,0 +1,2 @@ +id-card-access-level-ntr = Nanotrasen Representative +id-card-access-level-bso = Blueshield Officer diff --git a/Resources/Locale/en-US/loadouts/categories.ftl b/Resources/Locale/en-US/loadouts/categories.ftl index 782932ae63..7ed9fa320d 100644 --- a/Resources/Locale/en-US/loadouts/categories.ftl +++ b/Resources/Locale/en-US/loadouts/categories.ftl @@ -17,6 +17,9 @@ loadout-category-JobsCommand = Command loadout-category-JobsCommandAUncategorized = All Command loadout-category-JobsCommandCaptain = Captain loadout-category-JobsCommandHeadOfPersonnel = Head of Personnel +loadout-category-JobsCommandAdminAssistant = Administrative Assistant +loadout-category-JobsCommandBlueshieldOfficer = Blueshield Officer +loadout-category-JobsCommandNanorep = Nanotrasen Representative # Engineering loadout-category-JobsEngineering = Engineering diff --git a/Resources/Locale/ru-RU/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/store/uplink-catalog.ftl index a5ccaace17..f7336252b3 100644 --- a/Resources/Locale/ru-RU/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/store/uplink-catalog.ftl @@ -1,7 +1,7 @@ uplink-emp-flashlight-name = Электромагнитный фонарик uplink-emp-flashlight-desc = Замаскированное под фонарик устройство. При ударе выпускает ЭМИ, поражающий электрические устройства. -#Armor +# Armor uplink-night-vision-name = Прибор ночного видения uplink-night-vision-desc = Позволяет вам видеть в темноте, при этом выглядя как обычные солнцезащитные очки! diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index 7a0ad30856..d409d1add8 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -150766,6 +150766,23 @@ entities: - type: Transform pos: 31.5,-61.5 parent: 6747 +- proto: SpawnPointAdminAssistant + entities: + - uid: 27820 + components: + - type: Transform + pos: -25.5,-55.5 + parent: 6747 + - uid: 27821 + components: + - type: Transform + pos: -24.5,-55.5 + parent: 6747 + - uid: 27822 + components: + - type: Transform + pos: -26.5,-55.5 + parent: 6747 - proto: SpawnPointAtmos entities: - uid: 17076 @@ -150805,6 +150822,13 @@ entities: - type: Transform pos: -18.5,-37.5 parent: 6747 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 27819 + components: + - type: Transform + pos: -24.5,-51.5 + parent: 6747 - proto: SpawnPointBorg entities: - uid: 6895 @@ -151257,6 +151281,13 @@ entities: - type: Transform pos: 35.5,-6.5 parent: 6747 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 27818 + components: + - type: Transform + pos: -26.5,-51.5 + parent: 6747 - proto: SpawnPointObserver entities: - uid: 12922 diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index 18f4d8fea5..0bd34d5788 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -57330,6 +57330,18 @@ entities: - type: Transform pos: -35.5,-21.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 11183 + components: + - type: Transform + pos: 49.5,-12.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 10897 @@ -57354,6 +57366,13 @@ entities: - type: Transform pos: 12.5,-23.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 11185 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 9986 @@ -57697,6 +57716,13 @@ entities: - type: Transform pos: 2.5,-28.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 11186 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 6851 diff --git a/Resources/Maps/core.yml b/Resources/Maps/core.yml index 62e8f7f4b5..40ab7becee 100644 --- a/Resources/Maps/core.yml +++ b/Resources/Maps/core.yml @@ -121574,6 +121574,23 @@ entities: - type: Transform pos: 68.5,-22.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 22542 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 + - uid: 22543 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 + - uid: 22544 + components: + - type: Transform + pos: 41.5,-36.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 2110 @@ -121603,6 +121620,13 @@ entities: - type: Transform pos: -14.5,6.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 22541 + components: + - type: Transform + pos: 43.5,-36.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 13722 @@ -121859,6 +121883,13 @@ entities: - type: Transform pos: -38.5,-19.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 22540 + components: + - type: Transform + pos: 44.5,-36.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 21965 diff --git a/Resources/Maps/edge.yml b/Resources/Maps/edge.yml index 40b66b8cdd..b50006a7cb 100644 --- a/Resources/Maps/edge.yml +++ b/Resources/Maps/edge.yml @@ -90678,6 +90678,28 @@ entities: - type: Transform pos: 7.5,-7.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 17475 + components: + - type: Transform + pos: -12.5,34.5 + parent: 2 + - uid: 17476 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - uid: 17477 + components: + - type: Transform + pos: -7.5,32.5 + parent: 2 + - uid: 17478 + components: + - type: Transform + pos: -7.5,34.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 13933 @@ -90737,6 +90759,13 @@ entities: - type: Transform pos: -12.5,-4.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 17480 + components: + - type: Transform + pos: -11.5,35.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 13944 @@ -91115,6 +91144,13 @@ entities: - type: Transform pos: -13.5,-8.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 17479 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 14010 diff --git a/Resources/Maps/europa.yml b/Resources/Maps/europa.yml index cbd2d4af02..165934fe33 100644 --- a/Resources/Maps/europa.yml +++ b/Resources/Maps/europa.yml @@ -65764,7 +65764,7 @@ entities: pos: -11.5,11.5 parent: 1 - type: Door - secondsUntilStateChange: -26383.6 + secondsUntilStateChange: -26472.29 state: Opening - type: Occluder enabled: True @@ -78365,6 +78365,28 @@ entities: - type: Transform pos: 19.5,44.5 parent: 1 +- proto: SpawnPointAdminAssistant + entities: + - uid: 8205 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - uid: 16617 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 + - uid: 16618 + components: + - type: Transform + pos: -6.5,7.5 + parent: 1 + - uid: 16619 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 - proto: SpawnPointAtmos entities: - uid: 4537 @@ -78384,6 +78406,13 @@ entities: - type: Transform pos: -11.5,29.5 parent: 1 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 8169 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 - proto: SpawnPointBorg entities: - uid: 5751 @@ -78719,6 +78748,13 @@ entities: - type: Transform pos: -38.5,13.5 parent: 1 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 8168 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 - proto: SpawnPointObserver entities: - uid: 4455 diff --git a/Resources/Maps/gaxstation.yml b/Resources/Maps/gaxstation.yml index 147fd3f17a..94d5f4da2d 100644 --- a/Resources/Maps/gaxstation.yml +++ b/Resources/Maps/gaxstation.yml @@ -110228,6 +110228,23 @@ entities: - type: Transform pos: 13.5,26.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 20421 + components: + - type: Transform + pos: 85.5,35.5 + parent: 2 + - uid: 20422 + components: + - type: Transform + pos: 85.5,34.5 + parent: 2 + - uid: 20423 + components: + - type: Transform + pos: 85.5,33.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 14771 @@ -110257,6 +110274,13 @@ entities: - type: Transform pos: 61.5,43.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 20352 + components: + - type: Transform + pos: 86.5,34.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 14776 @@ -110606,6 +110630,13 @@ entities: - type: Transform pos: 39.5,40.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 20420 + components: + - type: Transform + pos: 86.5,33.5 + parent: 2 - proto: SpawnPointParamedic entities: - uid: 14814 @@ -130140,7 +130171,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -87259.52 + secondsUntilStateChange: -87350.95 state: Opening - uid: 18112 components: diff --git a/Resources/Maps/glacier.yml b/Resources/Maps/glacier.yml index 0d363c174c..d1ed95ead2 100644 --- a/Resources/Maps/glacier.yml +++ b/Resources/Maps/glacier.yml @@ -95944,6 +95944,18 @@ entities: - type: Transform pos: 41.5,-5.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 17496 + components: + - type: Transform + pos: 32.5,45.5 + parent: 2 + - uid: 17497 + components: + - type: Transform + pos: 35.5,45.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 13850 @@ -95983,6 +95995,13 @@ entities: - type: Transform pos: 15.5,22.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 17494 + components: + - type: Transform + pos: 31.5,45.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 16491 @@ -96548,6 +96567,13 @@ entities: - type: Transform pos: 55.5,41.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 17495 + components: + - type: Transform + pos: 36.5,45.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 13958 diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index 5b55ba52f1..c5e3cb0e87 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -235922,6 +235922,18 @@ entities: - type: Transform pos: -20.5,-32.5 parent: 1 +- proto: SpawnPointAdminAssistant + entities: + - uid: 42450 + components: + - type: Transform + pos: -99.5,1.5 + parent: 1 + - uid: 42451 + components: + - type: Transform + pos: -101.5,1.5 + parent: 1 - proto: SpawnPointAtmos entities: - uid: 3237 @@ -235986,6 +235998,13 @@ entities: - type: Transform pos: 19.5,-23.5 parent: 1 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 42453 + components: + - type: Transform + pos: -102.5,1.5 + parent: 1 - proto: SpawnPointBorg entities: - uid: 28441 @@ -236612,6 +236631,13 @@ entities: - type: Transform pos: -64.5,-3.5 parent: 1 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 42452 + components: + - type: Transform + pos: -98.5,1.5 + parent: 1 - proto: SpawnPointObserver entities: - uid: 28482 diff --git a/Resources/Maps/hive.yml b/Resources/Maps/hive.yml index 82d4077dda..6098247232 100644 --- a/Resources/Maps/hive.yml +++ b/Resources/Maps/hive.yml @@ -149024,6 +149024,18 @@ entities: - type: Transform pos: 11.5,44.5 parent: 1 +- proto: SpawnPointAdminAssistant + entities: + - uid: 27773 + components: + - type: Transform + pos: 113.5,2.5 + parent: 1 + - uid: 27782 + components: + - type: Transform + pos: 113.5,5.5 + parent: 1 - proto: SpawnPointAtmos entities: - uid: 6404 @@ -149063,6 +149075,13 @@ entities: - type: Transform pos: 0.5,-48.5 parent: 1 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 27772 + components: + - type: Transform + pos: 113.5,3.5 + parent: 1 - proto: SpawnPointBorg entities: - uid: 4582 @@ -149644,6 +149663,13 @@ entities: - type: Transform pos: -3.5,-49.5 parent: 1 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 27771 + components: + - type: Transform + pos: 113.5,4.5 + parent: 1 - proto: SpawnPointObserver entities: - uid: 4719 diff --git a/Resources/Maps/lighthouse.yml b/Resources/Maps/lighthouse.yml index 16446ec8b9..94c30dfd8a 100644 --- a/Resources/Maps/lighthouse.yml +++ b/Resources/Maps/lighthouse.yml @@ -109795,6 +109795,23 @@ entities: - type: Transform pos: 7.5,47.5 parent: 100 +- proto: SpawnPointAdminAssistant + entities: + - uid: 20895 + components: + - type: Transform + pos: -11.5,61.5 + parent: 100 + - uid: 20896 + components: + - type: Transform + pos: -11.5,59.5 + parent: 100 + - uid: 20897 + components: + - type: Transform + pos: -11.5,57.5 + parent: 100 - proto: SpawnPointAtmos entities: - uid: 16151 @@ -109844,6 +109861,13 @@ entities: - type: Transform pos: 4.5,9.5 parent: 100 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 20898 + components: + - type: Transform + pos: -9.5,62.5 + parent: 100 - proto: SpawnPointBorg entities: - uid: 3391 @@ -110333,6 +110357,13 @@ entities: - type: Transform pos: -10.5,7.5 parent: 100 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 20899 + components: + - type: Transform + pos: -8.5,60.5 + parent: 100 - proto: SpawnPointObserver entities: - uid: 16004 diff --git a/Resources/Maps/meta.yml b/Resources/Maps/meta.yml index 440147fc48..5b7af78499 100644 --- a/Resources/Maps/meta.yml +++ b/Resources/Maps/meta.yml @@ -74930,7 +74930,7 @@ entities: pos: -3.5,-52.5 parent: 2 - type: Door - secondsUntilStateChange: -21938.693 + secondsUntilStateChange: -22009.727 state: Closing - uid: 11944 components: @@ -140608,6 +140608,13 @@ entities: - type: Transform pos: 22.5,-13.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 27522 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 21646 @@ -140903,6 +140910,13 @@ entities: - type: Transform pos: 39.5,-9.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 27521 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 21695 diff --git a/Resources/Maps/pebble.yml b/Resources/Maps/pebble.yml index 3bf55b48ee..81b007c7e9 100644 --- a/Resources/Maps/pebble.yml +++ b/Resources/Maps/pebble.yml @@ -58786,6 +58786,18 @@ entities: - type: Transform pos: 24.5,-19.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 9274 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 9373 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 8868 @@ -58820,6 +58832,13 @@ entities: - type: Transform pos: -7.5,-12.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 10134 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 8874 @@ -59261,6 +59280,13 @@ entities: - type: Transform pos: 0.5,-12.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 9755 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 8943 diff --git a/Resources/Maps/radstation.yml b/Resources/Maps/radstation.yml index 32c86af250..b8eb6b1bcc 100644 --- a/Resources/Maps/radstation.yml +++ b/Resources/Maps/radstation.yml @@ -15129,7 +15129,7 @@ entities: pos: 34.5,-35.5 parent: 2 - type: Door - secondsUntilStateChange: -55045.918 + secondsUntilStateChange: -55516.35 state: Opening - uid: 383 components: @@ -17822,17 +17822,6 @@ entities: - type: Transform pos: 0.5,-47.5 parent: 2 -- proto: BalloonNT - entities: - - uid: 22318 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: BannerMedical entities: - uid: 807 @@ -60605,17 +60594,6 @@ entities: - type: Transform pos: 26.467663,-34.491558 parent: 2 -- proto: ClothingHeadsetCommand - entities: - - uid: 22313 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: ClothingMaskBat entities: - uid: 8841 @@ -60783,28 +60761,6 @@ entities: - type: Transform pos: 19.387924,-13.55324 parent: 2 -- proto: ClothingNeckCloakBoat - entities: - - uid: 22317 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage -- proto: ClothingNeckCloakNanotrasen - entities: - - uid: 22316 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: ClothingNeckCloakTrans entities: - uid: 8858 @@ -60948,17 +60904,6 @@ entities: - type: Transform pos: -11.324873,-24.533173 parent: 2 -- proto: ClothingOuterCorporateJacket - entities: - - uid: 22319 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: ClothingOuterHardsuitClown entities: - uid: 10544 @@ -61336,17 +61281,6 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitCentcomAgent - entities: - - uid: 22312 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: ClothingUniformJumpsuitClown entities: - uid: 10525 @@ -61471,17 +61405,6 @@ entities: linearDamping: 0 canCollide: False - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitNanotrasen - entities: - - uid: 22314 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: ClownRecorder entities: - uid: 8889 @@ -110760,6 +110683,13 @@ entities: showEnts: False occludes: True ent: null +- proto: LockerNanorepFilled + entities: + - uid: 22310 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 - proto: LockerParamedicFilled entities: - uid: 15904 @@ -110803,49 +110733,6 @@ entities: showEnts: False occludes: True ent: null -- proto: LockerRepresentative - entities: - - uid: 22310 - components: - - type: Transform - pos: 7.5,27.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 22311 - - 22312 - - 22313 - - 22314 - - 22316 - - 22317 - - 22318 - - 22319 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: LockerResearchDirectorFilled entities: - uid: 15907 @@ -110980,17 +110867,6 @@ entities: - type: Transform pos: 14.5,-48.5 parent: 2 -- proto: LunchboxCommandFilledRandom - entities: - - uid: 22311 - components: - - type: Transform - parent: 22310 - - type: Physics - angularDamping: 0 - linearDamping: 0 - canCollide: False - - type: InsideEntityStorage - proto: MachineAnomalyGenerator entities: - uid: 15923 @@ -130954,6 +130830,23 @@ entities: - type: Transform pos: -17.5,-24.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 22313 + components: + - type: Transform + pos: 7.5,56.5 + parent: 2 + - uid: 22314 + components: + - type: Transform + pos: 7.5,52.5 + parent: 2 + - uid: 22316 + components: + - type: Transform + pos: 5.5,54.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 18858 @@ -130983,6 +130876,13 @@ entities: - type: Transform pos: 16.5,17.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 22312 + components: + - type: Transform + pos: 6.5,55.5 + parent: 2 - proto: SpawnPointBorg entities: - uid: 18863 @@ -131296,6 +131196,13 @@ entities: - type: Transform pos: 41.5,15.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 22311 + components: + - type: Transform + pos: 6.5,53.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 18901 @@ -157868,7 +157775,7 @@ entities: links: - 19976 - type: Door - secondsUntilStateChange: -191338.22 + secondsUntilStateChange: -191808.66 state: Opening - uid: 23356 components: diff --git a/Resources/Maps/saltern.yml b/Resources/Maps/saltern.yml index d99a474f7d..e90783df4f 100644 --- a/Resources/Maps/saltern.yml +++ b/Resources/Maps/saltern.yml @@ -4332,7 +4332,7 @@ entities: pos: 3.5,22.5 parent: 31 - type: Door - secondsUntilStateChange: -32480.219 + secondsUntilStateChange: -32552.574 state: Opening - type: DeviceLinkSource lastSignals: @@ -66696,6 +66696,23 @@ entities: - type: Transform pos: 17.5,-0.5 parent: 31 +- proto: SpawnPointAdminAssistant + entities: + - uid: 11407 + components: + - type: Transform + pos: -0.5,25.5 + parent: 31 + - uid: 11409 + components: + - type: Transform + pos: -0.5,24.5 + parent: 31 + - uid: 11410 + components: + - type: Transform + pos: -2.5,24.5 + parent: 31 - proto: SpawnPointAtmos entities: - uid: 6425 @@ -66715,6 +66732,13 @@ entities: - type: Transform pos: -11.5,-7.5 parent: 31 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 11406 + components: + - type: Transform + pos: -2.5,25.5 + parent: 31 - proto: SpawnPointBorg entities: - uid: 11258 @@ -66907,6 +66931,13 @@ entities: - type: Transform pos: -11.5,-10.5 parent: 31 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 11408 + components: + - type: Transform + pos: -1.5,26.5 + parent: 31 - proto: SpawnPointObserver entities: - uid: 902 diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index 79bfeb5654..9988eefc92 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -36708,7 +36708,7 @@ entities: pos: -36.5,-22.5 parent: 34 - type: Door - secondsUntilStateChange: -67250.625 + secondsUntilStateChange: -67318.92 state: Closing - uid: 1274 components: @@ -72489,6 +72489,18 @@ entities: - type: Transform pos: -28.5,-34.5 parent: 34 +- proto: SpawnPointAdminAssistant + entities: + - uid: 13758 + components: + - type: Transform + pos: 53.5,-32.5 + parent: 34 + - uid: 13759 + components: + - type: Transform + pos: 51.5,-32.5 + parent: 34 - proto: SpawnPointAtmos entities: - uid: 10425 @@ -72513,6 +72525,13 @@ entities: - type: Transform pos: 4.5,-5.5 parent: 34 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 13761 + components: + - type: Transform + pos: 54.5,-32.5 + parent: 34 - proto: SpawnPointBorg entities: - uid: 1941 @@ -72853,6 +72872,13 @@ entities: - type: Transform pos: 8.5,-8.5 parent: 34 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 13760 + components: + - type: Transform + pos: 50.5,-32.5 + parent: 34 - proto: SpawnPointObserver entities: - uid: 11309 diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index cabb1ff29f..3f1bc9eb17 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -781,67 +781,67 @@ entities: color: '#BA8841FF' id: Arrows decals: - 6392: -48.5741,12.641021 - 6393: -51.04285,12.648833 + 6375: -48.5741,12.641021 + 6376: -51.04285,12.648833 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 5207: -19.52188,25.64454 - 5208: -22.029692,25.621103 - 5209: 29.35393,23.657501 - 5210: 27.07268,23.634064 - 6958: -13,-22 - 6959: -16.595276,-22.00405 - 6960: -14.790589,-21.988424 + 5190: -19.52188,25.64454 + 5191: -22.029692,25.621103 + 5192: 29.35393,23.657501 + 5193: 27.07268,23.634064 + 6941: -13,-22 + 6942: -16.595276,-22.00405 + 6943: -14.790589,-21.988424 - node: color: '#FFFFFFFF' id: Arrows decals: 7: 6,25 - 4321: -19,-25 - 6900: -19,-45 + 4310: -19,-25 + 6883: -19,-45 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 6949: -14,-19 + 6932: -14,-19 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6878: -23.029945,-21.439867 - 6899: -23,-44 - 6903: -21,-20 + 6861: -23.029945,-21.439867 + 6882: -23,-44 + 6886: -21,-20 - node: color: '#91D4FFFF' id: ArrowsGreyscale decals: - 7166: 30,-1 - 7167: 31,-1 + 7149: 30,-1 + 7150: 31,-1 - node: angle: 1.5707963267948966 rad color: '#91D4FFFF' id: ArrowsGreyscale decals: - 7168: 27.822773,2.0505733 - 7169: 27.807148,1.0505733 - 7170: 23.822773,2.0427608 - 7171: 23.830585,1.0583858 + 7151: 27.822773,2.0505733 + 7152: 27.807148,1.0505733 + 7153: 23.822773,2.0427608 + 7154: 23.830585,1.0583858 - node: color: '#FFFFFFFF' id: Basalt1 decals: 210: 37,41 3024: -99.61036,26.588285 - 4933: 93.02058,51.60418 - 4944: 66.34715,58.84518 - 4957: 73.95262,66.55768 - 5128: 96.39168,49.646423 + 4916: 93.02058,51.60418 + 4927: 66.34715,58.84518 + 4940: 73.95262,66.55768 + 5111: 96.39168,49.646423 - node: color: '#FFFFFFFF' id: Basalt2 @@ -851,41 +851,41 @@ entities: 290: -100.96809,26.472893 291: -100.95246,29.691643 292: -101.12434,18.972893 - 4931: 94.12662,39.650402 - 4932: 102.7237,50.338554 - 4936: 95.55183,54.158867 - 4937: 89.750755,51.463554 - 4945: 65.45653,53.67721 - 4946: 71.17528,55.224087 - 5099: 95.92281,26.526537 - 5100: 103.23531,23.081224 - 5101: 97.283325,33.188183 - 5102: 91.11926,33.516308 - 5103: 85.70933,33.896484 - 5104: 94.42808,41.115234 - 5105: 96.5023,50.21054 - 5106: 88.451515,54.826 - 5107: 82.01792,55.224438 - 5108: 77.02674,55.33442 - 5109: 74.21675,48.18598 - 5110: 65.33786,55.943794 - 5111: 69.333954,65.73181 - 5112: 76.6113,70.67297 - 5113: 65.309555,75.46353 - 5114: 61.465096,66.79979 - 5115: 60.726814,60.061504 - 5116: 57.95337,78.038086 - 5117: 55.152588,85.06621 - 5118: 64.66163,79.07793 - 5119: 79.57742,74.000534 - 5120: 86.57352,76.906784 - 5121: 87.31241,68.669266 - 5122: 81.903885,65.11125 - 5123: 90.08174,62.43762 - 5124: 96.50362,63.035275 - 5125: 90.40101,56.661156 - 5126: 102.50646,58.758724 - 5127: 96.989334,53.970642 + 4914: 94.12662,39.650402 + 4915: 102.7237,50.338554 + 4919: 95.55183,54.158867 + 4920: 89.750755,51.463554 + 4928: 65.45653,53.67721 + 4929: 71.17528,55.224087 + 5082: 95.92281,26.526537 + 5083: 103.23531,23.081224 + 5084: 97.283325,33.188183 + 5085: 91.11926,33.516308 + 5086: 85.70933,33.896484 + 5087: 94.42808,41.115234 + 5088: 96.5023,50.21054 + 5089: 88.451515,54.826 + 5090: 82.01792,55.224438 + 5091: 77.02674,55.33442 + 5092: 74.21675,48.18598 + 5093: 65.33786,55.943794 + 5094: 69.333954,65.73181 + 5095: 76.6113,70.67297 + 5096: 65.309555,75.46353 + 5097: 61.465096,66.79979 + 5098: 60.726814,60.061504 + 5099: 57.95337,78.038086 + 5100: 55.152588,85.06621 + 5101: 64.66163,79.07793 + 5102: 79.57742,74.000534 + 5103: 86.57352,76.906784 + 5104: 87.31241,68.669266 + 5105: 81.903885,65.11125 + 5106: 90.08174,62.43762 + 5107: 96.50362,63.035275 + 5108: 90.40101,56.661156 + 5109: 102.50646,58.758724 + 5110: 96.989334,53.970642 - node: color: '#FFFFFFFF' id: Basalt3 @@ -893,42 +893,42 @@ entities: 285: -105.23371,25.754143 286: -104.88996,27.597893 287: -100.99934,29.222893 - 5063: 101.953514,10.329902 - 5064: 100.68789,23.947906 - 5065: 94.88548,29.055845 - 5066: 92.516785,31.606804 - 5067: 98.419014,36.156094 - 5068: 101.26667,41.858273 - 5069: 99.93073,51.26495 - 5070: 95.231514,49.823544 - 5071: 93.450264,53.292294 - 5072: 97.61042,53.990532 - 5073: 96.23933,57.27736 - 5074: 100.82136,59.252556 - 5075: 92.77103,63.009056 - 5076: 93.90295,64.58206 - 5077: 88.41857,69.08588 - 5078: 86.9917,72.94891 - 5079: 81.58891,69.753204 - 5080: 82.221725,73.16336 - 5081: 83.920944,61.88992 - 5082: 85.90141,76.88017 - 5083: 91.85454,78.075485 - 5084: 74.8638,74.38379 - 5085: 74.72911,65.52536 - 5086: 68.15042,69.81442 - 5087: 65.73852,64.68848 - 5088: 67.05102,55.861427 - 5089: 74.72735,48.126648 - 5090: 78.42977,33.29339 - 5091: 69.17623,39.117607 - 5092: 77.97701,30.437107 - 5093: 91.013565,25.139786 - 5094: 87.85332,21.59596 - 5095: 92.91534,16.061563 - 5096: 94.520805,20.913126 - 5097: 99.61789,22.061563 - 5098: 90.17258,10.411268 + 5046: 101.953514,10.329902 + 5047: 100.68789,23.947906 + 5048: 94.88548,29.055845 + 5049: 92.516785,31.606804 + 5050: 98.419014,36.156094 + 5051: 101.26667,41.858273 + 5052: 99.93073,51.26495 + 5053: 95.231514,49.823544 + 5054: 93.450264,53.292294 + 5055: 97.61042,53.990532 + 5056: 96.23933,57.27736 + 5057: 100.82136,59.252556 + 5058: 92.77103,63.009056 + 5059: 93.90295,64.58206 + 5060: 88.41857,69.08588 + 5061: 86.9917,72.94891 + 5062: 81.58891,69.753204 + 5063: 82.221725,73.16336 + 5064: 83.920944,61.88992 + 5065: 85.90141,76.88017 + 5066: 91.85454,78.075485 + 5067: 74.8638,74.38379 + 5068: 74.72911,65.52536 + 5069: 68.15042,69.81442 + 5070: 65.73852,64.68848 + 5071: 67.05102,55.861427 + 5072: 74.72735,48.126648 + 5073: 78.42977,33.29339 + 5074: 69.17623,39.117607 + 5075: 77.97701,30.437107 + 5076: 91.013565,25.139786 + 5077: 87.85332,21.59596 + 5078: 92.91534,16.061563 + 5079: 94.520805,20.913126 + 5080: 99.61789,22.061563 + 5081: 90.17258,10.411268 - node: color: '#FFFFFFFF' id: Basalt4 @@ -946,23 +946,23 @@ entities: 3027: -87.95603,15.0817375 3028: -87.9215,1.822197 3029: -100.69823,2.235566 - 4751: 78.19888,84.978485 - 4752: 77.206696,80.81442 - 4930: 99.22427,37.52931 - 4940: 66.4024,54.743618 - 4954: 66.35887,69.92096 - 4958: 76.03856,65.51471 + 4734: 78.19888,84.978485 + 4735: 77.206696,80.81442 + 4913: 99.22427,37.52931 + 4923: 66.4024,54.743618 + 4937: 66.35887,69.92096 + 4941: 76.03856,65.51471 - node: color: '#FFFFFFFF' id: Basalt5 decals: 224: 56,8 - 4748: 76.47232,81.90817 - 4929: 98.06412,38.056652 - 4941: 67.175835,54.216274 - 4947: 73.437,52.235806 - 4950: 70.437,49.880337 - 4955: 67.179184,68.186584 + 4731: 76.47232,81.90817 + 4912: 98.06412,38.056652 + 4924: 67.175835,54.216274 + 4930: 73.437,52.235806 + 4933: 70.437,49.880337 + 4938: 67.179184,68.186584 - node: color: '#FFFFFFFF' id: Basalt6 @@ -984,52 +984,52 @@ entities: 3021: -101.94239,-10.427048 3022: -100.53614,-12.050097 3023: -99.80958,20.762344 - 4934: 93.47761,51.100273 - 4942: 64.50731,55.036587 - 4953: 67.15575,67.155334 - 4960: 76.729965,71.06819 - 4961: 63.909653,76.17592 - 4962: 62.585304,72.767166 - 4963: 58.984917,63.1665 - 4964: 60.892647,61.217464 - 4965: 72.78663,47.70175 - 4966: 73.384,41.707333 - 4967: 77.103874,38.038437 - 4968: 74.78356,34.886093 - 4969: 79.43612,30.653725 - 4970: 81.67582,29.316776 - 4971: 81.617004,29.2005 - 4972: 89.283424,25.58541 - 4973: 94.9762,19.99961 - 4974: 97.54006,19.931826 - 4975: 94.426544,9.595158 - 4976: 97.44998,8.668957 - 4977: 101.082794,11.282238 - 4978: 102.3367,23.698109 - 4979: 99.78201,24.425102 - 4980: 100.39139,27.916481 - 4981: 98.80936,36.606403 - 4982: 93.17848,39.471783 - 4983: 94.174576,42.237408 - 4984: 100.643326,41.642517 - 4985: 101.66286,49.579823 - 4986: 95.34645,49.828194 - 4987: 96.35426,53.60163 - 4988: 97.29176,53.179756 - 4989: 96.518326,57.788383 - 4990: 101.10036,59.265377 - 4991: 93.28503,62.223106 - 4992: 92.0194,63.453575 - 4993: 93.32018,65.56296 - 4994: 91.51511,68.54053 - 4995: 88.63218,68.89754 - 4996: 86.93297,71.68956 - 4997: 86.72202,76.09238 - 4998: 81.45493,72.886536 - 4999: 81.68788,69.36061 - 5000: 75.14882,73.27467 - 5001: 74.84413,74.32936 - 5002: 74.96223,79.80643 + 4917: 93.47761,51.100273 + 4925: 64.50731,55.036587 + 4936: 67.15575,67.155334 + 4943: 76.729965,71.06819 + 4944: 63.909653,76.17592 + 4945: 62.585304,72.767166 + 4946: 58.984917,63.1665 + 4947: 60.892647,61.217464 + 4948: 72.78663,47.70175 + 4949: 73.384,41.707333 + 4950: 77.103874,38.038437 + 4951: 74.78356,34.886093 + 4952: 79.43612,30.653725 + 4953: 81.67582,29.316776 + 4954: 81.617004,29.2005 + 4955: 89.283424,25.58541 + 4956: 94.9762,19.99961 + 4957: 97.54006,19.931826 + 4958: 94.426544,9.595158 + 4959: 97.44998,8.668957 + 4960: 101.082794,11.282238 + 4961: 102.3367,23.698109 + 4962: 99.78201,24.425102 + 4963: 100.39139,27.916481 + 4964: 98.80936,36.606403 + 4965: 93.17848,39.471783 + 4966: 94.174576,42.237408 + 4967: 100.643326,41.642517 + 4968: 101.66286,49.579823 + 4969: 95.34645,49.828194 + 4970: 96.35426,53.60163 + 4971: 97.29176,53.179756 + 4972: 96.518326,57.788383 + 4973: 101.10036,59.265377 + 4974: 93.28503,62.223106 + 4975: 92.0194,63.453575 + 4976: 93.32018,65.56296 + 4977: 91.51511,68.54053 + 4978: 88.63218,68.89754 + 4979: 86.93297,71.68956 + 4980: 86.72202,76.09238 + 4981: 81.45493,72.886536 + 4982: 81.68788,69.36061 + 4983: 75.14882,73.27467 + 4984: 74.84413,74.32936 + 4985: 74.96223,79.80643 - node: color: '#FFFFFFFF' id: Basalt7 @@ -1044,20 +1044,20 @@ entities: 283: -101.63996,25.785393 284: -101.63996,30.004143 293: -104.87434,23.082268 - 4935: 95.387764,55.15496 - 4943: 65.60887,57.89596 - 4948: 74.3745,51.80221 - 4949: 74.937,51.134243 + 4918: 95.387764,55.15496 + 4926: 65.60887,57.89596 + 4931: 74.3745,51.80221 + 4932: 74.937,51.134243 - node: color: '#FFFFFFFF' id: Basalt8 decals: 262: -105.06184,23.816643 263: -104.85871,20.957268 - 4753: 74.612946,79.68942 - 4951: 70.47215,51.15768 - 4952: 66.136215,66.8858 - 4956: 70.9409,70.29596 + 4736: 74.612946,79.68942 + 4934: 70.47215,51.15768 + 4935: 66.136215,66.8858 + 4939: 70.9409,70.29596 - node: color: '#FFFFFFFF' id: Basalt9 @@ -1067,28 +1067,28 @@ entities: 265: -101.93684,22.176018 266: -101.57746,27.582268 267: -100.88996,30.160393 - 4749: 75.96451,81.634735 - 4750: 77.706696,84.353485 - 4938: 90.793724,50.84246 - 4939: 84.163475,54.474087 - 4959: 75.37059,65.9483 + 4732: 75.96451,81.634735 + 4733: 77.706696,84.353485 + 4921: 90.793724,50.84246 + 4922: 84.163475,54.474087 + 4942: 75.37059,65.9483 - node: angle: -1.5707963267948966 rad color: '#845606FF' id: Bot decals: - 6951: -17,-21 - 6952: -17,-22 - 6953: -13,-22 - 6954: -13,-21 - 6955: -15,-22 + 6934: -17,-21 + 6935: -17,-22 + 6936: -13,-22 + 6937: -13,-21 + 6938: -15,-22 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Bot decals: - 6956: -16,-22 - 6957: -14,-22 + 6939: -16,-22 + 6940: -14,-22 - node: color: '#FFFFFFFF' id: Bot @@ -1101,28 +1101,28 @@ entities: 3354: -61,28 3355: -61,29 3356: -61,30 - 4739: 42,42 - 4740: 43,42 - 4741: 44,42 - 4742: 96,72 - 4743: 97,72 - 4744: 98,72 - 4745: 98,73 - 4746: 97,73 - 4747: 96,73 - 6901: -21,-19 - 6902: -15,-19 + 4722: 42,42 + 4723: 43,42 + 4724: 44,42 + 4725: 96,72 + 4726: 97,72 + 4727: 98,72 + 4728: 98,73 + 4729: 97,73 + 4730: 96,73 + 6884: -21,-19 + 6885: -15,-19 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6879: -23,-22 - 6880: -19,-26 - 6881: -23,-46 - 6882: -23,-43 - 6883: -19,-43 - 6884: -19,-46 + 6862: -23,-22 + 6863: -19,-26 + 6864: -23,-46 + 6865: -23,-43 + 6866: -19,-43 + 6867: -19,-46 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -1145,11 +1145,11 @@ entities: color: '#B02E26FF' id: Box decals: - 5221: -12,37 - 5222: -11,37 - 5458: -8,37 - 5459: -7,37 - 5460: -6,37 + 5204: -12,37 + 5205: -11,37 + 5441: -8,37 + 5442: -7,37 + 5443: -6,37 - node: color: '#FFFFFFFF' id: Box @@ -1172,329 +1172,329 @@ entities: 2031: 49,51 2032: 50,51 2033: 60,50 - 4340: 26,16 - 4702: 23,-24 - 4703: 21,-24 - 4704: 21,-23 - 4705: 23,-23 - 5743: -36,12 - 5744: -35,12 - 5778: 97,-11 - 5779: 105,-11 - 5780: 105,-23 - 5781: 97,-23 - 6075: -49,39 - 6076: -48,39 - 6077: -47,39 - 6078: -46,39 - 6079: -61,46 - 6080: -60,46 - 6081: -59,46 - 6082: -58,46 - 6083: -57,46 - 6084: -56,46 - 7046: 28,16 - 7047: 28,15 - 7048: 28,14 - 7049: 28,13 - 7050: 28,12 - 7051: 28,11 + 4329: 26,16 + 4685: 23,-24 + 4686: 21,-24 + 4687: 21,-23 + 4688: 23,-23 + 5726: -36,12 + 5727: -35,12 + 5761: 97,-11 + 5762: 105,-11 + 5763: 105,-23 + 5764: 97,-23 + 6058: -49,39 + 6059: -48,39 + 6060: -47,39 + 6061: -46,39 + 6062: -61,46 + 6063: -60,46 + 6064: -59,46 + 6065: -58,46 + 6066: -57,46 + 6067: -56,46 + 7029: 28,16 + 7030: 28,15 + 7031: 28,14 + 7032: 28,13 + 7033: 28,12 + 7034: 28,11 - node: color: '#B02E26FF' id: BoxGreyscale decals: - 5894: 1,-27 - 5895: 1,-21 - 6145: 1,40 - 6146: 1,46 + 5877: 1,-27 + 5878: 1,-21 + 6128: 1,40 + 6129: 1,46 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 7264: -21,-22 - 7265: -21,-23 - 7266: -21,-24 - 7267: -20,-24 - 7268: -20,-23 - 7269: -20,-22 + 7194: -21,-22 + 7195: -21,-23 + 7196: -21,-24 + 7197: -20,-24 + 7198: -20,-23 + 7199: -20,-22 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: BoxGreyscale decals: - 6885: -24,-44 - 6886: -24,-45 - 6887: -23,-45 - 6888: -23,-44 - 6889: -21,-44 - 6890: -22,-44 - 6891: -22,-45 - 6892: -21,-45 - 6893: -20,-45 - 6894: -20,-44 - 6895: -19,-44 - 6896: -19,-45 - 6897: -18,-45 - 6898: -18,-44 + 6868: -24,-44 + 6869: -24,-45 + 6870: -23,-45 + 6871: -23,-44 + 6872: -21,-44 + 6873: -22,-44 + 6874: -22,-45 + 6875: -21,-45 + 6876: -20,-45 + 6877: -20,-44 + 6878: -19,-44 + 6879: -19,-45 + 6880: -18,-45 + 6881: -18,-44 - node: color: '#DFAA16FF' id: BrickCornerOverlayNE decals: - 6651: 33,-31 + 6634: 33,-31 - node: color: '#E8B516FF' id: BrickCornerOverlayNE decals: - 6681: 33,-31 + 6664: 33,-31 - node: color: '#BA8841FF' id: BrickCornerOverlayNW decals: - 6031: -56,37 + 6014: -56,37 - node: color: '#DFAA16FF' id: BrickCornerOverlayNW decals: - 6661: 34,-31 + 6644: 34,-31 - node: color: '#E8B516FF' id: BrickCornerOverlayNW decals: - 6684: 34,-31 + 6667: 34,-31 - node: color: '#DFAA16FF' id: BrickCornerOverlaySE decals: - 6652: 33,-30 + 6635: 33,-30 - node: color: '#E8B516FF' id: BrickCornerOverlaySE decals: - 6683: 33,-30 + 6666: 33,-30 - node: color: '#DFAA16FF' id: BrickCornerOverlaySW decals: - 6662: 34,-30 + 6645: 34,-30 - node: color: '#E8B516FF' id: BrickCornerOverlaySW decals: - 6682: 34,-30 + 6665: 34,-30 - node: color: '#DFAA16FF' id: BrickLineOverlayS decals: - 6672: 33.18141,-30.250166 - 6673: 33.265118,-29.998882 - 6674: 32.99964,-30.171968 - 6675: 33.318783,-30.158688 - 6676: 33.86722,-29.999313 - 6677: 33.99847,-30.089937 - 6678: 33.999252,-30.086031 - 6679: 33.621906,-30.13447 - 6680: 33.69769,-30.250875 + 6655: 33.18141,-30.250166 + 6656: 33.265118,-29.998882 + 6657: 32.99964,-30.171968 + 6658: 33.318783,-30.158688 + 6659: 33.86722,-29.999313 + 6660: 33.99847,-30.089937 + 6661: 33.999252,-30.086031 + 6662: 33.621906,-30.13447 + 6663: 33.69769,-30.250875 - node: color: '#DFAA16FF' id: BrickLineOverlayW decals: - 6663: 33.999493,-30.060682 - 6664: 33.748947,-30.119276 - 6665: 33.88098,-29.999744 - 6666: 33.865356,-30.1599 - 6667: 33.87473,-30.913055 - 6668: 33.87317,-30.999775 - 6669: 33.751293,-30.881025 - 6670: 33.74973,-30.86618 - 6671: 33.999634,-30.798994 + 6646: 33.999493,-30.060682 + 6647: 33.748947,-30.119276 + 6648: 33.88098,-29.999744 + 6649: 33.865356,-30.1599 + 6650: 33.87473,-30.913055 + 6651: 33.87317,-30.999775 + 6652: 33.751293,-30.881025 + 6653: 33.74973,-30.86618 + 6654: 33.999634,-30.798994 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: - 7284: 63,23 - 7315: 63,15 + 7209: 63,23 + 7235: 63,15 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: - 7283: 53,23 - 7314: 53,15 + 7208: 53,23 + 7234: 53,15 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 7281: 63,11 - 7316: 63,19 + 7206: 63,11 + 7236: 63,19 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 7282: 53,11 - 7318: 53,19 + 7207: 53,11 + 7237: 53,19 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNe decals: - 7358: 53,11 - 7359: 53,19 - 7407: 57,11 - 7408: 57,19 - 7445: -56,-24 + 7277: 53,11 + 7278: 53,19 + 7326: 57,11 + 7327: 57,19 + 7340: -56,-24 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: - 7363: 57,19 - 7364: 57,11 - 7401: 63,19 - 7402: 63,11 + 7282: 57,19 + 7283: 57,11 + 7320: 63,19 + 7321: 63,11 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 7365: 53,15 - 7366: 53,23 - 7403: 57,23 - 7404: 57,15 + 7284: 53,15 + 7285: 53,23 + 7322: 57,23 + 7323: 57,15 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 7367: 57,23 - 7368: 57,15 - 7405: 63,15 - 7406: 63,23 + 7286: 57,23 + 7287: 57,15 + 7324: 63,15 + 7325: 63,23 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 7294: 63,12 - 7295: 63,13 - 7296: 63,14 - 7302: 63,20 - 7303: 63,21 - 7304: 63,22 - 7340: 53,22 - 7341: 53,21 - 7342: 53,20 - 7349: 53,14 - 7350: 53,13 - 7351: 53,12 - 7379: 57,12 - 7380: 57,13 - 7381: 57,14 - 7382: 57,20 - 7383: 57,21 - 7384: 57,22 - 7432: -56,-15 - 7433: -56,-16 - 7434: -56,-17 - 7435: -56,-18 - 7436: -56,-19 - 7437: -56,-21 - 7440: -56,-23 - 7441: -56,-22 + 7219: 63,12 + 7220: 63,13 + 7221: 63,14 + 7222: 63,20 + 7223: 63,21 + 7224: 63,22 + 7259: 53,22 + 7260: 53,21 + 7261: 53,20 + 7268: 53,14 + 7269: 53,13 + 7270: 53,12 + 7298: 57,12 + 7299: 57,13 + 7300: 57,14 + 7301: 57,20 + 7302: 57,21 + 7303: 57,22 + 7329: -56,-15 + 7330: -56,-16 + 7331: -56,-17 + 7332: -56,-18 + 7333: -56,-19 + 7334: -56,-21 + 7335: -56,-23 + 7336: -56,-22 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN decals: - 7305: 62,23 - 7306: 61,23 - 7307: 60,23 - 7308: 59,23 - 7309: 58,23 - 7310: 57,23 - 7311: 56,23 - 7312: 55,23 - 7313: 54,23 - 7328: 54,15 - 7329: 55,15 - 7330: 56,15 - 7331: 57,15 - 7332: 58,15 - 7333: 59,15 - 7334: 60,15 - 7335: 61,15 - 7336: 62,15 - 7355: 54,11 - 7356: 55,11 - 7357: 56,11 - 7360: 54,19 - 7361: 55,19 - 7362: 56,19 - 7369: 58,19 - 7370: 59,19 - 7371: 60,19 - 7372: 61,19 - 7373: 62,19 - 7374: 58,11 - 7375: 59,11 - 7376: 60,11 - 7377: 61,11 - 7378: 62,11 - 7442: -55,-24 - 7443: -54,-24 - 7444: -53,-24 + 7225: 62,23 + 7226: 61,23 + 7227: 60,23 + 7228: 59,23 + 7229: 58,23 + 7230: 57,23 + 7231: 56,23 + 7232: 55,23 + 7233: 54,23 + 7247: 54,15 + 7248: 55,15 + 7249: 56,15 + 7250: 57,15 + 7251: 58,15 + 7252: 59,15 + 7253: 60,15 + 7254: 61,15 + 7255: 62,15 + 7274: 54,11 + 7275: 55,11 + 7276: 56,11 + 7279: 54,19 + 7280: 55,19 + 7281: 56,19 + 7288: 58,19 + 7289: 59,19 + 7290: 60,19 + 7291: 61,19 + 7292: 62,19 + 7293: 58,11 + 7294: 59,11 + 7295: 60,11 + 7296: 61,11 + 7297: 62,11 + 7337: -55,-24 + 7338: -54,-24 + 7339: -53,-24 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 7285: 54,11 - 7286: 55,11 - 7287: 56,11 - 7288: 57,11 - 7289: 58,11 - 7290: 59,11 - 7291: 60,11 - 7292: 61,11 - 7293: 62,11 - 7319: 54,19 - 7320: 55,19 - 7321: 56,19 - 7322: 57,19 - 7323: 59,19 - 7324: 58,19 - 7325: 60,19 - 7326: 61,19 - 7327: 62,19 - 7343: 54,23 - 7344: 55,23 - 7345: 56,23 - 7346: 54,15 - 7347: 55,15 - 7348: 56,15 - 7391: 58,15 - 7392: 59,15 - 7393: 60,15 - 7394: 61,15 - 7395: 62,15 - 7396: 58,23 - 7397: 59,23 - 7398: 60,23 - 7399: 61,23 - 7400: 62,23 + 7210: 54,11 + 7211: 55,11 + 7212: 56,11 + 7213: 57,11 + 7214: 58,11 + 7215: 59,11 + 7216: 60,11 + 7217: 61,11 + 7218: 62,11 + 7238: 54,19 + 7239: 55,19 + 7240: 56,19 + 7241: 57,19 + 7242: 59,19 + 7243: 58,19 + 7244: 60,19 + 7245: 61,19 + 7246: 62,19 + 7262: 54,23 + 7263: 55,23 + 7264: 56,23 + 7265: 54,15 + 7266: 55,15 + 7267: 56,15 + 7310: 58,15 + 7311: 59,15 + 7312: 60,15 + 7313: 61,15 + 7314: 62,15 + 7315: 58,23 + 7316: 59,23 + 7317: 60,23 + 7318: 61,23 + 7319: 62,23 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 7270: 53,22 - 7271: 53,21 - 7272: 53,20 - 7278: 53,14 - 7279: 53,13 - 7280: 53,12 - 7337: 57,22 - 7338: 57,21 - 7339: 57,20 - 7352: 57,14 - 7353: 57,13 - 7354: 57,12 - 7385: 63,22 - 7386: 63,21 - 7387: 63,20 - 7388: 63,14 - 7389: 63,13 - 7390: 63,12 + 7200: 53,22 + 7201: 53,21 + 7202: 53,20 + 7203: 53,14 + 7204: 53,13 + 7205: 53,12 + 7256: 57,22 + 7257: 57,21 + 7258: 57,20 + 7271: 57,14 + 7272: 57,13 + 7273: 57,12 + 7304: 63,22 + 7305: 63,21 + 7306: 63,20 + 7307: 63,14 + 7308: 63,13 + 7309: 63,12 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe @@ -1509,17 +1509,17 @@ entities: 1156: 34,13 1157: 34,16 1203: 22,3 - 7035: 29,16 - 7095: 23,16 + 7018: 29,16 + 7078: 23,16 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: - 4471: 11,68 - 4472: 14,66 - 4473: 5,66 - 5420: -12,55 - 5865: 11,-22 + 4460: 11,68 + 4461: 14,66 + 4462: 5,66 + 5403: -12,55 + 5848: 11,-22 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw @@ -1532,18 +1532,18 @@ entities: 1141: -5,16 1158: 33,7 1204: 19,3 - 7034: 25,16 - 7090: 5,16 + 7017: 25,16 + 7073: 5,16 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 4474: 4,66 - 4475: 7,68 - 4482: 13,66 - 5425: -15,55 - 5866: 10,-22 - 5867: 5,-23 + 4463: 4,66 + 4464: 7,68 + 4471: 13,66 + 5408: -15,55 + 5849: 10,-22 + 5850: 5,-23 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe @@ -1555,23 +1555,23 @@ entities: 1160: 36,5 1173: 34,15 1205: 22,0 - 6517: -3,-11 - 6518: -4,-12 - 7096: 23,9 + 6500: -3,-11 + 6501: -4,-12 + 7079: 23,9 - node: color: '#B02E26FF' id: BrickTileSteelCornerSe decals: - 4476: 11,64 - 4477: 14,64 - 4478: 5,64 - 5421: -12,48 - 5868: 11,-24 + 4465: 11,64 + 4466: 14,64 + 4467: 5,64 + 5404: -12,48 + 5851: 11,-24 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 7218: -41,-31 + 7191: -41,-31 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw @@ -1584,27 +1584,27 @@ entities: 1145: -9,9 1159: 33,5 1217: 19,0 - 7045: 25,9 - 7087: 5,9 + 7028: 25,9 + 7070: 5,9 - node: color: '#B02E26FF' id: BrickTileSteelCornerSw decals: - 4479: 4,64 - 4480: 7,64 - 4481: 13,64 - 5422: -15,48 - 5869: 5,-24 + 4468: 4,64 + 4469: 7,64 + 4470: 13,64 + 5405: -15,48 + 5852: 5,-24 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 7211: -48,-31 + 7184: -48,-31 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN decals: - 7232: -41,-29 + 7193: -41,-29 - node: color: '#B02E26FF' id: BrickTileSteelEndW @@ -1615,17 +1615,17 @@ entities: id: BrickTileSteelInnerNe decals: 1153: -7,14 - 7038: 29,13 + 7021: 29,13 - node: color: '#B02E26FF' id: BrickTileSteelInnerNe decals: - 5451: -12,52 + 5434: -12,52 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 7187: -48,-31 + 7170: -48,-31 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNw @@ -1636,17 +1636,17 @@ entities: id: BrickTileSteelInnerNw decals: 724: -1,59 - 5879: 10,-23 + 5862: 10,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNw decals: - 7186: -41,-31 + 7169: -41,-31 - node: color: '#B02E26FF' id: BrickTileSteelInnerSe decals: - 5450: -12,51 + 5433: -12,51 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSw @@ -1684,52 +1684,52 @@ entities: 1186: 34,11 1213: 22,2 1214: 22,1 - 7036: 29,15 - 7037: 29,14 - 7099: 23,10 - 7100: 23,11 - 7101: 23,12 - 7102: 23,13 - 7103: 23,14 - 7104: 23,15 + 7019: 29,15 + 7020: 29,14 + 7082: 23,10 + 7083: 23,11 + 7084: 23,12 + 7085: 23,13 + 7086: 23,14 + 7087: 23,15 - node: color: '#B02E26FF' id: BrickTileSteelLineE decals: - 4483: 14,65 - 4484: 11,67 - 4485: 11,66 - 4486: 11,65 - 4487: 5,65 - 5428: -12,54 - 5429: -12,49 - 5430: -12,50 - 5431: -12,53 - 5880: 11,-23 + 4472: 14,65 + 4473: 11,67 + 4474: 11,66 + 4475: 11,65 + 4476: 5,65 + 5411: -12,54 + 5412: -12,49 + 5413: -12,50 + 5414: -12,53 + 5863: 11,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 7174: -48,-26 - 7175: -48,-27 - 7176: -48,-28 - 7177: -48,-29 - 7178: -48,-30 - 7202: -51,-26 - 7203: -51,-27 - 7204: -51,-29 - 7205: -51,-30 - 7219: -41,-30 - 7456: -50,-15 - 7457: -50,-16 - 7458: -50,-17 - 7459: -50,-18 - 7460: -50,-19 - 7461: -50,-20 - 7462: -50,-21 - 7463: -50,-22 - 7464: -50,-23 - 7465: -50,-24 + 7157: -48,-26 + 7158: -48,-27 + 7159: -48,-28 + 7160: -48,-29 + 7161: -48,-30 + 7175: -51,-26 + 7176: -51,-27 + 7177: -51,-29 + 7178: -51,-30 + 7192: -41,-30 + 7351: -50,-15 + 7352: -50,-16 + 7353: -50,-17 + 7354: -50,-18 + 7355: -50,-19 + 7356: -50,-20 + 7357: -50,-21 + 7358: -50,-22 + 7359: -50,-23 + 7360: -50,-24 - node: color: '#91D4FFFF' id: BrickTileSteelLineN @@ -1763,44 +1763,44 @@ entities: 1184: 30,13 1220: 20,3 1221: 21,3 - 7032: 27,16 - 7033: 28,16 - 7091: 6,16 - 7092: 7,16 - 7093: 21,16 - 7094: 22,16 + 7015: 27,16 + 7016: 28,16 + 7074: 6,16 + 7075: 7,16 + 7076: 21,16 + 7077: 22,16 - node: color: '#B02E26FF' id: BrickTileSteelLineN decals: - 4493: 8,68 - 4494: 9,68 - 4495: 10,68 - 5426: -14,55 - 5427: -13,55 - 5432: -11,52 - 5433: -10,52 - 5434: -9,52 - 5435: -8,52 - 5436: -7,52 - 5437: -6,52 - 5438: -5,52 - 5439: -4,52 - 5440: -3,52 - 5875: 6,-23 - 5876: 7,-23 - 5877: 8,-23 - 5878: 9,-23 + 4482: 8,68 + 4483: 9,68 + 4484: 10,68 + 5409: -14,55 + 5410: -13,55 + 5415: -11,52 + 5416: -10,52 + 5417: -9,52 + 5418: -8,52 + 5419: -7,52 + 5420: -6,52 + 5421: -5,52 + 5422: -4,52 + 5423: -3,52 + 5858: 6,-23 + 5859: 7,-23 + 5860: 8,-23 + 5861: 9,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 7179: -47,-31 - 7180: -46,-31 - 7181: -45,-31 - 7182: -44,-31 - 7183: -43,-31 - 7184: -42,-31 + 7162: -47,-31 + 7163: -46,-31 + 7164: -45,-31 + 7165: -44,-31 + 7166: -43,-31 + 7167: -42,-31 - node: color: '#91D4FFFF' id: BrickTileSteelLineS @@ -1835,51 +1835,51 @@ entities: 1172: 33,15 1215: 20,0 1216: 21,0 - 7064: 32,9 - 7088: 6,9 - 7089: 7,9 - 7097: 22,9 - 7098: 21,9 + 7047: 32,9 + 7071: 6,9 + 7072: 7,9 + 7080: 22,9 + 7081: 21,9 - node: color: '#B02E26FF' id: BrickTileSteelLineS decals: 616: -4,47 - 4496: 8,64 - 4497: 9,64 - 4498: 10,64 - 5423: -14,48 - 5424: -13,48 - 5441: -11,51 - 5442: -10,51 - 5443: -9,51 - 5444: -8,51 - 5445: -7,51 - 5446: -6,51 - 5447: -5,51 - 5448: -4,51 - 5449: -3,51 - 5870: 6,-24 - 5871: 7,-24 - 5872: 8,-24 - 5873: 9,-24 - 5874: 10,-24 - 5898: 10,-20 - 5899: 11,-20 - 5900: 12,-20 - 5901: 13,-20 - 5902: 14,-20 - 5903: 15,-20 + 4485: 8,64 + 4486: 9,64 + 4487: 10,64 + 5406: -14,48 + 5407: -13,48 + 5424: -11,51 + 5425: -10,51 + 5426: -9,51 + 5427: -8,51 + 5428: -7,51 + 5429: -6,51 + 5430: -5,51 + 5431: -4,51 + 5432: -3,51 + 5853: 6,-24 + 5854: 7,-24 + 5855: 8,-24 + 5856: 9,-24 + 5857: 10,-24 + 5881: 10,-20 + 5882: 11,-20 + 5883: 12,-20 + 5884: 13,-20 + 5885: 14,-20 + 5886: 15,-20 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 7212: -47,-31 - 7213: -46,-31 - 7214: -45,-31 - 7215: -44,-31 - 7216: -43,-31 - 7217: -42,-31 + 7185: -47,-31 + 7186: -46,-31 + 7187: -45,-31 + 7188: -44,-31 + 7189: -43,-31 + 7190: -42,-31 - node: color: '#91D4FFFF' id: BrickTileSteelLineW @@ -1904,18 +1904,18 @@ entities: 1187: 33,6 1218: 19,1 1219: 19,2 - 7039: 25,15 - 7040: 25,14 - 7041: 25,13 - 7042: 25,12 - 7043: 25,11 - 7044: 25,10 - 7081: 5,15 - 7082: 5,14 - 7083: 5,13 - 7084: 5,12 - 7085: 5,11 - 7086: 5,10 + 7022: 25,15 + 7023: 25,14 + 7024: 25,13 + 7025: 25,12 + 7026: 25,11 + 7027: 25,10 + 7064: 5,15 + 7065: 5,14 + 7066: 5,13 + 7067: 5,12 + 7068: 5,11 + 7069: 5,10 - node: color: '#B02E26FF' id: BrickTileSteelLineW @@ -1939,36 +1939,36 @@ entities: 720: -1,61 721: -1,60 722: -1,58 - 4488: 4,65 - 4489: 7,67 - 4490: 7,66 - 4491: 7,65 - 4492: 13,65 + 4477: 4,65 + 4478: 7,67 + 4479: 7,66 + 4480: 7,65 + 4481: 13,65 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 7185: -41,-30 - 7188: -51,-26 - 7189: -51,-27 - 7190: -51,-29 - 7191: -51,-30 - 7206: -48,-26 - 7207: -48,-27 - 7208: -48,-28 - 7209: -48,-29 - 7210: -48,-30 - 7409: 66,-9 - 7446: -51,-24 - 7447: -51,-23 - 7448: -51,-22 - 7449: -51,-21 - 7450: -51,-20 - 7451: -51,-19 - 7452: -51,-18 - 7453: -51,-17 - 7454: -51,-16 - 7455: -51,-15 + 7168: -41,-30 + 7171: -51,-26 + 7172: -51,-27 + 7173: -51,-29 + 7174: -51,-30 + 7179: -48,-26 + 7180: -48,-27 + 7181: -48,-28 + 7182: -48,-29 + 7183: -48,-30 + 7328: 66,-9 + 7341: -51,-24 + 7342: -51,-23 + 7343: -51,-22 + 7344: -51,-21 + 7345: -51,-20 + 7346: -51,-19 + 7347: -51,-18 + 7348: -51,-17 + 7349: -51,-16 + 7350: -51,-15 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe @@ -1990,8 +1990,8 @@ entities: 987: 14,30 988: 20,29 989: 12,25 - 6102: 29,46 - 6452: 6,62 + 6085: 29,46 + 6435: 6,62 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNe @@ -2001,12 +2001,12 @@ entities: color: '#80C71FFF' id: BrickTileWhiteCornerNe decals: - 4569: -14,7 - 4604: -16,7 - 4605: -18,7 - 4606: -20,7 - 4607: -22,7 - 4608: -6,7 + 4558: -14,7 + 4593: -16,7 + 4594: -18,7 + 4595: -20,7 + 4596: -22,7 + 4597: -6,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNe @@ -2018,18 +2018,18 @@ entities: 2456: -13,-24 2457: -10,-33 2458: -7,-41 - 6722: -10,-19 - 6730: -16,-39 - 6757: -25,-41 - 6762: -28,-41 - 6816: -10,-39 - 6925: -16,-33 + 6705: -10,-19 + 6713: -16,-39 + 6740: -25,-41 + 6745: -28,-41 + 6799: -10,-39 + 6908: -16,-33 - node: color: '#8932B8FF' id: BrickTileWhiteCornerNe decals: - 5724: -35,12 - 5725: -38,13 + 5707: -35,12 + 5708: -38,13 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNe @@ -2038,16 +2038,16 @@ entities: 352: -20,-1 353: -11,16 1189: 31,7 - 4531: 7,-5 - 4532: 13,-5 - 4533: 13,-8 - 4534: 7,-10 - 6461: 2,7 - 6467: 6,3 - 6512: -6,3 - 6963: 10,16 - 6964: 20,16 - 7052: 10,7 + 4520: 7,-5 + 4521: 13,-5 + 4522: 13,-8 + 4523: 7,-10 + 6444: 2,7 + 6450: 6,3 + 6495: -6,3 + 6946: 10,16 + 6947: 20,16 + 7035: 10,7 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe @@ -2056,8 +2056,8 @@ entities: 626: -2,64 630: -30,62 3387: -36,67 - 6218: -42,60 - 6241: -19,58 + 6201: -42,60 + 6224: -19,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNe @@ -2067,11 +2067,11 @@ entities: 552: -14,26 571: -9,30 756: -10,22 - 5497: -13,46 - 5516: -26,51 - 5537: -17,51 - 6153: -2,40 - 6409: -33,30 + 5480: -13,46 + 5499: -26,51 + 5520: -17,51 + 6136: -2,40 + 6392: -33,30 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNe @@ -2097,7 +2097,7 @@ entities: 1730: 49,34 1987: 54,49 1988: 53,51 - 4735: 49,44 + 4718: 49,44 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNe @@ -2109,12 +2109,12 @@ entities: 1373: -58,27 1374: -59,30 1375: -60,36 - 4707: 23,-19 - 6030: -54,37 - 6036: -44,31 - 6085: -44,35 - 6359: -58,13 - 6374: -48,13 + 4690: 23,-19 + 6013: -54,37 + 6019: -44,31 + 6068: -44,35 + 6342: -58,13 + 6357: -48,13 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNe @@ -2143,11 +2143,11 @@ entities: 2302: -81,-4 2303: -80,-5 2304: -83,-3 - 4438: -97,-2 - 4439: -96,-3 - 4442: -92,-5 - 4445: -92,22 - 4460: -68,3 + 4427: -97,-2 + 4428: -96,-3 + 4431: -92,-5 + 4434: -92,22 + 4449: -68,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe @@ -2179,9 +2179,9 @@ entities: 984: 11,30 985: 17,29 990: 6,25 - 6097: 25,51 - 6099: 28,52 - 6447: 5,62 + 6080: 25,51 + 6082: 28,52 + 6430: 5,62 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNw @@ -2191,13 +2191,13 @@ entities: color: '#80C71FFF' id: BrickTileWhiteCornerNw decals: - 4570: -24,7 - 4599: -23,7 - 4600: -21,7 - 4601: -19,7 - 4602: -17,7 - 4603: -9,7 - 4609: -15,7 + 4559: -24,7 + 4588: -23,7 + 4589: -21,7 + 4590: -19,7 + 4591: -17,7 + 4592: -9,7 + 4598: -15,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNw @@ -2209,18 +2209,18 @@ entities: 2463: -17,-24 2464: -31,-19 2465: -31,-24 - 6709: -23,-19 - 6728: -26,-41 - 6729: -17,-39 - 6763: -32,-41 - 6817: -14,-39 - 6924: -17,-33 + 6692: -23,-19 + 6711: -26,-41 + 6712: -17,-39 + 6746: -32,-41 + 6800: -14,-39 + 6907: -17,-33 - node: color: '#8932B8FF' id: BrickTileWhiteCornerNw decals: - 5726: -40,13 - 5727: -41,12 + 5709: -40,13 + 5710: -41,12 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNw @@ -2231,16 +2231,16 @@ entities: 409: -18,-1 1154: 8,7 1301: -13,-14 - 4523: 5,-5 - 4524: 9,-5 - 4525: 12,-8 - 4526: 5,-10 - 4596: -23,3 - 6462: 0,7 - 6466: -4,3 - 6961: 8,16 - 6962: 18,16 - 7056: 18,7 + 4512: 5,-5 + 4513: 9,-5 + 4514: 12,-8 + 4515: 5,-10 + 4585: -23,3 + 6445: 0,7 + 6449: -4,3 + 6944: 8,16 + 6945: 18,16 + 7039: 18,7 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw @@ -2249,8 +2249,8 @@ entities: 625: -5,64 629: -32,62 3388: -45,67 - 6217: -45,60 - 6240: -24,58 + 6200: -45,60 + 6223: -24,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNw @@ -2263,11 +2263,11 @@ entities: 553: -23,26 572: -23,30 601: -37,35 - 5511: -27,46 - 5517: -27,51 - 5538: -21,51 - 6118: -9,34 - 6152: -3,40 + 5494: -27,46 + 5500: -27,51 + 5521: -21,51 + 6101: -9,34 + 6135: -3,40 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNw @@ -2305,10 +2305,10 @@ entities: 1371: -57,31 1376: -52,27 1408: -64,20 - 4706: 17,-19 - 6360: -60,13 - 6361: -63,12 - 6373: -52,13 + 4689: 17,-19 + 6343: -60,13 + 6344: -63,12 + 6356: -52,13 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNw @@ -2334,7 +2334,7 @@ entities: 2317: -74,17 2318: -70,17 2319: -74,11 - 4459: -70,3 + 4448: -70,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw @@ -2363,9 +2363,9 @@ entities: 992: 14,27 993: 20,24 998: 12,23 - 5231: 7,48 - 6103: 29,45 - 6453: 6,58 + 5214: 7,48 + 6086: 29,45 + 6436: 6,58 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSe @@ -2375,12 +2375,12 @@ entities: color: '#80C71FFF' id: BrickTileWhiteCornerSe decals: - 4615: -14,5 - 4616: -16,5 - 4617: -18,5 - 4618: -20,5 - 4619: -22,5 - 4620: -6,5 + 4604: -14,5 + 4605: -16,5 + 4606: -18,5 + 4607: -20,5 + 4608: -22,5 + 4609: -6,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSe @@ -2393,14 +2393,14 @@ entities: 2476: -25,-26 2477: -25,-22 2491: -10,-31 - 6731: -16,-47 - 6775: -28,-46 - 6926: -16,-36 + 6714: -16,-47 + 6758: -28,-46 + 6909: -16,-36 - node: color: '#8932B8FF' id: BrickTileWhiteCornerSe decals: - 5731: -35,8 + 5714: -35,8 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSe @@ -2409,18 +2409,18 @@ entities: 407: -14,-3 1188: 31,5 1231: 10,-3 - 4527: 10,-12 - 4528: 7,-12 - 4529: 13,-6 - 4530: 7,-8 - 5382: -11,-6 - 6454: 13,-11 - 6464: 2,-3 - 6465: 6,1 - 6513: -6,1 - 6984: 20,9 - 6986: 12,12 - 6987: 10,9 + 4516: 10,-12 + 4517: 7,-12 + 4518: 13,-6 + 4519: 7,-8 + 5365: -11,-6 + 6437: 13,-11 + 6447: 2,-3 + 6448: 6,1 + 6496: -6,1 + 6967: 20,9 + 6969: 12,12 + 6970: 10,9 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe @@ -2432,7 +2432,7 @@ entities: 627: -30,57 692: -16,61 3386: -36,58 - 6220: -42,58 + 6203: -42,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSe @@ -2444,11 +2444,11 @@ entities: 550: -14,24 585: -20,28 603: -33,33 - 5211: -9,28 - 5512: -26,48 - 5540: -17,48 - 6155: -2,38 - 6412: -33,29 + 5194: -9,28 + 5495: -26,48 + 5523: -17,48 + 6138: -2,38 + 6395: -33,29 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSe @@ -2467,7 +2467,7 @@ entities: 1736: 40,32 1737: 32,23 1992: 54,46 - 4736: 49,42 + 4719: 49,42 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSe @@ -2477,14 +2477,14 @@ entities: 1358: -48,25 1364: -58,15 1407: -54,11 - 4709: 20,-24 - 4710: 23,-22 - 6025: -54,33 - 6037: -44,29 - 6087: -44,33 - 6362: -58,11 - 6375: -48,11 - 6390: -48,15 + 4692: 20,-24 + 4693: 23,-22 + 6008: -54,33 + 6020: -44,29 + 6070: -44,33 + 6345: -58,11 + 6358: -48,11 + 6373: -48,15 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSe @@ -2515,11 +2515,11 @@ entities: 2267: -95,-10 2268: -96,-12 2269: -97,-13 - 4432: -96,19 - 4433: -97,18 - 4443: -92,-6 - 4444: -92,21 - 4461: -68,-1 + 4421: -96,19 + 4422: -97,18 + 4432: -92,-6 + 4433: -92,21 + 4450: -68,-1 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe @@ -2548,9 +2548,9 @@ entities: 995: 11,27 996: 17,24 997: 6,23 - 5232: 5,48 - 6094: 25,48 - 6448: 5,58 + 5215: 5,48 + 6077: 25,48 + 6431: 5,58 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSw @@ -2560,13 +2560,13 @@ entities: color: '#80C71FFF' id: BrickTileWhiteCornerSw decals: - 4571: -24,5 - 4621: -23,5 - 4622: -21,5 - 4623: -19,5 - 4624: -17,5 - 4625: -15,5 - 4626: -9,5 + 4560: -24,5 + 4610: -23,5 + 4611: -21,5 + 4612: -19,5 + 4613: -17,5 + 4614: -15,5 + 4615: -9,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSw @@ -2576,16 +2576,16 @@ entities: 2468: -11,-26 2469: -17,-31 2470: -14,-36 - 5941: -14,-40 - 5942: -12,-43 - 6732: -26,-47 - 6776: -32,-46 - 6927: -17,-36 + 5924: -14,-40 + 5925: -12,-43 + 6715: -26,-47 + 6759: -32,-46 + 6910: -17,-36 - node: color: '#8932B8FF' id: BrickTileWhiteCornerSw decals: - 5732: -41,8 + 5715: -41,8 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSw @@ -2595,18 +2595,18 @@ entities: 411: -18,-3 1212: 8,-3 1346: -9,18 - 4536: 5,-11 - 4537: 5,-8 - 4557: 6,-12 - 4597: -23,1 - 5381: -12,-6 - 6455: 12,-11 - 6463: 0,-3 - 6468: -4,1 - 6981: 8,9 - 6985: 16,12 - 6988: 18,9 - 7057: 18,5 + 4525: 5,-11 + 4526: 5,-8 + 4546: 6,-12 + 4586: -23,1 + 5364: -12,-6 + 6438: 12,-11 + 6446: 0,-3 + 6451: -4,1 + 6964: 8,9 + 6968: 16,12 + 6971: 18,9 + 7040: 18,5 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw @@ -2617,9 +2617,9 @@ entities: 690: -24,53 691: -14,61 3385: -40,58 - 4429: -45,62 - 6219: -45,58 - 6242: -18,61 + 4418: -45,62 + 6202: -45,58 + 6225: -18,61 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSw @@ -2633,11 +2633,11 @@ entities: 584: -18,28 587: -23,28 602: -37,33 - 5492: -27,45 - 5513: -27,48 - 5539: -21,48 - 6154: -3,38 - 6411: -36,29 + 5475: -27,45 + 5496: -27,48 + 5522: -21,48 + 6137: -3,38 + 6394: -36,29 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSw @@ -2669,11 +2669,11 @@ entities: 1355: -66,22 1359: -52,25 1372: -57,29 - 4708: 17,-24 - 6035: -56,33 - 6363: -63,11 - 6376: -52,11 - 6391: -52,15 + 4691: 17,-24 + 6018: -56,33 + 6346: -63,11 + 6359: -52,11 + 6374: -52,15 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSw @@ -2700,7 +2700,7 @@ entities: 2283: -89,20 2284: -90,21 2285: -98,18 - 4462: -70,-1 + 4451: -70,-1 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw @@ -2713,22 +2713,22 @@ entities: color: '#845606FF' id: BrickTileWhiteEndN decals: - 6719: -7,-19 + 6702: -7,-19 - node: color: '#B02E26FF' id: BrickTileWhiteEndN decals: - 6410: -36,31 + 6393: -36,31 - node: color: '#845606FF' id: BrickTileWhiteEndS decals: - 6779: -30,-47 + 6762: -30,-47 - node: color: '#91D4FFFF' id: BrickTileWhiteEndS decals: - 4535: 9,-13 + 4524: 9,-13 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe @@ -2745,22 +2745,22 @@ entities: decals: 2570: -19,-25 2571: -10,-41 - 6721: -10,-20 - 6761: -25,-42 - 6935: -16,-34 + 6704: -10,-20 + 6744: -25,-42 + 6918: -16,-34 - node: color: '#8932B8FF' id: BrickTileWhiteInnerNe decals: - 5741: -38,12 + 5724: -38,12 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNe decals: 1302: 2,-13 - 4594: -11,3 - 6499: 2,3 - 6999: 10,15 + 4583: -11,3 + 6482: 2,3 + 6982: 10,15 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNe @@ -2768,8 +2768,8 @@ entities: 609: -13,36 748: -33,22 755: -10,21 - 5214: -13,30 - 6417: -36,30 + 5197: -13,30 + 6400: -36,30 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNe @@ -2799,9 +2799,9 @@ entities: 2387: -97,10 2388: -83,-4 2389: -81,-5 - 4440: -96,-5 - 4441: -97,-3 - 4458: -95,22 + 4429: -96,-5 + 4430: -97,-3 + 4447: -95,22 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe @@ -2818,21 +2818,21 @@ entities: 970: 15,57 1044: 22,21 1047: 7,22 - 6100: 28,51 + 6083: 28,51 - node: color: '#845606FF' id: BrickTileWhiteInnerNw decals: 2568: -17,-25 2569: -5,-24 - 6720: -7,-20 - 6760: -17,-42 - 6934: -14,-34 + 6703: -7,-20 + 6743: -17,-42 + 6917: -14,-34 - node: color: '#8932B8FF' id: BrickTileWhiteInnerNw decals: - 5742: -40,12 + 5725: -40,12 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNw @@ -2841,8 +2841,8 @@ entities: 465: -12,3 1303: 0,-13 1308: 37,-14 - 6498: 0,3 - 7000: 18,15 + 6481: 0,3 + 6983: 18,15 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerNw @@ -2873,7 +2873,7 @@ entities: 1520: -65,27 1521: -64,30 1532: -46,9 - 6372: -60,12 + 6355: -60,12 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNw @@ -2900,32 +2900,32 @@ entities: id: BrickTileWhiteInnerSe decals: 2451: -32,-17 - 6780: -30,-46 - 6932: -16,-35 + 6763: -30,-46 + 6915: -16,-35 - node: color: '#8932B8FF' id: BrickTileWhiteInnerSe decals: - 5756: -41,15 + 5739: -41,15 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSe decals: 1345: -32,19 1349: 2,17 - 4566: 10,-6 - 4567: 9,-12 - 4595: -11,1 - 6496: 2,1 - 6995: 12,13 - 6998: 10,12 + 4555: 10,-6 + 4556: 9,-12 + 4584: -11,1 + 6479: 2,1 + 6978: 12,13 + 6981: 10,12 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe decals: 706: -16,63 708: -26,61 - 6244: -26,63 + 6227: -26,63 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSe @@ -2937,7 +2937,7 @@ entities: id: BrickTileWhiteInnerSe decals: 1519: -54,29 - 4714: 20,-22 + 4697: 20,-22 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSe @@ -2951,9 +2951,9 @@ entities: 2372: -81,21 2373: -83,20 2379: -73,16 - 4434: -97,19 - 4435: -96,21 - 4447: -95,-6 + 4423: -97,19 + 4424: -96,21 + 4436: -95,-6 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe @@ -2972,9 +2972,9 @@ entities: id: BrickTileWhiteInnerSw decals: 2442: -6,-17 - 5945: -12,-40 - 6781: -30,-46 - 6933: -14,-35 + 5928: -12,-40 + 6764: -30,-46 + 6916: -14,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSw @@ -2984,10 +2984,10 @@ entities: 1347: -9,19 1348: 0,17 1350: 36,18 - 4568: 6,-11 - 6497: 0,1 - 6996: 16,13 - 6997: 18,12 + 4557: 6,-11 + 6480: 0,1 + 6979: 16,13 + 6980: 18,12 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSw @@ -2995,7 +2995,7 @@ entities: 707: -14,63 758: 0,69 3389: -40,62 - 6245: -18,63 + 6228: -18,63 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSw @@ -3003,7 +3003,7 @@ entities: 487: -8,39 536: -8,24 599: -18,29 - 5479: -14,45 + 5462: -14,45 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSw @@ -3027,7 +3027,7 @@ entities: id: BrickTileWhiteInnerSw decals: 1587: 13,2 - 6515: 15,-3 + 6498: 15,-3 - node: color: '#334E6DFF' id: BrickTileWhiteLineE @@ -3093,14 +3093,14 @@ entities: 1018: 9,29 1019: 14,28 1020: 14,29 - 6439: 3,58 - 6440: 3,59 - 6441: 3,60 - 6442: 3,61 - 6443: 3,62 - 6449: 6,59 - 6450: 6,60 - 6451: 6,61 + 6422: 3,58 + 6423: 3,59 + 6424: 3,60 + 6425: 3,61 + 6426: 3,62 + 6432: 6,59 + 6433: 6,60 + 6434: 6,61 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE @@ -3110,12 +3110,12 @@ entities: color: '#80C71FFF' id: BrickTileWhiteLineE decals: - 4572: -14,6 - 4610: -16,6 - 4611: -18,6 - 4612: -20,6 - 4613: -22,6 - 4614: -6,6 + 4561: -14,6 + 4599: -16,6 + 4600: -18,6 + 4601: -20,6 + 4602: -22,6 + 4603: -6,6 - node: color: '#845606FF' id: BrickTileWhiteLineE @@ -3135,28 +3135,28 @@ entities: 2490: -10,-29 2492: -10,-40 2493: -7,-42 - 6711: -19,-20 - 6712: -19,-21 - 6713: -19,-23 - 6714: -19,-24 - 6745: -16,-40 - 6746: -16,-41 - 6747: -16,-42 - 6748: -16,-43 - 6749: -16,-44 - 6750: -16,-45 - 6751: -16,-46 - 6767: -28,-42 - 6768: -28,-43 - 6769: -28,-44 - 6770: -28,-45 + 6694: -19,-20 + 6695: -19,-21 + 6696: -19,-23 + 6697: -19,-24 + 6728: -16,-40 + 6729: -16,-41 + 6730: -16,-42 + 6731: -16,-43 + 6732: -16,-44 + 6733: -16,-45 + 6734: -16,-46 + 6750: -28,-42 + 6751: -28,-43 + 6752: -28,-44 + 6753: -28,-45 - node: color: '#8932B8FF' id: BrickTileWhiteLineE decals: - 5738: -35,9 - 5739: -35,10 - 5740: -35,11 + 5721: -35,9 + 5722: -35,10 + 5723: -35,11 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE @@ -3203,36 +3203,36 @@ entities: 1263: 2,-6 1264: 2,-5 1641: 10,-2 - 4538: 10,-11 - 4539: 10,-10 - 4540: 10,-9 - 4541: 10,-8 - 4542: 10,-7 - 4543: 13,-9 - 4544: 7,-11 - 4545: 7,-7 - 4546: 7,-6 - 5383: -11,-5 - 5384: -11,-4 - 5385: -11,-3 - 6456: 13,-10 - 6472: 2,6 - 6473: 2,5 - 6474: 2,-2 - 6475: 2,-1 - 6491: 2,4 - 6492: 2,0 - 6514: -6,2 - 6972: 20,10 - 6973: 20,11 - 6974: 20,12 - 6975: 20,13 - 6976: 20,14 - 6977: 20,15 - 6978: 10,10 - 6979: 10,11 - 7053: 10,6 - 7054: 10,5 + 4527: 10,-11 + 4528: 10,-10 + 4529: 10,-9 + 4530: 10,-8 + 4531: 10,-7 + 4532: 13,-9 + 4533: 7,-11 + 4534: 7,-7 + 4535: 7,-6 + 5366: -11,-5 + 5367: -11,-4 + 5368: -11,-3 + 6439: 13,-10 + 6455: 2,6 + 6456: 2,5 + 6457: 2,-2 + 6458: 2,-1 + 6474: 2,4 + 6475: 2,0 + 6497: -6,2 + 6955: 20,10 + 6956: 20,11 + 6957: 20,12 + 6958: 20,13 + 6959: 20,14 + 6960: 20,15 + 6961: 10,10 + 6962: 10,11 + 7036: 10,6 + 7037: 10,5 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE @@ -3263,9 +3263,9 @@ entities: 3367: -36,65 3368: -36,64 3369: -36,66 - 6221: -42,59 - 6231: -26,61 - 6232: -26,62 + 6204: -42,59 + 6214: -26,61 + 6215: -26,62 - node: color: '#B02E26FF' id: BrickTileWhiteLineE @@ -3288,20 +3288,20 @@ entities: 503: -33,34 546: -5,33 547: -5,34 - 5212: -9,29 - 5215: -13,31 - 5216: -13,32 - 5217: -13,33 - 5218: -13,34 - 5219: -13,35 - 5220: -13,36 - 5495: -13,44 - 5496: -13,45 - 5514: -26,49 - 5515: -26,50 - 5541: -17,49 - 5542: -17,50 - 6156: -2,39 + 5195: -9,29 + 5198: -13,31 + 5199: -13,32 + 5200: -13,33 + 5201: -13,34 + 5202: -13,35 + 5203: -13,36 + 5478: -13,44 + 5479: -13,45 + 5497: -26,49 + 5498: -26,50 + 5524: -17,49 + 5525: -17,50 + 6139: -2,39 - node: color: '#B04DB5FF' id: BrickTileWhiteLineE @@ -3360,7 +3360,7 @@ entities: 1989: 53,50 1990: 54,48 1991: 54,47 - 4738: 49,43 + 4721: 49,43 - node: color: '#BA8841FF' id: BrickTileWhiteLineE @@ -3401,17 +3401,17 @@ entities: 1512: -58,23 1513: -59,29 1514: -59,28 - 4713: 20,-23 - 4726: 23,-20 - 4727: 23,-21 - 6027: -54,34 - 6028: -54,35 - 6029: -54,36 - 6038: -44,30 - 6086: -44,34 - 6371: -58,12 - 6377: -48,12 - 6388: -48,16 + 4696: 20,-23 + 4709: 23,-20 + 4710: 23,-21 + 6010: -54,34 + 6011: -54,35 + 6012: -54,36 + 6021: -44,30 + 6069: -44,34 + 6354: -58,12 + 6360: -48,12 + 6371: -48,16 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineE @@ -3461,11 +3461,11 @@ entities: 2367: -97,11 2368: -97,5 2369: -96,27 - 4436: -96,20 - 4437: -96,-4 - 4463: -68,0 - 4464: -68,1 - 4465: -68,2 + 4425: -96,20 + 4426: -96,-4 + 4452: -68,0 + 4453: -68,1 + 4454: -68,2 - node: color: '#FF974DFF' id: BrickTileWhiteLineE @@ -3476,7 +3476,7 @@ entities: 1619: 21,-9 1620: 21,-10 1621: 21,-11 - 6516: 16,0 + 6499: 16,0 - node: color: '#334E6DFF' id: BrickTileWhiteLineN @@ -3534,10 +3534,10 @@ entities: 1041: 19,21 1042: 20,21 1043: 21,21 - 6098: 26,51 - 6101: 27,51 - 6106: 27,46 - 6107: 28,46 + 6081: 26,51 + 6084: 27,51 + 6089: 27,46 + 6090: 28,46 - node: color: '#7C45B5FF' id: BrickTileWhiteLineN @@ -3548,8 +3548,8 @@ entities: color: '#80C71FFF' id: BrickTileWhiteLineN decals: - 4635: -8,7 - 4636: -7,7 + 4624: -8,7 + 4625: -7,7 - node: color: '#845606FF' id: BrickTileWhiteLineN @@ -3586,37 +3586,37 @@ entities: 2561: -14,-24 2562: -15,-24 2563: -16,-24 - 6716: -22,-19 - 6717: -9,-20 - 6718: -8,-20 - 6726: -22,-28 - 6727: -20,-28 - 6740: -24,-42 - 6741: -22,-42 - 6742: -21,-42 - 6743: -20,-42 - 6744: -18,-42 - 6764: -31,-41 - 6765: -30,-41 - 6766: -29,-41 - 6818: -13,-39 - 6819: -12,-39 - 6820: -11,-39 - 6821: -9,-41 - 6822: -8,-41 - 6931: -15,-34 + 6699: -22,-19 + 6700: -9,-20 + 6701: -8,-20 + 6709: -22,-28 + 6710: -20,-28 + 6723: -24,-42 + 6724: -22,-42 + 6725: -21,-42 + 6726: -20,-42 + 6727: -18,-42 + 6747: -31,-41 + 6748: -30,-41 + 6749: -29,-41 + 6801: -13,-39 + 6802: -12,-39 + 6803: -11,-39 + 6804: -9,-41 + 6805: -8,-41 + 6914: -15,-34 - node: color: '#8932B8FF' id: BrickTileWhiteLineN decals: - 5716: -40,21 - 5717: -39,21 - 5718: -38,21 - 5719: -37,21 - 5720: -36,21 - 5721: -39,13 - 5722: -37,12 - 5723: -36,12 + 5699: -40,21 + 5700: -39,21 + 5701: -38,21 + 5702: -37,21 + 5703: -36,21 + 5704: -39,13 + 5705: -37,12 + 5706: -36,12 - node: color: '#91D4FFFF' id: BrickTileWhiteLineN @@ -3709,29 +3709,29 @@ entities: 1306: 3,-13 1307: 4,-13 2034: -7,3 - 4561: 6,-5 - 4562: 6,-10 - 4563: 10,-5 - 4564: 11,-5 - 4565: 12,-5 - 4590: -10,3 - 4591: -9,3 - 6478: -3,3 - 6479: -2,3 - 6480: 1,7 - 6486: 5,3 - 6487: 4,3 - 6488: -1,3 - 6489: 3,3 - 6965: 9,16 - 6966: 19,16 - 7001: 11,15 - 7002: 12,15 - 7003: 13,15 - 7004: 14,15 - 7005: 15,15 - 7006: 16,15 - 7007: 17,15 + 4550: 6,-5 + 4551: 6,-10 + 4552: 10,-5 + 4553: 11,-5 + 4554: 12,-5 + 4579: -10,3 + 4580: -9,3 + 6461: -3,3 + 6462: -2,3 + 6463: 1,7 + 6469: 5,3 + 6470: 4,3 + 6471: -1,3 + 6472: 3,3 + 6948: 9,16 + 6949: 19,16 + 6984: 11,15 + 6985: 12,15 + 6986: 13,15 + 6987: 14,15 + 6988: 15,15 + 6989: 16,15 + 6990: 17,15 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN @@ -3768,12 +3768,12 @@ entities: 3392: -31,64 3393: -30,64 3394: -34,64 - 6225: -44,60 - 6226: -43,60 - 6227: -23,58 - 6228: -22,58 - 6229: -21,58 - 6230: -20,58 + 6208: -44,60 + 6209: -43,60 + 6210: -23,58 + 6211: -22,58 + 6212: -21,58 + 6213: -20,58 - node: color: '#B02E26FF' id: BrickTileWhiteLineN @@ -3832,26 +3832,26 @@ entities: 751: -5,21 752: -8,21 753: -7,21 - 5213: -12,30 - 5498: -14,46 - 5499: -15,46 - 5500: -16,46 - 5501: -17,46 - 5502: -18,46 - 5503: -19,46 - 5504: -20,46 - 5505: -21,46 - 5506: -22,46 - 5507: -23,46 - 5508: -24,46 - 5509: -25,46 - 5510: -26,46 - 5543: -18,51 - 5544: -19,51 - 5545: -20,51 - 6119: -8,34 - 6415: -34,30 - 6416: -35,30 + 5196: -12,30 + 5481: -14,46 + 5482: -15,46 + 5483: -16,46 + 5484: -17,46 + 5485: -18,46 + 5486: -19,46 + 5487: -20,46 + 5488: -21,46 + 5489: -22,46 + 5490: -23,46 + 5491: -24,46 + 5492: -25,46 + 5493: -26,46 + 5526: -18,51 + 5527: -19,51 + 5528: -20,51 + 6102: -8,34 + 6398: -34,30 + 6399: -35,30 - node: color: '#B04DB5FF' id: BrickTileWhiteLineN @@ -3940,8 +3940,8 @@ entities: 1974: 61,30 1975: 62,30 1982: 35,26 - 4411: 44,40 - 4412: 48,40 + 4400: 44,40 + 4401: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN @@ -3986,17 +3986,17 @@ entities: 1529: -50,9 1530: -48,9 1531: -47,9 - 4721: 18,-19 - 4722: 19,-19 - 4723: 20,-19 - 4724: 21,-19 - 4725: 22,-19 - 6368: -62,12 - 6369: -61,12 - 6370: -59,13 - 6379: -51,13 - 6380: -50,13 - 6381: -49,13 + 4704: 18,-19 + 4705: 19,-19 + 4706: 20,-19 + 4707: 21,-19 + 4708: 22,-19 + 6351: -62,12 + 6352: -61,12 + 6353: -59,13 + 6362: -51,13 + 6363: -50,13 + 6364: -49,13 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineN @@ -4067,12 +4067,12 @@ entities: 2360: -84,-3 2361: -82,-4 2377: -73,17 - 4448: -95,-5 - 4449: -94,-5 - 4450: -93,-5 - 4456: -94,22 - 4457: -93,22 - 4469: -69,3 + 4437: -95,-5 + 4438: -94,-5 + 4439: -93,-5 + 4445: -94,22 + 4446: -93,22 + 4458: -69,3 - node: color: '#FF974DFF' id: BrickTileWhiteLineN @@ -4143,9 +4143,9 @@ entities: 1035: 5,27 1036: 12,27 1037: 13,27 - 5233: 6,48 - 6104: 28,45 - 6105: 27,45 + 5216: 6,48 + 6087: 28,45 + 6088: 27,45 - node: color: '#7C45B5FF' id: BrickTileWhiteLineS @@ -4156,8 +4156,8 @@ entities: color: '#80C71FFF' id: BrickTileWhiteLineS decals: - 4627: -8,5 - 4628: -7,5 + 4616: -8,5 + 4617: -7,5 - node: color: '#845606FF' id: BrickTileWhiteLineS @@ -4221,37 +4221,37 @@ entities: 2565: -10,-43 2566: -9,-43 2567: -8,-43 - 4341: -18,-36 - 5944: -13,-40 - 6715: -22,-26 - 6723: -22,-40 - 6724: -21,-40 - 6725: -20,-40 - 6733: -25,-47 - 6734: -24,-47 - 6735: -22,-47 - 6736: -21,-47 - 6737: -20,-47 - 6738: -18,-47 - 6739: -17,-47 - 6777: -31,-46 - 6778: -29,-46 - 6930: -15,-35 - 6936: -13,-36 - 6937: -12,-36 - 6947: -21,-26 + 4330: -18,-36 + 5927: -13,-40 + 6698: -22,-26 + 6706: -22,-40 + 6707: -21,-40 + 6708: -20,-40 + 6716: -25,-47 + 6717: -24,-47 + 6718: -22,-47 + 6719: -21,-47 + 6720: -20,-47 + 6721: -18,-47 + 6722: -17,-47 + 6760: -31,-46 + 6761: -29,-46 + 6913: -15,-35 + 6919: -13,-36 + 6920: -12,-36 + 6930: -21,-26 - node: color: '#8932B8FF' id: BrickTileWhiteLineS decals: - 5733: -40,8 - 5734: -39,8 - 5735: -38,8 - 5736: -37,8 - 5737: -36,8 - 5753: -40,15 - 5754: -39,15 - 5755: -38,15 + 5716: -40,8 + 5717: -39,8 + 5718: -38,8 + 5719: -37,8 + 5720: -36,8 + 5736: -40,15 + 5737: -39,15 + 5738: -38,15 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS @@ -4343,28 +4343,28 @@ entities: 1344: -31,19 2633: -27,19 3249: -20,19 - 4558: 6,-8 - 4559: 11,-6 - 4560: 12,-6 - 4592: -10,1 - 4593: -9,1 - 6481: -3,1 - 6482: -2,1 - 6483: 1,-3 - 6484: 4,1 - 6485: 5,1 - 6494: -1,1 - 6495: 3,1 - 6982: 9,9 - 6983: 19,9 - 6990: 11,12 - 6991: 17,12 - 6992: 13,13 - 6993: 14,13 - 6994: 15,13 - 7058: 27,18 - 7059: 28,18 - 7060: 29,18 + 4547: 6,-8 + 4548: 11,-6 + 4549: 12,-6 + 4581: -10,1 + 4582: -9,1 + 6464: -3,1 + 6465: -2,1 + 6466: 1,-3 + 6467: 4,1 + 6468: 5,1 + 6477: -1,1 + 6478: 3,1 + 6965: 9,9 + 6966: 19,9 + 6973: 11,12 + 6974: 17,12 + 6975: 13,13 + 6976: 14,13 + 6977: 15,13 + 7041: 27,18 + 7042: 28,18 + 7043: 29,18 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS @@ -4392,16 +4392,16 @@ entities: 3397: -32,64 3398: -31,64 3399: -30,64 - 4430: -44,62 - 6222: -44,58 - 6223: -43,58 - 6233: -25,63 - 6234: -24,63 - 6235: -23,63 - 6236: -22,63 - 6237: -21,63 - 6238: -20,63 - 6239: -19,63 + 4419: -44,62 + 6205: -44,58 + 6206: -43,58 + 6216: -25,63 + 6217: -24,63 + 6218: -23,63 + 6219: -22,63 + 6220: -21,63 + 6221: -20,63 + 6222: -19,63 - node: color: '#B02E26FF' id: BrickTileWhiteLineS @@ -4439,23 +4439,23 @@ entities: 604: -36,33 605: -35,33 606: -34,33 - 5480: -15,45 - 5481: -16,45 - 5482: -17,45 - 5483: -18,45 - 5484: -19,45 - 5485: -20,45 - 5486: -21,45 - 5487: -22,45 - 5488: -23,45 - 5489: -24,45 - 5490: -25,45 - 5491: -26,45 - 5548: -20,48 - 5549: -19,48 - 5550: -18,48 - 6413: -34,29 - 6414: -35,29 + 5463: -15,45 + 5464: -16,45 + 5465: -17,45 + 5466: -18,45 + 5467: -19,45 + 5468: -20,45 + 5469: -21,45 + 5470: -22,45 + 5471: -23,45 + 5472: -24,45 + 5473: -25,45 + 5474: -26,45 + 5531: -20,48 + 5532: -19,48 + 5533: -18,48 + 6396: -34,29 + 6397: -35,29 - node: color: '#B04DB5FF' id: BrickTileWhiteLineS @@ -4545,7 +4545,7 @@ entities: 1960: 61,26 1961: 62,26 1993: 53,46 - 4737: 48,42 + 4720: 48,42 - node: color: '#BA8841FF' id: BrickTileWhiteLineS @@ -4583,30 +4583,30 @@ entities: 1471: -51,25 1472: -50,25 1473: -49,25 - 4711: 22,-22 - 4712: 21,-22 - 4715: 18,-24 - 4716: 19,-24 - 6026: -55,33 - 6350: 16,-17 - 6351: 17,-17 - 6352: 18,-17 - 6353: 19,-17 - 6354: 20,-17 - 6355: 21,-17 - 6356: 22,-17 - 6357: 23,-17 - 6358: 24,-17 - 6364: -62,11 - 6365: -61,11 - 6366: -60,11 - 6367: -59,11 - 6382: -51,11 - 6383: -50,11 - 6384: -49,11 - 6385: -49,15 - 6386: -50,15 - 6387: -51,15 + 4694: 22,-22 + 4695: 21,-22 + 4698: 18,-24 + 4699: 19,-24 + 6009: -55,33 + 6333: 16,-17 + 6334: 17,-17 + 6335: 18,-17 + 6336: 19,-17 + 6337: 20,-17 + 6338: 21,-17 + 6339: 22,-17 + 6340: 23,-17 + 6341: 24,-17 + 6347: -62,11 + 6348: -61,11 + 6349: -60,11 + 6350: -59,11 + 6365: -51,11 + 6366: -50,11 + 6367: -49,11 + 6368: -49,15 + 6369: -50,15 + 6370: -51,15 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineS @@ -4694,12 +4694,12 @@ entities: 2404: -52,7 2405: -51,7 2406: -50,7 - 4451: -94,-6 - 4452: -93,-6 - 4453: -95,21 - 4454: -94,21 - 4455: -93,21 - 4470: -69,-1 + 4440: -94,-6 + 4441: -93,-6 + 4442: -95,21 + 4443: -94,21 + 4444: -93,21 + 4459: -69,-1 - node: color: '#FF974DFF' id: BrickTileWhiteLineS @@ -4771,11 +4771,11 @@ entities: 1027: 17,27 1028: 17,26 1029: 17,25 - 6095: 25,49 - 6096: 25,50 - 6444: 5,59 - 6445: 5,60 - 6446: 5,61 + 6078: 25,49 + 6079: 25,50 + 6427: 5,59 + 6428: 5,60 + 6429: 5,61 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW @@ -4785,13 +4785,13 @@ entities: color: '#80C71FFF' id: BrickTileWhiteLineW decals: - 4573: -24,6 - 4629: -23,6 - 4630: -21,6 - 4631: -19,6 - 4632: -17,6 - 4633: -15,6 - 4634: -9,6 + 4562: -24,6 + 4618: -23,6 + 4619: -21,6 + 4620: -19,6 + 4621: -17,6 + 4622: -15,6 + 4623: -9,6 - node: color: '#845606FF' id: BrickTileWhiteLineW @@ -4804,30 +4804,30 @@ entities: 2499: -31,-20 2500: -31,-25 2501: -11,-25 - 5943: -12,-41 - 6710: -17,-20 - 6752: -26,-46 - 6753: -26,-45 - 6754: -26,-44 - 6755: -26,-43 - 6756: -26,-42 - 6758: -17,-41 - 6759: -17,-40 - 6771: -32,-42 - 6772: -32,-43 - 6773: -32,-44 - 6774: -32,-45 - 6823: -12,-42 - 6928: -17,-35 - 6929: -17,-34 - 6948: -23,-20 + 5926: -12,-41 + 6693: -17,-20 + 6735: -26,-46 + 6736: -26,-45 + 6737: -26,-44 + 6738: -26,-43 + 6739: -26,-42 + 6741: -17,-41 + 6742: -17,-40 + 6754: -32,-42 + 6755: -32,-43 + 6756: -32,-44 + 6757: -32,-45 + 6806: -12,-42 + 6911: -17,-35 + 6912: -17,-34 + 6931: -23,-20 - node: color: '#8932B8FF' id: BrickTileWhiteLineW decals: - 5728: -41,11 - 5729: -41,10 - 5730: -41,9 + 5711: -41,11 + 5712: -41,10 + 5713: -41,9 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW @@ -4872,37 +4872,37 @@ entities: 1254: 0,-9 1255: 0,-10 1256: 0,-11 - 4547: 5,-6 - 4548: 5,-7 - 4549: 9,-6 - 4550: 9,-7 - 4551: 9,-8 - 4552: 9,-9 - 4553: 9,-10 - 4554: 9,-12 - 4555: 12,-10 - 4556: 12,-9 - 4598: -23,2 - 5386: -12,-5 - 5387: -12,-4 - 5388: -12,-3 - 6469: -4,2 - 6470: 0,6 - 6471: 0,5 - 6476: 0,-1 - 6477: 0,-2 - 6490: 0,4 - 6493: 0,0 - 6967: 8,15 - 6968: 8,13 - 6969: 8,12 - 6970: 8,11 - 6971: 8,10 - 6980: 18,11 - 6989: 18,10 - 7055: 18,6 - 7105: 8,14 - 7163: 9,-11 + 4536: 5,-6 + 4537: 5,-7 + 4538: 9,-6 + 4539: 9,-7 + 4540: 9,-8 + 4541: 9,-9 + 4542: 9,-10 + 4543: 9,-12 + 4544: 12,-10 + 4545: 12,-9 + 4587: -23,2 + 5369: -12,-5 + 5370: -12,-4 + 5371: -12,-3 + 6452: -4,2 + 6453: 0,6 + 6454: 0,5 + 6459: 0,-1 + 6460: 0,-2 + 6473: 0,4 + 6476: 0,0 + 6950: 8,15 + 6951: 8,13 + 6952: 8,12 + 6953: 8,11 + 6954: 8,10 + 6963: 18,11 + 6972: 18,10 + 7038: 18,6 + 7088: 8,14 + 7146: 9,-11 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW @@ -4937,9 +4937,9 @@ entities: 3374: -40,59 3375: -45,65 3376: -45,66 - 4431: -45,63 - 6224: -45,59 - 6243: -18,62 + 4420: -45,63 + 6207: -45,59 + 6226: -18,62 - node: color: '#B02E26FF' id: BrickTileWhiteLineW @@ -4966,15 +4966,15 @@ entities: 521: -12,25 545: -9,33 570: -23,25 - 5478: -14,44 - 5493: -27,49 - 5494: -27,50 - 5546: -21,50 - 5547: -21,49 - 6157: -3,39 - 6158: 0,38 - 6159: 0,39 - 6418: -36,30 + 5461: -14,44 + 5476: -27,49 + 5477: -27,50 + 5529: -21,50 + 5530: -21,49 + 6140: -3,39 + 6141: 0,38 + 6142: 0,39 + 6401: -36,30 - node: color: '#B04DB5FF' id: BrickTileWhiteLineW @@ -5074,15 +5074,15 @@ entities: 1538: -46,15 1539: -46,16 1540: -46,17 - 4717: 17,-23 - 4718: 17,-22 - 4719: 17,-21 - 4720: 17,-20 - 6032: -56,36 - 6033: -56,35 - 6034: -56,34 - 6378: -52,12 - 6389: -52,16 + 4700: 17,-23 + 4701: 17,-22 + 4702: 17,-21 + 4703: 17,-20 + 6015: -56,36 + 6016: -56,35 + 6017: -56,34 + 6361: -52,12 + 6372: -52,16 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineW @@ -5159,9 +5159,9 @@ entities: 2413: -48,1 2414: -48,0 2415: -48,-1 - 4466: -70,2 - 4467: -70,1 - 4468: -70,0 + 4455: -70,2 + 4456: -70,1 + 4457: -70,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineW @@ -5178,46 +5178,46 @@ entities: color: '#FFFFFFFF' id: BushAOne decals: - 5175: 94.47125,44.284866 - 5176: 92.61969,42.185574 - 5177: 96.762985,34.00421 - 5265: -40.488827,72.31972 - 5278: 45.465385,14.397949 - 5364: -66.58855,31.839897 + 5158: 94.47125,44.284866 + 5159: 92.61969,42.185574 + 5160: 96.762985,34.00421 + 5248: -40.488827,72.31972 + 5261: 45.465385,14.397949 + 5347: -66.58855,31.839897 - node: color: '#FFFFFFFF' id: BushATwo decals: - 5225: 4.253884,44.84271 + 5208: 4.253884,44.84271 - node: color: '#FFFFFFFF' id: BushCOne decals: - 5239: -30.284492,4.3149476 + 5222: -30.284492,4.3149476 - node: color: '#FFFFFFFF' id: BushCThree decals: - 5171: 100.565,47.89424 - 5172: 99.85016,42.257523 - 5173: 102.45172,41.15596 - 5280: 45.69976,11.483887 - 5462: -9.563732,46.01986 - 5837: 19.424809,-28.877602 - 6905: -23.96835,-29.359528 + 5154: 100.565,47.89424 + 5155: 99.85016,42.257523 + 5156: 102.45172,41.15596 + 5263: 45.69976,11.483887 + 5445: -9.563732,46.01986 + 5820: 19.424809,-28.877602 + 6888: -23.96835,-29.359528 - node: color: '#FFFFFFFF' id: BushCTwo decals: - 5838: 20.198246,-32.49479 + 5821: 20.198246,-32.49479 - node: color: '#FFFFFFFF' id: BushDOne decals: - 5160: 79.81664,56.801743 - 5161: 83.39086,53.91893 - 5178: 93.28252,30.992493 - 5179: 89.01256,27.561384 + 5143: 79.81664,56.801743 + 5144: 83.39086,53.91893 + 5161: 93.28252,30.992493 + 5162: 89.01256,27.561384 - node: color: '#FFFFFFFF' id: BushDThree @@ -5230,11 +5230,11 @@ entities: 2842: -23.84824,-36.039036 2863: 70.49607,-5.2800684 2864: 73.21482,-5.2683496 - 5003: 73.579414,74.4158 - 5056: 93.51455,23.22274 - 5180: 76.32356,37.133736 - 5181: 72.402985,49.437653 - 5279: 46.340385,12.897949 + 4986: 73.579414,74.4158 + 5039: 93.51455,23.22274 + 5163: 76.32356,37.133736 + 5164: 72.402985,49.437653 + 5262: 46.340385,12.897949 - node: color: '#FFFFFFFF' id: BushDTwo @@ -5243,76 +5243,76 @@ entities: 329: -106.987564,9.973441 343: -101.81569,9.926566 2590: -0.88223886,-10.300684 - 4391: -59.517128,9.321603 - 4392: -30.489948,17.91463 - 4393: 47.184723,21.183506 - 4394: 39.60601,-20.002787 - 4395: 42.520073,-19.752787 - 4396: 40.600338,-30.343527 - 4397: 34.420174,-36.616962 - 4398: 17.789068,-38.879887 - 4399: 1.2919211,-38.75982 - 4400: -3.5219002,-45.90537 - 4401: 13.056606,-52.51093 - 4402: 8.8619585,-45.313065 - 4403: -8.990252,-30.680576 - 4404: -23.893175,-32.74724 + 4380: -59.517128,9.321603 + 4381: -30.489948,17.91463 + 4382: 47.184723,21.183506 + 4383: 39.60601,-20.002787 + 4384: 42.520073,-19.752787 + 4385: 40.600338,-30.343527 + 4386: 34.420174,-36.616962 + 4387: 17.789068,-38.879887 + 4388: 1.2919211,-38.75982 + 4389: -3.5219002,-45.90537 + 4390: 13.056606,-52.51093 + 4391: 8.8619585,-45.313065 + 4392: -8.990252,-30.680576 + 4393: -23.893175,-32.74724 - node: color: '#FFFFFFFF' id: Busha1 decals: - 5226: 6.6366963,43.772396 - 5264: -35.56695,70.99159 - 5463: -5.43092,46.160484 - 6938: -10.819955,-50.226284 + 5209: 6.6366963,43.772396 + 5247: -35.56695,70.99159 + 5446: -5.43092,46.160484 + 6921: -10.819955,-50.226284 - node: color: '#FFFFFFFF' id: Busha2 decals: - 5238: -32.261055,0.119635105 - 5389: 31.206207,57.06866 - 5836: 14.6279335,-30.455727 + 5221: -32.261055,0.119635105 + 5372: 31.206207,57.06866 + 5819: 14.6279335,-30.455727 - node: color: '#FFFFFFFF' id: Busha3 decals: - 5182: 65.169395,53.750153 - 5234: 3.7995977,46.303474 - 5263: -38.7232,72.97597 - 5277: 41.277885,14.983887 - 5363: -69.54167,32.207085 - 6160: -3,27 + 5165: 65.169395,53.750153 + 5217: 3.7995977,46.303474 + 5246: -38.7232,72.97597 + 5260: 41.277885,14.983887 + 5346: -69.54167,32.207085 + 6143: -3,27 - node: color: '#FFFFFFFF' id: Bushb2 decals: - 5055: 93.43252,23.97274 - 6904: -24.335537,-37.467194 + 5038: 93.43252,23.97274 + 6887: -24.335537,-37.467194 - node: color: '#FFFFFFFF' id: Bushb3 decals: 245: 36,-37 - 5174: 95.572815,40.335648 - 5365: -67.549484,36.214897 - 5390: 35.135895,55.59991 + 5157: 95.572815,40.335648 + 5348: -67.549484,36.214897 + 5373: 35.135895,55.59991 - node: color: '#FFFFFFFF' id: Bushc1 decals: - 5391: 31.159332,53.357723 - 5839: 13.901371,-32.71354 + 5374: 31.159332,53.357723 + 5822: 13.901371,-32.71354 - node: color: '#FFFFFFFF' id: Bushc2 decals: - 5224: 7.082009,44.522396 - 5240: -28.768867,3.5180726 + 5207: 7.082009,44.522396 + 5223: -28.768867,3.5180726 - node: color: '#FFFFFFFF' id: Bushc3 decals: - 5266: -36.926327,68.89003 + 5249: -36.926327,68.89003 - node: color: '#FFFFFFFF' id: Bushd1 @@ -5335,21 +5335,21 @@ entities: 2961: 52.400494,-15.636277 2962: 48.594856,-24.49732 2963: 51.36048,-26.65357 - 4420: -13.54646,71.93295 - 5025: 98.13174,15.125084 + 4409: -13.54646,71.93295 + 5008: 98.13174,15.125084 - node: color: '#FFFFFFFF' id: Bushd2 decals: - 5162: 86.68383,54.446274 - 5163: 99.75641,48.140526 - 5164: 102.08844,41.906906 - 5165: 96.3111,43.79454 + 5145: 86.68383,54.446274 + 5146: 99.75641,48.140526 + 5147: 102.08844,41.906906 + 5148: 96.3111,43.79454 - node: color: '#FFFFFFFF' id: Bushd4 decals: - 6906: -23.90585,-38.226715 + 6889: -23.90585,-38.226715 - node: color: '#FFFFFFFF' id: Bushe1 @@ -5362,12 +5362,12 @@ entities: 340: -103.09694,5.285941 341: -102.925064,4.629691 2638: -1.2123232,14.564764 - 5011: 96.186424,43.444447 - 5012: 99.99502,42.319447 - 5013: 100.47549,47.90929 - 5034: 98.75283,16.00399 - 5035: 95.30752,14.339928 - 5184: 66.52363,67.10298 + 4994: 96.186424,43.444447 + 4995: 99.99502,42.319447 + 4996: 100.47549,47.90929 + 5017: 98.75283,16.00399 + 5018: 95.30752,14.339928 + 5167: 66.52363,67.10298 - node: color: '#FFFFFFFF' id: Bushe2 @@ -5378,8 +5378,8 @@ entities: 336: -105.75319,9.676566 337: -105.893814,8.332816 338: -106.737564,7.426566 - 5607: -4.8797646,46.99503 - 5608: -8.293827,45.260654 + 5590: -4.8797646,46.99503 + 5591: -8.293827,45.260654 - node: color: '#FFFFFFFF' id: Bushe3 @@ -5396,14 +5396,14 @@ entities: 2582: 40.71666,-29.257294 2583: 36.59022,-36.651825 2584: 13.614435,-38.831512 - 5004: 99.94814,47.90929 - 5030: 93.9833,17.293053 - 5031: 95.30752,18.980553 - 5032: 96.50283,20.164146 - 5033: 97.99111,18.851646 - 5054: 94.05361,21.125084 - 5155: 84.51586,55.13768 - 5609: -5.7703896,45.08878 + 4987: 99.94814,47.90929 + 5013: 93.9833,17.293053 + 5014: 95.30752,18.980553 + 5015: 96.50283,20.164146 + 5016: 97.99111,18.851646 + 5037: 94.05361,21.125084 + 5138: 84.51586,55.13768 + 5592: -5.7703896,45.08878 - node: color: '#FFFFFFFF' id: Bushe4 @@ -5428,18 +5428,18 @@ entities: 3317: 46.1468,-0.7615123 3349: 1.3932085,51.47611 3350: 0.7525835,54.61237 - 4342: 27.27747,-16.844082 - 4390: -60.134315,9.024728 - 5005: 100.44033,48.342884 - 5006: 103.28799,47.850697 - 5007: 100.22939,42.600697 - 5008: 99.51455,41.569447 - 5009: 95.30752,44.80382 - 5010: 95.68252,43.58507 - 5026: 98.84658,16.648521 - 5027: 99.32705,16.050865 - 5028: 97.780174,19.871178 - 5029: 94.24111,17.820396 + 4331: 27.27747,-16.844082 + 4379: -60.134315,9.024728 + 4988: 100.44033,48.342884 + 4989: 103.28799,47.850697 + 4990: 100.22939,42.600697 + 4991: 99.51455,41.569447 + 4992: 95.30752,44.80382 + 4993: 95.68252,43.58507 + 5009: 98.84658,16.648521 + 5010: 99.32705,16.050865 + 5011: 97.780174,19.871178 + 5012: 94.24111,17.820396 - node: color: '#FFFFFFFF' id: Bushf1 @@ -5460,49 +5460,49 @@ entities: 2943: 53.478752,-27.608667 2944: 49.599846,-25.207119 2945: 50.713127,-17.428339 - 5036: 96.47939,14.41024 - 5037: 97.14736,13.894615 - 5038: 95.13174,20.023521 - 5039: 95.40127,20.773521 - 5040: 94.123924,19.683678 - 5041: 98.76455,20.375084 - 5042: 97.592674,15.06649 - 5043: 94.41689,15.898521 - 5044: 94.66299,16.414146 - 5158: 82.35961,53.485336 - 5159: 76.65258,55.536118 + 5019: 96.47939,14.41024 + 5020: 97.14736,13.894615 + 5021: 95.13174,20.023521 + 5022: 95.40127,20.773521 + 5023: 94.123924,19.683678 + 5024: 98.76455,20.375084 + 5025: 97.592674,15.06649 + 5026: 94.41689,15.898521 + 5027: 94.66299,16.414146 + 5141: 82.35961,53.485336 + 5142: 76.65258,55.536118 - node: color: '#FFFFFFFF' id: Bushf2 decals: 155: -1,-9 156: 19,-39 - 5045: 94.44033,19.882896 - 5046: 96.47939,19.332115 - 5047: 97.41689,18.804771 - 5048: 97.81533,15.464928 - 5049: 95.248924,13.425865 + 5028: 94.44033,19.882896 + 5029: 96.47939,19.332115 + 5030: 97.41689,18.804771 + 5031: 97.81533,15.464928 + 5032: 95.248924,13.425865 - node: color: '#FFFFFFFF' id: Bushf3 decals: 2588: 13.218527,-38.625637 2589: -1.2923951,-11.308496 - 5156: 82.230705,54.66893 - 5157: 84.011955,53.71971 - 5186: 61.35785,62.907665 - 5187: 74.36302,75.21933 + 5139: 82.230705,54.66893 + 5140: 84.011955,53.71971 + 5169: 61.35785,62.907665 + 5170: 74.36302,75.21933 - node: color: '#FFFFFFFF' id: Bushg1 decals: - 5605: -9.61414,45.510654 - 5606: -7.731327,46.02628 + 5588: -9.61414,45.510654 + 5589: -7.731327,46.02628 - node: color: '#FFFFFFFF' id: Bushg2 decals: - 5183: 65.90768,54.61734 + 5166: 65.90768,54.61734 - node: color: '#FFFFFFFF' id: Bushg4 @@ -5532,9 +5532,9 @@ entities: 3015: -88.04488,0.95056915 3016: -100.76816,3.8184528 3017: -100.44003,4.3575153 - 4520: 70.73736,17.2949 - 5153: 83.461174,54.516586 - 5154: 84.480705,52.864243 + 4509: 70.73736,17.2949 + 5136: 83.461174,54.516586 + 5137: 84.480705,52.864243 - node: color: '#FFFFFFFF' id: Bushh1 @@ -5557,27 +5557,27 @@ entities: 2859: 51.592796,-17.105461 2869: 53.281765,-3.1966472 3030: -87.86473,16.017628 - 4367: 37.616062,21.238317 - 4368: 46.427296,21.230505 - 4369: -0.83810425,34.107063 - 4370: 0.021270752,36.677376 - 5014: 102.33877,48.307728 - 5015: 100.63955,43.174915 - 5016: 99.174706,41.194447 - 5017: 95.424706,43.713978 - 5018: 95.13174,19.261803 - 5019: 95.78799,20.117271 - 5020: 98.95205,17.398521 - 5021: 97.72158,14.714928 - 5057: 91.780174,23.000084 - 5058: 97.34658,20.457115 + 4356: 37.616062,21.238317 + 4357: 46.427296,21.230505 + 4358: -0.83810425,34.107063 + 4359: 0.021270752,36.677376 + 4997: 102.33877,48.307728 + 4998: 100.63955,43.174915 + 4999: 99.174706,41.194447 + 5000: 95.424706,43.713978 + 5001: 95.13174,19.261803 + 5002: 95.78799,20.117271 + 5003: 98.95205,17.398521 + 5004: 97.72158,14.714928 + 5040: 91.780174,23.000084 + 5041: 97.34658,20.457115 - node: color: '#FFFFFFFF' id: Bushh2 decals: - 5051: 93.19814,17.31649 - 5052: 94.66299,19.308678 - 5053: 94.768456,20.984459 + 5034: 93.19814,17.31649 + 5035: 94.66299,19.308678 + 5036: 94.768456,20.984459 - node: color: '#FFFFFFFF' id: Bushh3 @@ -5612,7 +5612,7 @@ entities: 2908: 59.35071,-27.557377 2909: 52.460087,-27.194096 2910: 50.397587,-26.186283 - 5050: 92.78799,17.644615 + 5033: 92.78799,17.644615 - node: color: '#FFFFFFFF' id: Bushi2 @@ -5621,14 +5621,14 @@ entities: 326: -102.331314,7.207816 2911: 52.108524,-27.53394 2912: 59.6554,-26.948002 - 4421: -13.85896,71.22 - 5022: 94.66299,18.605553 - 5023: 95.21377,15.007896 - 5166: 95.572815,44.521103 - 5167: 99.46344,42.423447 - 5168: 102.54547,43.05626 - 5169: 103.65875,48.86876 - 5170: 99.59235,49.114853 + 4410: -13.85896,71.22 + 5005: 94.66299,18.605553 + 5006: 95.21377,15.007896 + 5149: 95.572815,44.521103 + 5150: 99.46344,42.423447 + 5151: 102.54547,43.05626 + 5152: 103.65875,48.86876 + 5153: 99.59235,49.114853 - node: color: '#FFFFFFFF' id: Bushi3 @@ -5641,8 +5641,8 @@ entities: 3237: -17.382242,55.28696 3270: -26.578676,-14.086744 3271: -20.547426,-14.055494 - 4366: 36.811375,20.988317 - 5024: 96.01064,14.070396 + 4355: 36.811375,20.988317 + 5007: 96.01064,14.070396 - node: color: '#FFFFFFFF' id: Bushi4 @@ -5661,7 +5661,7 @@ entities: color: '#FFFFFFFF' id: Bushj1 decals: - 4522: 70.74908,18.630838 + 4511: 70.74908,18.630838 - node: color: '#FFFFFFFF' id: Bushj2 @@ -5669,10 +5669,10 @@ entities: 3147: 13.119661,34.4944 3148: 21.920443,36.205338 3149: 22.752474,39.38112 - 5059: 98.22549,20.421959 - 5060: 99.373924,17.937584 - 5061: 94.768456,14.328209 - 5062: 95.4833,18.089928 + 5042: 98.22549,20.421959 + 5043: 99.373924,17.937584 + 5044: 94.768456,14.328209 + 5045: 95.4833,18.089928 - node: color: '#FFFFFFFF' id: Bushj3 @@ -5689,7 +5689,7 @@ entities: 2930: 67.81218,-14.928173 2931: 67.50614,-5.3519297 2932: 71.11552,-5.3636484 - 4446: -90.484215,24.691216 + 4435: -90.484215,24.691216 - node: color: '#FFFFFFFF' id: Bushk1 @@ -5710,8 +5710,8 @@ entities: 3247: 46.415348,5.7034583 3248: 58.00519,8.1612835 3348: 0.7213335,50.679234 - 5604: -8.004765,45.112217 - 6945: -10.984017,-51.702847 + 5587: -8.004765,45.112217 + 6928: -10.984017,-51.702847 - node: color: '#FFFFFFFF' id: Bushk2 @@ -5732,16 +5732,16 @@ entities: 2889: 66.93411,-5.1350956 3145: 9.451693,35.72487 3146: 12.533724,34.799088 - 4371: 0.07595825,34.04807 - 4574: -30.692488,-17.01733 + 4360: 0.07595825,34.04807 + 4563: -30.692488,-17.01733 - node: color: '#FFFFFFFF' id: Bushk3 decals: 331: -102.06569,2.9734414 - 4352: 1.882721,-38.060734 - 4428: -13.937085,69.75079 - 4521: 71.135796,16.380838 + 4341: 1.882721,-38.060734 + 4417: -13.937085,69.75079 + 4510: 71.135796,16.380838 - node: color: '#FFFFFFFF' id: Bushl2 @@ -5759,14 +5759,14 @@ entities: decals: 3224: -17.366714,59.025 3225: -16.417496,58.0875 - 5185: 60.289253,65.017044 + 5168: 60.289253,65.017044 - node: color: '#FFFFFFFF' id: Bushm1 decals: 182: 3,9 3236: -17.26131,56.967907 - 4422: -13.405835,69.4075 + 4411: -13.405835,69.4075 - node: color: '#FFFFFFFF' id: Bushm2 @@ -5793,8 +5793,8 @@ entities: 2965: 47.043705,0.5114244 2966: 47.47435,0.95306015 2967: 55.576187,8.312037 - 5129: 85.4669,54.91986 - 6946: -10.64808,-52.05441 + 5112: 85.4669,54.91986 + 6929: -10.64808,-52.05441 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -5819,127 +5819,127 @@ entities: 3189: -13.602906,77.607574 3235: -16.999838,55.935135 3318: 46.30305,-3.6521373 - 5602: -8.86414,45.30753 - 5603: -6.059452,46.604404 + 5585: -8.86414,45.30753 + 5586: -6.059452,46.604404 - node: color: '#FFFFFFFF' id: Caution decals: - 4754: 69,82 - 4755: 73,82 - 4756: 77,82 - 4810: 81,82 + 4737: 69,82 + 4738: 73,82 + 4739: 77,82 + 4793: 81,82 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNe decals: - 5951: 30,-19 - 5961: -11,59 - 5971: -9,55 - 5972: -3,55 - 5973: -3,50 - 5974: -9,50 + 5934: 30,-19 + 5944: -11,59 + 5954: -9,55 + 5955: -3,55 + 5956: -3,50 + 5957: -9,50 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNw decals: - 5952: 28,-19 - 5962: -15,59 - 5967: -11,55 - 5968: -8,55 - 5969: -11,50 - 5970: -8,50 + 5935: 28,-19 + 5945: -15,59 + 5950: -11,55 + 5951: -8,55 + 5952: -11,50 + 5953: -8,50 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerSe decals: - 5955: 30,-22 - 5963: -11,56 - 5975: -3,48 - 5976: -9,48 - 5977: -9,53 - 5978: -3,53 + 5938: 30,-22 + 5946: -11,56 + 5958: -3,48 + 5959: -9,48 + 5960: -9,53 + 5961: -3,53 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerSw decals: - 5954: 28,-22 - 5964: -15,56 - 5965: -11,48 - 5966: -8,48 - 6013: -8,53 + 5937: 28,-22 + 5947: -15,56 + 5948: -11,48 + 5949: -8,48 + 5996: -8,53 - node: color: '#FFFFFFFF' id: ConcreteTrimLineE decals: - 5956: 30,-21 - 5957: 30,-20 - 6006: -3,54 - 6007: -3,49 - 6008: -11,57 - 6009: -11,58 - 6010: -9,49 - 6011: -9,54 + 5939: 30,-21 + 5940: 30,-20 + 5989: -3,54 + 5990: -3,49 + 5991: -11,57 + 5992: -11,58 + 5993: -9,49 + 5994: -9,54 - node: color: '#FFFFFFFF' id: ConcreteTrimLineN decals: - 5960: 29,-19 - 5993: -14,59 - 5994: -13,59 - 5995: -12,59 - 5996: -10,55 - 5997: -7,55 - 5998: -6,55 - 5999: -5,55 - 6000: -4,55 - 6001: -4,50 - 6002: -5,50 - 6003: -6,50 - 6004: -7,50 - 6005: -10,50 + 5943: 29,-19 + 5976: -14,59 + 5977: -13,59 + 5978: -12,59 + 5979: -10,55 + 5980: -7,55 + 5981: -6,55 + 5982: -5,55 + 5983: -4,55 + 5984: -4,50 + 5985: -5,50 + 5986: -6,50 + 5987: -7,50 + 5988: -10,50 - node: color: '#FFFFFFFF' id: ConcreteTrimLineS decals: - 5953: 29,-22 - 5979: -10,53 - 5980: -7,53 - 5981: -6,53 - 5982: -5,53 - 5983: -4,53 - 5984: -4,48 - 5985: -5,48 - 5986: -6,48 - 5987: -7,48 - 5988: -10,48 - 5989: -10,53 - 5990: -12,56 - 5991: -13,56 - 5992: -14,56 + 5936: 29,-22 + 5962: -10,53 + 5963: -7,53 + 5964: -6,53 + 5965: -5,53 + 5966: -4,53 + 5967: -4,48 + 5968: -5,48 + 5969: -6,48 + 5970: -7,48 + 5971: -10,48 + 5972: -10,53 + 5973: -12,56 + 5974: -13,56 + 5975: -14,56 - node: color: '#FFFFFFFF' id: ConcreteTrimLineW decals: - 5958: 28,-21 - 5959: 28,-20 - 6012: -8,54 - 6014: -8,49 - 6015: -11,49 - 6016: -11,54 - 6017: -15,57 - 6018: -15,58 + 5941: 28,-21 + 5942: 28,-20 + 5995: -8,54 + 5997: -8,49 + 5998: -11,49 + 5999: -11,54 + 6000: -15,57 + 6001: -15,58 - node: color: '#B02E26FF' id: Delivery decals: - 5223: -11,35 - 5452: -7,43 - 5453: -5,43 - 5454: -5,42 - 5455: -5,41 - 5456: -7,42 - 5457: -7,41 + 5206: -11,35 + 5435: -7,43 + 5436: -5,43 + 5437: -5,42 + 5438: -5,41 + 5439: -7,42 + 5440: -7,41 - node: color: '#FFFFFFFF' id: Delivery @@ -5949,40 +5949,40 @@ entities: 2005: 45,36 2006: 46,36 2007: 47,36 - 4331: 69,-9 - 4332: 70,-9 - 4333: 72,-9 - 4334: 73,-9 - 4335: -43,38 - 4336: -42,38 - 4337: -41,38 - 4338: -40,38 - 4339: 28,38 - 4757: 68,82 - 4758: 70,82 - 4759: 72,82 - 4760: 74,82 - 4761: 76,82 - 4762: 78,82 - 4808: 80,82 - 4809: 82,82 - 5761: 99,-10 - 5762: 100,-10 - 5763: 101,-10 - 5764: 102,-10 - 5765: 103,-10 - 5766: 101,-24 - 5767: 102,-24 - 5768: 103,-24 - 5769: 108,-19 - 5770: 108,-18 - 5771: 108,-17 - 5772: 108,-16 - 5773: 108,-15 - 5774: 97,-13 - 5775: 105,-13 - 5776: 105,-21 - 5777: 97,-21 + 4320: 69,-9 + 4321: 70,-9 + 4322: 72,-9 + 4323: 73,-9 + 4324: -43,38 + 4325: -42,38 + 4326: -41,38 + 4327: -40,38 + 4328: 28,38 + 4740: 68,82 + 4741: 70,82 + 4742: 72,82 + 4743: 74,82 + 4744: 76,82 + 4745: 78,82 + 4791: 80,82 + 4792: 82,82 + 5744: 99,-10 + 5745: 100,-10 + 5746: 101,-10 + 5747: 102,-10 + 5748: 103,-10 + 5749: 101,-24 + 5750: 102,-24 + 5751: 103,-24 + 5752: 108,-19 + 5753: 108,-18 + 5754: 108,-17 + 5755: 108,-16 + 5756: 108,-15 + 5757: 97,-13 + 5758: 105,-13 + 5759: 105,-21 + 5760: 97,-21 - node: cleanable: True color: '#FFFFFFFF' @@ -6144,1047 +6144,1047 @@ entities: 3553: 79,0 3554: 80,-8 3555: 77,-12 - 3559: 68,-18 - 3560: 67,-16 - 3561: 60,-10 - 3562: 60,-12 - 3563: 56,-14 - 3564: 54,-16 - 3565: 49,-22 - 3566: 50,-23 - 3567: 52,-26 - 3568: 55,-27 - 3569: 57,-28 - 3570: 60,-26 - 3571: 64,-23 - 3572: 65,-22 - 3573: 61,-10 - 3574: 61,-8 - 3575: 56,-5 - 3576: 54,-5 - 3577: 54,-2 - 3578: 50,-2 - 3579: 50,-6 - 3580: 49,-7 - 3581: 51,-9 - 3582: 50,2 - 3583: 48,5 - 3584: 49,12 - 3585: 49,14 - 3586: 43,19 - 3587: 41,20 - 3588: 46,18 - 3589: 38,18 - 3590: 34,19 - 3591: 32,16 - 3592: 30,15 - 3593: 33,15 - 3594: 33,12 - 3595: 31,10 - 3596: 27,10 - 3597: 25,12 - 3598: 26,16 - 3599: 26,12 - 3600: 26,9 - 3601: 31,6 - 3602: 21,7 - 3603: 19,5 - 3604: 9,7 - 3605: 8,3 - 3606: -3,4 - 3607: -7,10 - 3608: -8,12 - 3609: -9,14 - 3610: -4,14 - 3611: -12,12 - 3612: -16,12 - 3613: -26,13 - 3614: -28,13 - 3615: -35,14 - 3616: -35,15 - 3617: -33,11 - 3618: -38,11 - 3619: -40,8 - 3620: -35,7 - 3621: -35,-5 - 3622: -32,-5 - 3623: -20,-3 - 3624: -17,-2 - 3625: -16,-3 - 3626: -21,3 - 3627: -15,1 - 3628: -12,-2 - 3629: -13,-5 - 3630: 0,-6 - 3631: 2,-8 - 3632: 2,-12 - 3633: 0,-11 - 3634: -2,-15 - 3635: -7,-16 - 3636: -13,-16 - 3637: -17,-16 - 3638: -12,-14 - 3639: -26,-17 - 3640: -32,-15 - 3641: -33,-11 - 3642: -32,-9 - 3643: -38,-15 - 3644: -40,-16 - 3645: -45,-14 - 3646: -44,-12 - 3647: -46,-10 - 3648: -48,-8 - 3649: -49,-15 - 3650: -50,-20 - 3651: -53,-17 - 3652: -54,-22 - 3653: -49,-25 - 3654: -47,-28 - 3656: -56,-24 - 3657: -57,-18 - 3660: -39,-30 - 3662: -31,-29 - 3663: -33,-26 - 3664: -33,-20 - 3665: -14,-21 - 3666: -7,-21 - 3667: -12,-19 - 3668: -4,-24 - 3669: -4,-19 - 3670: -5,-28 - 3671: -7,-29 - 3672: -6,-31 - 3673: -6,-30 - 3674: 0,-29 - 3675: 2,-25 - 3676: 2,-19 - 3677: -2,-18 - 3678: 3,-16 - 3679: 4,-21 - 3680: 4,-26 - 3681: 8,-28 - 3682: 9,-30 - 3683: 9,-33 - 3684: 11,-34 - 3685: 23,-19 - 3686: 29,-25 - 3687: 32,-23 - 3688: 33,-24 - 3689: 37,-23 - 3690: 38,-26 - 3691: 38,-33 - 3692: 39,-34 - 3693: 33,-35 - 3694: 24,-24 - 3695: 24,-25 - 3696: 22,-35 - 3697: 7,-28 - 3698: 9,-26 - 3699: 6,-37 - 3700: 0,-33 - 3701: 2,-33 - 3702: -4,-38 - 3703: -2,-40 - 3704: -1,-43 - 3705: 1,-40 - 3706: 2,-44 - 3707: -2,-45 - 3708: -1,-45 - 3709: 0,-48 - 3710: 2,-50 - 3711: 6,-52 - 3712: 7,-51 - 3713: 8,-53 - 3714: -3,-52 - 3715: -4,-53 - 3716: -8,-53 - 3717: -8,-51 - 3718: -3,-51 - 3719: -47,-37 - 3720: -52,-37 - 3721: -57,-37 - 3722: -58,-34 - 3723: -60,-33 - 3724: -61,-33 - 3725: -63,-29 - 3726: -62,-26 - 3727: -60,-12 - 3728: -57,-12 - 3729: -58,-9 - 3730: -62,-7 - 3731: -62,-8 - 3732: -59,-4 - 3733: -62,-4 - 3734: -61,-5 - 3735: -58,-2 - 3736: -53,-4 - 3737: -52,-3 - 3738: -49,-3 - 3739: -46,-6 - 3740: -44,-11 - 3741: -46,4 - 3742: -49,7 - 3743: -47,10 - 3744: -44,10 - 3745: -45,14 - 3746: -50,13 - 3747: -53,11 - 3748: -54,7 - 3749: -60,8 - 3750: -64,7 - 3751: -66,9 - 3752: -54,14 - 3753: -56,14 - 3754: -62,17 - 3755: -63,15 - 3756: -57,21 - 3757: -59,24 - 3758: -57,26 - 3759: -55,23 - 3760: -65,27 - 3761: -53,31 - 3762: -58,4 - 3763: -59,1 - 3764: -61,0 - 3765: -60,-2 - 3766: -66,3 - 3767: -65,-2 - 3768: -66,-4 - 3769: -66,-7 - 3770: -69,-7 - 3771: -74,-7 - 3772: -76,-3 - 3773: -75,-3 - 3774: -78,0 - 3775: -79,7 - 3776: -81,9 - 3777: -84,7 - 3778: -84,6 - 3779: -86,6 - 3780: -86,10 - 3781: -86,2 - 3782: -84,0 - 3783: -87,-4 - 3784: -89,-5 - 3785: -87,-6 - 3786: -80,-4 - 3787: -80,-6 - 3788: -97,-3 - 3789: -96,-8 - 3790: -95,-10 - 3791: -97,-13 - 3792: -92,-6 - 3793: -89,-2 - 3794: -97,4 - 3795: -98,4 - 3796: -97,11 - 3797: -99,8 - 3798: -93,8 - 3799: -90,8 - 3800: -90,7 - 3801: -96,17 - 3802: -97,19 - 3803: -96,21 - 3804: -96,24 - 3805: -97,27 - 3806: -89,21 - 3807: -86,20 - 3808: -82,21 - 3809: -78,21 - 3810: -74,24 - 3811: -100,28 - 3812: -79,51 - 3813: -75,52 - 3814: -68,50 - 3815: -66,47 - 3816: -60,50 - 3817: -42,63 - 3818: -7,71 - 3819: -2,71 - 3820: -9,74 - 3821: 20,2 - 3822: 33,-1 - 3823: 20,-8 - 3824: 7,-8 - 3825: 0,-9 - 3876: -39,40 - 3877: -35,34 - 3878: -36,30 - 3879: -17,30 - 3880: -15,28 - 3881: -13,36 - 3882: -13,41 - 3883: -8,42 - 3884: -7,39 - 3885: -5,32 - 5610: -26,50 - 5611: -32,51 - 5612: -21,50 - 5613: -19,46 - 5614: -14,45 - 5615: -14,39 - 5616: -9,42 - 5617: -22,45 - 5618: -21,44 - 5619: -27,44 - 5620: -28,41 - 5621: -24,39 - 5622: -21,38 - 5623: -28,38 - 5624: -31,39 - 5625: -20,44 - 5626: -28,44 - 5627: -14,36 - 5628: -13,32 - 5629: -14,44 - 5630: -13,43 - 5782: 84,-15 - 5783: 79,-13 - 5784: 80,-13 - 5785: 81,-21 - 5786: 82,-20 - 5787: 94,-20 - 5788: 94,-19 - 5789: 93,-14 - 5790: 93,-12 - 5791: 95,-10 - 5792: 97,-24 - 5793: 95,-24 - 5794: 100,-25 - 5795: 101,-23 - 5796: 103,-23 - 5797: 106,-25 - 5798: 108,-25 - 5799: 109,-24 - 5800: 109,-22 - 5801: 107,-20 - 5802: 107,-18 - 5803: 107,-14 - 5804: 109,-12 - 5805: 109,-10 - 5806: 107,-10 - 5807: 105,-10 - 5808: 103,-11 - 5809: 101,-11 - 5810: 99,-10 - 5811: 98,-10 - 5812: 96,-10 - 5813: 100,-18 - 5814: 93,-18 - 6912: -25,-43 - 6913: -17,-41 - 6914: -16,-42 - 6915: -17,-46 - 6916: -21,-47 - 6917: -22,-38 - 6918: -20,-36 - 6919: -22,-32 - 6920: -20,-29 - 6921: -17,-20 - 6922: -11,-31 - 6923: -16,-29 - 7141: -4,3 - 7142: 2,6 - 7143: 2,7 - 7144: 6,1 - 7145: 0,-2 - 7146: 2,-3 - 7147: 0,-5 + 3556: 68,-18 + 3557: 67,-16 + 3558: 60,-10 + 3559: 60,-12 + 3560: 56,-14 + 3561: 54,-16 + 3562: 49,-22 + 3563: 50,-23 + 3564: 52,-26 + 3565: 55,-27 + 3566: 57,-28 + 3567: 60,-26 + 3568: 64,-23 + 3569: 65,-22 + 3570: 61,-10 + 3571: 61,-8 + 3572: 56,-5 + 3573: 54,-5 + 3574: 54,-2 + 3575: 50,-2 + 3576: 50,-6 + 3577: 49,-7 + 3578: 51,-9 + 3579: 50,2 + 3580: 48,5 + 3581: 49,12 + 3582: 49,14 + 3583: 43,19 + 3584: 41,20 + 3585: 46,18 + 3586: 38,18 + 3587: 34,19 + 3588: 32,16 + 3589: 30,15 + 3590: 33,15 + 3591: 33,12 + 3592: 31,10 + 3593: 27,10 + 3594: 25,12 + 3595: 26,16 + 3596: 26,12 + 3597: 26,9 + 3598: 31,6 + 3599: 21,7 + 3600: 19,5 + 3601: 9,7 + 3602: 8,3 + 3603: -3,4 + 3604: -7,10 + 3605: -8,12 + 3606: -9,14 + 3607: -4,14 + 3608: -12,12 + 3609: -16,12 + 3610: -26,13 + 3611: -28,13 + 3612: -35,14 + 3613: -35,15 + 3614: -33,11 + 3615: -38,11 + 3616: -40,8 + 3617: -35,7 + 3618: -35,-5 + 3619: -32,-5 + 3620: -20,-3 + 3621: -17,-2 + 3622: -16,-3 + 3623: -21,3 + 3624: -15,1 + 3625: -12,-2 + 3626: -13,-5 + 3627: 0,-6 + 3628: 2,-8 + 3629: 2,-12 + 3630: 0,-11 + 3631: -2,-15 + 3632: -7,-16 + 3633: -13,-16 + 3634: -17,-16 + 3635: -12,-14 + 3636: -26,-17 + 3637: -32,-15 + 3638: -33,-11 + 3639: -32,-9 + 3640: -38,-15 + 3641: -40,-16 + 3642: -45,-14 + 3643: -44,-12 + 3644: -46,-10 + 3645: -48,-8 + 3646: -49,-15 + 3647: -50,-20 + 3648: -53,-17 + 3649: -54,-22 + 3650: -49,-25 + 3651: -47,-28 + 3652: -56,-24 + 3653: -57,-18 + 3654: -39,-30 + 3655: -31,-29 + 3656: -33,-26 + 3657: -33,-20 + 3658: -14,-21 + 3659: -7,-21 + 3660: -12,-19 + 3661: -4,-24 + 3662: -4,-19 + 3663: -5,-28 + 3664: -7,-29 + 3665: -6,-31 + 3666: -6,-30 + 3667: 0,-29 + 3668: 2,-25 + 3669: 2,-19 + 3670: -2,-18 + 3671: 3,-16 + 3672: 4,-21 + 3673: 4,-26 + 3674: 8,-28 + 3675: 9,-30 + 3676: 9,-33 + 3677: 11,-34 + 3678: 23,-19 + 3679: 29,-25 + 3680: 32,-23 + 3681: 33,-24 + 3682: 37,-23 + 3683: 38,-26 + 3684: 38,-33 + 3685: 39,-34 + 3686: 33,-35 + 3687: 24,-24 + 3688: 24,-25 + 3689: 22,-35 + 3690: 7,-28 + 3691: 9,-26 + 3692: 6,-37 + 3693: 0,-33 + 3694: 2,-33 + 3695: -4,-38 + 3696: -2,-40 + 3697: -1,-43 + 3698: 1,-40 + 3699: 2,-44 + 3700: -2,-45 + 3701: -1,-45 + 3702: 0,-48 + 3703: 2,-50 + 3704: 6,-52 + 3705: 7,-51 + 3706: 8,-53 + 3707: -3,-52 + 3708: -4,-53 + 3709: -8,-53 + 3710: -8,-51 + 3711: -3,-51 + 3712: -47,-37 + 3713: -52,-37 + 3714: -57,-37 + 3715: -58,-34 + 3716: -60,-33 + 3717: -61,-33 + 3718: -63,-29 + 3719: -62,-26 + 3720: -60,-12 + 3721: -57,-12 + 3722: -58,-9 + 3723: -62,-7 + 3724: -62,-8 + 3725: -59,-4 + 3726: -62,-4 + 3727: -61,-5 + 3728: -58,-2 + 3729: -53,-4 + 3730: -52,-3 + 3731: -49,-3 + 3732: -46,-6 + 3733: -44,-11 + 3734: -46,4 + 3735: -49,7 + 3736: -47,10 + 3737: -44,10 + 3738: -45,14 + 3739: -50,13 + 3740: -53,11 + 3741: -54,7 + 3742: -60,8 + 3743: -64,7 + 3744: -66,9 + 3745: -54,14 + 3746: -56,14 + 3747: -62,17 + 3748: -63,15 + 3749: -57,21 + 3750: -59,24 + 3751: -57,26 + 3752: -55,23 + 3753: -65,27 + 3754: -53,31 + 3755: -58,4 + 3756: -59,1 + 3757: -61,0 + 3758: -60,-2 + 3759: -66,3 + 3760: -65,-2 + 3761: -66,-4 + 3762: -66,-7 + 3763: -69,-7 + 3764: -74,-7 + 3765: -76,-3 + 3766: -75,-3 + 3767: -78,0 + 3768: -79,7 + 3769: -81,9 + 3770: -84,7 + 3771: -84,6 + 3772: -86,6 + 3773: -86,10 + 3774: -86,2 + 3775: -84,0 + 3776: -87,-4 + 3777: -89,-5 + 3778: -87,-6 + 3779: -80,-4 + 3780: -80,-6 + 3781: -97,-3 + 3782: -96,-8 + 3783: -95,-10 + 3784: -97,-13 + 3785: -92,-6 + 3786: -89,-2 + 3787: -97,4 + 3788: -98,4 + 3789: -97,11 + 3790: -99,8 + 3791: -93,8 + 3792: -90,8 + 3793: -90,7 + 3794: -96,17 + 3795: -97,19 + 3796: -96,21 + 3797: -96,24 + 3798: -97,27 + 3799: -89,21 + 3800: -86,20 + 3801: -82,21 + 3802: -78,21 + 3803: -74,24 + 3804: -100,28 + 3805: -79,51 + 3806: -75,52 + 3807: -68,50 + 3808: -66,47 + 3809: -60,50 + 3810: -42,63 + 3811: -7,71 + 3812: -2,71 + 3813: -9,74 + 3814: 20,2 + 3815: 33,-1 + 3816: 20,-8 + 3817: 7,-8 + 3818: 0,-9 + 3869: -39,40 + 3870: -35,34 + 3871: -36,30 + 3872: -17,30 + 3873: -15,28 + 3874: -13,36 + 3875: -13,41 + 3876: -8,42 + 3877: -7,39 + 3878: -5,32 + 5593: -26,50 + 5594: -32,51 + 5595: -21,50 + 5596: -19,46 + 5597: -14,45 + 5598: -14,39 + 5599: -9,42 + 5600: -22,45 + 5601: -21,44 + 5602: -27,44 + 5603: -28,41 + 5604: -24,39 + 5605: -21,38 + 5606: -28,38 + 5607: -31,39 + 5608: -20,44 + 5609: -28,44 + 5610: -14,36 + 5611: -13,32 + 5612: -14,44 + 5613: -13,43 + 5765: 84,-15 + 5766: 79,-13 + 5767: 80,-13 + 5768: 81,-21 + 5769: 82,-20 + 5770: 94,-20 + 5771: 94,-19 + 5772: 93,-14 + 5773: 93,-12 + 5774: 95,-10 + 5775: 97,-24 + 5776: 95,-24 + 5777: 100,-25 + 5778: 101,-23 + 5779: 103,-23 + 5780: 106,-25 + 5781: 108,-25 + 5782: 109,-24 + 5783: 109,-22 + 5784: 107,-20 + 5785: 107,-18 + 5786: 107,-14 + 5787: 109,-12 + 5788: 109,-10 + 5789: 107,-10 + 5790: 105,-10 + 5791: 103,-11 + 5792: 101,-11 + 5793: 99,-10 + 5794: 98,-10 + 5795: 96,-10 + 5796: 100,-18 + 5797: 93,-18 + 6895: -25,-43 + 6896: -17,-41 + 6897: -16,-42 + 6898: -17,-46 + 6899: -21,-47 + 6900: -22,-38 + 6901: -20,-36 + 6902: -22,-32 + 6903: -20,-29 + 6904: -17,-20 + 6905: -11,-31 + 6906: -16,-29 + 7124: -4,3 + 7125: 2,6 + 7126: 2,7 + 7127: 6,1 + 7128: 0,-2 + 7129: 2,-3 + 7130: 0,-5 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 4640: -55,-25 - 4642: -55,-29 - 4643: -60,-29 - 4644: -47,-30 - 4646: -42,-31 - 4647: -46,-33 - 4648: -39,-33 - 4649: -38,-36 - 4650: -38,-38 - 4651: -44,-38 - 4652: -43,-38 - 4654: -38,-22 - 4655: -44,-16 - 4656: -51,-15 - 4657: -54,-16 - 4658: -52,-11 + 4626: -55,-25 + 4627: -55,-29 + 4628: -60,-29 + 4629: -47,-30 + 4630: -42,-31 + 4631: -46,-33 + 4632: -39,-33 + 4633: -38,-36 + 4634: -38,-38 + 4635: -44,-38 + 4636: -43,-38 + 4637: -38,-22 + 4638: -44,-16 + 4639: -51,-15 + 4640: -54,-16 + 4641: -52,-11 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 3826: -9,-22 - 3827: -8,-17 - 3828: -5,-16 - 3829: -9,-15 - 3830: -12,-17 - 3831: -20,-16 - 3832: -26,-16 - 3833: -32,-16 - 3834: -33,-14 - 3835: -33,-10 - 3836: -33,-4 - 3837: -33,-4 - 3838: -33,-5 - 3839: -15,1 - 3840: -27,13 - 3841: -26,12 - 3842: -33,12 - 3843: -35,13 - 3844: -38,10 - 3845: -39,11 - 3846: -44,13 - 3847: -44,13 - 3848: -37,17 - 3849: -35,18 - 3850: -28,20 - 3851: -23,20 - 3852: -18,21 - 3853: -33,24 - 3854: -35,28 - 3855: -12,26 - 3856: -23,31 - 3857: -33,32 - 3858: -19,34 - 3859: -9,36 - 3860: -7,39 - 3861: -14,40 - 3862: -6,40 - 3863: -8,39 - 3864: -17,29 - 3865: -15,29 - 3866: -27,41 - 3867: -26,45 - 3868: -30,25 - 3869: -30,33 - 3870: -36,34 - 3871: -36,30 - 3872: -40,39 - 3873: -42,41 - 3874: -38,45 - 3875: -33,50 - 3886: -15,64 - 3887: -24,63 - 3888: -27,59 - 3889: -31,59 - 3890: -32,58 - 3891: -38,59 - 3892: -42,65 - 3893: -44,71 - 3894: -47,70 - 3895: -14,70 - 3896: -8,71 - 3897: -3,70 - 3898: 1,70 - 3899: 2,60 - 3900: -1,56 - 3901: 1,52 - 3902: 1,48 - 3903: 4,42 - 3904: 1,40 - 3905: 2,35 - 3906: 7,37 - 3907: 3,41 - 3908: 17,43 - 3909: 22,46 - 3910: 32,48 - 3911: 35,41 - 3912: 35,36 - 3913: 39,36 - 3914: 38,43 - 3915: 40,50 - 3916: 37,48 - 3917: 44,46 - 3918: 48,48 - 3919: 45,50 - 3920: 44,55 - 3921: 37,54 - 3922: 36,48 - 3923: 51,43 - 3924: 81,61 - 3925: 84,53 - 3926: 85,56 - 3927: 88,39 - 3928: 88,35 - 3929: 89,36 - 3930: 72,28 - 3931: 65,31 - 3932: 69,15 - 3933: 48,12 - 3934: 46,18 - 3935: 42,18 - 3936: 35,19 - 3937: 28,19 - 3938: 31,19 - 3939: 24,20 - 3940: 22,19 - 3941: 17,22 - 3942: 14,20 - 3943: 15,22 - 3944: 18,19 - 3945: 7,20 - 3946: 3,12 - 3947: 0,17 - 3948: -5,11 - 3949: 3,10 - 3950: -6,12 - 3951: -5,11 - 3952: -14,4 - 3953: -13,1 - 3954: -12,5 - 3955: -12,8 - 3956: -16,15 - 3957: -19,13 - 3958: -25,18 - 3959: -15,14 - 3960: -24,17 - 3961: -31,23 - 3962: -27,21 - 3963: -30,22 - 3964: -34,19 - 3965: -32,19 - 3966: -35,18 - 3967: -40,15 - 3968: -43,15 - 3969: -46,13 - 3970: -47,10 - 3971: -48,5 - 3972: -48,-1 - 3973: -48,-5 - 3974: -48,-8 - 3975: -46,-14 - 3976: -42,-15 - 3977: -35,-18 - 3978: -47,-18 - 3979: -45,-24 - 3980: -49,-22 - 3982: -50,-23 - 3983: -53,-21 - 3984: -57,-26 - 3985: -57,-26 - 3986: -61,-10 - 3987: -60,-7 - 3988: -62,-6 - 3989: -61,-5 - 3990: -67,-8 - 3991: -65,-4 - 3992: -64,-1 - 3993: -68,3 - 3994: -73,6 - 3995: -78,5 - 3996: -84,2 - 3997: -78,6 - 3998: -81,9 - 3999: -86,14 - 4000: -91,6 - 4001: -88,7 - 4002: -97,8 - 4003: -97,6 - 4004: -97,21 - 4005: -96,25 - 4006: -94,27 - 4007: -86,22 - 4008: -85,19 - 4009: -83,21 - 4010: -87,14 - 4011: -84,13 - 4012: -86,15 - 4013: -87,1 - 4014: -88,-1 - 4015: -83,-6 - 4016: -73,-7 - 4017: -80,0 - 4018: -69,1 - 4019: -66,-2 - 4020: -58,-13 - 4021: -42,-37 - 4022: -48,-37 - 4023: -53,-37 - 4024: -56,-37 - 4025: -9,-39 - 4026: -15,-37 - 4027: -12,-31 - 4028: -6,-30 - 4029: -2,-37 - 4030: 2,-39 - 4031: -5,-39 - 4032: 1,-45 - 4033: 2,-46 - 4034: 0,-50 - 4035: -4,-51 - 4036: -5,-52 - 4037: 10,-53 - 4038: 4,-53 - 4039: 6,-42 - 4040: 9,-36 - 4041: 8,-33 - 4042: 13,-28 - 4043: 3,-26 - 4044: 14,-26 - 4045: 29,-26 - 4046: 32,-23 - 4047: 36,-24 - 4048: 31,-26 - 4049: 39,-25 - 4050: 37,-24 - 4051: 39,-28 - 4052: 38,-32 - 4053: 33,-35 - 4054: 28,-34 - 4055: 42,-30 - 4056: 44,-29 - 4057: 43,-25 - 4058: 49,-31 - 4059: 56,-33 - 4060: 50,-24 - 4061: 65,-24 - 4062: 68,-17 - 4063: 67,-16 - 4064: 59,-12 - 4065: 64,-10 - 4066: 61,-6 - 4067: 57,-6 - 4068: 55,-3 - 4069: 50,-2 - 4070: 50,1 - 4071: 51,2 - 4072: 79,-3 - 4073: 81,3 - 4074: 83,6 - 4075: 85,8 - 4076: 84,11 - 4077: 86,14 - 4078: 85,17 - 4079: 89,18 - 4080: 88,17 - 4081: 70,31 - 4082: 80,55 - 4083: 45,56 - 4084: 45,48 - 4085: 39,43 - 4086: 40,34 - 4087: 35,38 - 4088: 27,38 - 4089: 18,40 - 4665: -21,6 - 4666: -14,6 - 4667: -21,-1 - 4668: -14,-3 - 4669: -7,-2 - 4670: -7,-3 - 4671: -8,6 - 4672: -6,5 - 4673: -9,3 - 4674: -11,9 - 4675: -15,9 - 4687: -30,7 - 4688: -27,5 - 4689: -25,2 - 4690: -27,0 - 4691: -32,-3 - 4728: 18,-20 - 4729: 22,-21 - 4730: 22,-22 - 4731: 22,-24 - 4732: 18,-23 - 4733: 19,-21 - 4734: 17,-23 - 5653: -21,49 - 5654: -17,49 - 5655: -18,51 - 5656: -24,50 - 5657: -26,49 - 5658: -31,44 - 5659: -33,45 - 5660: -30,44 - 5661: -31,49 - 5662: -34,48 - 5663: -34,50 - 5664: -34,43 - 5665: -31,43 - 5666: -26,41 - 5667: -24,39 - 5668: -25,38 - 5669: -22,39 - 5670: -21,41 - 5671: -23,42 - 5672: -24,42 - 5673: -21,46 - 5674: -20,49 - 5675: -17,48 - 5676: -15,50 - 5677: -10,52 - 5678: -13,54 - 5679: -5,51 - 5680: -14,55 - 5681: -22,58 - 5682: -21,55 - 5815: 81,-19 - 5816: 83,-15 - 5817: 81,-14 - 5818: 81,-13 - 5819: 86,-13 - 5820: 94,-13 - 5821: 94,-10 - 5822: 96,-9 - 5823: 101,-9 - 5824: 107,-20 - 5825: 109,-23 - 5826: 99,-25 - 5827: 93,-24 - 5828: 94,-20 - 6149: 0,46 - 6150: 2,40 - 6151: 2,44 - 7119: 8,15 - 7120: 15,13 - 7121: 16,10 - 7122: 11,10 - 7123: 13,6 - 7124: 16,5 - 7125: 10,6 - 7126: 25,5 - 7127: 22,10 - 7128: 10,12 - 7129: 7,10 - 7130: 8,10 - 7131: 8,9 - 7132: 20,9 - 7133: 20,16 - 7134: 8,17 - 7135: 11,15 - 7136: 15,15 - 7137: 0,5 - 7138: 4,2 - 7139: -3,1 - 7140: 1,-2 - 7148: 2,-1 + 3819: -9,-22 + 3820: -8,-17 + 3821: -5,-16 + 3822: -9,-15 + 3823: -12,-17 + 3824: -20,-16 + 3825: -26,-16 + 3826: -32,-16 + 3827: -33,-14 + 3828: -33,-10 + 3829: -33,-4 + 3830: -33,-4 + 3831: -33,-5 + 3832: -15,1 + 3833: -27,13 + 3834: -26,12 + 3835: -33,12 + 3836: -35,13 + 3837: -38,10 + 3838: -39,11 + 3839: -44,13 + 3840: -44,13 + 3841: -37,17 + 3842: -35,18 + 3843: -28,20 + 3844: -23,20 + 3845: -18,21 + 3846: -33,24 + 3847: -35,28 + 3848: -12,26 + 3849: -23,31 + 3850: -33,32 + 3851: -19,34 + 3852: -9,36 + 3853: -7,39 + 3854: -14,40 + 3855: -6,40 + 3856: -8,39 + 3857: -17,29 + 3858: -15,29 + 3859: -27,41 + 3860: -26,45 + 3861: -30,25 + 3862: -30,33 + 3863: -36,34 + 3864: -36,30 + 3865: -40,39 + 3866: -42,41 + 3867: -38,45 + 3868: -33,50 + 3879: -15,64 + 3880: -24,63 + 3881: -27,59 + 3882: -31,59 + 3883: -32,58 + 3884: -38,59 + 3885: -42,65 + 3886: -44,71 + 3887: -47,70 + 3888: -14,70 + 3889: -8,71 + 3890: -3,70 + 3891: 1,70 + 3892: 2,60 + 3893: -1,56 + 3894: 1,52 + 3895: 1,48 + 3896: 4,42 + 3897: 1,40 + 3898: 2,35 + 3899: 7,37 + 3900: 3,41 + 3901: 17,43 + 3902: 22,46 + 3903: 32,48 + 3904: 35,41 + 3905: 35,36 + 3906: 39,36 + 3907: 38,43 + 3908: 40,50 + 3909: 37,48 + 3910: 44,46 + 3911: 48,48 + 3912: 45,50 + 3913: 44,55 + 3914: 37,54 + 3915: 36,48 + 3916: 51,43 + 3917: 81,61 + 3918: 84,53 + 3919: 85,56 + 3920: 88,39 + 3921: 88,35 + 3922: 89,36 + 3923: 72,28 + 3924: 65,31 + 3925: 69,15 + 3926: 48,12 + 3927: 46,18 + 3928: 42,18 + 3929: 35,19 + 3930: 28,19 + 3931: 31,19 + 3932: 24,20 + 3933: 22,19 + 3934: 17,22 + 3935: 14,20 + 3936: 15,22 + 3937: 18,19 + 3938: 7,20 + 3939: 3,12 + 3940: 0,17 + 3941: -5,11 + 3942: 3,10 + 3943: -6,12 + 3944: -5,11 + 3945: -14,4 + 3946: -13,1 + 3947: -12,5 + 3948: -12,8 + 3949: -16,15 + 3950: -19,13 + 3951: -25,18 + 3952: -15,14 + 3953: -24,17 + 3954: -31,23 + 3955: -27,21 + 3956: -30,22 + 3957: -34,19 + 3958: -32,19 + 3959: -35,18 + 3960: -40,15 + 3961: -43,15 + 3962: -46,13 + 3963: -47,10 + 3964: -48,5 + 3965: -48,-1 + 3966: -48,-5 + 3967: -48,-8 + 3968: -46,-14 + 3969: -42,-15 + 3970: -35,-18 + 3971: -47,-18 + 3972: -45,-24 + 3973: -49,-22 + 3974: -50,-23 + 3975: -53,-21 + 3976: -57,-26 + 3977: -57,-26 + 3978: -61,-10 + 3979: -60,-7 + 3980: -62,-6 + 3981: -61,-5 + 3982: -67,-8 + 3983: -65,-4 + 3984: -64,-1 + 3985: -68,3 + 3986: -73,6 + 3987: -78,5 + 3988: -84,2 + 3989: -78,6 + 3990: -81,9 + 3991: -86,14 + 3992: -91,6 + 3993: -88,7 + 3994: -97,8 + 3995: -97,6 + 3996: -97,21 + 3997: -96,25 + 3998: -94,27 + 3999: -86,22 + 4000: -85,19 + 4001: -83,21 + 4002: -87,14 + 4003: -84,13 + 4004: -86,15 + 4005: -87,1 + 4006: -88,-1 + 4007: -83,-6 + 4008: -73,-7 + 4009: -80,0 + 4010: -69,1 + 4011: -66,-2 + 4012: -58,-13 + 4013: -42,-37 + 4014: -48,-37 + 4015: -53,-37 + 4016: -56,-37 + 4017: -9,-39 + 4018: -15,-37 + 4019: -12,-31 + 4020: -6,-30 + 4021: -2,-37 + 4022: 2,-39 + 4023: -5,-39 + 4024: 1,-45 + 4025: 2,-46 + 4026: 0,-50 + 4027: -4,-51 + 4028: -5,-52 + 4029: 10,-53 + 4030: 4,-53 + 4031: 6,-42 + 4032: 9,-36 + 4033: 8,-33 + 4034: 13,-28 + 4035: 3,-26 + 4036: 14,-26 + 4037: 29,-26 + 4038: 32,-23 + 4039: 36,-24 + 4040: 31,-26 + 4041: 39,-25 + 4042: 37,-24 + 4043: 39,-28 + 4044: 38,-32 + 4045: 33,-35 + 4046: 28,-34 + 4047: 42,-30 + 4048: 44,-29 + 4049: 43,-25 + 4050: 49,-31 + 4051: 56,-33 + 4052: 50,-24 + 4053: 65,-24 + 4054: 68,-17 + 4055: 67,-16 + 4056: 59,-12 + 4057: 64,-10 + 4058: 61,-6 + 4059: 57,-6 + 4060: 55,-3 + 4061: 50,-2 + 4062: 50,1 + 4063: 51,2 + 4064: 79,-3 + 4065: 81,3 + 4066: 83,6 + 4067: 85,8 + 4068: 84,11 + 4069: 86,14 + 4070: 85,17 + 4071: 89,18 + 4072: 88,17 + 4073: 70,31 + 4074: 80,55 + 4075: 45,56 + 4076: 45,48 + 4077: 39,43 + 4078: 40,34 + 4079: 35,38 + 4080: 27,38 + 4081: 18,40 + 4648: -21,6 + 4649: -14,6 + 4650: -21,-1 + 4651: -14,-3 + 4652: -7,-2 + 4653: -7,-3 + 4654: -8,6 + 4655: -6,5 + 4656: -9,3 + 4657: -11,9 + 4658: -15,9 + 4670: -30,7 + 4671: -27,5 + 4672: -25,2 + 4673: -27,0 + 4674: -32,-3 + 4711: 18,-20 + 4712: 22,-21 + 4713: 22,-22 + 4714: 22,-24 + 4715: 18,-23 + 4716: 19,-21 + 4717: 17,-23 + 5636: -21,49 + 5637: -17,49 + 5638: -18,51 + 5639: -24,50 + 5640: -26,49 + 5641: -31,44 + 5642: -33,45 + 5643: -30,44 + 5644: -31,49 + 5645: -34,48 + 5646: -34,50 + 5647: -34,43 + 5648: -31,43 + 5649: -26,41 + 5650: -24,39 + 5651: -25,38 + 5652: -22,39 + 5653: -21,41 + 5654: -23,42 + 5655: -24,42 + 5656: -21,46 + 5657: -20,49 + 5658: -17,48 + 5659: -15,50 + 5660: -10,52 + 5661: -13,54 + 5662: -5,51 + 5663: -14,55 + 5664: -22,58 + 5665: -21,55 + 5798: 81,-19 + 5799: 83,-15 + 5800: 81,-14 + 5801: 81,-13 + 5802: 86,-13 + 5803: 94,-13 + 5804: 94,-10 + 5805: 96,-9 + 5806: 101,-9 + 5807: 107,-20 + 5808: 109,-23 + 5809: 99,-25 + 5810: 93,-24 + 5811: 94,-20 + 6132: 0,46 + 6133: 2,40 + 6134: 2,44 + 7102: 8,15 + 7103: 15,13 + 7104: 16,10 + 7105: 11,10 + 7106: 13,6 + 7107: 16,5 + 7108: 10,6 + 7109: 25,5 + 7110: 22,10 + 7111: 10,12 + 7112: 7,10 + 7113: 8,10 + 7114: 8,9 + 7115: 20,9 + 7116: 20,16 + 7117: 8,17 + 7118: 11,15 + 7119: 15,15 + 7120: 0,5 + 7121: 4,2 + 7122: -3,1 + 7123: 1,-2 + 7131: 2,-1 - node: color: '#FFFFFFFF' id: DirtLight decals: - 4659: -59,-13 - 4660: -50,-11 - 4661: -57,-17 - 4662: -54,-18 - 4663: -54,-21 - 4664: -57,-24 + 4642: -59,-13 + 4643: -50,-11 + 4644: -57,-17 + 4645: -54,-18 + 4646: -54,-21 + 4647: -57,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 4090: 1,42 - 4091: -9,52 - 4092: -16,51 - 4093: -13,38 - 4094: -18,41 - 4095: -51,10 - 4096: -83,15 - 4097: -80,28 - 4098: -31,54 - 4099: 17,51 - 4100: 6,19 - 4102: -9,-23 - 4103: -55,-24 - 4105: 32,-20 - 4106: 49,23 - 4107: 50,49 - 4108: 79,54 - 4109: -17,4 - 4110: -9,21 - 4111: 13,4 - 4112: -15,-29 - 4113: -65,-8 - 4114: -51,33 - 4115: -36,47 - 4116: -23,56 - 4117: -20,64 - 4118: 17,21 - 4119: 39,23 - 4120: 31,15 - 4121: 65,-10 - 4122: 38,-18 - 4123: 34,-23 - 4124: 1,-36 - 4125: 5,-43 - 4126: -12,-37 - 4127: -29,-23 - 4128: 32,-13 - 4129: -14,11 - 4130: 35,24 - 4131: 58,32 - 4132: 54,42 - 4133: 46,48 - 4134: 19,48 - 4135: -9,54 - 4136: -17,59 - 4137: -48,64 - 4138: -30,63 - 4139: -17,60 - 4140: -20,30 - 4141: -49,3 - 4142: -27,-24 - 4143: -51,-12 - 4144: -44,-22 - 4145: -86,4 - 4146: -86,16 - 4147: -99,13 - 4148: -105,6 - 4149: -67,-13 - 4150: -46,-20 - 4151: -3,-28 - 4152: 25,-26 - 4153: 39,-15 - 4154: 46,-11 - 4155: 31,-23 - 4156: 53,25 - 4157: 32,35 - 4158: -1,49 - 4159: 0,64 - 4160: -1,76 - 4161: -27,58 - 4676: -20,6 - 4677: -22,1 - 4678: -19,2 - 4679: -18,5 - 4680: -15,6 - 4681: -7,6 - 4682: -9,-1 - 4683: -7,-2 - 4684: -14,-3 - 4685: -15,-1 - 4686: -20,-2 - 4697: -25,5 - 4698: -25,7 - 4699: -31,7 - 4700: -27,-1 - 5631: -14,46 - 5632: -20,48 - 5633: -23,45 - 5634: -26,49 - 5635: -31,48 - 5636: -26,42 - 5637: -21,41 - 5638: -21,38 - 5639: -22,38 - 5640: -30,38 - 5641: -18,40 - 5642: -14,38 - 5643: -18,46 - 5644: -13,46 - 5645: -26,45 - 5646: -26,48 - 5647: -26,53 - 5648: -21,53 - 5829: 83,-15 - 5830: 83,-19 - 5831: 96,-17 - 5832: 94,-15 - 5833: 100,-17 - 5834: 108,-10 - 5835: 98,-9 - 7106: 8,13 - 7107: 10,15 - 7108: 14,13 - 7109: 18,15 - 7110: 20,10 - 7111: 15,6 - 7112: 12,10 - 7113: 6,10 - 7114: 6,13 - 7115: 5,16 - 7116: 22,14 - 7117: 23,11 - 7118: 21,11 - 7149: -2,2 - 7150: 1,4 - 7151: 1,7 - 7152: 6,3 - 7153: 10,1 - 7154: 8,-2 - 7155: 9,-6 - 7156: 10,-10 - 7157: 9,-12 - 7158: 12,-5 + 4082: 1,42 + 4083: -9,52 + 4084: -16,51 + 4085: -13,38 + 4086: -18,41 + 4087: -51,10 + 4088: -83,15 + 4089: -80,28 + 4090: -31,54 + 4091: 17,51 + 4092: 6,19 + 4093: -9,-23 + 4094: -55,-24 + 4095: 32,-20 + 4096: 49,23 + 4097: 50,49 + 4098: 79,54 + 4099: -17,4 + 4100: -9,21 + 4101: 13,4 + 4102: -15,-29 + 4103: -65,-8 + 4104: -51,33 + 4105: -36,47 + 4106: -23,56 + 4107: -20,64 + 4108: 17,21 + 4109: 39,23 + 4110: 31,15 + 4111: 65,-10 + 4112: 38,-18 + 4113: 34,-23 + 4114: 1,-36 + 4115: 5,-43 + 4116: -12,-37 + 4117: -29,-23 + 4118: 32,-13 + 4119: -14,11 + 4120: 35,24 + 4121: 58,32 + 4122: 54,42 + 4123: 46,48 + 4124: 19,48 + 4125: -9,54 + 4126: -17,59 + 4127: -48,64 + 4128: -30,63 + 4129: -17,60 + 4130: -20,30 + 4131: -49,3 + 4132: -27,-24 + 4133: -51,-12 + 4134: -44,-22 + 4135: -86,4 + 4136: -86,16 + 4137: -99,13 + 4138: -105,6 + 4139: -67,-13 + 4140: -46,-20 + 4141: -3,-28 + 4142: 25,-26 + 4143: 39,-15 + 4144: 46,-11 + 4145: 31,-23 + 4146: 53,25 + 4147: 32,35 + 4148: -1,49 + 4149: 0,64 + 4150: -1,76 + 4151: -27,58 + 4659: -20,6 + 4660: -22,1 + 4661: -19,2 + 4662: -18,5 + 4663: -15,6 + 4664: -7,6 + 4665: -9,-1 + 4666: -7,-2 + 4667: -14,-3 + 4668: -15,-1 + 4669: -20,-2 + 4680: -25,5 + 4681: -25,7 + 4682: -31,7 + 4683: -27,-1 + 5614: -14,46 + 5615: -20,48 + 5616: -23,45 + 5617: -26,49 + 5618: -31,48 + 5619: -26,42 + 5620: -21,41 + 5621: -21,38 + 5622: -22,38 + 5623: -30,38 + 5624: -18,40 + 5625: -14,38 + 5626: -18,46 + 5627: -13,46 + 5628: -26,45 + 5629: -26,48 + 5630: -26,53 + 5631: -21,53 + 5812: 83,-15 + 5813: 83,-19 + 5814: 96,-17 + 5815: 94,-15 + 5816: 100,-17 + 5817: 108,-10 + 5818: 98,-9 + 7089: 8,13 + 7090: 10,15 + 7091: 14,13 + 7092: 18,15 + 7093: 20,10 + 7094: 15,6 + 7095: 12,10 + 7096: 6,10 + 7097: 6,13 + 7098: 5,16 + 7099: 22,14 + 7100: 23,11 + 7101: 21,11 + 7132: -2,2 + 7133: 1,4 + 7134: 1,7 + 7135: 6,3 + 7136: 10,1 + 7137: 8,-2 + 7138: 9,-6 + 7139: 10,-10 + 7140: 9,-12 + 7141: 12,-5 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 4162: -58,-1 - 4163: -35,15 - 4164: 22,29 - 4165: 7,-3 - 4166: 21,-14 - 4167: -37,-23 - 4168: 36,-14 - 4169: -11,-28 - 4170: -1,-30 - 4171: 43,-27 - 4172: 16,-32 - 4173: 3,-41 - 4174: 3,-40 - 4175: -18,-9 - 4176: 2,9 - 4177: 30,25 - 4178: 15,26 - 4179: -31,22 - 4180: 2,51 - 4181: 6,66 - 4182: -39,63 - 4183: -35,65 - 4184: 12,76 - 4185: -10,70 - 4186: 25,47 - 4187: 90,43 - 4188: 69,28 - 4189: 87,37 - 4190: 61,18 - 4191: 39,9 - 4192: 37,-10 - 4193: 62,-13 - 4194: 70,-9 - 4195: 38,-17 - 4196: -5,-18 - 4197: -9,-11 - 4198: -48,-15 - 4199: -30,18 - 4200: -52,24 - 4201: -48,27 - 4202: -65,34 - 4203: -66,36 - 4204: -63,-32 - 4205: -67,49 - 4206: -56,44 - 4207: -32,60 - 4208: -31,58 - 4209: -23,55 - 4210: -15,62 - 4211: -4,63 - 4212: -13,37 - 4213: -18,25 - 4214: -2,29 - 4215: -37,21 - 4216: -15,22 - 4217: -10,29 - 4218: -14,34 - 4219: -10,39 - 4220: -27,37 - 4221: -14,43 - 4222: 35,34 - 4223: 3,37 - 4224: -1,46 - 4225: 43,43 - 4226: 33,7 - 4227: 42,17 - 4228: 51,16 - 4229: 41,18 - 4230: 47,-3 - 4231: 49,-7 - 4232: 41,-18 - 4233: 56,-15 - 4234: -7,-27 - 4235: -9,-27 - 4236: 51,-18 - 4237: 51,-13 - 4238: 57,-6 - 4239: 50,2 - 4240: 39,29 - 4241: 38,33 - 4242: 28,37 - 4243: 19,41 - 4244: 1,45 - 4245: -27,55 - 4246: -30,60 - 4247: -42,64 - 4248: -45,57 - 4249: -56,30 - 4250: -54,23 - 4251: -60,27 - 4252: -42,27 - 4253: -60,33 - 4254: -40,28 - 4255: -46,24 - 4256: -35,27 - 4257: -38,11 - 4258: -35,5 - 4259: -58,1 - 4260: -69,-1 - 4261: -66,-6 - 4262: -66,-11 - 4263: -63,-14 - 4264: -63,-20 - 4265: -63,-23 - 4266: -66,-32 - 4267: -43,-37 - 4268: -1,-43 - 4269: 3,-44 - 4270: 5,-53 - 4271: -2,-53 - 4272: 11,-33 - 4273: 36,-23 - 4274: 35,-23 - 4275: 44,-17 - 4276: 39,-10 - 4277: 39,-6 - 4278: 39,1 - 4279: 39,8 - 4280: 58,-5 - 4281: 65,-14 - 4283: 69,-11 - 4284: 74,-11 - 4285: 74,-12 - 4286: 76,-22 - 4287: 70,-26 - 4288: 58,-30 - 4289: 54,-30 - 4290: 49,-31 - 4291: 46,-31 - 4292: 47,-24 - 4293: 43,-28 - 4294: 63,-12 - 4295: 49,13 - 4296: 43,21 - 4297: 35,26 - 4298: 35,29 - 4299: 31,27 - 4300: 27,27 - 4301: 40,33 - 4302: 39,44 - 4303: 43,48 - 4304: 42,50 - 4305: 43,50 - 4306: 26,45 - 4307: 17,42 - 4308: 6,41 - 4309: -1,47 - 4310: -1,48 - 4311: 3,55 - 4312: 2,60 - 4313: 2,64 - 4314: 2,71 - 4315: -6,71 - 4316: 5,69 - 4317: 6,69 - 4318: 13,65 - 4319: 7,64 - 4320: 9,63 - 4692: -27,-3 - 4693: -27,2 - 4694: -32,7 - 4695: -25,5 - 4696: -25,4 - 5649: -27,46 - 5650: -20,45 - 5651: -13,46 - 5652: -7,40 - 7159: 2,5 - 7160: 9,2 - 7161: 5,3 - 7162: 11,-5 + 4152: -58,-1 + 4153: -35,15 + 4154: 22,29 + 4155: 7,-3 + 4156: 21,-14 + 4157: -37,-23 + 4158: 36,-14 + 4159: -11,-28 + 4160: -1,-30 + 4161: 43,-27 + 4162: 16,-32 + 4163: 3,-41 + 4164: 3,-40 + 4165: -18,-9 + 4166: 2,9 + 4167: 30,25 + 4168: 15,26 + 4169: -31,22 + 4170: 2,51 + 4171: 6,66 + 4172: -39,63 + 4173: -35,65 + 4174: 12,76 + 4175: -10,70 + 4176: 25,47 + 4177: 90,43 + 4178: 69,28 + 4179: 87,37 + 4180: 61,18 + 4181: 39,9 + 4182: 37,-10 + 4183: 62,-13 + 4184: 70,-9 + 4185: 38,-17 + 4186: -5,-18 + 4187: -9,-11 + 4188: -48,-15 + 4189: -30,18 + 4190: -52,24 + 4191: -48,27 + 4192: -65,34 + 4193: -66,36 + 4194: -63,-32 + 4195: -67,49 + 4196: -56,44 + 4197: -32,60 + 4198: -31,58 + 4199: -23,55 + 4200: -15,62 + 4201: -4,63 + 4202: -13,37 + 4203: -18,25 + 4204: -2,29 + 4205: -37,21 + 4206: -15,22 + 4207: -10,29 + 4208: -14,34 + 4209: -10,39 + 4210: -27,37 + 4211: -14,43 + 4212: 35,34 + 4213: 3,37 + 4214: -1,46 + 4215: 43,43 + 4216: 33,7 + 4217: 42,17 + 4218: 51,16 + 4219: 41,18 + 4220: 47,-3 + 4221: 49,-7 + 4222: 41,-18 + 4223: 56,-15 + 4224: -7,-27 + 4225: -9,-27 + 4226: 51,-18 + 4227: 51,-13 + 4228: 57,-6 + 4229: 50,2 + 4230: 39,29 + 4231: 38,33 + 4232: 28,37 + 4233: 19,41 + 4234: 1,45 + 4235: -27,55 + 4236: -30,60 + 4237: -42,64 + 4238: -45,57 + 4239: -56,30 + 4240: -54,23 + 4241: -60,27 + 4242: -42,27 + 4243: -60,33 + 4244: -40,28 + 4245: -46,24 + 4246: -35,27 + 4247: -38,11 + 4248: -35,5 + 4249: -58,1 + 4250: -69,-1 + 4251: -66,-6 + 4252: -66,-11 + 4253: -63,-14 + 4254: -63,-20 + 4255: -63,-23 + 4256: -66,-32 + 4257: -43,-37 + 4258: -1,-43 + 4259: 3,-44 + 4260: 5,-53 + 4261: -2,-53 + 4262: 11,-33 + 4263: 36,-23 + 4264: 35,-23 + 4265: 44,-17 + 4266: 39,-10 + 4267: 39,-6 + 4268: 39,1 + 4269: 39,8 + 4270: 58,-5 + 4271: 65,-14 + 4272: 69,-11 + 4273: 74,-11 + 4274: 74,-12 + 4275: 76,-22 + 4276: 70,-26 + 4277: 58,-30 + 4278: 54,-30 + 4279: 49,-31 + 4280: 46,-31 + 4281: 47,-24 + 4282: 43,-28 + 4283: 63,-12 + 4284: 49,13 + 4285: 43,21 + 4286: 35,26 + 4287: 35,29 + 4288: 31,27 + 4289: 27,27 + 4290: 40,33 + 4291: 39,44 + 4292: 43,48 + 4293: 42,50 + 4294: 43,50 + 4295: 26,45 + 4296: 17,42 + 4297: 6,41 + 4298: -1,47 + 4299: -1,48 + 4300: 3,55 + 4301: 2,60 + 4302: 2,64 + 4303: 2,71 + 4304: -6,71 + 4305: 5,69 + 4306: 6,69 + 4307: 13,65 + 4308: 7,64 + 4309: 9,63 + 4675: -27,-3 + 4676: -27,2 + 4677: -32,7 + 4678: -25,5 + 4679: -25,4 + 5632: -27,46 + 5633: -20,45 + 5634: -13,46 + 5635: -7,40 + 7142: 2,5 + 7143: 9,2 + 7144: 5,3 + 7145: 11,-5 - node: color: '#FFFFFFFF' id: FlowersBROne @@ -7194,9 +7194,9 @@ entities: 2630: -21.079681,17.635077 3170: 48.486603,54.127567 3347: 0.8775835,53.575855 - 4414: 35.936924,-11.278788 - 5596: -10.380536,44.619083 - 5597: -5.7789736,44.29877 + 4403: 35.936924,-11.278788 + 5579: -10.380536,44.619083 + 5580: -5.7789736,44.29877 - node: color: '#FFFFFFFF' id: FlowersBRThree @@ -7220,9 +7220,9 @@ entities: 3228: -17.425308,56.89219 3229: -16.440933,55.814064 3230: -17.565933,52.427345 - 4377: -1.2052917,34.102757 - 4389: -62.314003,9.298165 - 5589: -5.495222,46.59599 + 4366: -1.2052917,34.102757 + 4378: -62.314003,9.298165 + 5572: -5.495222,46.59599 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7293,11 +7293,11 @@ entities: 3212: -1.9605174,61.33826 3268: -18.422426,-13.633619 3269: -14.188051,-13.727369 - 4326: 45.7115,21.249813 - 4327: 45.24275,20.921688 - 4347: 27.056904,-17.133144 - 4348: 30.424091,-16.844082 - 5349: -16.198597,54.156445 + 4315: 45.7115,21.249813 + 4316: 45.24275,20.921688 + 4336: 27.056904,-17.133144 + 4337: 30.424091,-16.844082 + 5332: -16.198597,54.156445 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -7343,15 +7343,15 @@ entities: 3328: 46.55093,-1.79771 3329: 46.246243,-6.219585 3330: 46.668118,-7.11021 - 4346: 27.720966,-17.226894 - 4362: 39.272312,21.207067 - 4363: 35.303562,20.972692 - 4375: -0.12716675,37.33713 - 4376: -0.49435425,33.99338 - 4387: -58.423378,9.165353 - 5227: 7.253884,43.866146 - 5473: -6.7102385,46.09017 - 5474: -4.9289885,45.65267 + 4335: 27.720966,-17.226894 + 4351: 39.272312,21.207067 + 4352: 35.303562,20.972692 + 4364: -0.12716675,37.33713 + 4365: -0.49435425,33.99338 + 4376: -58.423378,9.165353 + 5210: 7.253884,43.866146 + 5456: -6.7102385,46.09017 + 5457: -4.9289885,45.65267 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -7360,12 +7360,12 @@ entities: 166: -5,-46 180: 3,15 2631: -22.625883,17.494452 - 4425: -13.98396,70.56375 - 4426: -13.655835,69.18875 - 4503: 35.749958,-5.498374 - 4516: 71.229546,17.978672 - 4517: 70.678764,19.736485 - 6944: -10.562142,-53.976284 + 4414: -13.98396,70.56375 + 4415: -13.655835,69.18875 + 4492: 35.749958,-5.498374 + 4505: 71.229546,17.978672 + 4506: 70.678764,19.736485 + 6927: -10.562142,-53.976284 - node: color: '#FFFFFFFF' id: Flowersbr3 @@ -7431,43 +7431,43 @@ entities: 3336: 47.425335,0.06665063 3345: 0.854146,50.630543 3346: 1.276021,52.427418 - 4365: 38.577,21.199255 - 4379: 0.14627075,35.12407 - 4380: -1.1427917,36.16313 - 4388: -58.923378,9.040353 - 5188: 81.576515,55.34774 - 5189: 76.61816,55.675865 - 5193: 82.46581,56.37899 - 5204: 97.59068,14.402504 - 5205: 95.3524,15.28141 - 5206: 98.24693,18.797035 - 5228: 4.128884,45.233334 - 5245: -32.292305,2.369635 - 5248: -29.542305,-0.2631774 - 5249: -31.471992,-0.2397399 - 5250: -32.565742,1.3618226 - 5251: -32.596992,0.6196351 - 5301: 41.3515,14.787474 - 5305: 43.539,10.654661 - 5324: 45.71438,-29.110764 - 5325: 46.50344,-31.681076 - 5326: 45.65188,-32.5717 - 5327: 50.519066,-31.915451 - 5328: 49.769066,-28.790451 - 5331: 48.073753,-31.852951 - 5413: 34.99527,56.357723 - 5414: 35.260895,54.303036 - 5415: 35.424957,57.146786 - 5416: 30.58902,57.263973 - 5417: 31.46402,52.701473 - 5418: 35.471832,52.709286 - 5471: -7.4827027,46.254234 - 5595: -9.528974,44.689396 - 5855: 14.463871,-31.322914 - 5856: 18.166996,-28.99479 - 6164: -2.475834,27.088507 - 6268: 11.387196,-41.660503 - 6405: -42.067287,21.170424 + 4354: 38.577,21.199255 + 4368: 0.14627075,35.12407 + 4369: -1.1427917,36.16313 + 4377: -58.923378,9.040353 + 5171: 81.576515,55.34774 + 5172: 76.61816,55.675865 + 5176: 82.46581,56.37899 + 5187: 97.59068,14.402504 + 5188: 95.3524,15.28141 + 5189: 98.24693,18.797035 + 5211: 4.128884,45.233334 + 5228: -32.292305,2.369635 + 5231: -29.542305,-0.2631774 + 5232: -31.471992,-0.2397399 + 5233: -32.565742,1.3618226 + 5234: -32.596992,0.6196351 + 5284: 41.3515,14.787474 + 5288: 43.539,10.654661 + 5307: 45.71438,-29.110764 + 5308: 46.50344,-31.681076 + 5309: 45.65188,-32.5717 + 5310: 50.519066,-31.915451 + 5311: 49.769066,-28.790451 + 5314: 48.073753,-31.852951 + 5396: 34.99527,56.357723 + 5397: 35.260895,54.303036 + 5398: 35.424957,57.146786 + 5399: 30.58902,57.263973 + 5400: 31.46402,52.701473 + 5401: 35.471832,52.709286 + 5454: -7.4827027,46.254234 + 5578: -9.528974,44.689396 + 5838: 14.463871,-31.322914 + 5839: 18.166996,-28.99479 + 6147: -2.475834,27.088507 + 6251: 11.387196,-41.660503 + 6388: -42.067287,21.170424 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -7475,47 +7475,47 @@ entities: 177: -1,10 189: -28,18 205: 37,40 - 4417: 35.530674,-9.257954 - 4418: 36.11401,-8.872538 - 4419: 35.968174,-10.091288 - 4505: 36.20699,-4.830405 - 4514: 70.63189,14.966953 - 4515: 70.960014,14.556797 - 5190: 76.99316,59.039146 - 5194: 82.55956,55.42977 - 5195: 79.32519,53.507896 - 5196: 77.22753,56.20321 - 5197: 80.391594,57.69149 - 5198: 95.05943,44.495373 - 5199: 102.442245,41.764904 - 5200: 95.82115,19.520657 - 5201: 98.64537,17.551907 - 5229: 3.7148213,44.803646 - 5267: -39.44195,73.10878 - 5268: -39.613827,68.780655 - 5304: 41.148376,11.060911 - 5306: 44.359314,11.107786 - 5307: 45.453064,15.209349 - 5308: 46.429626,15.107786 - 5309: 40.515564,12.068724 - 5329: 46.80813,-32.4467 - 5372: -69.768234,32.863335 - 5373: -67.174484,31.699272 - 5374: -65.674484,35.277397 - 5409: 32.24527,56.99835 - 5410: 30.93277,54.084286 - 5475: -6.0794516,46.074547 - 5476: -10.267013,45.543297 - 5857: 18.979496,-31.979164 - 5862: 15.3154335,-28.479164 - 5863: 20.057621,-33.268227 - 5864: 19.409184,-33.59635 - 6165: -3.2180214,24.682257 - 6166: -1.3820839,27.236944 - 6266: 8.777821,-41.855816 - 6267: 9.480946,-44.293316 - 6406: -40.871975,18.787611 - 6943: -10.999642,-53.67941 + 4406: 35.530674,-9.257954 + 4407: 36.11401,-8.872538 + 4408: 35.968174,-10.091288 + 4494: 36.20699,-4.830405 + 4503: 70.63189,14.966953 + 4504: 70.960014,14.556797 + 5173: 76.99316,59.039146 + 5177: 82.55956,55.42977 + 5178: 79.32519,53.507896 + 5179: 77.22753,56.20321 + 5180: 80.391594,57.69149 + 5181: 95.05943,44.495373 + 5182: 102.442245,41.764904 + 5183: 95.82115,19.520657 + 5184: 98.64537,17.551907 + 5212: 3.7148213,44.803646 + 5250: -39.44195,73.10878 + 5251: -39.613827,68.780655 + 5287: 41.148376,11.060911 + 5289: 44.359314,11.107786 + 5290: 45.453064,15.209349 + 5291: 46.429626,15.107786 + 5292: 40.515564,12.068724 + 5312: 46.80813,-32.4467 + 5355: -69.768234,32.863335 + 5356: -67.174484,31.699272 + 5357: -65.674484,35.277397 + 5392: 32.24527,56.99835 + 5393: 30.93277,54.084286 + 5458: -6.0794516,46.074547 + 5459: -10.267013,45.543297 + 5840: 18.979496,-31.979164 + 5845: 15.3154335,-28.479164 + 5846: 20.057621,-33.268227 + 5847: 19.409184,-33.59635 + 6148: -3.2180214,24.682257 + 6149: -1.3820839,27.236944 + 6249: 8.777821,-41.855816 + 6250: 9.480946,-44.293316 + 6389: -40.871975,18.787611 + 6926: -10.999642,-53.67941 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -7557,41 +7557,41 @@ entities: 3265: -18.969301,-14.164869 3266: -17.703676,-13.477369 3267: -18.531801,-13.258619 - 4328: 47.695873,20.83575 - 4350: 28.103779,-16.859707 - 4351: 0.82022095,-38.51386 - 4413: 36.061924,-11.132954 - 4427: -13.562085,70.26688 - 5191: 74.93066,57.105553 - 5192: 80.36816,55.043053 - 5202: 94.27428,17.106594 - 5203: 97.766464,15.00016 - 5246: -31.77668,1.4555726 - 5247: -28.768867,3.97901 - 5269: -36.043514,70.71034 - 5270: -36.957577,72.85097 - 5271: -40.301327,72.85878 - 5272: -40.34039,69.405655 - 5273: -36.7232,68.72597 - 5302: 45.78119,14.271849 - 5303: 46.203064,13.467161 - 5330: 47.55813,-32.329514 - 5347: -16.089222,58.397556 - 5348: -16.057972,54.652416 - 5375: -69.51042,31.824272 - 5376: -70.57292,35.214897 - 5377: -67.06511,36.394585 - 5378: -70.44011,32.105522 - 5379: -65.424484,32.082085 - 5380: -68.299484,35.918022 - 5411: 31.27652,54.763973 - 5412: 34.674957,53.50616 - 5858: 13.7998085,-32.0651 - 5859: 14.370121,-31.80729 - 5860: 17.713871,-33.3151 - 5861: 20.331059,-28.690102 - 6407: -41.551662,18.615736 - 6408: -43.35635,19.225111 + 4317: 47.695873,20.83575 + 4339: 28.103779,-16.859707 + 4340: 0.82022095,-38.51386 + 4402: 36.061924,-11.132954 + 4416: -13.562085,70.26688 + 5174: 74.93066,57.105553 + 5175: 80.36816,55.043053 + 5185: 94.27428,17.106594 + 5186: 97.766464,15.00016 + 5229: -31.77668,1.4555726 + 5230: -28.768867,3.97901 + 5252: -36.043514,70.71034 + 5253: -36.957577,72.85097 + 5254: -40.301327,72.85878 + 5255: -40.34039,69.405655 + 5256: -36.7232,68.72597 + 5285: 45.78119,14.271849 + 5286: 46.203064,13.467161 + 5313: 47.55813,-32.329514 + 5330: -16.089222,58.397556 + 5331: -16.057972,54.652416 + 5358: -69.51042,31.824272 + 5359: -70.57292,35.214897 + 5360: -67.06511,36.394585 + 5361: -70.44011,32.105522 + 5362: -65.424484,32.082085 + 5363: -68.299484,35.918022 + 5394: 31.27652,54.763973 + 5395: 34.674957,53.50616 + 5841: 13.7998085,-32.0651 + 5842: 14.370121,-31.80729 + 5843: 17.713871,-33.3151 + 5844: 20.331059,-28.690102 + 6390: -41.551662,18.615736 + 6391: -43.35635,19.225111 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -7605,7 +7605,7 @@ entities: 3156: 10.471224,35.81862 3157: 22.166536,36.615494 3158: 22.939974,39.73268 - 4378: -0.31466675,36.571507 + 4367: -0.31466675,36.571507 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7641,11 +7641,11 @@ entities: 3332: 46.823772,-7.7807665 3333: 46.34721,-7.8120165 3337: 46.769085,-0.38647437 - 4349: 28.478779,-17.375332 - 4386: -61.36869,8.93879 - 4518: 70.573296,19.162266 - 4519: 71.10064,14.076328 - 5477: -9.66545,46.355797 + 4338: 28.478779,-17.375332 + 4375: -61.36869,8.93879 + 4507: 70.573296,19.162266 + 4508: 71.10064,14.076328 + 5460: -9.66545,46.355797 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -7714,12 +7714,12 @@ entities: 3261: -14.906801,-14.117994 3262: -29.344301,-13.664869 3343: 0.838521,49.943043 - 4329: 47.8365,20.992 - 4330: 45.039623,21.343563 - 4364: 35.873875,20.83988 - 5472: -6.88114,45.535484 - 5588: -9.378035,46.87724 - 5594: -7.6070986,44.556583 + 4318: 47.8365,20.992 + 4319: 45.039623,21.343563 + 4353: 35.873875,20.83988 + 5455: -6.88114,45.535484 + 5571: -9.378035,46.87724 + 5577: -7.6070986,44.556583 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7752,69 +7752,69 @@ entities: 3199: -13.626251,74.72476 3200: -13.860626,73.86929 3344: 1.182271,50.482105 - 4415: 36.197342,-11.987121 - 4416: 35.874424,-10.112121 - 4504: 36.47652,-7.3850927 - 5230: 6.660134,44.709896 - 6910: -23.90585,-39.27359 - 6911: -24.507412,-33.164215 - 6942: -10.562142,-52.913784 + 4404: 36.197342,-11.987121 + 4405: 35.874424,-10.112121 + 4493: 36.47652,-7.3850927 + 5213: 6.660134,44.709896 + 6893: -23.90585,-39.27359 + 6894: -24.507412,-33.164215 + 6925: -10.562142,-52.913784 - node: color: '#FFFFFFFF' id: Grassa1 decals: - 5255: -35.81695,69.36659 - 5256: -39.926327,69.42909 - 5310: 45.667503,-28.563889 - 5361: -70.268234,35.699272 - 5362: -65.8073,31.652397 + 5238: -35.81695,69.36659 + 5239: -39.926327,69.42909 + 5293: 45.667503,-28.563889 + 5344: -70.268234,35.699272 + 5345: -65.8073,31.652397 - node: color: '#FFFFFFFF' id: Grassa2 decals: - 5242: -29.128242,-0.2084899 - 5262: -37.231014,69.405655 - 5317: 49.417503,-32.399826 + 5225: -29.128242,-0.2084899 + 5245: -37.231014,69.405655 + 5300: 49.417503,-32.399826 - node: color: '#FFFFFFFF' id: Grassa3 decals: - 5397: 30.690582,52.826473 - 5398: 30.753082,55.72491 + 5380: 30.690582,52.826473 + 5381: 30.753082,55.72491 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 5357: -66.90886,35.84771 - 6259: 11.418446,-41.137066 - 6260: 10.457508,-44.230816 + 5340: -66.90886,35.84771 + 6242: 11.418446,-41.137066 + 6243: 10.457508,-44.230816 - node: color: '#FFFFFFFF' id: Grassa5 decals: - 5840: 14.745121,-33.18229 + 5823: 14.745121,-33.18229 - node: color: '#FFFFFFFF' id: Grassb1 decals: - 4577: -28.1378,-16.970455 - 4578: -29.0753,-17.282955 - 5281: 41.316948,11.499512 - 5284: 40.357212,15.434651 - 5285: 46.044712,15.309651 - 5286: 43.56815,15.184651 - 5287: 44.703064,10.787474 - 5288: 41.234314,10.748411 - 5311: 46.331566,-29.345139 - 5312: 50.24563,-28.798264 - 5313: 46.33938,-31.993576 - 5392: 32.21402,52.97491 - 5393: 34.604645,57.0296 - 5394: 31.77652,57.2796 - 5708: -53.45383,-6.482257 - 5709: -55.375706,-8.771319 - 5710: -51.57102,-8.044757 - 6161: -2.5148964,24.69007 + 4566: -28.1378,-16.970455 + 4567: -29.0753,-17.282955 + 5264: 41.316948,11.499512 + 5267: 40.357212,15.434651 + 5268: 46.044712,15.309651 + 5269: 43.56815,15.184651 + 5270: 44.703064,10.787474 + 5271: 41.234314,10.748411 + 5294: 46.331566,-29.345139 + 5295: 50.24563,-28.798264 + 5296: 46.33938,-31.993576 + 5375: 32.21402,52.97491 + 5376: 34.604645,57.0296 + 5377: 31.77652,57.2796 + 5691: -53.45383,-6.482257 + 5692: -55.375706,-8.771319 + 5693: -51.57102,-8.044757 + 6144: -2.5148964,24.69007 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7830,28 +7830,28 @@ entities: color: '#FFFFFFFF' id: Grassb2 decals: - 5252: -31.210787,0.95500517 - 5253: -39.99664,73.14003 - 5254: -36.082577,71.79628 - 5282: 41.363823,14.171387 - 5283: 40.496635,14.233887 - 5314: 47.417503,-32.392014 - 5315: 50.06594,-31.329514 - 5316: 49.386253,-30.727951 - 5358: -65.8698,36.402397 - 5359: -70.16667,33.800835 - 5360: -68.38542,31.84771 - 5395: 35.362457,57.1546 - 5396: 35.253082,52.990536 - 5846: 18.323246,-33.21354 - 5847: 18.666996,-29.471352 - 5848: 15.4248085,-31.190102 - 6162: -1.6164589,27.510382 + 5235: -31.210787,0.95500517 + 5236: -39.99664,73.14003 + 5237: -36.082577,71.79628 + 5265: 41.363823,14.171387 + 5266: 40.496635,14.233887 + 5297: 47.417503,-32.392014 + 5298: 50.06594,-31.329514 + 5299: 49.386253,-30.727951 + 5341: -65.8698,36.402397 + 5342: -70.16667,33.800835 + 5343: -68.38542,31.84771 + 5378: 35.362457,57.1546 + 5379: 35.253082,52.990536 + 5829: 18.323246,-33.21354 + 5830: 18.666996,-29.471352 + 5831: 15.4248085,-31.190102 + 6145: -1.6164589,27.510382 - node: color: '#FFFFFFFF' id: Grassb4 decals: - 6399: -42.246975,18.748549 + 6382: -42.246975,18.748549 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7863,20 +7863,20 @@ entities: id: Grassb5 decals: 178: 3,14 - 5236: 5.8699102,44.97535 - 5237: 5.6824102,43.584724 - 5241: -32.24543,1.2524476 - 5243: -32.33918,2.69776 - 5261: -38.231014,73.24159 - 5711: -50.281956,-6.8025694 - 5841: 15.104496,-32.3776 - 5842: 14.041996,-30.49479 - 5843: 15.120121,-29.322914 - 5844: 20.198246,-29.299477 - 5845: 18.979496,-32.760414 - 6258: 8.824696,-43.80113 - 6400: -41.067287,19.600111 - 6401: -43.215725,21.357924 + 5219: 5.8699102,44.97535 + 5220: 5.6824102,43.584724 + 5224: -32.24543,1.2524476 + 5226: -32.33918,2.69776 + 5244: -38.231014,73.24159 + 5694: -50.281956,-6.8025694 + 5824: 15.104496,-32.3776 + 5825: 14.041996,-30.49479 + 5826: 15.120121,-29.322914 + 5827: 20.198246,-29.299477 + 5828: 18.979496,-32.760414 + 6241: 8.824696,-43.80113 + 6383: -41.067287,19.600111 + 6384: -43.215725,21.357924 - node: color: '#FFFFFFFF' id: Grassc1 @@ -7911,25 +7911,25 @@ entities: 3143: 13.41263,34.822525 3144: 8.924349,35.4319 3258: -23.609926,-14.149244 - 5257: -39.94195,72.27284 - 5258: -37.74664,73.17909 - 5259: -35.77789,70.75722 - 5289: 41.390564,11.326536 - 5290: 43.609314,11.162474 - 5291: 45.99994,12.514036 - 5322: 45.823753,-32.337326 - 5323: 50.573753,-31.829514 - 5344: -15.917347,53.478382 - 5366: -70.21355,34.886772 - 5367: -65.72136,35.34771 - 5368: -67.94792,36.050835 - 5369: -69.57292,32.449272 - 5402: 34.721832,53.209286 - 5403: 32.27652,52.9671 - 5404: 35.065582,55.138973 - 5714: -51.438206,-6.326007 - 5715: -56.17258,-5.6931944 - 6909: -24.4996,-38.156403 + 5240: -39.94195,72.27284 + 5241: -37.74664,73.17909 + 5242: -35.77789,70.75722 + 5272: 41.390564,11.326536 + 5273: 43.609314,11.162474 + 5274: 45.99994,12.514036 + 5305: 45.823753,-32.337326 + 5306: 50.573753,-31.829514 + 5327: -15.917347,53.478382 + 5349: -70.21355,34.886772 + 5350: -65.72136,35.34771 + 5351: -67.94792,36.050835 + 5352: -69.57292,32.449272 + 5385: 34.721832,53.209286 + 5386: 32.27652,52.9671 + 5387: 35.065582,55.138973 + 5697: -51.438206,-6.326007 + 5698: -56.17258,-5.6931944 + 6892: -24.4996,-38.156403 - node: color: '#FFFFFFFF' id: Grassc2 @@ -7939,19 +7939,19 @@ entities: 303: -104.74934,19.879143 2610: -44.58869,0.31819248 2611: -43.979317,-3.6661825 - 5318: 47.94094,-32.1967 - 5319: 46.300316,-31.415451 - 5320: 46.425316,-28.735764 - 5321: 50.323753,-29.181076 - 5399: 31.081207,54.826473 - 5400: 31.948395,56.638973 - 5401: 34.909332,56.795223 - 6263: 9.129383,-43.11363 - 6264: 9.777821,-44.324566 - 6265: 10.801258,-41.441753 - 6402: -41.6376,19.100111 - 6403: -40.770412,20.600111 - 6404: -43.067287,20.881361 + 5301: 47.94094,-32.1967 + 5302: 46.300316,-31.415451 + 5303: 46.425316,-28.735764 + 5304: 50.323753,-29.181076 + 5382: 31.081207,54.826473 + 5383: 31.948395,56.638973 + 5384: 34.909332,56.795223 + 6246: 9.129383,-43.11363 + 6247: 9.777821,-44.324566 + 6248: 10.801258,-41.441753 + 6385: -41.6376,19.100111 + 6386: -40.770412,20.600111 + 6387: -43.067287,20.881361 - node: color: '#FFFFFFFF' id: Grassc3 @@ -7967,10 +7967,10 @@ entities: 3221: -17.179214,58.732033 3222: -17.190933,59.353127 3223: -16.581558,54.314064 - 5260: -39.37945,72.78847 - 5292: 41.179626,13.912474 - 5293: 42.734314,15.068724 - 5294: 44.773376,14.756224 + 5243: -39.37945,72.78847 + 5275: 41.179626,13.912474 + 5276: 42.734314,15.068724 + 5277: 44.773376,14.756224 - node: color: '#FFFFFFFF' id: Grassc4 @@ -7983,10 +7983,10 @@ entities: 2607: -44.530098,-1.1466513 2608: -44.33088,-4.779464 2609: -44.108223,2.451005 - 5370: -68.768234,31.97271 - 5371: -65.79167,33.06646 - 5712: -54.836643,-7.138507 - 5713: -53.024143,-8.279132 + 5353: -68.768234,31.97271 + 5354: -65.79167,33.06646 + 5695: -54.836643,-7.138507 + 5696: -53.024143,-8.279132 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8092,34 +8092,34 @@ entities: 3216: -16.534683,59.107033 3217: -17.366714,52.802345 3218: -16.94484,52.040627 - 4325: 46.664623,20.867 - 4343: 27.660282,-16.74252 - 4344: 26.90247,-17.21127 - 4345: 29.863407,-17.281582 - 4381: -58.079628,9.180978 - 4382: -62.696815,9.290353 - 5138: 77.56664,54.84955 - 5139: 78.773674,55.40033 - 5140: 79.699455,56.302673 - 5150: 83.50805,54.63861 - 5151: 84.75024,54.47455 - 5152: 82.07836,56.426743 - 5464: -8.852795,46.17611 - 5465: -8.032482,45.76986 - 5466: -4.5481076,46.355797 - 5586: -7.4717846,46.9163 - 5590: -10.200849,44.751896 - 5591: -7.1383486,44.650333 - 5592: -4.849286,44.69721 - 5593: -6.1852236,45.587833 - 5696: -55.438206,-6.466632 - 5697: -50.930393,-7.3181944 - 5698: -49.836643,-5.966632 - 5699: -53.430393,-9.271319 - 5700: -56.35227,-8.974444 - 6907: -24.2496,-39.078278 - 6908: -24.366787,-36.625153 - 6940: -10.55433,-51.81222 + 4314: 46.664623,20.867 + 4332: 27.660282,-16.74252 + 4333: 26.90247,-17.21127 + 4334: 29.863407,-17.281582 + 4370: -58.079628,9.180978 + 4371: -62.696815,9.290353 + 5121: 77.56664,54.84955 + 5122: 78.773674,55.40033 + 5123: 79.699455,56.302673 + 5133: 83.50805,54.63861 + 5134: 84.75024,54.47455 + 5135: 82.07836,56.426743 + 5447: -8.852795,46.17611 + 5448: -8.032482,45.76986 + 5449: -4.5481076,46.355797 + 5569: -7.4717846,46.9163 + 5573: -10.200849,44.751896 + 5574: -7.1383486,44.650333 + 5575: -4.849286,44.69721 + 5576: -6.1852236,45.587833 + 5679: -55.438206,-6.466632 + 5680: -50.930393,-7.3181944 + 5681: -49.836643,-5.966632 + 5682: -53.430393,-9.271319 + 5683: -56.35227,-8.974444 + 6890: -24.2496,-39.078278 + 6891: -24.366787,-36.625153 + 6923: -10.55433,-51.81222 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8210,45 +8210,45 @@ entities: 3340: 1.2369585,52.169605 3341: 0.979146,51.607105 3342: 1.1744585,49.825855 - 4423: -13.76521,70.095 - 4424: -13.874585,68.9075 - 4575: -30.036238,-17.26733 - 4576: -28.629988,-16.95483 - 5235: 5.7136602,45.303474 - 5244: -31.24543,-0.1303649 - 5467: -10.266857,46.24642 - 5468: -8.563732,45.597984 - 5469: -6.64967,46.39486 - 5470: -4.77467,45.535484 - 5701: -55.000706,-5.8494444 - 5702: -53.73508,-6.8650694 - 5703: -50.274143,-7.794757 - 6261: 8.824696,-42.26988 - 6262: 11.316883,-41.910503 - 6939: -10.905892,-51.101284 + 4412: -13.76521,70.095 + 4413: -13.874585,68.9075 + 4564: -30.036238,-17.26733 + 4565: -28.629988,-16.95483 + 5218: 5.7136602,45.303474 + 5227: -31.24543,-0.1303649 + 5450: -10.266857,46.24642 + 5451: -8.563732,45.597984 + 5452: -6.64967,46.39486 + 5453: -4.77467,45.535484 + 5684: -55.000706,-5.8494444 + 5685: -53.73508,-6.8650694 + 5686: -50.274143,-7.794757 + 6244: 8.824696,-42.26988 + 6245: 11.316883,-41.910503 + 6922: -10.905892,-51.101284 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 4360: 39.41204,21.035192 - 4361: 37.302666,20.949255 - 4499: 35.843708,-5.1350927 - 4500: 36.160114,-5.6975927 - 4501: 36.48824,-7.97103 - 4506: 70.74908,19.150547 - 4507: 71.06548,18.353672 - 4508: 70.678764,14.369297 - 5130: 84.99633,55.845642 - 5131: 83.29711,53.33783 - 5141: 79.617424,55.728455 - 5142: 78.46899,53.876892 - 5143: 76.605705,54.54486 - 5144: 82.39477,52.833923 - 5145: 83.51977,52.540955 - 5146: 84.75024,52.646423 - 5345: -16.073597,54.181507 - 5346: -16.370472,54.994007 - 5587: -6.5811596,46.931927 + 4349: 39.41204,21.035192 + 4350: 37.302666,20.949255 + 4488: 35.843708,-5.1350927 + 4489: 36.160114,-5.6975927 + 4490: 36.48824,-7.97103 + 4495: 70.74908,19.150547 + 4496: 71.06548,18.353672 + 4497: 70.678764,14.369297 + 5113: 84.99633,55.845642 + 5114: 83.29711,53.33783 + 5124: 79.617424,55.728455 + 5125: 78.46899,53.876892 + 5126: 76.605705,54.54486 + 5127: 82.39477,52.833923 + 5128: 83.51977,52.540955 + 5129: 84.75024,52.646423 + 5328: -16.073597,54.181507 + 5329: -16.370472,54.994007 + 5570: -6.5811596,46.931927 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8276,21 +8276,21 @@ entities: 2675: 41.930405,-11.225285 2818: -24.539646,-28.773409 3238: -17.338375,54.89626 - 4502: 35.656208,-6.7757177 - 4509: 70.59673,18.56461 - 4510: 71.042046,16.666172 - 4511: 71.28814,20.263828 - 4512: 71.241264,13.068516 - 4513: 70.43267,15.306797 - 5132: 81.64477,54.36908 - 5147: 84.55102,53.6308 - 5148: 83.59008,55.20111 - 5149: 84.41039,55.58783 - 5704: -56.211643,-6.7400694 - 5705: -52.461643,-8.185382 - 5706: -49.42258,-8.076007 - 5707: -49.399143,-6.8181944 - 6941: -10.944955,-53.351284 + 4491: 35.656208,-6.7757177 + 4498: 70.59673,18.56461 + 4499: 71.042046,16.666172 + 4500: 71.28814,20.263828 + 4501: 71.241264,13.068516 + 4502: 70.43267,15.306797 + 5115: 81.64477,54.36908 + 5130: 84.55102,53.6308 + 5131: 83.59008,55.20111 + 5132: 84.41039,55.58783 + 5687: -56.211643,-6.7400694 + 5688: -52.461643,-8.185382 + 5689: -49.42258,-8.076007 + 5690: -49.399143,-6.8181944 + 6924: -10.944955,-53.351284 - node: color: '#FFFFFFFF' id: Grasse3 @@ -8333,435 +8333,435 @@ entities: 3251: -20.969301,-13.602369 3252: -17.969301,-13.321119 3253: -14.281801,-13.399244 - 4322: 45.12556,21.343563 - 4323: 45.43806,21.101376 - 4324: 48.11775,21.08575 - 4353: 0.39834595,-37.841984 - 4354: -28.3777,17.481447 - 4355: -19.469736,17.55176 - 4356: -19.477549,17.98926 - 4357: 35.28704,21.324255 - 4358: 35.677666,21.003942 - 4359: 38.013603,21.324255 - 4372: -1.4631042,35.86057 - 4373: -1.3537292,35.21213 - 4374: -1.4865417,33.86838 - 4383: -62.845253,9.079415 - 4384: -60.58744,9.212228 - 4385: -58.634315,8.985665 - 5133: 82.1018,53.642517 - 5134: 79.76977,56.677673 - 5135: 81.011955,57.802673 - 5136: 74.87133,57.990173 - 5137: 76.48852,55.154236 + 4311: 45.12556,21.343563 + 4312: 45.43806,21.101376 + 4313: 48.11775,21.08575 + 4342: 0.39834595,-37.841984 + 4343: -28.3777,17.481447 + 4344: -19.469736,17.55176 + 4345: -19.477549,17.98926 + 4346: 35.28704,21.324255 + 4347: 35.677666,21.003942 + 4348: 38.013603,21.324255 + 4361: -1.4631042,35.86057 + 4362: -1.3537292,35.21213 + 4363: -1.4865417,33.86838 + 4372: -62.845253,9.079415 + 4373: -60.58744,9.212228 + 4374: -58.634315,8.985665 + 5116: 82.1018,53.642517 + 5117: 79.76977,56.677673 + 5118: 81.011955,57.802673 + 5119: 74.87133,57.990173 + 5120: 76.48852,55.154236 - node: color: '#720000FF' id: HalfTileOverlayGreyscale decals: - 6637: 33,-28 - 6638: 34,-28 + 6620: 33,-28 + 6621: 34,-28 - node: color: '#720000FF' id: HalfTileOverlayGreyscale180 decals: - 6631: 33,-33 - 6632: 34,-33 + 6614: 33,-33 + 6615: 34,-33 - node: color: '#720000FF' id: HalfTileOverlayGreyscale270 decals: - 6633: 31,-31 - 6634: 31,-30 + 6616: 31,-31 + 6617: 31,-30 - node: color: '#720000FF' id: HalfTileOverlayGreyscale90 decals: - 6635: 36,-30 - 6636: 36,-31 + 6618: 36,-30 + 6619: 36,-31 - node: color: '#338BA9FF' id: MiniTileCornerOverlayNE decals: - 6640: 35,-29 + 6623: 35,-29 - node: color: '#338BA9FF' id: MiniTileCornerOverlayNW decals: - 6639: 32,-29 + 6622: 32,-29 - node: color: '#338BA9FF' id: MiniTileCornerOverlaySE decals: - 6641: 35,-32 + 6624: 35,-32 - node: color: '#338BA9FF' id: MiniTileCornerOverlaySW decals: - 6642: 32,-32 + 6625: 32,-32 - node: color: '#338BA9FF' id: MiniTileInnerOverlayNE decals: - 6643: 35,-31 - 6648: 33,-29 + 6626: 35,-31 + 6631: 33,-29 - node: color: '#338BA9FF' id: MiniTileInnerOverlayNW decals: - 6646: 32,-31 - 6647: 34,-29 + 6629: 32,-31 + 6630: 34,-29 - node: color: '#338BA9FF' id: MiniTileInnerOverlaySE decals: - 6644: 35,-30 - 6650: 33,-32 + 6627: 35,-30 + 6633: 33,-32 - node: color: '#338BA9FF' id: MiniTileInnerOverlaySW decals: - 6645: 32,-30 - 6649: 34,-32 + 6628: 32,-30 + 6632: 34,-32 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNe decals: - 6565: 0,-17 - 6579: 2,-34 - 6580: 5,-37 - 6611: 0,19 + 6548: 0,-17 + 6562: 2,-34 + 6563: 5,-37 + 6594: 0,19 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNw decals: - 6567: 2,-17 - 6581: 0,-34 - 6582: -3,-37 - 6612: 2,19 + 6550: 2,-17 + 6564: 0,-34 + 6565: -3,-37 + 6595: 2,19 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: - 6568: 0,-15 - 6583: 2,-42 - 6584: 5,-39 - 6613: 0,21 + 6551: 0,-15 + 6566: 2,-42 + 6567: 5,-39 + 6596: 0,21 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: - 6566: 2,-15 - 6585: 0,-42 - 6586: -3,-39 - 6614: 2,21 + 6549: 2,-15 + 6568: 0,-42 + 6569: -3,-39 + 6597: 2,21 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNe decals: - 6571: 0,-18 - 6572: -1,-17 - 6607: 2,-37 - 6625: 0,18 - 6626: -1,19 + 6554: 0,-18 + 6555: -1,-17 + 6590: 2,-37 + 6608: 0,18 + 6609: -1,19 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNw decals: - 6575: 2,-18 - 6576: 3,-17 - 6610: 0,-37 - 6623: 2,18 - 6624: 3,19 + 6558: 2,-18 + 6559: 3,-17 + 6593: 0,-37 + 6606: 2,18 + 6607: 3,19 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe decals: - 6577: -1,-15 - 6578: 0,-14 - 6609: 2,-39 - 6621: 0,22 - 6622: -1,21 + 6560: -1,-15 + 6561: 0,-14 + 6592: 2,-39 + 6604: 0,22 + 6605: -1,21 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSw decals: - 6573: 2,-14 - 6574: 3,-15 - 6608: 0,-39 - 6619: 2,22 - 6620: 3,21 + 6556: 2,-14 + 6557: 3,-15 + 6591: 0,-39 + 6602: 2,22 + 6603: 3,21 - node: color: '#FFFFFFFF' id: MiniTileSteelLineE decals: - 6569: -1,-16 - 6592: 2,-35 - 6593: 2,-36 - 6594: 5,-38 - 6595: 2,-40 - 6596: 2,-41 - 6615: -1,20 + 6552: -1,-16 + 6575: 2,-35 + 6576: 2,-36 + 6577: 5,-38 + 6578: 2,-40 + 6579: 2,-41 + 6598: -1,20 - node: color: '#FFFFFFFF' id: MiniTileSteelLineN decals: - 6563: 1,-18 - 6587: -2,-37 - 6588: -1,-37 - 6589: 3,-37 - 6590: 4,-37 - 6591: 1,-34 - 6617: 1,18 + 6546: 1,-18 + 6570: -2,-37 + 6571: -1,-37 + 6572: 3,-37 + 6573: 4,-37 + 6574: 1,-34 + 6600: 1,18 - node: color: '#FFFFFFFF' id: MiniTileSteelLineS decals: - 6570: 1,-14 - 6597: 1,-42 - 6598: -1,-39 - 6599: -2,-39 - 6600: 3,-39 - 6601: 4,-39 - 6618: 1,22 + 6553: 1,-14 + 6580: 1,-42 + 6581: -1,-39 + 6582: -2,-39 + 6583: 3,-39 + 6584: 4,-39 + 6601: 1,22 - node: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 6564: 3,-16 - 6602: 0,-35 - 6603: 0,-36 - 6604: 0,-40 - 6605: 0,-41 - 6606: -3,-38 - 6616: 3,20 + 6547: 3,-16 + 6585: 0,-35 + 6586: 0,-36 + 6587: 0,-40 + 6588: 0,-41 + 6589: -3,-38 + 6599: 3,20 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerNe decals: - 6459: 0,1 + 6442: 0,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerNe decals: - 6695: -72,7 + 6678: -72,7 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerNw decals: - 6460: 2,1 + 6443: 2,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerNw decals: - 6696: -70,7 + 6679: -70,7 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerSe decals: - 6457: 0,3 + 6440: 0,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerSe decals: - 6694: -72,9 + 6677: -72,9 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerSw decals: - 6458: 2,3 + 6441: 2,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerSw decals: - 6693: -70,9 + 6676: -70,9 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerNe decals: - 6500: 0,0 - 6510: -1,1 + 6483: 0,0 + 6493: -1,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerNe decals: - 6701: -72,6 - 6702: -73,7 + 6684: -72,6 + 6685: -73,7 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerNw decals: - 6501: 2,0 - 6511: 3,1 + 6484: 2,0 + 6494: 3,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerNw decals: - 6703: -70,6 - 6704: -69,7 + 6686: -70,6 + 6687: -69,7 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerSe decals: - 6508: 0,4 - 6509: -1,3 + 6491: 0,4 + 6492: -1,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerSe decals: - 6707: -72,10 - 6708: -73,9 + 6690: -72,10 + 6691: -73,9 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerSw decals: - 6506: 3,3 - 6507: 2,4 + 6489: 3,3 + 6490: 2,4 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerSw decals: - 6705: -69,9 - 6706: -70,10 + 6688: -69,9 + 6689: -70,10 - node: color: '#91D4FFFF' id: MiniTileWhiteLineE decals: - 6505: -1,2 + 6488: -1,2 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineE decals: - 6700: -73,8 + 6683: -73,8 - node: color: '#91D4FFFF' id: MiniTileWhiteLineN decals: - 6502: 1,0 + 6485: 1,0 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineN decals: - 6697: -71,6 + 6680: -71,6 - node: color: '#91D4FFFF' id: MiniTileWhiteLineS decals: - 6503: 1,4 + 6486: 1,4 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineS decals: - 6698: -71,10 + 6681: -71,10 - node: color: '#91D4FFFF' id: MiniTileWhiteLineW decals: - 6504: 3,2 + 6487: 3,2 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineW decals: - 6699: -69,8 + 6682: -69,8 - node: color: '#334E6DFF' id: MonoOverlay decals: - 5752: -36,24 - 5924: -76,12 + 5735: -36,24 + 5907: -76,12 - node: color: '#845606FF' id: MonoOverlay decals: - 5748: -40,24 - 5923: -80,11 + 5731: -40,24 + 5906: -80,11 - node: color: '#91D4FFFF' id: MonoOverlay decals: - 5745: -43,24 - 5920: -80,14 + 5728: -43,24 + 5903: -80,14 - node: color: '#9DE9BAFF' id: MonoOverlay decals: - 5751: -37,24 + 5734: -37,24 - node: color: '#9FED58FF' id: MonoOverlay decals: - 5925: -76,13 + 5908: -76,13 - node: color: '#B02E26FF' id: MonoOverlay decals: - 5749: -39,24 - 5919: -76,14 + 5732: -39,24 + 5902: -76,14 - node: color: '#B04DB5FF' id: MonoOverlay decals: - 5747: -41,24 - 5922: -80,12 + 5730: -41,24 + 5905: -80,12 - node: color: '#BA8841FF' id: MonoOverlay decals: - 5750: -38,24 - 5926: -76,11 + 5733: -38,24 + 5909: -76,11 - node: color: '#D3F4A5FF' id: MonoOverlay decals: - 5746: -42,24 - 5921: -80,13 + 5729: -42,24 + 5904: -80,13 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale decals: - 6687: 34,-28 - 6688: 31,-31 + 6670: 34,-28 + 6671: 31,-31 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale decals: - 6653: 31,-31 - 6655: 34,-28 + 6636: 31,-31 + 6638: 34,-28 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale180 decals: - 6689: 36,-30 - 6690: 33,-33 + 6672: 36,-30 + 6673: 33,-33 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale180 decals: - 6658: 33,-33 - 6659: 36,-30 + 6641: 33,-33 + 6642: 36,-30 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale270 decals: - 6691: 34,-33 - 6692: 31,-30 + 6674: 34,-33 + 6675: 31,-30 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale270 decals: - 6654: 31,-30 - 6657: 34,-33 + 6637: 31,-30 + 6640: 34,-33 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale90 decals: - 6685: 36,-31 - 6686: 33,-28 + 6668: 36,-31 + 6669: 33,-28 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale90 decals: - 6656: 33,-28 - 6660: 36,-31 + 6639: 33,-28 + 6643: 36,-31 - node: color: '#FFFFFFFF' id: Remains @@ -8784,100 +8784,100 @@ entities: color: '#FFFFFFFF' id: Rock01 decals: - 4827: 102.79387,48.567257 - 4838: 94.93059,45.47077 - 4839: 93.95793,44.27546 - 4847: 100.53215,30.299767 - 4848: 101.528244,27.686485 - 4853: 98.64543,22.421034 - 4859: 88.78036,27.940224 - 4860: 88.323326,27.307411 - 4870: 71.137566,47.653687 - 4877: 68.54636,63.695564 - 4878: 77.5703,69.92761 - 4885: 62.59044,75.553635 - 4886: 61.40715,64.640045 - 4895: 80.69898,71.55661 - 4896: 82.550545,70.32614 - 4897: 82.732,60.92238 - 4902: 89.51716,60.851997 - 4903: 94.41016,63.418404 - 4904: 87.50781,67.52745 - 4908: 85.515625,75.35539 - 4909: 96.41406,68.75774 - 4910: 95.93659,58.3081 - 4920: 91.25725,8.789104 - 5274: -39.37945,72.81972 - 5299: 40.62494,14.185911 - 5300: 46.242126,10.631224 - 5332: -69.342834,35.958504 - 5333: -67.03815,32.021004 - 5339: -52.728626,-9.140808 - 5406: 34.05777,53.045223 - 5600: -10.596394,46.794857 - 5849: 13.760746,-30.861977 - 5850: 18.760746,-28.830727 - 6256: 8.941883,-41.09019 - 6398: -43.246975,18.998549 + 4810: 102.79387,48.567257 + 4821: 94.93059,45.47077 + 4822: 93.95793,44.27546 + 4830: 100.53215,30.299767 + 4831: 101.528244,27.686485 + 4836: 98.64543,22.421034 + 4842: 88.78036,27.940224 + 4843: 88.323326,27.307411 + 4853: 71.137566,47.653687 + 4860: 68.54636,63.695564 + 4861: 77.5703,69.92761 + 4868: 62.59044,75.553635 + 4869: 61.40715,64.640045 + 4878: 80.69898,71.55661 + 4879: 82.550545,70.32614 + 4880: 82.732,60.92238 + 4885: 89.51716,60.851997 + 4886: 94.41016,63.418404 + 4887: 87.50781,67.52745 + 4891: 85.515625,75.35539 + 4892: 96.41406,68.75774 + 4893: 95.93659,58.3081 + 4903: 91.25725,8.789104 + 5257: -39.37945,72.81972 + 5282: 40.62494,14.185911 + 5283: 46.242126,10.631224 + 5315: -69.342834,35.958504 + 5316: -67.03815,32.021004 + 5322: -52.728626,-9.140808 + 5389: 34.05777,53.045223 + 5583: -10.596394,46.794857 + 5832: 13.760746,-30.861977 + 5833: 18.760746,-28.830727 + 6239: 8.941883,-41.09019 + 6381: -43.246975,18.998549 - node: color: '#FFFFFFFF' id: Rock02 decals: - 4579: -28.536238,-17.001705 - 4833: 97.6259,41.16999 - 4840: 93.39543,43.31452 - 4843: 100.89543,38.81452 - 4844: 99.5009,28.354454 - 4849: 98.72746,27.674767 - 4850: 101.621994,21.671034 - 4854: 93.07972,31.502724 - 4871: 67.680534,52.610718 - 4872: 66.495575,60.26164 - 4879: 76.99608,69.49402 - 4884: 61.406845,75.0966 - 4891: 61.6884,78.59358 - 4899: 85.134346,62.574654 - 4907: 86.265625,71.35948 - 4911: 95.04975,58.62622 - 4912: 103.47553,58.778564 - 4913: 100.46381,55.403564 - 4914: 97.16203,35.096268 - 5336: -28.93729,2.9404542 - 5337: -51.377064,-6.640808 - 5350: 48.710686,-31.929493 - 5599: -7.7526436,47.02142 - 5851: 19.120121,-31.135414 + 4568: -28.536238,-17.001705 + 4816: 97.6259,41.16999 + 4823: 93.39543,43.31452 + 4826: 100.89543,38.81452 + 4827: 99.5009,28.354454 + 4832: 98.72746,27.674767 + 4833: 101.621994,21.671034 + 4837: 93.07972,31.502724 + 4854: 67.680534,52.610718 + 4855: 66.495575,60.26164 + 4862: 76.99608,69.49402 + 4867: 61.406845,75.0966 + 4874: 61.6884,78.59358 + 4882: 85.134346,62.574654 + 4890: 86.265625,71.35948 + 4894: 95.04975,58.62622 + 4895: 103.47553,58.778564 + 4896: 100.46381,55.403564 + 4897: 97.16203,35.096268 + 5319: -28.93729,2.9404542 + 5320: -51.377064,-6.640808 + 5333: 48.710686,-31.929493 + 5582: -7.7526436,47.02142 + 5834: 19.120121,-31.135414 - node: color: '#FFFFFFFF' id: Rock03 decals: - 4816: 80.55664,55.57683 - 4825: 87.927734,55.377613 - 4826: 100.47157,49.35293 - 4834: 97.83684,40.22077 - 4841: 95.35246,42.330147 - 4858: 83.741295,28.713661 - 4861: 89.50692,27.248817 - 4862: 101.01043,22.149483 - 4863: 100.3583,35.617542 - 4864: 103.3167,51.065765 - 4865: 93.613785,56.79541 - 4866: 71.430534,50.302124 - 4873: 64.84323,59.183514 - 4880: 73.16405,74.56824 - 4881: 62.414658,70.08098 - 4887: 60.76262,64.05411 - 4888: 58.3134,79.320145 - 4892: 60.10637,79.42561 - 4893: 80.60222,74.415985 - 4898: 86.00153,63.44184 - 4917: 98.792404,9.000042 - 4921: 88.843185,13.160198 - 5295: 46.023376,14.014036 - 5351: 46.304436,-29.085743 - 5356: -68.58855,36.34771 - 5405: 30.878082,54.990536 - 6163: -1.7414589,25.080694 + 4799: 80.55664,55.57683 + 4808: 87.927734,55.377613 + 4809: 100.47157,49.35293 + 4817: 97.83684,40.22077 + 4824: 95.35246,42.330147 + 4841: 83.741295,28.713661 + 4844: 89.50692,27.248817 + 4845: 101.01043,22.149483 + 4846: 100.3583,35.617542 + 4847: 103.3167,51.065765 + 4848: 93.613785,56.79541 + 4849: 71.430534,50.302124 + 4856: 64.84323,59.183514 + 4863: 73.16405,74.56824 + 4864: 62.414658,70.08098 + 4870: 60.76262,64.05411 + 4871: 58.3134,79.320145 + 4875: 60.10637,79.42561 + 4876: 80.60222,74.415985 + 4881: 86.00153,63.44184 + 4900: 98.792404,9.000042 + 4904: 88.843185,13.160198 + 5278: 46.023376,14.014036 + 5334: 46.304436,-29.085743 + 5339: -68.58855,36.34771 + 5388: 30.878082,54.990536 + 6146: -1.7414589,25.080694 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8893,76 +8893,76 @@ entities: id: Rock04 decals: 3050: -81.68403,16.52927 - 4817: 82.68945,54.486988 - 4818: 85.51367,53.52605 - 4819: 74.978516,57.158863 - 4831: 102.266525,42.672726 - 4832: 102.653244,41.767647 - 4835: 98.58684,41.45124 - 4836: 96.47746,43.255928 - 4845: 98.57512,28.811485 - 4851: 102.32512,20.839003 - 4855: 93.80628,31.022255 - 4857: 86.28426,28.72538 - 4867: 71.86413,49.470093 - 4868: 72.43835,50.454468 - 4869: 69.69616,48.2865 - 4874: 64.526825,58.38664 - 4875: 67.30417,63.73072 - 4882: 62.68419,69.448166 - 4890: 61.20793,78.0428 - 4894: 81.50456,73.97067 - 4900: 86.58747,60.219185 - 4905: 88.1875,67.304794 - 4906: 85.58594,70.70323 - 4915: 97.806564,34.357986 - 4916: 97.50334,9.703167 - 4919: 98.76897,7.7461357 - 4922: 97.05803,11.437542 - 5275: -35.738827,71.38222 - 5296: 41.210876,11.732786 - 5338: -55.713,-7.578308 - 5340: -16.277683,57.435253 - 5352: 47.97631,-31.570118 - 5353: 50.390373,-32.366993 - 5598: -6.4664736,44.845646 - 5852: 15.4091835,-32.854164 + 4800: 82.68945,54.486988 + 4801: 85.51367,53.52605 + 4802: 74.978516,57.158863 + 4814: 102.266525,42.672726 + 4815: 102.653244,41.767647 + 4818: 98.58684,41.45124 + 4819: 96.47746,43.255928 + 4828: 98.57512,28.811485 + 4834: 102.32512,20.839003 + 4838: 93.80628,31.022255 + 4840: 86.28426,28.72538 + 4850: 71.86413,49.470093 + 4851: 72.43835,50.454468 + 4852: 69.69616,48.2865 + 4857: 64.526825,58.38664 + 4858: 67.30417,63.73072 + 4865: 62.68419,69.448166 + 4873: 61.20793,78.0428 + 4877: 81.50456,73.97067 + 4883: 86.58747,60.219185 + 4888: 88.1875,67.304794 + 4889: 85.58594,70.70323 + 4898: 97.806564,34.357986 + 4899: 97.50334,9.703167 + 4902: 98.76897,7.7461357 + 4905: 97.05803,11.437542 + 5258: -35.738827,71.38222 + 5279: 41.210876,11.732786 + 5321: -55.713,-7.578308 + 5323: -16.277683,57.435253 + 5335: 47.97631,-31.570118 + 5336: 50.390373,-32.366993 + 5581: -6.4664736,44.845646 + 5835: 15.4091835,-32.854164 - node: color: '#FFFFFFFF' id: Rock05 decals: - 4820: 77.11133,59.268238 - 4821: 80.9668,56.268238 - 4822: 79.384766,53.010426 - 4823: 89.47461,55.002613 - 4824: 87.38867,55.893238 - 4828: 99.6884,48.707882 - 4837: 95.12981,44.591866 - 4842: 100.41496,39.517647 - 4846: 100.03996,30.979454 - 4852: 100.496994,21.530409 - 4856: 86.729576,29.182411 - 4876: 67.72604,64.46901 - 4883: 60.51622,69.99895 - 4889: 60.422775,77.4803 - 4901: 89.21247,61.40278 - 4918: 99.27287,8.437542 - 5276: -39.481014,68.97597 - 5297: 42.57025,10.685911 - 5298: 41.765564,15.373411 - 5334: -65.83502,32.72413 - 5335: -31.491978,0.48036456 - 5341: -17.191746,53.591503 - 5354: 45.484123,-32.195118 - 5355: -70.33855,31.832085 - 5407: 35.206207,54.928036 - 5408: 33.62027,57.19366 - 5585: -8.557722,46.736614 - 5601: -4.432331,44.662045 - 5853: 16.284184,-32.90885 - 5854: 15.526371,-29.166664 - 6257: 9.277821,-41.71519 - 6397: -41.442287,21.076674 + 4803: 77.11133,59.268238 + 4804: 80.9668,56.268238 + 4805: 79.384766,53.010426 + 4806: 89.47461,55.002613 + 4807: 87.38867,55.893238 + 4811: 99.6884,48.707882 + 4820: 95.12981,44.591866 + 4825: 100.41496,39.517647 + 4829: 100.03996,30.979454 + 4835: 100.496994,21.530409 + 4839: 86.729576,29.182411 + 4859: 67.72604,64.46901 + 4866: 60.51622,69.99895 + 4872: 60.422775,77.4803 + 4884: 89.21247,61.40278 + 4901: 99.27287,8.437542 + 5259: -39.481014,68.97597 + 5280: 42.57025,10.685911 + 5281: 41.765564,15.373411 + 5317: -65.83502,32.72413 + 5318: -31.491978,0.48036456 + 5324: -17.191746,53.591503 + 5337: 45.484123,-32.195118 + 5338: -70.33855,31.832085 + 5390: 35.206207,54.928036 + 5391: 33.62027,57.19366 + 5568: -8.557722,46.736614 + 5584: -4.432331,44.662045 + 5836: 16.284184,-32.90885 + 5837: 15.526371,-29.166664 + 6240: 9.277821,-41.71519 + 6380: -41.442287,21.076674 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8976,10 +8976,10 @@ entities: 255: -104.42121,23.972893 256: -101.82746,28.332268 257: -101.57746,19.832268 - 4829: 100.53215,48.62585 - 4923: 101.083466,10.133084 - 4928: 98.41568,33.005764 - 5342: -15.972034,50.921497 + 4812: 100.53215,48.62585 + 4906: 101.083466,10.133084 + 4911: 98.41568,33.005764 + 5325: -15.972034,50.921497 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8999,104 +8999,104 @@ entities: 259: -101.82746,19.051018 260: -101.28059,27.691643 261: -105.32746,27.394768 - 4830: 100.16887,48.145382 - 4924: 102.19242,9.054959 - 4925: 103.8472,22.671467 - 4926: 96.681305,25.049057 - 4927: 99.04849,33.638577 - 5343: -16.08141,56.36161 + 4813: 100.16887,48.145382 + 4907: 102.19242,9.054959 + 4908: 103.8472,22.671467 + 4909: 96.681305,25.049057 + 4910: 99.04849,33.638577 + 5326: -16.08141,56.36161 - node: color: '#FFFFFFFF' id: Rust decals: - 4763: 76,85 - 4764: 78,84 - 4765: 73,84 - 4766: 69,84 - 4767: 68,85 - 4768: 70,85 - 4769: 68,82 - 4770: 74,80 - 4771: 77,81 - 4772: 78,83 - 4811: 81,84 - 4812: 80,85 - 4813: 82,81 - 4814: 83,80 - 4815: 76,78 + 4746: 76,85 + 4747: 78,84 + 4748: 73,84 + 4749: 69,84 + 4750: 68,85 + 4751: 70,85 + 4752: 68,82 + 4753: 74,80 + 4754: 77,81 + 4755: 78,83 + 4794: 81,84 + 4795: 80,85 + 4796: 82,81 + 4797: 83,80 + 4798: 76,78 - node: color: '#B02E26FF' id: StandClearGreyscale decals: - 5896: 1,-27 - 5897: 1,-21 - 6147: 1,40 - 6148: 1,46 + 5879: 1,-27 + 5880: 1,-21 + 6130: 1,40 + 6131: 1,46 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale decals: - 6628: 31,-28 + 6611: 31,-28 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale180 decals: - 6630: 36,-33 + 6613: 36,-33 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale270 decals: - 6629: 31,-33 + 6612: 31,-33 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale90 decals: - 6627: 36,-28 + 6610: 36,-28 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleNE decals: - 7067: 28,3 + 7050: 28,3 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleNW decals: - 7068: 24,3 + 7051: 24,3 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleSE decals: - 7070: 28,0 + 7053: 28,0 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleSW decals: - 7069: 24,0 + 7052: 24,0 - node: color: '#B02E26FF' id: WarnCornerNE decals: - 5558: -23,51 - 5911: 8,-21 - 6168: -2,45 - 6247: -20,61 - 6271: -25,34 - 6272: -29,34 - 6273: -29,25 - 6274: -25,25 - 6324: -17,42 + 5541: -23,51 + 5894: 8,-21 + 6151: -2,45 + 6230: -20,61 + 6254: -25,34 + 6255: -29,34 + 6256: -29,25 + 6257: -25,25 + 6307: -17,42 - node: color: '#BA8841FF' id: WarnCornerNE decals: - 6055: -51,38 - 6056: -57,37 - 6060: -52,35 - 6072: -42,31 - 6092: -42,35 - 6109: -46,37 - 6342: 88,-14 - 6343: 88,-19 + 6038: -51,38 + 6039: -57,37 + 6043: -52,35 + 6055: -42,31 + 6075: -42,35 + 6092: -46,37 + 6325: 88,-14 + 6326: 88,-19 - node: color: '#FFFFFFFF' id: WarnCornerNE @@ -9106,27 +9106,27 @@ entities: color: '#B02E26FF' id: WarnCornerNW decals: - 5557: -24,51 - 5910: 6,-21 - 6167: -3,45 - 6246: -24,61 - 6275: -31,34 - 6276: -31,25 - 6277: -27,25 - 6278: -27,34 - 6325: -19,42 + 5540: -24,51 + 5893: 6,-21 + 6150: -3,45 + 6229: -24,61 + 6258: -31,34 + 6259: -31,25 + 6260: -27,25 + 6261: -27,34 + 6308: -19,42 - node: color: '#BA8841FF' id: WarnCornerNW decals: - 6057: -58,37 - 6058: -53,38 - 6059: -53,35 - 6073: -43,31 - 6093: -43,35 - 6108: -49,37 - 6340: 86,-14 - 6341: 86,-19 + 6040: -58,37 + 6041: -53,38 + 6042: -53,35 + 6056: -43,31 + 6076: -43,35 + 6091: -49,37 + 6323: 86,-14 + 6324: 86,-19 - node: color: '#FFFFFFFF' id: WarnCornerNW @@ -9136,29 +9136,29 @@ entities: color: '#B02E26FF' id: WarnCornerSE decals: - 5564: -23,48 - 5908: 8,-26 - 5909: 11,-25 - 5917: 15,-25 - 6176: -2,41 - 6248: -20,60 - 6283: -25,24 - 6284: -25,33 - 6285: -29,33 - 6286: -29,24 - 6326: -17,39 + 5547: -23,48 + 5891: 8,-26 + 5892: 11,-25 + 5900: 15,-25 + 6159: -2,41 + 6231: -20,60 + 6266: -25,24 + 6267: -25,33 + 6268: -29,33 + 6269: -29,24 + 6309: -17,39 - node: color: '#BA8841FF' id: WarnCornerSE decals: - 6052: -52,33 - 6053: -51,37 - 6054: -57,33 - 6074: -42,29 - 6091: -42,33 - 6110: -46,36 - 6344: 88,-20 - 6345: 88,-15 + 6035: -52,33 + 6036: -51,37 + 6037: -57,33 + 6057: -42,29 + 6074: -42,33 + 6093: -46,36 + 6327: 88,-20 + 6328: 88,-15 - node: color: '#FFFFFFFF' id: WarnCornerSE @@ -9168,29 +9168,29 @@ entities: color: '#B02E26FF' id: WarnCornerSW decals: - 5563: -24,48 - 5906: 6,-26 - 5907: 10,-25 - 5916: 13,-25 - 6175: -3,41 - 6249: -24,60 - 6279: -31,33 - 6280: -27,33 - 6281: -31,24 - 6282: -27,24 - 6323: -19,39 + 5546: -24,48 + 5889: 6,-26 + 5890: 10,-25 + 5899: 13,-25 + 6158: -3,41 + 6232: -24,60 + 6262: -31,33 + 6263: -27,33 + 6264: -31,24 + 6265: -27,24 + 6306: -19,39 - node: color: '#BA8841FF' id: WarnCornerSW decals: - 6049: -53,33 - 6050: -58,33 - 6051: -53,37 - 6069: -43,29 - 6090: -43,33 - 6111: -49,36 - 6338: 86,-20 - 6339: 86,-15 + 6032: -53,33 + 6033: -58,33 + 6034: -53,37 + 6052: -43,29 + 6073: -43,33 + 6094: -49,36 + 6321: 86,-20 + 6322: 86,-15 - node: color: '#FFFFFFFF' id: WarnCornerSW @@ -9200,21 +9200,21 @@ entities: color: '#845606FF' id: WarnCornerSmallNE decals: - 6858: -21,-20 - 6866: -24,-43 - 6867: -20,-43 + 6841: -21,-20 + 6849: -24,-43 + 6850: -20,-43 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: - 4408: 44,38 + 4397: 44,38 - node: color: '#845606FF' id: WarnCornerSmallNW decals: - 6864: -18,-43 - 6865: -22,-43 - 6950: -15,-20 + 6847: -18,-43 + 6848: -22,-43 + 6933: -15,-20 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW @@ -9224,158 +9224,158 @@ entities: color: '#845606FF' id: WarnCornerSmallSE decals: - 6874: -24,-46 - 6875: -20,-46 + 6857: -24,-46 + 6858: -20,-46 - node: color: '#B02E26FF' id: WarnCornerSmallSE decals: - 4701: 7,-14 + 4684: 7,-14 - node: color: '#845606FF' id: WarnCornerSmallSW decals: - 6859: -22,-22 - 6876: -22,-46 - 6877: -18,-46 + 6842: -22,-22 + 6859: -22,-46 + 6860: -18,-46 - node: color: '#845606FF' id: WarnEndE decals: - 6869: -20,-49 + 6852: -20,-49 - node: color: '#B02E26FF' id: WarnEndE decals: - 6270: -33,35 - 6435: -33,31 + 6253: -33,35 + 6418: -33,31 - node: color: '#B02E26FF' id: WarnEndN decals: - 6177: 4,-22 - 6438: -37,31 + 6160: 4,-22 + 6421: -37,31 - node: color: '#B02E26FF' id: WarnEndS decals: - 6178: 4,-26 - 6437: -37,29 + 6161: 4,-26 + 6420: -37,29 - node: color: '#845606FF' id: WarnEndW decals: - 6868: -22,-49 + 6851: -22,-49 - node: color: '#B02E26FF' id: WarnEndW decals: - 6269: -34,35 - 6436: -35,31 + 6252: -34,35 + 6419: -35,31 - node: color: '#B02E26FF' id: WarnFull decals: - 5522: -34,46 - 5523: -33,46 - 5524: -32,46 - 5525: -31,46 - 5526: -30,46 - 5887: 12,-23 + 5505: -34,46 + 5506: -33,46 + 5507: -32,46 + 5508: -31,46 + 5509: -30,46 + 5870: 12,-23 - node: angle: 1.5707963267948966 rad color: '#91D4FFFF' id: WarnFullGreyscale decals: - 7172: 23,2 - 7173: 23,1 + 7155: 23,2 + 7156: 23,1 - node: color: '#845606FF' id: WarnLineE decals: - 6797: -14,-42 - 6798: -14,-43 - 6799: -14,-44 - 6800: -14,-45 - 6801: -14,-46 - 6841: -20,-40 - 6842: -20,-39 - 6843: -20,-38 - 6844: -20,-37 - 6845: -20,-36 - 6846: -20,-35 - 6847: -20,-34 - 6848: -20,-33 - 6849: -20,-32 - 6850: -20,-31 - 6851: -20,-30 - 6852: -20,-29 - 6853: -20,-28 - 6861: -20,-42 - 6863: -24,-42 - 6872: -24,-47 - 6873: -20,-47 + 6780: -14,-42 + 6781: -14,-43 + 6782: -14,-44 + 6783: -14,-45 + 6784: -14,-46 + 6824: -20,-40 + 6825: -20,-39 + 6826: -20,-38 + 6827: -20,-37 + 6828: -20,-36 + 6829: -20,-35 + 6830: -20,-34 + 6831: -20,-33 + 6832: -20,-32 + 6833: -20,-31 + 6834: -20,-30 + 6835: -20,-29 + 6836: -20,-28 + 6844: -20,-42 + 6846: -24,-42 + 6855: -24,-47 + 6856: -20,-47 - node: color: '#B02E26FF' id: WarnLineE decals: - 5520: -7,63 - 5521: -7,64 - 5561: -23,50 - 5562: -23,49 - 5888: 2,-23 - 5889: 2,-24 - 5890: 2,-25 - 5912: 8,-22 - 5913: 8,-25 - 6066: -3,68 - 6067: -3,67 - 6068: -3,66 - 6129: -11,37 - 6130: -11,36 - 6131: -11,35 - 6132: -11,34 - 6133: -11,33 - 6134: -11,32 - 6135: -11,31 - 6142: 2,42 - 6143: 2,43 - 6144: 2,44 - 6169: -2,44 - 6170: -2,43 - 6171: -2,42 - 6179: 4,-25 - 6180: 4,-24 - 6181: 4,-23 - 6194: -32,39 - 6195: -32,38 - 6321: -17,41 - 6322: -17,40 - 6420: -37,30 - 6426: -6,68 - 6427: -6,67 - 6428: -6,66 - 6429: -2,68 - 6430: -2,67 - 6431: -2,66 + 5503: -7,63 + 5504: -7,64 + 5544: -23,50 + 5545: -23,49 + 5871: 2,-23 + 5872: 2,-24 + 5873: 2,-25 + 5895: 8,-22 + 5896: 8,-25 + 6049: -3,68 + 6050: -3,67 + 6051: -3,66 + 6112: -11,37 + 6113: -11,36 + 6114: -11,35 + 6115: -11,34 + 6116: -11,33 + 6117: -11,32 + 6118: -11,31 + 6125: 2,42 + 6126: 2,43 + 6127: 2,44 + 6152: -2,44 + 6153: -2,43 + 6154: -2,42 + 6162: 4,-25 + 6163: 4,-24 + 6164: 4,-23 + 6177: -32,39 + 6178: -32,38 + 6304: -17,41 + 6305: -17,40 + 6403: -37,30 + 6409: -6,68 + 6410: -6,67 + 6411: -6,66 + 6412: -2,68 + 6413: -2,67 + 6414: -2,66 - node: color: '#BA8841FF' id: WarnLineE decals: - 6040: -57,36 - 6041: -57,35 - 6042: -57,34 - 6046: -52,34 - 6047: -46,31 - 6071: -42,30 - 6089: -42,34 - 6327: 77,-18 - 6328: 77,-17 - 6329: 77,-16 - 6330: 91,-12 - 6331: 91,-13 - 6332: 91,-21 - 6333: 91,-22 + 6023: -57,36 + 6024: -57,35 + 6025: -57,34 + 6029: -52,34 + 6030: -46,31 + 6054: -42,30 + 6072: -42,34 + 6310: 77,-18 + 6311: 77,-17 + 6312: 77,-16 + 6313: 91,-12 + 6314: 91,-13 + 6315: 91,-21 + 6316: 91,-22 - node: color: '#FFFFFFFF' id: WarnLineE @@ -9389,175 +9389,175 @@ entities: 2448: -65,-18 2449: -65,-16 2450: -65,-15 - 4405: 44,39 - 4406: 44,40 - 5757: 88,-22 - 5758: 88,-21 - 5759: 88,-13 - 5760: 88,-12 + 4394: 44,39 + 4395: 44,40 + 5740: 88,-22 + 5741: 88,-21 + 5742: 88,-13 + 5743: 88,-12 - node: color: '#91D4FFFF' id: WarnLineGreyscaleE decals: - 6019: 33,3 - 6020: 33,2 - 6021: 33,1 - 7065: 32,9 - 7066: 32,10 - 7079: 28,1 - 7080: 28,2 + 6002: 33,3 + 6003: 33,2 + 6004: 33,1 + 7048: 32,9 + 7049: 32,10 + 7062: 28,1 + 7063: 28,2 - node: color: '#91D4FFFF' id: WarnLineGreyscaleN decals: - 7008: 30,3 - 7009: 31,3 - 7015: 12,18 - 7016: 13,18 - 7017: 14,18 - 7018: 15,18 - 7019: 16,18 - 7020: 10,17 - 7021: 9,17 - 7022: 8,17 - 7027: 18,17 - 7030: 19,17 - 7031: 20,17 - 7061: 26,10 - 7062: 27,10 - 7063: 28,10 - 7073: 25,3 - 7074: 26,3 - 7075: 27,3 + 6991: 30,3 + 6992: 31,3 + 6998: 12,18 + 6999: 13,18 + 7000: 14,18 + 7001: 15,18 + 7002: 16,18 + 7003: 10,17 + 7004: 9,17 + 7005: 8,17 + 7010: 18,17 + 7013: 19,17 + 7014: 20,17 + 7044: 26,10 + 7045: 27,10 + 7046: 28,10 + 7056: 25,3 + 7057: 26,3 + 7058: 27,3 - node: color: '#91D4FFFF' id: WarnLineGreyscaleS decals: - 7010: 12,17 - 7011: 13,17 - 7012: 14,17 - 7013: 15,17 - 7014: 16,17 - 7023: 8,17 - 7024: 9,17 - 7025: 10,17 - 7026: 18,17 - 7028: 19,17 - 7029: 20,17 - 7076: 25,0 - 7077: 26,0 - 7078: 27,0 - 7164: 30,0 - 7165: 31,0 + 6993: 12,17 + 6994: 13,17 + 6995: 14,17 + 6996: 15,17 + 6997: 16,17 + 7006: 8,17 + 7007: 9,17 + 7008: 10,17 + 7009: 18,17 + 7011: 19,17 + 7012: 20,17 + 7059: 25,0 + 7060: 26,0 + 7061: 27,0 + 7147: 30,0 + 7148: 31,0 - node: color: '#91D4FFFF' id: WarnLineGreyscaleW decals: - 6022: 36,3 - 6023: 36,2 - 6024: 36,1 - 7071: 24,1 - 7072: 24,2 + 6005: 36,3 + 6006: 36,2 + 6007: 36,1 + 7054: 24,1 + 7055: 24,2 - node: color: '#845606FF' id: WarnLineN decals: - 6782: -32,-47 - 6783: -31,-47 - 6784: -29,-47 - 6785: -28,-47 - 6791: -21,-49 - 6802: -14,-38 - 6803: -13,-38 - 6804: -12,-38 - 6805: -11,-38 - 6806: -10,-38 - 6807: -16,-38 - 6808: -17,-38 + 6765: -32,-47 + 6766: -31,-47 + 6767: -29,-47 + 6768: -28,-47 + 6774: -21,-49 + 6785: -14,-38 + 6786: -13,-38 + 6787: -12,-38 + 6788: -11,-38 + 6789: -10,-38 + 6790: -16,-38 + 6791: -17,-38 - node: color: '#B02E26FF' id: WarnLineN decals: - 5527: -34,47 - 5528: -33,47 - 5529: -32,47 - 5530: -31,47 - 5531: -30,47 - 5551: -28,41 - 5552: -27,41 - 5553: -26,41 - 5568: -23,41 - 5569: -22,41 - 5570: -21,41 - 5571: -31,28 - 5572: -30,28 - 5573: -29,28 - 5574: -28,28 - 5575: -27,28 - 5576: -26,28 - 5577: -25,28 - 5683: -28,44 - 5684: -27,44 - 5685: -26,44 - 5686: -25,44 - 5687: -24,44 - 5688: -23,44 - 5689: -22,44 - 5690: -21,44 - 5691: -20,44 - 5692: -19,44 - 5693: -18,44 - 5694: -17,44 - 5695: -16,44 - 5884: 13,-24 - 5885: 14,-24 - 5886: 15,-24 - 5904: 7,-26 - 5918: 14,-25 - 6192: -31,40 - 6193: -30,40 - 6196: -21,37 - 6197: -22,37 - 6198: -24,37 - 6199: -25,37 - 6200: -27,37 - 6201: -30,37 - 6202: -31,37 - 6207: -34,54 - 6208: -33,54 - 6209: -32,54 - 6210: -31,54 - 6211: -30,54 - 6250: -23,60 - 6251: -22,60 - 6252: -21,60 - 6287: -30,24 - 6288: -26,24 - 6289: -26,31 - 6290: -30,31 - 6291: -30,33 - 6292: -26,33 - 6297: -30,26 - 6298: -26,26 - 6299: -26,31 - 6300: -30,31 - 6311: -23,33 - 6312: -22,33 - 6313: -21,33 - 6314: -19,33 - 6315: -18,33 - 6316: -17,33 - 6318: -18,39 - 6421: -34,31 + 5510: -34,47 + 5511: -33,47 + 5512: -32,47 + 5513: -31,47 + 5514: -30,47 + 5534: -28,41 + 5535: -27,41 + 5536: -26,41 + 5551: -23,41 + 5552: -22,41 + 5553: -21,41 + 5554: -31,28 + 5555: -30,28 + 5556: -29,28 + 5557: -28,28 + 5558: -27,28 + 5559: -26,28 + 5560: -25,28 + 5666: -28,44 + 5667: -27,44 + 5668: -26,44 + 5669: -25,44 + 5670: -24,44 + 5671: -23,44 + 5672: -22,44 + 5673: -21,44 + 5674: -20,44 + 5675: -19,44 + 5676: -18,44 + 5677: -17,44 + 5678: -16,44 + 5867: 13,-24 + 5868: 14,-24 + 5869: 15,-24 + 5887: 7,-26 + 5901: 14,-25 + 6175: -31,40 + 6176: -30,40 + 6179: -21,37 + 6180: -22,37 + 6181: -24,37 + 6182: -25,37 + 6183: -27,37 + 6184: -30,37 + 6185: -31,37 + 6190: -34,54 + 6191: -33,54 + 6192: -32,54 + 6193: -31,54 + 6194: -30,54 + 6233: -23,60 + 6234: -22,60 + 6235: -21,60 + 6270: -30,24 + 6271: -26,24 + 6272: -26,31 + 6273: -30,31 + 6274: -30,33 + 6275: -26,33 + 6280: -30,26 + 6281: -26,26 + 6282: -26,31 + 6283: -30,31 + 6294: -23,33 + 6295: -22,33 + 6296: -21,33 + 6297: -19,33 + 6298: -18,33 + 6299: -17,33 + 6301: -18,39 + 6404: -34,31 - node: color: '#BA8841FF' id: WarnLineN decals: - 6061: -52,37 - 6112: -48,36 - 6113: -47,36 - 6346: 87,-15 - 6347: 87,-20 + 6044: -52,37 + 6095: -48,36 + 6096: -47,36 + 6329: 87,-15 + 6330: 87,-20 - node: color: '#FFFFFFFF' id: WarnLineN @@ -9567,97 +9567,97 @@ entities: 1556: -60,16 2018: 37,50 2019: 47,50 - 5930: -79,11 - 5931: -78,11 - 5932: -77,11 + 5913: -79,11 + 5914: -78,11 + 5915: -77,11 - node: color: '#845606FF' id: WarnLineS decals: - 6792: -14,-42 - 6793: -14,-43 - 6794: -14,-44 - 6795: -14,-45 - 6796: -14,-46 - 6824: -22,-23 - 6825: -22,-24 - 6826: -22,-25 - 6827: -22,-26 - 6828: -22,-28 - 6829: -22,-29 - 6830: -22,-30 - 6831: -22,-31 - 6832: -22,-32 - 6833: -22,-33 - 6834: -22,-34 - 6835: -22,-35 - 6836: -22,-36 - 6837: -22,-37 - 6838: -22,-38 - 6839: -22,-39 - 6840: -22,-40 - 6860: -22,-42 - 6862: -18,-42 - 6870: -22,-47 - 6871: -18,-47 + 6775: -14,-42 + 6776: -14,-43 + 6777: -14,-44 + 6778: -14,-45 + 6779: -14,-46 + 6807: -22,-23 + 6808: -22,-24 + 6809: -22,-25 + 6810: -22,-26 + 6811: -22,-28 + 6812: -22,-29 + 6813: -22,-30 + 6814: -22,-31 + 6815: -22,-32 + 6816: -22,-33 + 6817: -22,-34 + 6818: -22,-35 + 6819: -22,-36 + 6820: -22,-37 + 6821: -22,-38 + 6822: -22,-39 + 6823: -22,-40 + 6843: -22,-42 + 6845: -18,-42 + 6853: -22,-47 + 6854: -18,-47 - node: color: '#B02E26FF' id: WarnLineS decals: - 5518: -9,63 - 5519: -9,64 - 5559: -24,50 - 5560: -24,49 - 5891: 0,-23 - 5892: 0,-24 - 5893: 0,-25 - 5914: 6,-25 - 5915: 6,-22 - 6063: -5,68 - 6064: -5,67 - 6065: -5,66 - 6122: -12,31 - 6123: -12,32 - 6124: -12,33 - 6125: -12,34 - 6126: -12,35 - 6127: -12,36 - 6128: -12,37 - 6139: 0,42 - 6140: 0,43 - 6141: 0,44 - 6172: -3,42 - 6173: -3,43 - 6174: -3,44 - 6182: 4,-23 - 6183: 4,-24 - 6184: 4,-25 - 6203: -32,38 - 6204: -32,39 - 6319: -19,40 - 6320: -19,41 - 6419: -37,30 - 6423: -6,68 - 6424: -6,67 - 6425: -6,66 - 6432: -2,66 - 6433: -2,67 - 6434: -2,68 + 5501: -9,63 + 5502: -9,64 + 5542: -24,50 + 5543: -24,49 + 5874: 0,-23 + 5875: 0,-24 + 5876: 0,-25 + 5897: 6,-25 + 5898: 6,-22 + 6046: -5,68 + 6047: -5,67 + 6048: -5,66 + 6105: -12,31 + 6106: -12,32 + 6107: -12,33 + 6108: -12,34 + 6109: -12,35 + 6110: -12,36 + 6111: -12,37 + 6122: 0,42 + 6123: 0,43 + 6124: 0,44 + 6155: -3,42 + 6156: -3,43 + 6157: -3,44 + 6165: 4,-23 + 6166: 4,-24 + 6167: 4,-25 + 6186: -32,38 + 6187: -32,39 + 6302: -19,40 + 6303: -19,41 + 6402: -37,30 + 6406: -6,68 + 6407: -6,67 + 6408: -6,66 + 6415: -2,66 + 6416: -2,67 + 6417: -2,68 - node: color: '#BA8841FF' id: WarnLineS decals: - 6039: -53,34 - 6043: -58,34 - 6044: -58,35 - 6045: -58,36 - 6048: -50,31 - 6070: -43,30 - 6088: -43,34 - 6334: 90,-22 - 6335: 90,-21 - 6336: 90,-13 - 6337: 90,-12 + 6022: -53,34 + 6026: -58,34 + 6027: -58,35 + 6028: -58,36 + 6031: -50,31 + 6053: -43,30 + 6071: -43,34 + 6317: 90,-22 + 6318: 90,-21 + 6319: 90,-13 + 6320: 90,-12 - node: color: '#FFFFFFFF' id: WarnLineS @@ -9672,111 +9672,111 @@ entities: 2444: -66,-16 2445: -66,-18 2446: -66,-19 - 4407: 48,40 - 5946: -13,-42 - 5947: -13,-43 - 5948: -13,-44 - 5949: -13,-45 - 5950: -13,-46 - 6394: -42,10 - 6395: -42,9 - 6396: -42,8 + 4396: 48,40 + 5929: -13,-42 + 5930: -13,-43 + 5931: -13,-44 + 5932: -13,-45 + 5933: -13,-46 + 6377: -42,10 + 6378: -42,9 + 6379: -42,8 - node: color: '#845606FF' id: WarnLineW decals: - 6786: -32,-47 - 6787: -31,-47 - 6788: -29,-47 - 6789: -28,-47 - 6790: -21,-49 - 6809: -17,-38 - 6810: -16,-38 - 6811: -14,-38 - 6812: -13,-38 - 6813: -12,-38 - 6814: -11,-38 - 6815: -10,-38 - 6854: -20,-20 - 6855: -19,-20 - 6856: -17,-20 - 6857: -16,-20 + 6769: -32,-47 + 6770: -31,-47 + 6771: -29,-47 + 6772: -28,-47 + 6773: -21,-49 + 6792: -17,-38 + 6793: -16,-38 + 6794: -14,-38 + 6795: -13,-38 + 6796: -12,-38 + 6797: -11,-38 + 6798: -10,-38 + 6837: -20,-20 + 6838: -19,-20 + 6839: -17,-20 + 6840: -16,-20 - node: color: '#B02E26FF' id: WarnLineW decals: - 5419: -18,42 - 5532: -34,45 - 5533: -33,45 - 5534: -32,45 - 5535: -31,45 - 5536: -30,45 - 5554: -28,42 - 5555: -27,42 - 5556: -26,42 - 5565: -21,42 - 5566: -22,42 - 5567: -23,42 - 5578: -31,30 - 5579: -30,30 - 5580: -29,30 - 5581: -28,30 - 5582: -27,30 - 5583: -26,30 - 5584: -25,30 - 5881: 13,-22 - 5882: 14,-22 - 5883: 15,-22 - 5905: 7,-21 - 6120: -9,35 - 6121: -8,35 - 6136: -7,40 - 6137: -6,40 - 6138: -5,40 - 6185: -31,37 - 6186: -30,37 - 6187: -27,37 - 6188: -25,37 - 6189: -24,37 - 6190: -22,37 - 6191: -21,37 - 6205: -31,40 - 6206: -30,40 - 6212: -34,52 - 6213: -33,52 - 6214: -32,52 - 6215: -31,52 - 6216: -30,52 - 6253: -23,61 - 6254: -22,61 - 6255: -21,61 - 6293: -30,25 - 6294: -26,25 - 6295: -30,27 - 6296: -26,27 - 6301: -30,32 - 6302: -26,32 - 6303: -30,34 - 6304: -26,34 - 6305: -23,34 - 6306: -22,34 - 6307: -21,34 - 6308: -19,34 - 6309: -18,34 - 6310: -17,34 - 6317: -7,35 - 6422: -34,31 + 5402: -18,42 + 5515: -34,45 + 5516: -33,45 + 5517: -32,45 + 5518: -31,45 + 5519: -30,45 + 5537: -28,42 + 5538: -27,42 + 5539: -26,42 + 5548: -21,42 + 5549: -22,42 + 5550: -23,42 + 5561: -31,30 + 5562: -30,30 + 5563: -29,30 + 5564: -28,30 + 5565: -27,30 + 5566: -26,30 + 5567: -25,30 + 5864: 13,-22 + 5865: 14,-22 + 5866: 15,-22 + 5888: 7,-21 + 6103: -9,35 + 6104: -8,35 + 6119: -7,40 + 6120: -6,40 + 6121: -5,40 + 6168: -31,37 + 6169: -30,37 + 6170: -27,37 + 6171: -25,37 + 6172: -24,37 + 6173: -22,37 + 6174: -21,37 + 6188: -31,40 + 6189: -30,40 + 6195: -34,52 + 6196: -33,52 + 6197: -32,52 + 6198: -31,52 + 6199: -30,52 + 6236: -23,61 + 6237: -22,61 + 6238: -21,61 + 6276: -30,25 + 6277: -26,25 + 6278: -30,27 + 6279: -26,27 + 6284: -30,32 + 6285: -26,32 + 6286: -30,34 + 6287: -26,34 + 6288: -23,34 + 6289: -22,34 + 6290: -21,34 + 6291: -19,34 + 6292: -18,34 + 6293: -17,34 + 6300: -7,35 + 6405: -34,31 - node: color: '#BA8841FF' id: WarnLineW decals: - 6062: -52,38 - 6114: -48,37 - 6115: -47,37 - 6116: -63,13 - 6117: -62,13 - 6348: 87,-19 - 6349: 87,-14 + 6045: -52,38 + 6097: -48,37 + 6098: -47,37 + 6099: -63,13 + 6100: -62,13 + 6331: 87,-19 + 6332: 87,-14 - node: color: '#FFFFFFFF' id: WarnLineW @@ -9793,99 +9793,99 @@ entities: 2016: 46,57 2017: 37,52 2020: 47,52 - 4409: 45,38 - 4410: 46,38 - 5927: -79,14 - 5928: -78,14 - 5929: -77,14 + 4398: 45,38 + 4399: 46,38 + 5910: -79,14 + 5911: -78,14 + 5912: -77,14 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 6527: -1,0 - 6528: 6,0 - 6529: 6,7 - 6530: -1,7 + 6510: -1,0 + 6511: 6,0 + 6512: 6,7 + 6513: -1,7 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 6531: -4,7 - 6532: 4,7 - 6533: 3,0 - 6534: -4,0 + 6514: -4,7 + 6515: 4,7 + 6516: 3,0 + 6517: -4,0 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 6519: -1,4 - 6520: 6,-3 - 6521: -1,-3 - 6522: 6,5 + 6502: -1,4 + 6503: 6,-3 + 6504: -1,-3 + 6505: 6,5 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 6523: -4,-3 - 6524: -4,4 - 6525: 4,5 - 6526: 3,-3 + 6506: -4,-3 + 6507: -4,4 + 6508: 4,5 + 6509: 3,-3 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe decals: - 5940: -13,-44 + 5923: -13,-44 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 5938: -13,-43 - 5939: -13,-42 - 6542: -1,-1 - 6543: -1,-2 - 6544: 6,-1 - 6545: 6,-2 - 6546: 6,6 - 6547: -1,6 - 6548: -1,5 + 5921: -13,-43 + 5922: -13,-42 + 6525: -1,-1 + 6526: -1,-2 + 6527: 6,-1 + 6528: 6,-2 + 6529: 6,6 + 6530: -1,6 + 6531: -1,5 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 5933: -12,-44 - 5934: -11,-44 - 5935: -10,-44 - 5936: -9,-44 - 5937: -8,-44 - 6535: -3,0 - 6536: -2,0 - 6537: 4,0 - 6538: 5,0 - 6539: 5,7 - 6540: -2,7 - 6541: -3,7 + 5916: -12,-44 + 5917: -11,-44 + 5918: -10,-44 + 5919: -9,-44 + 5920: -8,-44 + 6518: -3,0 + 6519: -2,0 + 6520: 4,0 + 6521: 5,0 + 6522: 5,7 + 6523: -2,7 + 6524: -3,7 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 6549: -3,-3 - 6550: -2,-3 - 6551: 4,-3 - 6552: 5,-3 - 6553: 5,5 - 6554: -2,4 - 6555: -3,4 + 6532: -3,-3 + 6533: -2,-3 + 6534: 4,-3 + 6535: 5,-3 + 6536: 5,5 + 6537: -2,4 + 6538: -3,4 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: - 6556: -4,-2 - 6557: -4,-1 - 6558: -4,5 - 6559: -4,6 - 6560: 4,6 - 6561: 3,-2 - 6562: 3,-1 + 6539: -4,-2 + 6540: -4,-1 + 6541: -4,5 + 6542: -4,6 + 6543: 4,6 + 6544: 3,-2 + 6545: 3,-1 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' @@ -9902,9 +9902,9 @@ entities: color: '#000000FF' id: clawprint decals: - 4773: 76.23013,83.76755 - 4774: 76.38638,84.08786 - 4775: 76.15201,84.322235 + 4756: 76.23013,83.76755 + 4757: 76.38638,84.08786 + 4758: 76.15201,84.322235 - node: cleanable: True angle: -0.5061454830783556 rad @@ -10006,15 +10006,15 @@ entities: color: '#181719FF' id: i decals: - 4776: 76.73013,84.90036 - 4777: 76.862946,84.759735 - 4778: 77.00357,84.77536 - 4779: 76.02701,82.540985 - 4780: 76.12076,82.33786 - 4781: 76.27701,82.50192 - 4782: 78.10513,84.21286 - 4783: 78.175446,84.0488 - 4784: 78.331696,84.22067 + 4759: 76.73013,84.90036 + 4760: 76.862946,84.759735 + 4761: 77.00357,84.77536 + 4762: 76.02701,82.540985 + 4763: 76.12076,82.33786 + 4764: 76.27701,82.50192 + 4765: 78.10513,84.21286 + 4766: 78.175446,84.0488 + 4767: 78.331696,84.22067 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' @@ -10102,43 +10102,43 @@ entities: color: '#5D0000FF' id: splatter decals: - 4588: -17.416376,-1.2267087 - 4589: -17.072626,-1.4142087 + 4577: -17.416376,-1.2267087 + 4578: -17.072626,-1.4142087 - node: cleanable: True color: '#7A0000FF' id: splatter decals: - 4586: -17.260126,-1.3907712 - 4587: -17.650751,-1.3907712 + 4575: -17.260126,-1.3907712 + 4576: -17.650751,-1.3907712 - node: cleanable: True color: '#7C1719FF' id: splatter decals: - 4790: 75.44107,83.09567 - 4791: 78.12857,85.478485 - 4792: 78.66763,85.37692 - 4793: 81.664444,83.50258 - 4794: 81.81288,83.87758 - 4795: 82.08632,83.68227 - 4796: 81.40663,83.67445 - 4797: 82.52382,83.54164 - 4798: 82.62538,83.77602 - 4799: 79.74257,85.41664 - 4800: 80.226944,85.60414 - 4801: 79.70351,83.58852 + 4773: 75.44107,83.09567 + 4774: 78.12857,85.478485 + 4775: 78.66763,85.37692 + 4776: 81.664444,83.50258 + 4777: 81.81288,83.87758 + 4778: 82.08632,83.68227 + 4779: 81.40663,83.67445 + 4780: 82.52382,83.54164 + 4781: 82.62538,83.77602 + 4782: 79.74257,85.41664 + 4783: 80.226944,85.60414 + 4784: 79.70351,83.58852 - node: cleanable: True color: '#930000FF' id: splatter decals: - 4580: -17.797201,-1.5470212 - 4581: -17.469076,-1.2892087 - 4582: -16.719076,-1.6485837 - 4583: -17.500326,-2.7657712 - 4584: -17.187826,-1.6407712 - 4585: -17.500326,-1.8204587 + 4569: -17.797201,-1.5470212 + 4570: -17.469076,-1.2892087 + 4571: -16.719076,-1.6485837 + 4572: -17.500326,-2.7657712 + 4573: -17.187826,-1.6407712 + 4574: -17.500326,-1.8204587 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' @@ -10175,22 +10175,22 @@ entities: color: '#A51719FF' id: splatter decals: - 4802: 79.90663,83.69789 - 4803: 81.758194,84.09633 - 4804: 79.68788,85.7682 - 4805: 82.414444,83.47133 - 4806: 81.96913,83.16664 - 4807: 82.539444,84.12758 + 4785: 79.90663,83.69789 + 4786: 81.758194,84.09633 + 4787: 79.68788,85.7682 + 4788: 82.414444,83.47133 + 4789: 81.96913,83.16664 + 4790: 82.539444,84.12758 - node: cleanable: True color: '#A91719FF' id: splatter decals: - 4785: 77.800446,85.4863 - 4786: 78.25357,85.21286 - 4787: 78.56607,85.61911 - 4788: 75.52701,83.43942 - 4789: 75.66763,83.09567 + 4768: 77.800446,85.4863 + 4769: 78.25357,85.21286 + 4770: 78.56607,85.61911 + 4771: 75.52701,83.43942 + 4772: 75.66763,83.09567 - node: cleanable: True angle: -0.15707963267948966 rad @@ -10246,7 +10246,7 @@ entities: color: '#FFFFFFFF' id: w decals: - 5461: 82,34 + 5444: 82,34 - type: RadiationGridResistance - type: GridAtmosphere version: 2 @@ -14858,6 +14858,7 @@ entities: name: map 100 - type: Transform - type: Map + mapPaused: True - type: PhysicsMap - type: GridTree - type: MovedGrids @@ -14951,8 +14952,6 @@ entities: - 28654 - 31773 - 28485 - - type: AtmosDevice - joinedGrid: 2 - uid: 22 components: - type: Transform @@ -14965,8 +14964,6 @@ entities: - 22115 - 26414 - 28364 - - type: AtmosDevice - joinedGrid: 2 - uid: 69 components: - type: Transform @@ -14988,8 +14985,6 @@ entities: - 7530 - 7889 - 5062 - - type: AtmosDevice - joinedGrid: 2 - uid: 398 components: - type: Transform @@ -15006,8 +15001,6 @@ entities: - 6498 - 3349 - 6493 - - type: AtmosDevice - joinedGrid: 2 - uid: 400 components: - type: Transform @@ -15026,8 +15019,6 @@ entities: - 6614 - 23230 - 6754 - - type: AtmosDevice - joinedGrid: 2 - uid: 792 components: - type: Transform @@ -15044,8 +15035,6 @@ entities: - 4614 - 20189 - 12060 - - type: AtmosDevice - joinedGrid: 2 - uid: 1256 components: - type: Transform @@ -15057,8 +15046,6 @@ entities: - 1257 - 4265 - 1254 - - type: AtmosDevice - joinedGrid: 2 - uid: 1320 components: - type: Transform @@ -15081,15 +15068,11 @@ entities: - 17737 - 28211 - 7610 - - type: AtmosDevice - joinedGrid: 2 - uid: 1655 components: - type: Transform pos: 34.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 1690 components: - type: Transform @@ -15124,8 +15107,6 @@ entities: - 38929 - 38927 - 38928 - - type: AtmosDevice - joinedGrid: 2 - uid: 2285 components: - type: Transform @@ -15136,8 +15117,6 @@ entities: - 2310 - 1255 - 1253 - - type: AtmosDevice - joinedGrid: 2 - uid: 2594 components: - type: Transform @@ -15162,8 +15141,6 @@ entities: - 13002 - 2462 - 30719 - - type: AtmosDevice - joinedGrid: 2 - uid: 3405 components: - type: Transform @@ -15177,8 +15154,6 @@ entities: - 28430 - 4631 - 10351 - - type: AtmosDevice - joinedGrid: 2 - uid: 3525 components: - type: Transform @@ -15195,8 +15170,6 @@ entities: - 10351 - 4631 - 4548 - - type: AtmosDevice - joinedGrid: 2 - uid: 3897 components: - type: Transform @@ -15210,8 +15183,6 @@ entities: - 28301 - 28302 - 6493 - - type: AtmosDevice - joinedGrid: 2 - uid: 4313 components: - type: Transform @@ -15226,8 +15197,6 @@ entities: - 3092 - 1691 - 28394 - - type: AtmosDevice - joinedGrid: 2 - uid: 4870 components: - type: Transform @@ -15240,8 +15209,6 @@ entities: - 38832 - 38833 - 38831 - - type: AtmosDevice - joinedGrid: 2 - uid: 6114 components: - type: Transform @@ -15259,8 +15226,6 @@ entities: - 28529 - 28537 - 28513 - - type: AtmosDevice - joinedGrid: 2 - uid: 6298 components: - type: Transform @@ -15272,8 +15237,6 @@ entities: - 26232 - 28436 - 27271 - - type: AtmosDevice - joinedGrid: 2 - uid: 6715 components: - type: Transform @@ -15295,8 +15258,6 @@ entities: - 26633 - 17693 - 6614 - - type: AtmosDevice - joinedGrid: 2 - uid: 7120 components: - type: Transform @@ -15310,8 +15271,6 @@ entities: - 20795 - 1729 - 16553 - - type: AtmosDevice - joinedGrid: 2 - uid: 7552 components: - type: Transform @@ -15327,8 +15286,6 @@ entities: - 28585 - 2006 - 2007 - - type: AtmosDevice - joinedGrid: 2 - uid: 8213 components: - type: Transform @@ -15339,8 +15296,6 @@ entities: - 21970 - 1260 - 8664 - - type: AtmosDevice - joinedGrid: 2 - uid: 9212 components: - type: Transform @@ -15355,8 +15310,6 @@ entities: - 37412 - 37407 - 28434 - - type: AtmosDevice - joinedGrid: 2 - uid: 11473 components: - type: Transform @@ -15367,8 +15320,6 @@ entities: - 4848 - 1259 - 16497 - - type: AtmosDevice - joinedGrid: 2 - uid: 12404 components: - type: Transform @@ -15384,8 +15335,6 @@ entities: - 38182 - 38221 - 28368 - - type: AtmosDevice - joinedGrid: 2 - uid: 12411 components: - type: Transform @@ -15399,8 +15348,6 @@ entities: - 4778 - 4814 - 5959 - - type: AtmosDevice - joinedGrid: 2 - uid: 15850 components: - type: Transform @@ -15421,8 +15368,6 @@ entities: - 25859 - 25858 - 26032 - - type: AtmosDevice - joinedGrid: 2 - uid: 17901 components: - type: Transform @@ -15450,8 +15395,6 @@ entities: - 27008 - 27497 - 583 - - type: AtmosDevice - joinedGrid: 2 - uid: 18239 components: - type: Transform @@ -15462,8 +15405,6 @@ entities: devices: - 18278 - 19759 - - type: AtmosDevice - joinedGrid: 2 - uid: 18513 components: - type: Transform @@ -15477,8 +15418,6 @@ entities: - 28426 - 37892 - 37893 - - type: AtmosDevice - joinedGrid: 2 - uid: 19822 components: - type: Transform @@ -15493,8 +15432,6 @@ entities: - 28414 - 19729 - 4814 - - type: AtmosDevice - joinedGrid: 2 - uid: 20000 components: - type: Transform @@ -15510,8 +15447,6 @@ entities: - 28342 - 15267 - 15103 - - type: AtmosDevice - joinedGrid: 2 - uid: 20237 components: - type: Transform @@ -15532,8 +15467,6 @@ entities: - 28392 - 28654 - 28588 - - type: AtmosDevice - joinedGrid: 2 - uid: 21100 components: - type: Transform @@ -15552,8 +15485,6 @@ entities: - 23698 - 26212 - 15376 - - type: AtmosDevice - joinedGrid: 2 - uid: 21934 components: - type: Transform @@ -15569,8 +15500,6 @@ entities: - 28397 - 28396 - 28402 - - type: AtmosDevice - joinedGrid: 2 - uid: 22045 components: - type: Transform @@ -15587,8 +15516,6 @@ entities: - 26835 - 28607 - 26376 - - type: AtmosDevice - joinedGrid: 2 - uid: 22060 components: - type: Transform @@ -15604,8 +15531,6 @@ entities: - 27483 - 28755 - 28627 - - type: AtmosDevice - joinedGrid: 2 - uid: 22065 components: - type: Transform @@ -15617,8 +15542,6 @@ entities: - 8417 - 8416 - 4243 - - type: AtmosDevice - joinedGrid: 2 - uid: 22157 components: - type: Transform @@ -15637,8 +15560,6 @@ entities: - 28487 - 28383 - 28382 - - type: AtmosDevice - joinedGrid: 2 - uid: 22291 components: - type: Transform @@ -15655,8 +15576,6 @@ entities: - 19652 - 28598 - 28597 - - type: AtmosDevice - joinedGrid: 2 - uid: 23688 components: - type: Transform @@ -15670,8 +15589,6 @@ entities: - 7192 - 27252 - 28110 - - type: AtmosDevice - joinedGrid: 2 - uid: 23798 components: - type: Transform @@ -15681,8 +15598,6 @@ entities: - type: DeviceList devices: - 23802 - - type: AtmosDevice - joinedGrid: 2 - uid: 23957 components: - type: Transform @@ -15696,8 +15611,6 @@ entities: - 28501 - 28500 - 28488 - - type: AtmosDevice - joinedGrid: 2 - uid: 25098 components: - type: Transform @@ -15712,8 +15625,6 @@ entities: - 28333 - 6966 - 25186 - - type: AtmosDevice - joinedGrid: 2 - uid: 25103 components: - type: Transform @@ -15724,8 +15635,6 @@ entities: devices: - 28615 - 28359 - - type: AtmosDevice - joinedGrid: 2 - uid: 25112 components: - type: Transform @@ -15741,8 +15650,6 @@ entities: - 26257 - 23698 - 25186 - - type: AtmosDevice - joinedGrid: 2 - uid: 25115 components: - type: Transform @@ -15756,8 +15663,6 @@ entities: - 28393 - 14205 - 2458 - - type: AtmosDevice - joinedGrid: 2 - uid: 25133 components: - type: Transform @@ -15772,8 +15677,6 @@ entities: - 26354 - 28348 - 24887 - - type: AtmosDevice - joinedGrid: 2 - uid: 25136 components: - type: Transform @@ -15785,8 +15688,6 @@ entities: - 28347 - 28348 - 28365 - - type: AtmosDevice - joinedGrid: 2 - uid: 25158 components: - type: Transform @@ -15812,8 +15713,6 @@ entities: - 28382 - 25770 - 25821 - - type: AtmosDevice - joinedGrid: 2 - uid: 25166 components: - type: Transform @@ -15830,8 +15729,6 @@ entities: - 26067 - 25757 - 34366 - - type: AtmosDevice - joinedGrid: 2 - uid: 25185 components: - type: Transform @@ -15865,8 +15762,6 @@ entities: - 28378 - 25632 - 11644 - - type: AtmosDevice - joinedGrid: 2 - uid: 25190 components: - type: Transform @@ -15890,8 +15785,6 @@ entities: - 27455 - 28382 - 28383 - - type: AtmosDevice - joinedGrid: 2 - uid: 25191 components: - type: Transform @@ -15909,8 +15802,6 @@ entities: - 28389 - 24315 - 27511 - - type: AtmosDevice - joinedGrid: 2 - uid: 25192 components: - type: Transform @@ -15923,8 +15814,6 @@ entities: - 26121 - 28389 - 26122 - - type: AtmosDevice - joinedGrid: 2 - uid: 25193 components: - type: Transform @@ -15939,8 +15828,6 @@ entities: - 28387 - 26129 - 26128 - - type: AtmosDevice - joinedGrid: 2 - uid: 25195 components: - type: Transform @@ -15958,8 +15845,6 @@ entities: - 28588 - 26035 - 8821 - - type: AtmosDevice - joinedGrid: 2 - uid: 25196 components: - type: Transform @@ -15986,8 +15871,6 @@ entities: - 28525 - 25727 - 26014 - - type: AtmosDevice - joinedGrid: 2 - uid: 25197 components: - type: Transform @@ -15999,8 +15882,6 @@ entities: - 14170 - 14173 - 28526 - - type: AtmosDevice - joinedGrid: 2 - uid: 25198 components: - type: Transform @@ -16016,8 +15897,6 @@ entities: - 28523 - 25742 - 26036 - - type: AtmosDevice - joinedGrid: 2 - uid: 25199 components: - type: Transform @@ -16031,8 +15910,6 @@ entities: - 25835 - 25834 - 28522 - - type: AtmosDevice - joinedGrid: 2 - uid: 25201 components: - type: Transform @@ -16046,8 +15923,6 @@ entities: - 28526 - 38808 - 38809 - - type: AtmosDevice - joinedGrid: 2 - uid: 25204 components: - type: Transform @@ -16062,8 +15937,6 @@ entities: - 2006 - 2008 - 2009 - - type: AtmosDevice - joinedGrid: 2 - uid: 25205 components: - type: Transform @@ -16078,8 +15951,6 @@ entities: - 28567 - 28586 - 28585 - - type: AtmosDevice - joinedGrid: 2 - uid: 25206 components: - type: Transform @@ -16100,8 +15971,6 @@ entities: - 25310 - 1871 - 1870 - - type: AtmosDevice - joinedGrid: 2 - uid: 25221 components: - type: Transform @@ -16117,8 +15986,6 @@ entities: - 23698 - 25186 - 28393 - - type: AtmosDevice - joinedGrid: 2 - uid: 25222 components: - type: Transform @@ -16133,8 +16000,6 @@ entities: - 8763 - 23698 - 25186 - - type: AtmosDevice - joinedGrid: 2 - uid: 25223 components: - type: Transform @@ -16161,8 +16026,6 @@ entities: - 3834 - 27503 - 15936 - - type: AtmosDevice - joinedGrid: 2 - uid: 25224 components: - type: Transform @@ -16184,8 +16047,6 @@ entities: - 24887 - 13354 - 13378 - - type: AtmosDevice - joinedGrid: 2 - uid: 25229 components: - type: Transform @@ -16201,8 +16062,6 @@ entities: - 27441 - 13136 - 19972 - - type: AtmosDevice - joinedGrid: 2 - uid: 25231 components: - type: Transform @@ -16218,8 +16077,6 @@ entities: - 28362 - 26372 - 317 - - type: AtmosDevice - joinedGrid: 2 - uid: 25232 components: - type: Transform @@ -16232,8 +16089,6 @@ entities: - 26372 - 28615 - 28361 - - type: AtmosDevice - joinedGrid: 2 - uid: 25233 components: - type: Transform @@ -16247,8 +16102,6 @@ entities: - 7753 - 28615 - 28360 - - type: AtmosDevice - joinedGrid: 2 - uid: 25234 components: - type: Transform @@ -16267,8 +16120,6 @@ entities: - 25636 - 26013 - 28713 - - type: AtmosDevice - joinedGrid: 2 - uid: 25236 components: - type: Transform @@ -16282,8 +16133,6 @@ entities: - 28358 - 28357 - 28367 - - type: AtmosDevice - joinedGrid: 2 - uid: 25239 components: - type: Transform @@ -16304,8 +16153,6 @@ entities: - 26872 - 5676 - 25655 - - type: AtmosDevice - joinedGrid: 2 - uid: 25240 components: - type: Transform @@ -16322,8 +16169,6 @@ entities: - 28368 - 28375 - 1518 - - type: AtmosDevice - joinedGrid: 2 - uid: 25241 components: - type: Transform @@ -16335,8 +16180,6 @@ entities: - 27152 - 27149 - 28374 - - type: AtmosDevice - joinedGrid: 2 - uid: 25243 components: - type: Transform @@ -16353,8 +16196,6 @@ entities: - 21918 - 777 - 28395 - - type: AtmosDevice - joinedGrid: 2 - uid: 25244 components: - type: Transform @@ -16379,8 +16220,6 @@ entities: - 28392 - 28338 - 3605 - - type: AtmosDevice - joinedGrid: 2 - uid: 25246 components: - type: Transform @@ -16406,8 +16245,6 @@ entities: - 25213 - 27493 - 24007 - - type: AtmosDevice - joinedGrid: 2 - uid: 25247 components: - type: Transform @@ -16441,8 +16278,6 @@ entities: - 25781 - 25780 - 26137 - - type: AtmosDevice - joinedGrid: 2 - uid: 25248 components: - type: Transform @@ -16471,8 +16306,6 @@ entities: - 271 - 12292 - 20931 - - type: AtmosDevice - joinedGrid: 2 - uid: 25250 components: - type: Transform @@ -16489,8 +16322,6 @@ entities: - 28414 - 24173 - 27123 - - type: AtmosDevice - joinedGrid: 2 - uid: 25251 components: - type: Transform @@ -16510,8 +16341,6 @@ entities: - 27484 - 28412 - 29289 - - type: AtmosDevice - joinedGrid: 2 - uid: 25256 components: - type: Transform @@ -16531,8 +16360,6 @@ entities: - 25793 - 26211 - 271 - - type: AtmosDevice - joinedGrid: 2 - uid: 25261 components: - type: Transform @@ -16555,8 +16382,6 @@ entities: - 6739 - 28258 - 22858 - - type: AtmosDevice - joinedGrid: 2 - uid: 25263 components: - type: Transform @@ -16570,8 +16395,6 @@ entities: - 28476 - 28755 - 28627 - - type: AtmosDevice - joinedGrid: 2 - uid: 25264 components: - type: Transform @@ -16584,8 +16407,6 @@ entities: - 27295 - 27294 - 28790 - - type: AtmosDevice - joinedGrid: 2 - uid: 25265 components: - type: Transform @@ -16598,8 +16419,6 @@ entities: - 27293 - 27296 - 28790 - - type: AtmosDevice - joinedGrid: 2 - uid: 25266 components: - type: Transform @@ -16613,8 +16432,6 @@ entities: - 28479 - 28790 - 28480 - - type: AtmosDevice - joinedGrid: 2 - uid: 25267 components: - type: Transform @@ -16631,8 +16448,6 @@ entities: - 101 - 27260 - 26123 - - type: AtmosDevice - joinedGrid: 2 - uid: 25274 components: - type: Transform @@ -16663,8 +16478,6 @@ entities: - 24245 - 27257 - 583 - - type: AtmosDevice - joinedGrid: 2 - uid: 25275 components: - type: Transform @@ -16680,8 +16493,6 @@ entities: - 28472 - 28790 - 28080 - - type: AtmosDevice - joinedGrid: 2 - uid: 25276 components: - type: Transform @@ -16705,8 +16516,6 @@ entities: - 39210 - 4607 - 36885 - - type: AtmosDevice - joinedGrid: 2 - uid: 25280 components: - type: Transform @@ -16722,8 +16531,6 @@ entities: - 28486 - 8659 - 6682 - - type: AtmosDevice - joinedGrid: 2 - uid: 25281 components: - type: Transform @@ -16736,8 +16543,6 @@ entities: - 27421 - 28484 - 1082 - - type: AtmosDevice - joinedGrid: 2 - uid: 25285 components: - type: Transform @@ -16764,8 +16569,6 @@ entities: - 151 - 36885 - 20931 - - type: AtmosDevice - joinedGrid: 2 - uid: 25286 components: - type: Transform @@ -16789,8 +16592,6 @@ entities: - 28420 - 28434 - 151 - - type: AtmosDevice - joinedGrid: 2 - uid: 25288 components: - type: Transform @@ -16813,8 +16614,6 @@ entities: - 39198 - 39199 - 36885 - - type: AtmosDevice - joinedGrid: 2 - uid: 25290 components: - type: Transform @@ -16829,8 +16628,6 @@ entities: - 26198 - 28392 - 28472 - - type: AtmosDevice - joinedGrid: 2 - uid: 25291 components: - type: Transform @@ -16844,8 +16641,6 @@ entities: - 27311 - 28474 - 28080 - - type: AtmosDevice - joinedGrid: 2 - uid: 25293 components: - type: Transform @@ -16865,8 +16660,6 @@ entities: - 22808 - 24737 - 25156 - - type: AtmosDevice - joinedGrid: 2 - uid: 25294 components: - type: Transform @@ -16882,8 +16675,6 @@ entities: - 28428 - 28427 - 28429 - - type: AtmosDevice - joinedGrid: 2 - uid: 25298 components: - type: Transform @@ -16916,8 +16707,6 @@ entities: - 28213 - 29085 - 29086 - - type: AtmosDevice - joinedGrid: 2 - uid: 25299 components: - type: Transform @@ -16936,8 +16725,6 @@ entities: - 28431 - 27747 - 27748 - - type: AtmosDevice - joinedGrid: 2 - uid: 25300 components: - type: Transform @@ -16953,8 +16740,6 @@ entities: - 28633 - 26698 - 25794 - - type: AtmosDevice - joinedGrid: 2 - uid: 25302 components: - type: Transform @@ -16970,8 +16755,6 @@ entities: - 28534 - 28219 - 27300 - - type: AtmosDevice - joinedGrid: 2 - uid: 25305 components: - type: Transform @@ -16984,8 +16767,6 @@ entities: - 25460 - 25459 - 28528 - - type: AtmosDevice - joinedGrid: 2 - uid: 25306 components: - type: Transform @@ -16999,8 +16780,6 @@ entities: - 25452 - 25451 - 28528 - - type: AtmosDevice - joinedGrid: 2 - uid: 25307 components: - type: Transform @@ -17021,8 +16800,6 @@ entities: - 28528 - 28512 - 28705 - - type: AtmosDevice - joinedGrid: 2 - uid: 25313 components: - type: Transform @@ -17042,8 +16819,6 @@ entities: - 28591 - 26866 - 28592 - - type: AtmosDevice - joinedGrid: 2 - uid: 25316 components: - type: Transform @@ -17072,8 +16847,6 @@ entities: - 26010 - 34114 - 3836 - - type: AtmosDevice - joinedGrid: 2 - uid: 25318 components: - type: Transform @@ -17086,15 +16859,11 @@ entities: - 28603 - 15721 - 5244 - - type: AtmosDevice - joinedGrid: 2 - uid: 25320 components: - type: Transform pos: -58.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 25321 components: - type: Transform @@ -17109,8 +16878,6 @@ entities: - 27134 - 27135 - 1518 - - type: AtmosDevice - joinedGrid: 2 - uid: 25329 components: - type: Transform @@ -17126,8 +16893,6 @@ entities: - 27108 - 27109 - 28754 - - type: AtmosDevice - joinedGrid: 2 - uid: 25333 components: - type: Transform @@ -17147,8 +16912,6 @@ entities: - 28367 - 31 - 1691 - - type: AtmosDevice - joinedGrid: 2 - uid: 25334 components: - type: Transform @@ -17167,8 +16930,6 @@ entities: - 28395 - 28396 - 3321 - - type: AtmosDevice - joinedGrid: 2 - uid: 25336 components: - type: Transform @@ -17185,8 +16946,6 @@ entities: - 3080 - 6554 - 6553 - - type: AtmosDevice - joinedGrid: 2 - uid: 25338 components: - type: Transform @@ -17199,8 +16958,6 @@ entities: - 28776 - 6554 - 27430 - - type: AtmosDevice - joinedGrid: 2 - uid: 25339 components: - type: Transform @@ -17217,8 +16974,6 @@ entities: - 28290 - 28408 - 26696 - - type: AtmosDevice - joinedGrid: 2 - uid: 25340 components: - type: Transform @@ -17229,8 +16984,6 @@ entities: - 28410 - 28619 - 3815 - - type: AtmosDevice - joinedGrid: 2 - uid: 25342 components: - type: Transform @@ -17243,8 +16996,6 @@ entities: - 25484 - 25485 - 28646 - - type: AtmosDevice - joinedGrid: 2 - uid: 25343 components: - type: Transform @@ -17264,8 +17015,6 @@ entities: - 25311 - 24253 - 24258 - - type: AtmosDevice - joinedGrid: 2 - uid: 25344 components: - type: Transform @@ -17284,8 +17033,6 @@ entities: - 25499 - 28531 - 28654 - - type: AtmosDevice - joinedGrid: 2 - uid: 25345 components: - type: Transform @@ -17306,8 +17053,6 @@ entities: - 28528 - 24263 - 941 - - type: AtmosDevice - joinedGrid: 2 - uid: 25346 components: - type: Transform @@ -17329,8 +17074,6 @@ entities: - 28646 - 34073 - 34118 - - type: AtmosDevice - joinedGrid: 2 - uid: 25347 components: - type: Transform @@ -17344,8 +17087,6 @@ entities: - 25467 - 28537 - 28528 - - type: AtmosDevice - joinedGrid: 2 - uid: 25349 components: - type: Transform @@ -17362,8 +17103,6 @@ entities: - 28490 - 28530 - 34741 - - type: AtmosDevice - joinedGrid: 2 - uid: 25700 components: - type: Transform @@ -17379,8 +17118,6 @@ entities: - 28514 - 399 - 391 - - type: AtmosDevice - joinedGrid: 2 - uid: 26091 components: - type: Transform @@ -17404,8 +17141,6 @@ entities: - 34069 - 34071 - 34104 - - type: AtmosDevice - joinedGrid: 2 - uid: 26732 components: - type: Transform @@ -17425,8 +17160,6 @@ entities: - 28367 - 3321 - 28396 - - type: AtmosDevice - joinedGrid: 2 - uid: 27411 components: - type: Transform @@ -17442,8 +17175,6 @@ entities: - 28059 - 28434 - 28420 - - type: AtmosDevice - joinedGrid: 2 - uid: 28192 components: - type: Transform @@ -17457,16 +17188,12 @@ entities: - 6760 - 28160 - 23613 - - type: AtmosDevice - joinedGrid: 2 - uid: 28658 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 28738 components: - type: Transform @@ -17481,8 +17208,6 @@ entities: - 3680 - 23698 - 25186 - - type: AtmosDevice - joinedGrid: 2 - uid: 28740 components: - type: Transform @@ -17501,8 +17226,6 @@ entities: - 28334 - 26083 - 25776 - - type: AtmosDevice - joinedGrid: 2 - uid: 28752 components: - type: Transform @@ -17519,8 +17242,6 @@ entities: - 28375 - 28394 - 26872 - - type: AtmosDevice - joinedGrid: 2 - uid: 28786 components: - type: Transform @@ -17534,8 +17255,6 @@ entities: - 28407 - 28619 - 27484 - - type: AtmosDevice - joinedGrid: 2 - uid: 29087 components: - type: Transform @@ -17552,8 +17271,6 @@ entities: - 37892 - 37893 - 37891 - - type: AtmosDevice - joinedGrid: 2 - uid: 29631 components: - type: Transform @@ -17570,8 +17287,6 @@ entities: - 2593 - 16102 - 16063 - - type: AtmosDevice - joinedGrid: 2 - uid: 30714 components: - type: Transform @@ -17610,8 +17325,6 @@ entities: - 28363 - 28364 - 28357 - - type: AtmosDevice - joinedGrid: 2 - uid: 30925 components: - type: Transform @@ -17628,8 +17341,6 @@ entities: - 28646 - 25476 - 25475 - - type: AtmosDevice - joinedGrid: 2 - uid: 31752 components: - type: Transform @@ -17650,8 +17361,6 @@ entities: - 33915 - 781 - 28484 - - type: AtmosDevice - joinedGrid: 2 - uid: 33892 components: - type: Transform @@ -17679,8 +17388,6 @@ entities: - 15931 - 31773 - 893 - - type: AtmosDevice - joinedGrid: 2 - uid: 34109 components: - type: Transform @@ -17700,8 +17407,6 @@ entities: - 30723 - 26504 - 28720 - - type: AtmosDevice - joinedGrid: 2 - uid: 34110 components: - type: Transform @@ -17716,8 +17421,6 @@ entities: - 28720 - 15618 - 3836 - - type: AtmosDevice - joinedGrid: 2 - uid: 35889 components: - type: Transform @@ -17731,8 +17434,6 @@ entities: - 15618 - 34123 - 34120 - - type: AtmosDevice - joinedGrid: 2 - uid: 36760 components: - type: Transform @@ -17755,8 +17456,6 @@ entities: - 1481 - 36885 - 1012 - - type: AtmosDevice - joinedGrid: 2 - uid: 37193 components: - type: Transform @@ -17777,8 +17476,6 @@ entities: - 12130 - 20241 - 31749 - - type: AtmosDevice - joinedGrid: 2 - uid: 37414 components: - type: Transform @@ -17790,8 +17487,6 @@ entities: - 37410 - 37407 - 37408 - - type: AtmosDevice - joinedGrid: 2 - uid: 37709 components: - type: Transform @@ -17807,8 +17502,6 @@ entities: - 28616 - 27190 - 28393 - - type: AtmosDevice - joinedGrid: 2 - uid: 38117 components: - type: Transform @@ -17827,8 +17520,6 @@ entities: - 1178 - 20931 - 1481 - - type: AtmosDevice - joinedGrid: 2 - uid: 39141 components: - type: Transform @@ -17851,8 +17542,6 @@ entities: - 28633 - 5704 - 9340 - - type: AtmosDevice - joinedGrid: 2 - proto: AirAlarmAssembly entities: - uid: 4514 @@ -17868,15 +17557,11 @@ entities: - type: Transform pos: 40.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 30175 components: - type: Transform pos: 97.5,74.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: AirlockArmoryGlassLocked entities: - uid: 26514 @@ -21885,8 +21570,6 @@ entities: deviceLists: - 34110 - 25316 - - type: AtmosDevice - joinedGrid: 2 - uid: 4243 components: - type: Transform @@ -22602,8 +22285,6 @@ entities: - 69 - 11474 - 21934 - - type: AtmosDevice - joinedGrid: 2 - uid: 28402 components: - type: Transform @@ -32137,8 +31818,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: Beaker entities: - uid: 1670 @@ -35998,20 +35677,13 @@ entities: - type: Transform pos: -35.67561,-26.36223 parent: 2 -- proto: BookChefGaming +- proto: BookHowToCookForFortySpaceman entities: - uid: 15940 components: - type: Transform pos: -54.166798,-22.214546 parent: 2 -- proto: BookDetective - entities: - - uid: 29019 - components: - - type: Transform - pos: -23.675516,-7.985937 - parent: 2 - proto: BookIanArctic entities: - uid: 4453 @@ -36026,6 +35698,13 @@ entities: - type: Transform pos: 13.321813,-5.202348 parent: 2 +- proto: BookRandomStory + entities: + - uid: 29019 + components: + - type: Transform + pos: -23.675516,-7.985937 + parent: 2 - proto: BooksBag entities: - uid: 6086 @@ -85842,8 +85521,6 @@ entities: - type: Transform pos: -39.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: CargoBountyComputerCircuitboard entities: - uid: 13360 @@ -97833,18 +97510,6 @@ entities: rot: -1.5707963267948966 rad pos: -52.463306,-3.3159504 parent: 2 -- proto: chem_master - entities: - - uid: 1026 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 2 - - uid: 1656 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 2 - proto: ChemDispenser entities: - uid: 6376 @@ -97903,6 +97568,18 @@ entities: - 2171 - type: PlaceableSurface isPlaceable: False +- proto: ChemMaster + entities: + - uid: 1026 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 - proto: ChessBoard entities: - uid: 15104 @@ -102095,7 +101772,7 @@ entities: - type: Transform pos: -50.5,-11.5 parent: 2 -- proto: CrateFunPlushie +- proto: CrateFunToyBox entities: - uid: 34039 components: @@ -102384,29 +102061,21 @@ entities: - type: Transform pos: 12.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 1274 components: - type: Transform pos: 14.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 1278 components: - type: Transform pos: 16.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 38220 components: - type: Transform pos: -107.5,52.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: CryoxadoneBeakerSmall entities: - uid: 27321 @@ -115228,8 +114897,6 @@ entities: - 18373 - 18374 - 18375 - - type: AtmosDevice - joinedGrid: 2 - uid: 175 components: - type: Transform @@ -115245,8 +114912,6 @@ entities: - 3092 - 1691 - 28394 - - type: AtmosDevice - joinedGrid: 2 - uid: 1061 components: - type: Transform @@ -115263,16 +114928,12 @@ entities: - 68 - 65 - 66 - - type: AtmosDevice - joinedGrid: 2 - uid: 1277 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,-36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 2655 components: - type: Transform @@ -115286,8 +114947,6 @@ entities: - 20795 - 1729 - 16553 - - type: AtmosDevice - joinedGrid: 2 - uid: 2712 components: - type: Transform @@ -115299,16 +114958,12 @@ entities: - 2606 - 2208 - 14015 - - type: AtmosDevice - joinedGrid: 2 - uid: 4292 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,-30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4723 components: - type: Transform @@ -115318,8 +114973,6 @@ entities: - type: DeviceList devices: - 3359 - - type: AtmosDevice - joinedGrid: 2 - uid: 7606 components: - type: Transform @@ -115338,8 +114991,6 @@ entities: - 28395 - 28396 - 3321 - - type: AtmosDevice - joinedGrid: 2 - uid: 7608 components: - type: Transform @@ -115359,8 +115010,6 @@ entities: - 28367 - 3321 - 28396 - - type: AtmosDevice - joinedGrid: 2 - uid: 8994 components: - type: Transform @@ -115374,8 +115023,6 @@ entities: - 27454 - 2636 - 2634 - - type: AtmosDevice - joinedGrid: 2 - uid: 11474 components: - type: Transform @@ -115391,8 +115038,6 @@ entities: - 28397 - 28396 - 28402 - - type: AtmosDevice - joinedGrid: 2 - uid: 12403 components: - type: Transform @@ -115409,8 +115054,6 @@ entities: - 26945 - 7189 - 28374 - - type: AtmosDevice - joinedGrid: 2 - uid: 12440 components: - type: Transform @@ -115424,8 +115067,6 @@ entities: - 4778 - 4814 - 5959 - - type: AtmosDevice - joinedGrid: 2 - uid: 15932 components: - type: Transform @@ -115437,8 +115078,6 @@ entities: - 13915 - 13917 - 13918 - - type: AtmosDevice - joinedGrid: 2 - uid: 15934 components: - type: Transform @@ -115459,8 +115098,6 @@ entities: - 27456 - 27455 - 15596 - - type: AtmosDevice - joinedGrid: 2 - uid: 22791 components: - type: Transform @@ -115473,16 +115110,12 @@ entities: - 2019 - 148 - 144 - - type: AtmosDevice - joinedGrid: 2 - uid: 23619 components: - type: Transform rot: 3.141592653589793 rad pos: -95.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 23668 components: - type: Transform @@ -115499,8 +115132,6 @@ entities: - 7671 - 7673 - 3834 - - type: AtmosDevice - joinedGrid: 2 - uid: 23670 components: - type: Transform @@ -115512,8 +115143,6 @@ entities: - 4242 - 3709 - 9197 - - type: AtmosDevice - joinedGrid: 2 - uid: 23672 components: - type: Transform @@ -115525,8 +115154,6 @@ entities: - 7751 - 2603 - 7753 - - type: AtmosDevice - joinedGrid: 2 - uid: 23673 components: - type: Transform @@ -115538,8 +115165,6 @@ entities: - 7748 - 7749 - 7750 - - type: AtmosDevice - joinedGrid: 2 - uid: 23674 components: - type: Transform @@ -115557,8 +115182,6 @@ entities: - 7682 - 1505 - 27441 - - type: AtmosDevice - joinedGrid: 2 - uid: 23675 components: - type: Transform @@ -115571,15 +115194,11 @@ entities: - 28750 - 28751 - 7416 - - type: AtmosDevice - joinedGrid: 2 - uid: 23679 components: - type: Transform pos: -12.5,65.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 23681 components: - type: Transform @@ -115591,8 +115210,6 @@ entities: - 18373 - 18374 - 18375 - - type: AtmosDevice - joinedGrid: 2 - uid: 23683 components: - type: Transform @@ -115603,8 +115220,6 @@ entities: devices: - 14170 - 14173 - - type: AtmosDevice - joinedGrid: 2 - uid: 23684 components: - type: Transform @@ -115621,8 +115236,6 @@ entities: - 14173 - 2681 - 14122 - - type: AtmosDevice - joinedGrid: 2 - uid: 23687 components: - type: Transform @@ -115636,8 +115249,6 @@ entities: - 4375 - 5704 - 9340 - - type: AtmosDevice - joinedGrid: 2 - uid: 23690 components: - type: Transform @@ -115646,8 +115257,6 @@ entities: - type: DeviceList devices: - 3892 - - type: AtmosDevice - joinedGrid: 2 - uid: 23692 components: - type: Transform @@ -115663,8 +115272,6 @@ entities: - 766 - 765 - 5250 - - type: AtmosDevice - joinedGrid: 2 - uid: 23697 components: - type: Transform @@ -115685,8 +115292,6 @@ entities: - 7640 - 17859 - 5723 - - type: AtmosDevice - joinedGrid: 2 - uid: 24823 components: - type: Transform @@ -115704,8 +115309,6 @@ entities: - 2015 - 2016 - 2017 - - type: AtmosDevice - joinedGrid: 2 - uid: 25202 components: - type: Transform @@ -115722,8 +115325,6 @@ entities: - 27457 - 27456 - 27455 - - type: AtmosDevice - joinedGrid: 2 - uid: 25228 components: - type: Transform @@ -115737,8 +115338,6 @@ entities: - 9552 - 1866 - 1867 - - type: AtmosDevice - joinedGrid: 2 - uid: 25235 components: - type: Transform @@ -115749,8 +115348,6 @@ entities: - 7745 - 7747 - 7746 - - type: AtmosDevice - joinedGrid: 2 - uid: 25237 components: - type: Transform @@ -115761,8 +115358,6 @@ entities: - 15596 - 15597 - 9548 - - type: AtmosDevice - joinedGrid: 2 - uid: 27414 components: - type: Transform @@ -115783,8 +115378,6 @@ entities: - 7889 - 1691 - 28396 - - type: AtmosDevice - joinedGrid: 2 - uid: 28628 components: - type: Transform @@ -115799,24 +115392,18 @@ entities: - 28421 - 28433 - 28434 - - type: AtmosDevice - joinedGrid: 2 - uid: 28629 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 28630 components: - type: Transform rot: 3.141592653589793 rad pos: 79.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 28632 components: - type: Transform @@ -115827,8 +115414,6 @@ entities: - 2251 - 5704 - 26 - - type: AtmosDevice - joinedGrid: 2 - uid: 28634 components: - type: Transform @@ -115843,8 +115428,6 @@ entities: - 3898 - 3879 - 3877 - - type: AtmosDevice - joinedGrid: 2 - uid: 28635 components: - type: Transform @@ -115859,8 +115442,6 @@ entities: - 3898 - 3879 - 3877 - - type: AtmosDevice - joinedGrid: 2 - uid: 28636 components: - type: Transform @@ -115874,8 +115455,6 @@ entities: - 3898 - 3879 - 3877 - - type: AtmosDevice - joinedGrid: 2 - uid: 28638 components: - type: Transform @@ -115896,8 +115475,6 @@ entities: - 25213 - 25212 - 25211 - - type: AtmosDevice - joinedGrid: 2 - uid: 28639 components: - type: Transform @@ -115918,8 +115495,6 @@ entities: - 154 - 148 - 144 - - type: AtmosDevice - joinedGrid: 2 - uid: 28643 components: - type: Transform @@ -115938,8 +115513,6 @@ entities: - 25211 - 25212 - 25213 - - type: AtmosDevice - joinedGrid: 2 - uid: 28648 components: - type: Transform @@ -115951,8 +115524,6 @@ entities: - 27459 - 27458 - 3438 - - type: AtmosDevice - joinedGrid: 2 - uid: 28649 components: - type: Transform @@ -115966,8 +115537,6 @@ entities: - 27460 - 27459 - 27458 - - type: AtmosDevice - joinedGrid: 2 - uid: 28650 components: - type: Transform @@ -115981,8 +115550,6 @@ entities: - 2259 - 3853 - 2203 - - type: AtmosDevice - joinedGrid: 2 - uid: 28651 components: - type: Transform @@ -115994,8 +115561,6 @@ entities: - 2259 - 2510 - 9224 - - type: AtmosDevice - joinedGrid: 2 - uid: 28652 components: - type: Transform @@ -116005,8 +115570,6 @@ entities: - type: DeviceList devices: - 4107 - - type: AtmosDevice - joinedGrid: 2 - uid: 28653 components: - type: Transform @@ -116016,8 +115579,6 @@ entities: - type: DeviceList devices: - 3906 - - type: AtmosDevice - joinedGrid: 2 - uid: 28657 components: - type: Transform @@ -116027,8 +115588,6 @@ entities: - type: DeviceList devices: - 14015 - - type: AtmosDevice - joinedGrid: 2 - uid: 28702 components: - type: Transform @@ -116048,8 +115607,6 @@ entities: - 39197 - 39198 - 39199 - - type: AtmosDevice - joinedGrid: 2 - uid: 28734 components: - type: Transform @@ -116059,8 +115616,6 @@ entities: - type: DeviceList devices: - 9083 - - type: AtmosDevice - joinedGrid: 2 - uid: 28739 components: - type: Transform @@ -116071,8 +115626,6 @@ entities: devices: - 8873 - 8874 - - type: AtmosDevice - joinedGrid: 2 - uid: 28756 components: - type: Transform @@ -116091,8 +115644,6 @@ entities: - 5194 - 3568 - 7107 - - type: AtmosDevice - joinedGrid: 2 - uid: 28780 components: - type: Transform @@ -116108,8 +115659,6 @@ entities: - 766 - 765 - 763 - - type: AtmosDevice - joinedGrid: 2 - uid: 28781 components: - type: Transform @@ -116124,8 +115673,6 @@ entities: - 28783 - 6628 - 6498 - - type: AtmosDevice - joinedGrid: 2 - uid: 28793 components: - type: Transform @@ -116147,16 +115694,12 @@ entities: - 544 - 543 - 1685 - - type: AtmosDevice - joinedGrid: 2 - uid: 29427 components: - type: Transform rot: -1.5707963267948966 rad pos: -93.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: FireAxeCabinetFilled entities: - uid: 9568 @@ -124186,7 +123729,7 @@ entities: - type: Transform pos: 14.289104,71.680084 parent: 2 -- proto: FoodTacoBeef +- proto: FoodTacoShell entities: - uid: 39224 components: @@ -124305,8 +123848,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 9180 @@ -124315,40 +123856,30 @@ entities: rot: -1.5707963267948966 rad pos: -48.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9188 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9204 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9295 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9302 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 9313 @@ -124357,8 +123888,6 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasFilterFlipped entities: - uid: 27373 @@ -124367,8 +123896,6 @@ entities: rot: -1.5707963267948966 rad pos: 18.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - proto: GasMinerCarbonDioxide @@ -124379,8 +123906,6 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasMinerNitrogenStationLarge entities: - uid: 9344 @@ -124389,8 +123914,6 @@ entities: rot: 1.5707963267948966 rad pos: -49.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasMinerOxygenStationLarge entities: - uid: 9345 @@ -124399,8 +123922,6 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasMixerFlipped entities: - uid: 5913 @@ -124409,8 +123930,6 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 5980 @@ -124419,8 +123938,6 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 7326 @@ -124429,24 +123946,18 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 10337 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 10568 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 23831 components: - type: Transform @@ -124457,8 +123968,6 @@ entities: inletTwoConcentration: 0.01999998 inletOneConcentration: 0.98 targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - proto: GasOutletInjector entities: - uid: 2572 @@ -124466,85 +123975,63 @@ entities: - type: Transform pos: 40.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 2573 components: - type: Transform pos: 44.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9157 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9158 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9162 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9164 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9165 components: - type: Transform rot: -1.5707963267948966 rad pos: -47.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9166 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 16543 components: - type: Transform rot: 1.5707963267948966 rad pos: -58.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 36574 components: - type: Transform pos: 69.5,84.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 36575 components: - type: Transform pos: 73.5,84.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasPassiveGate entities: - uid: 27144 @@ -124553,8 +124040,6 @@ entities: rot: 3.141592653589793 rad pos: -59.5,-9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - proto: GasPassiveVent @@ -124564,65 +124049,47 @@ entities: - type: Transform pos: 41.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5675 components: - type: Transform pos: 43.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9156 components: - type: Transform pos: -49.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9159 components: - type: Transform pos: -39.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9163 components: - type: Transform pos: -47.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9167 components: - type: Transform pos: -41.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9168 components: - type: Transform pos: -45.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9169 components: - type: Transform pos: -43.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 19718 components: - type: Transform rot: -1.5707963267948966 rad pos: -49.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasPipeBend entities: - uid: 772 @@ -156579,48 +156046,36 @@ entities: rot: 3.141592653589793 rad pos: 40.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 2914 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4646 components: - type: Transform rot: 1.5707963267948966 rad pos: 97.5,74.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5047 components: - type: Transform rot: -1.5707963267948966 rad pos: -46.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5053 components: - type: Transform rot: 3.141592653589793 rad pos: -44.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5255 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6434 @@ -156629,95 +156084,71 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 6555 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 7250 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9309 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9682 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 10374 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 12140 components: - type: Transform rot: 3.141592653589793 rad pos: 43.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 14891 components: - type: Transform rot: 3.141592653589793 rad pos: -38.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 18566 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 23789 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 28437 components: - type: Transform rot: -1.5707963267948966 rad pos: 25.5,-1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 34653 components: - type: Transform pos: -42.5,38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34654 @@ -156725,8 +156156,6 @@ entities: - type: Transform pos: -41.5,38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34655 @@ -156734,8 +156163,6 @@ entities: - type: Transform pos: -40.5,38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34656 @@ -156743,8 +156170,6 @@ entities: - type: Transform pos: -39.5,38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34670 @@ -156753,8 +156178,6 @@ entities: rot: 3.141592653589793 rad pos: 69.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34671 @@ -156763,8 +156186,6 @@ entities: rot: 3.141592653589793 rad pos: 70.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34672 @@ -156773,8 +156194,6 @@ entities: rot: 3.141592653589793 rad pos: 72.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34673 @@ -156783,8 +156202,6 @@ entities: rot: 3.141592653589793 rad pos: 73.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 36577 @@ -156793,8 +156210,6 @@ entities: rot: 1.5707963267948966 rad pos: 67.5,81.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasPressurePump entities: - uid: 2532 @@ -156802,38 +156217,28 @@ entities: - type: Transform pos: 43.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 2537 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 2542 components: - type: Transform pos: 41.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 3631 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4349 components: - type: Transform pos: -45.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4350 components: - type: Transform @@ -156841,29 +156246,21 @@ entities: parent: 2 - type: GasPressurePump targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - uid: 4354 components: - type: Transform pos: -43.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4359 components: - type: Transform pos: -41.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4383 components: - type: Transform pos: -39.5,45.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4965 components: - type: Transform @@ -156871,8 +156268,6 @@ entities: parent: 2 - type: GasPressurePump targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - uid: 16542 components: - type: Transform @@ -156881,8 +156276,6 @@ entities: parent: 2 - type: GasPressurePump targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - uid: 25058 components: - type: Transform @@ -156891,16 +156284,12 @@ entities: parent: 2 - type: GasPressurePump targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 2 - uid: 34066 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - proto: GasRecycler @@ -156910,8 +156299,6 @@ entities: - type: Transform pos: -60.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasThermoMachineFreezer entities: - uid: 126 @@ -156921,22 +156308,16 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - type: AtmosDevice - joinedGrid: 2 - uid: 9507 components: - type: Transform pos: -54.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 17015 components: - type: Transform pos: -53.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasThermoMachineFreezerEnabled entities: - uid: 24774 @@ -156944,8 +156325,6 @@ entities: - type: Transform pos: -58.5,-6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasThermoMachineHeater entities: - uid: 9508 @@ -156953,15 +156332,11 @@ entities: - type: Transform pos: -55.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9511 components: - type: Transform pos: -56.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasValve entities: - uid: 6556 @@ -156970,8 +156345,6 @@ entities: rot: 3.141592653589793 rad pos: -51.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasVentPump entities: - uid: 20 @@ -156982,8 +156355,6 @@ entities: - type: DeviceNetwork deviceLists: - 31752 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 322 @@ -156992,8 +156363,6 @@ entities: rot: 1.5707963267948966 rad pos: -86.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 376 @@ -157002,8 +156371,6 @@ entities: rot: 3.141592653589793 rad pos: 12.5,3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 399 @@ -157015,8 +156382,6 @@ entities: - type: DeviceNetwork deviceLists: - 25700 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 782 @@ -157028,8 +156393,6 @@ entities: - type: DeviceNetwork deviceLists: - 37193 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 1090 @@ -157041,8 +156404,6 @@ entities: - type: DeviceNetwork deviceLists: - 400 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 1254 @@ -157053,8 +156414,6 @@ entities: - type: DeviceNetwork deviceLists: - 1256 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 1429 @@ -157067,8 +156426,6 @@ entities: deviceLists: - 25333 - 27414 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 2310 @@ -157080,8 +156437,6 @@ entities: - type: DeviceNetwork deviceLists: - 2285 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 2458 @@ -157092,8 +156447,6 @@ entities: - type: DeviceNetwork deviceLists: - 25115 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 3511 @@ -157105,8 +156458,6 @@ entities: - type: DeviceNetwork deviceLists: - 25276 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 3558 @@ -157126,8 +156477,6 @@ entities: rot: 1.5707963267948966 rad pos: -86.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4430 @@ -157136,8 +156485,6 @@ entities: rot: 3.141592653589793 rad pos: 60.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4523 @@ -157146,8 +156493,6 @@ entities: rot: 3.141592653589793 rad pos: 99.5,72.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4545 components: - type: Transform @@ -157157,8 +156502,6 @@ entities: - type: DeviceNetwork deviceLists: - 3525 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4616 @@ -157167,8 +156510,6 @@ entities: rot: 3.141592653589793 rad pos: -40.5,-37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4658 @@ -157177,8 +156518,6 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4778 @@ -157191,8 +156530,6 @@ entities: deviceLists: - 12411 - 12440 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4796 @@ -157201,8 +156538,6 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,-36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4848 @@ -157214,8 +156549,6 @@ entities: - type: DeviceNetwork deviceLists: - 11473 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 4896 @@ -157224,8 +156557,6 @@ entities: rot: 3.141592653589793 rad pos: 14.5,-21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 5623 @@ -157233,8 +156564,6 @@ entities: - type: Transform pos: -95.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 5676 @@ -157246,8 +156575,6 @@ entities: - type: DeviceNetwork deviceLists: - 25239 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 5766 @@ -157259,8 +156586,6 @@ entities: - type: DeviceNetwork deviceLists: - 29631 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6192 @@ -157271,8 +156596,6 @@ entities: - type: DeviceNetwork deviceLists: - 6114 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6321 @@ -157284,8 +156607,6 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6519 @@ -157293,8 +156614,6 @@ entities: - type: Transform pos: -22.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6616 @@ -157303,8 +156622,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6739 @@ -157316,8 +156633,6 @@ entities: - type: DeviceNetwork deviceLists: - 25261 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6760 @@ -157329,8 +156644,6 @@ entities: - type: DeviceNetwork deviceLists: - 28192 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6918 @@ -157339,8 +156652,6 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6973 @@ -157351,8 +156662,6 @@ entities: - type: DeviceNetwork deviceLists: - 25098 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 7322 @@ -157361,8 +156670,6 @@ entities: rot: 3.141592653589793 rad pos: -33.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 7477 @@ -157386,8 +156693,6 @@ entities: - type: DeviceNetwork deviceLists: - 22065 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8450 @@ -157399,8 +156704,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8457 @@ -157409,8 +156712,6 @@ entities: rot: -1.5707963267948966 rad pos: -68.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8821 @@ -157422,8 +156723,6 @@ entities: - type: DeviceNetwork deviceLists: - 25195 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8835 @@ -157434,8 +156733,6 @@ entities: - type: DeviceNetwork deviceLists: - 25290 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 9048 @@ -157444,8 +156741,6 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,51.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 10937 @@ -157454,8 +156749,6 @@ entities: rot: 3.141592653589793 rad pos: -1.5,64.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 11529 @@ -157467,8 +156760,6 @@ entities: - type: DeviceNetwork deviceLists: - 38117 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 11644 @@ -157480,8 +156771,6 @@ entities: - type: DeviceNetwork deviceLists: - 25185 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12085 @@ -157490,8 +156779,6 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12303 @@ -157504,8 +156791,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12335 @@ -157514,8 +156799,6 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 12337 @@ -157524,8 +156807,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 13000 @@ -157537,8 +156818,6 @@ entities: - type: DeviceNetwork deviceLists: - 1690 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 13136 @@ -157549,8 +156828,6 @@ entities: - type: DeviceNetwork deviceLists: - 25229 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 13238 @@ -157562,8 +156839,6 @@ entities: - type: DeviceNetwork deviceLists: - 25291 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 13378 @@ -157574,8 +156849,6 @@ entities: - type: DeviceNetwork deviceLists: - 25224 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15267 @@ -157587,8 +156860,6 @@ entities: - type: DeviceNetwork deviceLists: - 20000 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15302 @@ -157597,8 +156868,6 @@ entities: rot: -1.5707963267948966 rad pos: -51.5,13.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15608 @@ -157610,8 +156879,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15683 @@ -157623,8 +156890,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15814 @@ -157636,8 +156901,6 @@ entities: - type: DeviceNetwork deviceLists: - 34109 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 15944 @@ -157646,8 +156909,6 @@ entities: rot: 3.141592653589793 rad pos: -95.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16161 @@ -157655,8 +156916,6 @@ entities: - type: Transform pos: -13.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16166 @@ -157668,8 +156927,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16550 @@ -157678,8 +156935,6 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16551 @@ -157691,8 +156946,6 @@ entities: - type: DeviceNetwork deviceLists: - 29087 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17693 @@ -157704,8 +156957,6 @@ entities: - type: DeviceNetwork deviceLists: - 6715 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 17907 @@ -157718,8 +156969,6 @@ entities: deviceLists: - 26732 - 7608 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18332 @@ -157727,8 +156976,6 @@ entities: - type: Transform pos: -10.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 18950 @@ -157739,8 +156986,6 @@ entities: - type: DeviceNetwork deviceLists: - 25275 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19439 @@ -157748,8 +156993,6 @@ entities: - type: Transform pos: -96.5,10.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19725 @@ -157760,8 +157003,6 @@ entities: - type: DeviceNetwork deviceLists: - 19822 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19759 @@ -157773,8 +157014,6 @@ entities: - type: DeviceNetwork deviceLists: - 18239 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19766 @@ -157785,8 +157024,6 @@ entities: - type: DeviceNetwork deviceLists: - 22291 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 20648 @@ -157795,8 +157032,6 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,60.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 20795 @@ -157808,8 +157043,6 @@ entities: deviceLists: - 2655 - 7120 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 20961 @@ -157821,8 +157054,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 21811 @@ -157830,8 +157061,6 @@ entities: - type: Transform pos: 17.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 21970 @@ -157843,8 +157072,6 @@ entities: - type: DeviceNetwork deviceLists: - 8213 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 22282 @@ -157852,8 +157079,6 @@ entities: - type: Transform pos: -78.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 22880 @@ -157865,8 +157090,6 @@ entities: - type: DeviceNetwork deviceLists: - 25234 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 22899 @@ -157877,8 +157100,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 24173 @@ -157890,8 +157111,6 @@ entities: - type: DeviceNetwork deviceLists: - 25250 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 24245 @@ -157903,8 +157122,6 @@ entities: - type: DeviceNetwork deviceLists: - 25274 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 24258 @@ -157916,8 +157133,6 @@ entities: - type: DeviceNetwork deviceLists: - 25343 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 24263 @@ -157929,8 +157144,6 @@ entities: - type: DeviceNetwork deviceLists: - 25345 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 24602 @@ -157942,8 +157155,6 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 24737 @@ -157955,8 +157166,6 @@ entities: - type: DeviceNetwork deviceLists: - 25293 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25353 @@ -157964,8 +157173,6 @@ entities: - type: Transform pos: 45.5,23.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25452 @@ -157974,8 +157181,6 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25460 @@ -157984,8 +157189,6 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25468 @@ -157994,8 +157197,6 @@ entities: rot: 3.141592653589793 rad pos: 43.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25475 @@ -158007,8 +157208,6 @@ entities: - type: DeviceNetwork deviceLists: - 30925 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25485 @@ -158017,8 +157216,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25497 @@ -158030,8 +157227,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25499 @@ -158040,8 +157235,6 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25573 @@ -158053,8 +157246,6 @@ entities: - type: DeviceNetwork deviceLists: - 25158 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25622 @@ -158066,8 +157257,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25631 @@ -158075,8 +157264,6 @@ entities: - type: Transform pos: -7.5,-13.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25699 @@ -158085,8 +157272,6 @@ entities: rot: -1.5707963267948966 rad pos: 59.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25742 @@ -158097,8 +157282,6 @@ entities: - type: DeviceNetwork deviceLists: - 25198 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25770 @@ -158110,8 +157293,6 @@ entities: - type: DeviceNetwork deviceLists: - 25158 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25773 @@ -158120,8 +157301,6 @@ entities: rot: 3.141592653589793 rad pos: -7.5,63.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25783 @@ -158133,8 +157312,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25793 @@ -158146,8 +157323,6 @@ entities: - type: DeviceNetwork deviceLists: - 25256 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25794 @@ -158158,8 +157333,6 @@ entities: - type: DeviceNetwork deviceLists: - 25300 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25795 @@ -158168,8 +157341,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25835 @@ -158177,8 +157348,6 @@ entities: - type: Transform pos: 6.5,50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25858 @@ -158187,8 +157356,6 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,43.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25877 @@ -158197,8 +157364,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,60.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25887 @@ -158210,8 +157375,6 @@ entities: - type: DeviceNetwork deviceLists: - 22157 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 25978 @@ -158223,8 +157386,6 @@ entities: - type: DeviceNetwork deviceLists: - 34110 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26013 @@ -158236,8 +157397,6 @@ entities: - type: DeviceNetwork deviceLists: - 25234 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26014 @@ -158249,8 +157408,6 @@ entities: - type: DeviceNetwork deviceLists: - 25196 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26030 @@ -158259,8 +157416,6 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26056 @@ -158268,8 +157423,6 @@ entities: - type: Transform pos: -18.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26067 @@ -158281,8 +157434,6 @@ entities: - type: DeviceNetwork deviceLists: - 25166 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26079 @@ -158290,8 +157441,6 @@ entities: - type: Transform pos: -35.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26080 @@ -158303,8 +157452,6 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26083 @@ -158315,8 +157462,6 @@ entities: - type: DeviceNetwork deviceLists: - 28740 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26087 @@ -158325,8 +157470,6 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26089 @@ -158338,8 +157481,6 @@ entities: - type: DeviceNetwork deviceLists: - 25244 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26121 @@ -158347,8 +157488,6 @@ entities: - type: Transform pos: -7.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26128 @@ -158357,8 +157496,6 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26137 @@ -158369,8 +157506,6 @@ entities: - type: DeviceNetwork deviceLists: - 25247 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26143 @@ -158382,8 +157517,6 @@ entities: - type: DeviceNetwork deviceLists: - 25247 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26212 @@ -158395,8 +157528,6 @@ entities: - type: DeviceNetwork deviceLists: - 21100 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26219 @@ -158404,8 +157535,6 @@ entities: - type: Transform pos: -4.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26232 @@ -158417,8 +157546,6 @@ entities: - type: DeviceNetwork deviceLists: - 6298 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26257 @@ -158427,8 +157554,6 @@ entities: rot: -1.5707963267948966 rad pos: -50.5,22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26269 @@ -158437,8 +157562,6 @@ entities: rot: 1.5707963267948966 rad pos: -60.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26281 @@ -158447,8 +157570,6 @@ entities: rot: -1.5707963267948966 rad pos: -48.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26309 @@ -158457,8 +157578,6 @@ entities: rot: 3.141592653589793 rad pos: -61.5,12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26354 @@ -158467,8 +157586,6 @@ entities: rot: 3.141592653589793 rad pos: -69.5,26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26414 @@ -158480,8 +157597,6 @@ entities: - type: DeviceNetwork deviceLists: - 22 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26696 @@ -158493,8 +157608,6 @@ entities: - type: DeviceNetwork deviceLists: - 25339 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26836 @@ -158506,8 +157619,6 @@ entities: - type: DeviceNetwork deviceLists: - 22045 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26865 @@ -158516,8 +157627,6 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,74.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26868 @@ -158526,8 +157635,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,73.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26869 @@ -158536,8 +157643,6 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26872 @@ -158550,8 +157655,6 @@ entities: deviceLists: - 28752 - 25239 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26885 @@ -158559,8 +157662,6 @@ entities: - type: Transform pos: 0.5,-12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26895 @@ -158569,8 +157670,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,-50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26946 @@ -158582,8 +157681,6 @@ entities: - type: DeviceNetwork deviceLists: - 12403 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27007 @@ -158595,8 +157692,6 @@ entities: deviceLists: - 4313 - 175 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27009 @@ -158608,8 +157703,6 @@ entities: - type: DeviceNetwork deviceLists: - 2594 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27017 @@ -158620,8 +157713,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27109 @@ -158630,8 +157721,6 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27130 @@ -158640,8 +157729,6 @@ entities: rot: 1.5707963267948966 rad pos: -62.5,-14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27135 @@ -158650,8 +157737,6 @@ entities: rot: 1.5707963267948966 rad pos: -55.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27152 @@ -158659,8 +157744,6 @@ entities: - type: Transform pos: -57.5,-6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 27191 components: - type: Transform @@ -158670,8 +157753,6 @@ entities: - type: DeviceNetwork deviceLists: - 37709 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27254 @@ -158680,8 +157761,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,14.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27260 @@ -158693,8 +157772,6 @@ entities: - type: DeviceNetwork deviceLists: - 25267 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27295 @@ -158703,8 +157780,6 @@ entities: rot: 3.141592653589793 rad pos: -22.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27296 @@ -158713,8 +157788,6 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27307 @@ -158723,8 +157796,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27363 @@ -158736,8 +157807,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27396 @@ -158746,8 +157815,6 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,-1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27421 @@ -158756,8 +157823,6 @@ entities: rot: 3.141592653589793 rad pos: 34.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27430 @@ -158769,8 +157834,6 @@ entities: - type: DeviceNetwork deviceLists: - 25338 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27438 @@ -158778,8 +157841,6 @@ entities: - type: Transform pos: 17.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27466 @@ -158798,8 +157859,6 @@ entities: - type: DeviceNetwork deviceLists: - 22060 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27492 @@ -158808,8 +157867,6 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27493 @@ -158821,8 +157878,6 @@ entities: - type: DeviceNetwork deviceLists: - 25246 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27496 @@ -158834,8 +157889,6 @@ entities: - type: DeviceNetwork deviceLists: - 1690 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27497 @@ -158847,8 +157900,6 @@ entities: - type: DeviceNetwork deviceLists: - 17901 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27503 @@ -158860,8 +157911,6 @@ entities: - type: DeviceNetwork deviceLists: - 25223 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27511 @@ -158873,8 +157922,6 @@ entities: - type: DeviceNetwork deviceLists: - 25191 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27558 @@ -158883,8 +157930,6 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27642 @@ -158893,8 +157938,6 @@ entities: rot: -1.5707963267948966 rad pos: 78.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27748 @@ -158902,8 +157945,6 @@ entities: - type: Transform pos: 76.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27751 @@ -158911,8 +157952,6 @@ entities: - type: Transform pos: 60.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27753 @@ -158924,8 +157963,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 27755 @@ -158934,8 +157971,6 @@ entities: rot: 3.141592653589793 rad pos: 60.5,-25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28059 @@ -158944,8 +157979,6 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28071 @@ -158954,8 +157987,6 @@ entities: rot: 3.141592653589793 rad pos: 36.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28079 @@ -158967,8 +157998,6 @@ entities: - type: DeviceNetwork deviceLists: - 25206 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28110 @@ -158981,8 +158010,6 @@ entities: - 23688 - 25334 - 7606 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28213 @@ -158993,8 +158020,6 @@ entities: - type: DeviceNetwork deviceLists: - 25298 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28219 @@ -159006,8 +158031,6 @@ entities: - type: DeviceNetwork deviceLists: - 25302 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28301 @@ -159016,8 +158039,6 @@ entities: rot: 3.141592653589793 rad pos: -11.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28317 @@ -159026,8 +158047,6 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,-28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28331 @@ -159035,8 +158054,6 @@ entities: - type: Transform pos: -27.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28450 @@ -159048,8 +158065,6 @@ entities: - type: DeviceNetwork deviceLists: - 38117 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28452 @@ -159060,8 +158075,6 @@ entities: - type: DeviceNetwork deviceLists: - 25293 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28501 @@ -159072,8 +158085,6 @@ entities: - type: DeviceNetwork deviceLists: - 23957 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28546 @@ -159081,8 +158092,6 @@ entities: - type: Transform pos: 18.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28548 @@ -159094,8 +158103,6 @@ entities: - type: DeviceNetwork deviceLists: - 36760 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28567 @@ -159104,8 +158111,6 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28583 @@ -159113,8 +158118,6 @@ entities: - type: Transform pos: 12.5,27.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28609 @@ -159126,8 +158129,6 @@ entities: - type: DeviceNetwork deviceLists: - 17901 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28610 @@ -159136,8 +158137,6 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28705 @@ -159149,8 +158148,6 @@ entities: - type: DeviceNetwork deviceLists: - 25307 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28713 @@ -159162,8 +158159,6 @@ entities: - type: DeviceNetwork deviceLists: - 25234 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28757 @@ -159172,8 +158167,6 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 29289 @@ -159184,8 +158177,6 @@ entities: - type: DeviceNetwork deviceLists: - 25251 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 30778 @@ -159194,8 +158185,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33132 @@ -159204,8 +158193,6 @@ entities: rot: -1.5707963267948966 rad pos: 83.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33133 @@ -159214,8 +158201,6 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33172 @@ -159224,8 +158209,6 @@ entities: rot: 1.5707963267948966 rad pos: 75.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33201 @@ -159234,8 +158217,6 @@ entities: rot: 1.5707963267948966 rad pos: 56.5,61.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33258 @@ -159244,8 +158225,6 @@ entities: rot: 3.141592653589793 rad pos: 85.5,7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33274 @@ -159253,8 +158232,6 @@ entities: - type: Transform pos: 91.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33895 @@ -159265,8 +158242,6 @@ entities: - type: DeviceNetwork deviceLists: - 21 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33928 @@ -159278,8 +158253,6 @@ entities: - type: DeviceNetwork deviceLists: - 33892 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33929 @@ -159290,8 +158263,6 @@ entities: - type: DeviceNetwork deviceLists: - 36760 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 33932 @@ -159299,8 +158270,6 @@ entities: - type: Transform pos: 13.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 34059 @@ -159311,8 +158280,6 @@ entities: - type: DeviceNetwork deviceLists: - 36760 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 34118 @@ -159324,8 +158291,6 @@ entities: - type: DeviceNetwork deviceLists: - 25346 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 34123 @@ -159336,8 +158301,6 @@ entities: - type: DeviceNetwork deviceLists: - 35889 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 34680 @@ -159346,8 +158309,6 @@ entities: rot: 3.141592653589793 rad pos: 75.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 34760 @@ -159358,8 +158319,6 @@ entities: - type: DeviceNetwork deviceLists: - 35889 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 34963 @@ -159371,15 +158330,11 @@ entities: - type: DeviceNetwork deviceLists: - 21 - - type: AtmosDevice - joinedGrid: 2 - uid: 36078 components: - type: Transform pos: -30.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 36079 @@ -159387,8 +158342,6 @@ entities: - type: Transform pos: -26.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 36080 @@ -159397,8 +158350,6 @@ entities: rot: 3.141592653589793 rad pos: -26.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 36081 @@ -159407,8 +158358,6 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 36732 @@ -159420,8 +158369,6 @@ entities: - type: DeviceNetwork deviceLists: - 792 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 37410 @@ -159433,8 +158380,6 @@ entities: - type: DeviceNetwork deviceLists: - 37414 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 37411 @@ -159447,8 +158392,6 @@ entities: deviceLists: - 9212 - 28628 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 37889 @@ -159460,8 +158403,6 @@ entities: - type: DeviceNetwork deviceLists: - 18513 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38178 @@ -159484,8 +158425,6 @@ entities: - type: DeviceNetwork deviceLists: - 1320 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38381 @@ -159494,8 +158433,6 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38806 @@ -159504,8 +158441,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,56.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38808 @@ -159517,8 +158452,6 @@ entities: - type: DeviceNetwork deviceLists: - 25201 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38830 @@ -159527,8 +158460,6 @@ entities: rot: 3.141592653589793 rad pos: 26.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38831 @@ -159539,8 +158470,6 @@ entities: - type: DeviceNetwork deviceLists: - 4870 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38871 @@ -159549,8 +158478,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,61.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 38928 @@ -159562,8 +158489,6 @@ entities: - type: DeviceNetwork deviceLists: - 1690 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39153 @@ -159574,8 +158499,6 @@ entities: - type: DeviceNetwork deviceLists: - 39141 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39155 @@ -159587,8 +158510,6 @@ entities: - type: DeviceNetwork deviceLists: - 39141 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39177 @@ -159601,8 +158522,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39178 @@ -159615,8 +158534,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39183 @@ -159629,8 +158546,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39208 @@ -159642,8 +158557,6 @@ entities: - type: DeviceNetwork deviceLists: - 25276 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - uid: 39215 @@ -159652,8 +158565,6 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - proto: GasVentScrubber @@ -159664,8 +158575,6 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 391 @@ -159676,8 +158585,6 @@ entities: - type: DeviceNetwork deviceLists: - 25700 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 637 @@ -159686,8 +158593,6 @@ entities: rot: -1.5707963267948966 rad pos: -76.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 757 @@ -159696,8 +158601,6 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,-22.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 776 @@ -159709,8 +158612,6 @@ entities: - type: DeviceNetwork deviceLists: - 792 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 893 @@ -159721,8 +158622,6 @@ entities: - type: DeviceNetwork deviceLists: - 33892 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 941 @@ -159734,8 +158633,6 @@ entities: - type: DeviceNetwork deviceLists: - 25345 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 1079 @@ -159747,8 +158644,6 @@ entities: - type: DeviceNetwork deviceLists: - 38117 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 1253 @@ -159760,8 +158655,6 @@ entities: - type: DeviceNetwork deviceLists: - 2285 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 1517 @@ -159770,8 +158663,6 @@ entities: rot: 3.141592653589793 rad pos: -58.5,-1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 2749 @@ -159783,8 +158674,6 @@ entities: - type: DeviceNetwork deviceLists: - 29631 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 3550 @@ -159803,8 +158692,6 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4265 @@ -159815,8 +158702,6 @@ entities: - type: DeviceNetwork deviceLists: - 1256 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4294 @@ -159825,8 +158710,6 @@ entities: rot: -1.5707963267948966 rad pos: -82.5,-3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4456 @@ -159838,8 +158721,6 @@ entities: deviceLists: - 2655 - 7120 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4480 @@ -159850,8 +158731,6 @@ entities: - type: DeviceNetwork deviceLists: - 6114 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4544 @@ -159863,8 +158742,6 @@ entities: - type: DeviceNetwork deviceLists: - 3525 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4587 @@ -159873,8 +158750,6 @@ entities: rot: 3.141592653589793 rad pos: -38.5,-37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4607 @@ -159886,8 +158761,6 @@ entities: - type: DeviceNetwork deviceLists: - 25276 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4669 @@ -159896,16 +158769,12 @@ entities: rot: 3.141592653589793 rad pos: 100.5,72.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 4816 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-38.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 4866 @@ -159914,8 +158783,6 @@ entities: rot: 3.141592653589793 rad pos: -95.5,-9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 5923 @@ -159924,8 +158791,6 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,62.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 5959 @@ -159938,8 +158803,6 @@ entities: deviceLists: - 12411 - 12440 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 6320 @@ -159951,8 +158814,6 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 6518 @@ -159961,8 +158822,6 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 6966 @@ -159973,8 +158832,6 @@ entities: - type: DeviceNetwork deviceLists: - 25098 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 7415 @@ -159983,8 +158840,6 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-44.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 8417 @@ -159996,8 +158851,6 @@ entities: - type: DeviceNetwork deviceLists: - 22065 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 8418 @@ -160005,8 +158858,6 @@ entities: - type: Transform pos: -95.5,23.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 8664 @@ -160018,8 +158869,6 @@ entities: - type: DeviceNetwork deviceLists: - 8213 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 8764 @@ -160028,8 +158877,6 @@ entities: rot: 1.5707963267948966 rad pos: -68.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 9132 @@ -160040,8 +158887,6 @@ entities: - type: DeviceNetwork deviceLists: - 34109 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 10230 @@ -160049,8 +158894,6 @@ entities: - type: Transform pos: 19.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 10258 @@ -160062,8 +158905,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 10623 @@ -160071,8 +158912,6 @@ entities: - type: Transform pos: -13.5,-39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 12292 @@ -160083,8 +158922,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 12306 @@ -160093,8 +158930,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 13002 @@ -160106,8 +158941,6 @@ entities: - type: DeviceNetwork deviceLists: - 2594 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 13354 @@ -160119,8 +158952,6 @@ entities: - type: DeviceNetwork deviceLists: - 25224 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 13382 @@ -160131,8 +158962,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14205 @@ -160143,8 +158972,6 @@ entities: - type: DeviceNetwork deviceLists: - 25115 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 14851 @@ -160156,8 +158983,6 @@ entities: - type: DeviceNetwork deviceLists: - 25291 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15103 @@ -160169,8 +158994,6 @@ entities: - type: DeviceNetwork deviceLists: - 20000 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15206 @@ -160179,8 +159002,6 @@ entities: rot: -1.5707963267948966 rad pos: -51.5,12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15376 @@ -160192,8 +159013,6 @@ entities: - type: DeviceNetwork deviceLists: - 21100 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15479 @@ -160205,8 +159024,6 @@ entities: - type: DeviceNetwork deviceLists: - 34110 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15557 @@ -160218,8 +159035,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15573 @@ -160231,8 +159046,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15689 @@ -160240,8 +159053,6 @@ entities: - type: Transform pos: -12.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15933 @@ -160253,8 +159064,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15936 @@ -160265,8 +159074,6 @@ entities: - type: DeviceNetwork deviceLists: - 25223 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15945 @@ -160277,8 +159084,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 15994 @@ -160291,8 +159096,6 @@ entities: deviceLists: - 26732 - 7608 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 16095 @@ -160301,8 +159104,6 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 16497 @@ -160314,8 +159115,6 @@ entities: - type: DeviceNetwork deviceLists: - 11473 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 16549 @@ -160326,8 +159125,6 @@ entities: - type: DeviceNetwork deviceLists: - 29087 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 17766 @@ -160350,8 +159147,6 @@ entities: - type: DeviceNetwork deviceLists: - 25275 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18234 @@ -160359,8 +159154,6 @@ entities: - type: Transform pos: -8.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 18356 @@ -160371,8 +159164,6 @@ entities: - type: DeviceNetwork deviceLists: - 31752 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19726 @@ -160384,8 +159175,6 @@ entities: - type: DeviceNetwork deviceLists: - 19822 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19972 @@ -160396,8 +159185,6 @@ entities: - type: DeviceNetwork deviceLists: - 25229 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 19974 @@ -160406,8 +159193,6 @@ entities: rot: 3.141592653589793 rad pos: -96.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 20656 @@ -160416,8 +159201,6 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,59.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 22115 @@ -160429,8 +159212,6 @@ entities: - type: DeviceNetwork deviceLists: - 22 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 22580 @@ -160438,8 +159219,6 @@ entities: - type: Transform pos: 15.5,18.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 22808 @@ -160450,8 +159229,6 @@ entities: - type: DeviceNetwork deviceLists: - 25293 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 22858 @@ -160463,8 +159240,6 @@ entities: - type: DeviceNetwork deviceLists: - 25261 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 23144 @@ -160473,8 +159248,6 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,57.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 23613 @@ -160486,8 +159259,6 @@ entities: - type: DeviceNetwork deviceLists: - 28192 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 24007 @@ -160498,8 +159269,6 @@ entities: - type: DeviceNetwork deviceLists: - 25246 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 24040 @@ -160510,8 +159279,6 @@ entities: - type: DeviceNetwork deviceLists: - 25206 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 24253 @@ -160523,8 +159290,6 @@ entities: - type: DeviceNetwork deviceLists: - 25343 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 24315 @@ -160536,8 +159301,6 @@ entities: - type: DeviceNetwork deviceLists: - 25191 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 24728 @@ -160545,8 +159308,6 @@ entities: - type: Transform pos: -6.5,63.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25107 @@ -160555,8 +159316,6 @@ entities: rot: 3.141592653589793 rad pos: 14.5,3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25156 @@ -160568,8 +159327,6 @@ entities: - type: DeviceNetwork deviceLists: - 25293 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25200 @@ -160582,8 +159339,6 @@ entities: deviceLists: - 25316 - 22291 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25253 @@ -160591,8 +159346,6 @@ entities: - type: Transform pos: -1.5,63.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25254 @@ -160604,8 +159357,6 @@ entities: - type: DeviceNetwork deviceLists: - 37193 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25420 @@ -160617,8 +159368,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25440 @@ -160626,8 +159375,6 @@ entities: - type: Transform pos: 39.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25451 @@ -160636,8 +159383,6 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25459 @@ -160646,8 +159391,6 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,36.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25467 @@ -160656,8 +159399,6 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25476 @@ -160669,8 +159410,6 @@ entities: - type: DeviceNetwork deviceLists: - 30925 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25484 @@ -160679,8 +159418,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25498 @@ -160689,8 +159426,6 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25621 @@ -160698,8 +159433,6 @@ entities: - type: Transform pos: 32.5,47.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25632 @@ -160711,8 +159444,6 @@ entities: - type: DeviceNetwork deviceLists: - 25185 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25635 @@ -160723,8 +159454,6 @@ entities: - type: DeviceNetwork deviceLists: - 25234 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25636 @@ -160736,8 +159465,6 @@ entities: - type: DeviceNetwork deviceLists: - 25234 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25655 @@ -160748,8 +159475,6 @@ entities: - type: DeviceNetwork deviceLists: - 25239 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25696 @@ -160757,8 +159482,6 @@ entities: - type: Transform pos: -13.5,-4.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25727 @@ -160770,8 +159493,6 @@ entities: - type: DeviceNetwork deviceLists: - 25196 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25753 @@ -160780,8 +159501,6 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25757 @@ -160792,8 +159511,6 @@ entities: - type: DeviceNetwork deviceLists: - 25166 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25772 @@ -160805,8 +159522,6 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25775 @@ -160818,8 +159533,6 @@ entities: - type: DeviceNetwork deviceLists: - 25316 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25776 @@ -160831,8 +159544,6 @@ entities: - type: DeviceNetwork deviceLists: - 28740 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25779 @@ -160843,8 +159554,6 @@ entities: - type: DeviceNetwork deviceLists: - 25244 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25780 @@ -160856,8 +159565,6 @@ entities: - type: DeviceNetwork deviceLists: - 25247 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25781 @@ -160869,8 +159576,6 @@ entities: - type: DeviceNetwork deviceLists: - 25247 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25821 @@ -160882,8 +159587,6 @@ entities: - type: DeviceNetwork deviceLists: - 25158 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25834 @@ -160891,8 +159594,6 @@ entities: - type: Transform pos: 7.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25842 @@ -160901,8 +159602,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,54.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25859 @@ -160911,8 +159610,6 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25876 @@ -160921,8 +159618,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,58.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25886 @@ -160934,8 +159629,6 @@ entities: - type: DeviceNetwork deviceLists: - 22157 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 25936 @@ -160943,8 +159636,6 @@ entities: - type: Transform pos: -6.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26029 @@ -160953,8 +159644,6 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26032 @@ -160965,8 +159654,6 @@ entities: - type: DeviceNetwork deviceLists: - 15850 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26035 @@ -160977,8 +159664,6 @@ entities: - type: DeviceNetwork deviceLists: - 25195 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26036 @@ -160990,8 +159675,6 @@ entities: - type: DeviceNetwork deviceLists: - 25198 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26078 @@ -160999,8 +159682,6 @@ entities: - type: Transform pos: -34.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26086 @@ -161009,8 +159690,6 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26122 @@ -161019,8 +159698,6 @@ entities: rot: 3.141592653589793 rad pos: -5.5,32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26123 @@ -161032,8 +159709,6 @@ entities: - type: DeviceNetwork deviceLists: - 25267 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26129 @@ -161042,8 +159717,6 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26152 @@ -161054,8 +159727,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26198 @@ -161067,8 +159738,6 @@ entities: - type: DeviceNetwork deviceLists: - 25290 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26211 @@ -161080,8 +159749,6 @@ entities: - type: DeviceNetwork deviceLists: - 25256 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26220 @@ -161089,8 +159756,6 @@ entities: - type: Transform pos: -2.5,66.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26256 @@ -161099,8 +159764,6 @@ entities: rot: -1.5707963267948966 rad pos: -50.5,21.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26268 @@ -161109,8 +159772,6 @@ entities: rot: 1.5707963267948966 rad pos: -60.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26280 @@ -161119,8 +159780,6 @@ entities: rot: -1.5707963267948966 rad pos: -48.5,17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26308 @@ -161129,8 +159788,6 @@ entities: rot: 1.5707963267948966 rad pos: -60.5,12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26353 @@ -161139,8 +159796,6 @@ entities: rot: 3.141592653589793 rad pos: -67.5,26.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26695 @@ -161152,8 +159807,6 @@ entities: - type: DeviceNetwork deviceLists: - 6715 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26698 @@ -161164,8 +159817,6 @@ entities: - type: DeviceNetwork deviceLists: - 25300 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26767 @@ -161174,8 +159825,6 @@ entities: rot: -1.5707963267948966 rad pos: -82.5,20.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26835 @@ -161187,8 +159836,6 @@ entities: - type: DeviceNetwork deviceLists: - 22045 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26866 @@ -161197,8 +159844,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,74.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26867 @@ -161207,8 +159852,6 @@ entities: rot: 3.141592653589793 rad pos: 2.5,73.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26886 @@ -161216,8 +159859,6 @@ entities: - type: Transform pos: 2.5,-12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26896 @@ -161226,8 +159867,6 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-50.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 26945 @@ -161239,8 +159878,6 @@ entities: - type: DeviceNetwork deviceLists: - 12403 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27006 @@ -161252,8 +159889,6 @@ entities: deviceLists: - 4313 - 175 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27008 @@ -161264,8 +159899,6 @@ entities: - type: DeviceNetwork deviceLists: - 17901 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27108 @@ -161274,8 +159907,6 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27122 @@ -161283,8 +159914,6 @@ entities: - type: Transform pos: -32.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27123 @@ -161296,8 +159925,6 @@ entities: - type: DeviceNetwork deviceLists: - 25250 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27129 @@ -161306,8 +159933,6 @@ entities: rot: 1.5707963267948966 rad pos: -61.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27134 @@ -161316,8 +159941,6 @@ entities: rot: 1.5707963267948966 rad pos: -55.5,-33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27149 @@ -161325,8 +159948,6 @@ entities: - type: Transform pos: -58.5,-9.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27190 @@ -161338,8 +159959,6 @@ entities: - type: DeviceNetwork deviceLists: - 37709 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27252 @@ -161352,8 +159971,6 @@ entities: - 23688 - 25334 - 7606 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27253 @@ -161366,8 +159983,6 @@ entities: deviceLists: - 25333 - 27414 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27255 @@ -161376,8 +159991,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,12.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27257 @@ -161388,8 +160001,6 @@ entities: - type: DeviceNetwork deviceLists: - 25274 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27271 @@ -161400,8 +160011,6 @@ entities: - type: DeviceNetwork deviceLists: - 6298 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27293 @@ -161410,8 +160019,6 @@ entities: rot: 3.141592653589793 rad pos: -14.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27294 @@ -161420,8 +160027,6 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27299 @@ -161432,8 +160037,6 @@ entities: - type: DeviceNetwork deviceLists: - 25298 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27300 @@ -161445,8 +160048,6 @@ entities: - type: DeviceNetwork deviceLists: - 25302 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27306 @@ -161455,8 +160056,6 @@ entities: rot: 3.141592653589793 rad pos: -10.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27320 @@ -161468,8 +160067,6 @@ entities: - type: DeviceNetwork deviceLists: - 36760 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27339 @@ -161480,8 +160077,6 @@ entities: - type: DeviceNetwork deviceLists: - 21 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27395 @@ -161490,8 +160085,6 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27422 @@ -161499,8 +160092,6 @@ entities: - type: Transform pos: 35.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27425 @@ -161511,8 +160102,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27437 @@ -161520,8 +160109,6 @@ entities: - type: Transform pos: 19.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27440 @@ -161529,8 +160116,6 @@ entities: - type: Transform pos: -20.5,34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27467 @@ -161549,8 +160134,6 @@ entities: - type: DeviceNetwork deviceLists: - 22060 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27491 @@ -161559,8 +160142,6 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27494 @@ -161569,8 +160150,6 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27559 @@ -161579,8 +160158,6 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,-34.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27641 @@ -161589,8 +160166,6 @@ entities: rot: -1.5707963267948966 rad pos: 78.5,-5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27695 @@ -161599,8 +160174,6 @@ entities: rot: 3.141592653589793 rad pos: 62.5,-31.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27747 @@ -161608,8 +160181,6 @@ entities: - type: Transform pos: 77.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27752 @@ -161617,8 +160188,6 @@ entities: - type: Transform pos: 62.5,-11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27754 @@ -161630,8 +160199,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27756 @@ -161640,8 +160207,6 @@ entities: rot: 3.141592653589793 rad pos: 62.5,-24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27853 @@ -161652,8 +160217,6 @@ entities: - type: DeviceNetwork deviceLists: - 17901 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 27888 @@ -161662,8 +160225,6 @@ entities: rot: -1.5707963267948966 rad pos: 60.5,53.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28055 @@ -161675,8 +160236,6 @@ entities: - type: DeviceNetwork deviceLists: - 1690 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28060 @@ -161685,8 +160244,6 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-2.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28070 @@ -161695,8 +160252,6 @@ entities: rot: 3.141592653589793 rad pos: 37.5,15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28098 @@ -161707,8 +160262,6 @@ entities: - type: DeviceNetwork deviceLists: - 25248 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28158 @@ -161720,8 +160273,6 @@ entities: - type: DeviceNetwork deviceLists: - 400 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28173 @@ -161730,8 +160281,6 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-19.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28283 @@ -161743,8 +160292,6 @@ entities: - type: DeviceNetwork deviceLists: - 30714 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28290 @@ -161752,8 +160299,6 @@ entities: - type: Transform pos: -5.5,-24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28302 @@ -161762,8 +160307,6 @@ entities: rot: 3.141592653589793 rad pos: -10.5,-32.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28316 @@ -161772,8 +160315,6 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,-29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28330 @@ -161781,8 +160322,6 @@ entities: - type: Transform pos: -26.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28449 @@ -161794,8 +160333,6 @@ entities: - type: DeviceNetwork deviceLists: - 38117 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28500 @@ -161806,8 +160343,6 @@ entities: - type: DeviceNetwork deviceLists: - 23957 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28536 @@ -161816,8 +160351,6 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28545 @@ -161825,8 +160358,6 @@ entities: - type: Transform pos: 19.5,24.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28566 @@ -161834,8 +160365,6 @@ entities: - type: Transform pos: 9.5,28.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28584 @@ -161843,8 +160372,6 @@ entities: - type: Transform pos: 14.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 28776 @@ -161853,8 +160380,6 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 30777 @@ -161863,8 +160388,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,29.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33104 @@ -161873,8 +160396,6 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33131 @@ -161883,8 +160404,6 @@ entities: rot: -1.5707963267948966 rad pos: 83.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33173 @@ -161893,8 +160412,6 @@ entities: rot: -1.5707963267948966 rad pos: 78.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33202 @@ -161903,8 +160420,6 @@ entities: rot: -1.5707963267948966 rad pos: 60.5,61.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33259 @@ -161913,8 +160428,6 @@ entities: rot: 3.141592653589793 rad pos: 84.5,7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33276 @@ -161922,8 +160435,6 @@ entities: - type: Transform pos: 92.5,11.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33931 @@ -161934,8 +160445,6 @@ entities: - type: DeviceNetwork deviceLists: - 36760 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 33944 @@ -161947,8 +160456,6 @@ entities: - type: DeviceNetwork deviceLists: - 36760 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34073 @@ -161960,8 +160467,6 @@ entities: - type: DeviceNetwork deviceLists: - 25346 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34120 @@ -161972,8 +160477,6 @@ entities: - type: DeviceNetwork deviceLists: - 35889 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34681 @@ -161982,8 +160485,6 @@ entities: rot: -1.5707963267948966 rad pos: 74.5,-7.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34741 @@ -161994,8 +160495,6 @@ entities: - type: DeviceNetwork deviceLists: - 25349 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 34961 @@ -162007,8 +160506,6 @@ entities: - type: DeviceNetwork deviceLists: - 21 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 35715 @@ -162019,8 +160516,6 @@ entities: - type: DeviceNetwork deviceLists: - 35889 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 36074 @@ -162029,8 +160524,6 @@ entities: rot: 3.141592653589793 rad pos: -28.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 36075 @@ -162039,8 +160532,6 @@ entities: rot: 3.141592653589793 rad pos: -24.5,25.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 36076 @@ -162048,8 +160539,6 @@ entities: - type: Transform pos: -24.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 36077 @@ -162057,8 +160546,6 @@ entities: - type: Transform pos: -28.5,33.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 37409 @@ -162069,8 +160556,6 @@ entities: - type: DeviceNetwork deviceLists: - 37414 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 37412 @@ -162083,8 +160568,6 @@ entities: deviceLists: - 9212 - 28628 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 37890 @@ -162096,8 +160579,6 @@ entities: - type: DeviceNetwork deviceLists: - 18513 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38180 @@ -162109,8 +160590,6 @@ entities: - type: DeviceNetwork deviceLists: - 1320 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38184 @@ -162122,8 +160601,6 @@ entities: - type: DeviceNetwork deviceLists: - 1320 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38691 @@ -162132,8 +160609,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,49.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38697 @@ -162142,8 +160617,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,42.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38809 @@ -162155,8 +160628,6 @@ entities: - type: DeviceNetwork deviceLists: - 25201 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38829 @@ -162165,8 +160636,6 @@ entities: rot: 3.141592653589793 rad pos: 28.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38832 @@ -162177,16 +160646,12 @@ entities: - type: DeviceNetwork deviceLists: - 4870 - - type: AtmosDevice - joinedGrid: 2 - uid: 38872 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,61.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 38927 @@ -162198,8 +160663,6 @@ entities: - type: DeviceNetwork deviceLists: - 1690 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39156 @@ -162210,8 +160673,6 @@ entities: - type: DeviceNetwork deviceLists: - 39141 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39157 @@ -162223,8 +160684,6 @@ entities: - type: DeviceNetwork deviceLists: - 39141 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39184 @@ -162237,8 +160696,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39185 @@ -162251,8 +160708,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39186 @@ -162265,8 +160720,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39196 @@ -162279,8 +160732,6 @@ entities: deviceLists: - 25288 - 28702 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39209 @@ -162292,8 +160743,6 @@ entities: - type: DeviceNetwork deviceLists: - 25276 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - uid: 39216 @@ -162302,8 +160751,6 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,5.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - proto: Gauze @@ -182103,71 +180550,51 @@ entities: - type: Transform pos: 18.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 6652 components: - type: Transform pos: -30.5,-46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9357 components: - type: Transform pos: -49.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 10235 components: - type: Transform pos: 33.5,1.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 17784 components: - type: Transform pos: -16.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 20033 components: - type: Transform pos: -31.5,16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 23439 components: - type: Transform pos: -59.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 35832 components: - type: Transform pos: 58.5,-40.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 35835 components: - type: Transform pos: -59.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 35836 components: - type: Transform pos: -60.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: NitrousOxideCanister entities: - uid: 9355 @@ -182175,8 +180602,6 @@ entities: - type: Transform pos: -45.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: NoticeBoard entities: - uid: 170 @@ -182320,7 +180745,7 @@ entities: - type: Transform pos: -14.5,-1.5 parent: 2 -- proto: Oracle +- proto: OracleSpawner entities: - uid: 4100 components: @@ -182406,71 +180831,51 @@ entities: - type: Transform pos: 19.5,30.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9356 components: - type: Transform pos: -47.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 10653 components: - type: Transform pos: 33.5,3.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 11862 components: - type: Transform pos: -31.5,-46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 17167 components: - type: Transform pos: -18.5,37.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 20032 components: - type: Transform pos: -34.5,16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 29700 components: - type: Transform pos: -60.5,-35.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 35831 components: - type: Transform pos: -56.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 35833 components: - type: Transform pos: 58.5,-41.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 35834 components: - type: Transform pos: -57.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: PaintingBlunt entities: - uid: 821 @@ -183377,8 +181782,6 @@ entities: - type: Transform pos: -41.5,48.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: PlasmaReinforcedWindowDirectional entities: - uid: 90 @@ -190838,7 +189241,6 @@ entities: solutions: puddle: temperature: 293.15 - canMix: False canReact: True maxVol: 1000 name: null @@ -190859,7 +189261,6 @@ entities: solutions: puddle: temperature: 293.15 - canMix: False canReact: True maxVol: 1000 name: null @@ -190878,7 +189279,6 @@ entities: solutions: puddle: temperature: 293.15 - canMix: False canReact: True maxVol: 1000 name: null @@ -190897,7 +189297,6 @@ entities: solutions: puddle: temperature: 293.15 - canMix: False canReact: True maxVol: 1000 name: null @@ -205726,8 +204125,6 @@ entities: - type: Transform pos: -44.5,32.5 parent: 2 -- proto: SignAtmosMinsky - entities: - uid: 9574 components: - type: Transform @@ -205991,13 +204388,6 @@ entities: - type: Transform pos: -20.5,-6.5 parent: 2 -- proto: SignCourt - entities: - - uid: 4443 - components: - - type: Transform - pos: -1.5,50.5 - parent: 2 - proto: SignCryogenicsMed entities: - uid: 1008 @@ -207188,6 +205578,11 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,57.5 parent: 2 + - uid: 4443 + components: + - type: Transform + pos: -1.5,50.5 + parent: 2 - proto: SignLibrary entities: - uid: 22680 @@ -207227,26 +205622,6 @@ entities: - type: Transform pos: -42.5,25.5 parent: 2 -- proto: SignMinerDock - entities: - - uid: 3284 - components: - - type: MetaData - desc: A sign indicating the salvage dock. - name: salvage dock sign - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-43.5 - parent: 2 - - uid: 3542 - components: - - type: MetaData - desc: A sign indicating the salvage dock. - name: salvage dock sign - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-43.5 - parent: 2 - proto: SignMorgue entities: - uid: 26858 @@ -207720,6 +206095,24 @@ entities: parent: 2 - proto: SignShipDock entities: + - uid: 3284 + components: + - type: MetaData + desc: A sign indicating the salvage dock. + name: salvage dock sign + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-43.5 + parent: 2 + - uid: 3542 + components: + - type: MetaData + desc: A sign indicating the salvage dock. + name: salvage dock sign + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-43.5 + parent: 2 - uid: 18362 components: - type: Transform @@ -208086,7 +206479,7 @@ entities: - type: Transform pos: -5.5,4.5 parent: 2 -- proto: SignXenolab +- proto: SignXenobio entities: - uid: 36102 components: @@ -208431,7 +206824,7 @@ entities: - type: Transform pos: -40.60408,11.515232 parent: 2 -- proto: soda_dispenser +- proto: SodaDispenser entities: - uid: 4644 components: @@ -210358,7 +208751,7 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,-21.5 parent: 2 -- proto: SophicScribe +- proto: SophicScribeSpawner entities: - uid: 2905 components: @@ -210864,6 +209257,18 @@ entities: - type: Transform pos: 15.5,-35.5 parent: 2 +- proto: SpawnPointAdminAssistant + entities: + - uid: 39305 + components: + - type: Transform + pos: 10.5,48.5 + parent: 2 + - uid: 39306 + components: + - type: Transform + pos: 10.5,46.5 + parent: 2 - proto: SpawnPointAtmos entities: - uid: 3689 @@ -210893,6 +209298,13 @@ entities: - type: Transform pos: -42.5,-26.5 parent: 2 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 22260 + components: + - type: Transform + pos: 14.5,48.5 + parent: 2 - proto: SpawnPointBotanist entities: - uid: 18505 @@ -211377,6 +209789,13 @@ entities: - type: Transform pos: -71.5,3.5 parent: 2 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 39304 + components: + - type: Transform + pos: 14.5,47.5 + parent: 2 - proto: SpawnPointObserver entities: - uid: 33591 @@ -212313,43 +210732,31 @@ entities: - type: Transform pos: 43.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 3384 components: - type: Transform pos: 41.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5712 components: - type: Transform pos: 60.5,55.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 5996 components: - type: Transform pos: -46.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 8732 components: - type: Transform pos: -45.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - uid: 9079 components: - type: Transform pos: -48.5,39.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: Stunbaton entities: - uid: 4676 @@ -240855,8 +239262,6 @@ entities: - type: Transform pos: 44.5,46.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: WeaponCapacitorRecharger entities: - uid: 1980 diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index 1df8dbd300..1359965938 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -167437,6 +167437,18 @@ entities: - type: Transform pos: -11.5,75.5 parent: 33 +- proto: SpawnPointAdminAssistant + entities: + - uid: 13109 + components: + - type: Transform + pos: -70.5,26.5 + parent: 33 + - uid: 17967 + components: + - type: Transform + pos: -68.5,26.5 + parent: 33 - proto: SpawnPointAtmos entities: - uid: 29733 @@ -167466,6 +167478,13 @@ entities: - type: Transform pos: 11.5,28.5 parent: 33 +- proto: SpawnPointBlueshieldOfficer + entities: + - uid: 27375 + components: + - type: Transform + pos: -70.5,22.5 + parent: 33 - proto: SpawnPointBorg entities: - uid: 4284 @@ -167994,6 +168013,13 @@ entities: - type: Transform pos: 21.5,39.5 parent: 33 +- proto: SpawnPointNanotrasenRepresentative + entities: + - uid: 20882 + components: + - type: Transform + pos: -69.5,26.5 + parent: 33 - proto: SpawnPointObserver entities: - uid: 18442 diff --git a/Resources/Prototypes/Access/misc.yml b/Resources/Prototypes/Access/misc.yml index f402c7544a..c2984168f8 100644 --- a/Resources/Prototypes/Access/misc.yml +++ b/Resources/Prototypes/Access/misc.yml @@ -48,3 +48,5 @@ - ChiefJustice # DeltaV - Add Chief Justice access - Prosecutor # DeltaV - Add Prosecutor access - Corpsman # DeltaV - Add Corpsman access + - BlueshieldOfficer + - NanotrasenRepresentative diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Command/adminAssistant.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Command/admin_assistant.yml similarity index 100% rename from Resources/Prototypes/CharacterItemGroups/Jobs/Command/adminAssistant.yml rename to Resources/Prototypes/CharacterItemGroups/Jobs/Command/admin_assistant.yml diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Command/blueshield_officer.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Command/blueshield_officer.yml new file mode 100644 index 0000000000..764f463878 --- /dev/null +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Command/blueshield_officer.yml @@ -0,0 +1,25 @@ +- type: characterItemGroup + id: LoadoutBlueshieldOfficerBackpacks + maxItems: 1 + items: + - type: loadout + id: LoadoutClothingBackpackBlueshield + +- type: characterItemGroup + id: LoadoutBlueshieldOfficerVests + maxItems: 1 + items: + - type: loadout + id: LoadoutClothingBlueshieldArmoredJacket + - type: loadout + id: LoadoutClothingBlueshieldArmoredCowboyJacket + +- type: characterItemGroup + id: LoadoutBlueshieldOfficerUniforms + maxItems: 1 + items: + - type: loadout + id: LoadoutClothingUniformJumpskirtBlueshieldOfficer + - type: loadout + id: LoadoutClothingUniformJumpsuitBlueshieldOfficer + \ No newline at end of file diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Command/nanorep.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Command/nanorep.yml new file mode 100644 index 0000000000..6864346e3f --- /dev/null +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Command/nanorep.yml @@ -0,0 +1,15 @@ +- type: characterItemGroup + id: LoadoutNanorepBackpacks + maxItems: 1 + items: + - type: loadout + id: LoadoutClothingBackpackSatchelNanorep + +- type: characterItemGroup + id: LoadoutNanorepUniforms + maxItems: 1 + items: + - type: loadout + id: LoadoutClothingUniformJumpskirtNanotrasenRepresentative + - type: loadout + id: LoadoutClothingUniformJumpsuitNanotrasenRepresentative \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml index fcb21e50de..8cc2695081 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml @@ -178,7 +178,7 @@ description: Theres pen scribbles all over the edges, and a few sticky notes stuck on it. components: - type: Sprite - sprite: DeltaV/Objects/Devices/pda.rsi + sprite: Objects/Devices/pda.rsi layers: - map: [ "enum.PdaVisualLayers.Base" ] - state: "light_overlay" @@ -191,7 +191,7 @@ visible: false - type: Pda id: AdminAssistantIDCard - state: pda-admin-assistant + state: pda-lawyer penSlot: startingItem: LuxuryPen priority: -1 @@ -199,8 +199,8 @@ tags: - Write - type: Icon - sprite: DeltaV/Objects/Devices/pda.rsi - state: pda-admin-assistant + sprite: Objects/Devices/pda.rsi + state: pda-lawyer - type: CartridgeLoader preinstalled: - CrewManifestCartridge diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 8b2eea97e8..a4ba51b413 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -7,6 +7,13 @@ - type: ShowMindShieldIcons - type: ShowCriminalRecordIcons +- type: entity + id: ShowMedicalIcons + abstract: true + categories: [ HideSpawnMenu ] + components: + - type: ShowHealthBars + - type: ShowHealthIcons - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index c8b6b7af67..13e24ac0d0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -1139,4 +1139,43 @@ - type: ProjectileSpread proto: BulletDisablerSmg count: 3 #bit stronger than a disabler if you hit your shots you goober, still not a 2 hit stun though - spread: 9 \ No newline at end of file + spread: 9 + +- type: entity #Goobstation, put here so the X-01 stuff isnt spread everywhere. + name: magnum bolt + id: BulletEnergyGunMagnum + parent: BaseBullet + categories: [ HideSpawnMenu ] + components: + - type: Reflective + reflective: + - Energy + - type: FlyBySound + sound: + collection: EnergyMiss + params: + volume: 5 + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi + layers: + - state: heavylaser + shader: unshaded + - type: Ammo + - type: Physics + - type: Fixtures + fixtures: + projectile: + shape: + !type:PhysShapeAabb + bounds: "-0.2,-0.2,0.2,0.2" + hard: false + mask: + - Opaque + - type: Projectile + impactEffect: BulletImpactEffectRedDisabler + damage: + types: + Blunt: 3 + Heat: 15 + soundHit: + collection: MeatLaserImpact \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index aac08094fa..17acce87aa 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -221,6 +221,12 @@ - RiotShield - SpeedLoaderMagnum - SpeedLoaderMagnumEmpty + - MagazinePistolCaselessRifle # Goobstation + - MagazineBoxCaselessRifle # Goobstation + - MagazineMagnumEmpty # Goobstation + - MagazineMagnum # Goobstation + - MagazineMagnumLeverRifleEmpty # Goobstation + - MagazineMagnumLeverRifle # Goobstation - type: entity id: AutolatheHyperConvection @@ -846,6 +852,8 @@ - SpeedLoaderRifleHeavyEmpty - WeaponRifleNovaliteC1 - WeaponRifleGestio + - MagazineMagnumLeverRifle # Goobstation + - MagazineMagnumLeverRifleEmpty # Goobstation dynamicRecipes: - BolaEnergy - BoxBeanbag diff --git a/Resources/Prototypes/Loadouts/Categories/categories.yml b/Resources/Prototypes/Loadouts/Categories/categories.yml index 716b2ebeb6..4b0f33b17f 100644 --- a/Resources/Prototypes/Loadouts/Categories/categories.yml +++ b/Resources/Prototypes/Loadouts/Categories/categories.yml @@ -52,6 +52,8 @@ - JobsCommandCaptain - JobsCommandHeadOfPersonnel - JobsCommandAdminAssistant + - JobsCommandBlueshieldOfficer + - JobsCommandNanorep - type: loadoutCategory id: JobsCommandAUncategorized @@ -65,6 +67,12 @@ - type: loadoutCategory id: JobsCommandAdminAssistant +- type: loadoutCategory + id: JobsCommandBlueshieldOfficer + +- type: loadoutCategory + id: JobsCommandNanorep + # Engineering - type: loadoutCategory id: JobsEngineering diff --git a/Resources/Prototypes/Loadouts/Jobs/Command/adminassistant.yml b/Resources/Prototypes/Loadouts/Jobs/Command/admin_assistant.yml similarity index 100% rename from Resources/Prototypes/Loadouts/Jobs/Command/adminassistant.yml rename to Resources/Prototypes/Loadouts/Jobs/Command/admin_assistant.yml diff --git a/Resources/Prototypes/Loadouts/Jobs/Command/blueshield_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Command/blueshield_officer.yml new file mode 100644 index 0000000000..47dd7507c7 --- /dev/null +++ b/Resources/Prototypes/Loadouts/Jobs/Command/blueshield_officer.yml @@ -0,0 +1,93 @@ +# Uncategorized +# Backpacks +- type: loadout + id: LoadoutClothingBackpackBlueshield + category: JobsCommandBlueshieldOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBlueshieldOfficerBackpacks + - !type:CharacterJobRequirement + jobs: + - BlueshieldOfficer + items: + - ClothingBackpackBlueshield + +# Belt + +# Ears + +# Equipment + +# Eyes + +# Gloves + +# Head + +# Id + +# Neck + +# Mask + +# Outer +- type: loadout + id: LoadoutClothingBlueshieldArmoredJacket + category: JobsCommandBlueshieldOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBlueshieldOfficerVests + - !type:CharacterJobRequirement + jobs: + - BlueshieldOfficer + items: + - ClothingBlueshieldArmoredJacket + +- type: loadout + id: LoadoutClothingBlueshieldArmoredCowboyJacket + category: JobsCommandBlueshieldOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBlueshieldOfficerVests + - !type:CharacterJobRequirement + jobs: + - BlueshieldOfficer + items: + - ClothingBlueshieldArmoredCowboyJacket + +# Shoes + +# Uniforms +- type: loadout + id: LoadoutClothingUniformJumpskirtBlueshieldOfficer + category: JobsCommandBlueshieldOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBlueshieldOfficerUniforms + - !type:CharacterJobRequirement + jobs: + - BlueshieldOfficer + items: + - ClothingUniformJumpskirtBlueshieldOfficer + +- type: loadout + id: LoadoutClothingUniformJumpsuitBlueshieldOfficer + category: JobsCommandBlueshieldOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBlueshieldOfficerUniforms + - !type:CharacterJobRequirement + jobs: + - BlueshieldOfficer + items: + - ClothingUniformJumpsuitBlueshieldOfficer \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/Jobs/Command/nanorep.yml b/Resources/Prototypes/Loadouts/Jobs/Command/nanorep.yml new file mode 100644 index 0000000000..858c7a65e8 --- /dev/null +++ b/Resources/Prototypes/Loadouts/Jobs/Command/nanorep.yml @@ -0,0 +1,66 @@ +# Uncategorized +# Backpacks +- type: loadout + id: LoadoutClothingBackpackSatchelNanorep + category: JobsCommandNanorep + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNanorepBackpacks + - !type:CharacterJobRequirement + jobs: + - NanotrasenRepresentative + items: + - ClothingBackpackSatchelNanorep + +# Belt + +# Ears + +# Equipment + +# Eyes + +# Gloves + +# Head + +# Id + +# Neck + +# Mask + +# Outer + +# Shoes + +# Uniforms +- type: loadout + id: LoadoutClothingUniformJumpskirtNanotrasenRepresentative + category: JobsCommandNanorep + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNanorepUniforms + - !type:CharacterJobRequirement + jobs: + - NanotrasenRepresentative + items: + - ClothingUniformJumpskirtNanotrasenRepresentative + +- type: loadout + id: LoadoutClothingUniformJumpsuitNanotrasenRepresentative + category: JobsCommandNanorep + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutNanorepUniforms + - !type:CharacterJobRequirement + jobs: + - NanotrasenRepresentative + items: + - ClothingUniformJumpsuitNanotrasenRepresentative \ No newline at end of file diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml index 400a63cf6e..0d1ad7edff 100644 --- a/Resources/Prototypes/Maps/arena.yml +++ b/Resources/Prototypes/Maps/arena.yml @@ -24,6 +24,9 @@ Librarian: [ 1, 1 ] #command Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] #engineering AtmosphericTechnician: [ 1, 2 ] ChiefEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/asterisk.yml b/Resources/Prototypes/Maps/asterisk.yml index 3ef57dd490..294ac7b806 100644 --- a/Resources/Prototypes/Maps/asterisk.yml +++ b/Resources/Prototypes/Maps/asterisk.yml @@ -24,6 +24,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 2 ] Botanist: [ 2, 3 ] diff --git a/Resources/Prototypes/Maps/core.yml b/Resources/Prototypes/Maps/core.yml index ec145c8b26..89d8b097af 100644 --- a/Resources/Prototypes/Maps/core.yml +++ b/Resources/Prototypes/Maps/core.yml @@ -25,6 +25,9 @@ Chef: [ 1, 3 ] Janitor: [ 2, 4 ] Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] ServiceWorker: [ 3, 6 ] # Engineering diff --git a/Resources/Prototypes/Maps/edge.yml b/Resources/Prototypes/Maps/edge.yml index 5b32d3c9e9..3acfaaefdc 100644 --- a/Resources/Prototypes/Maps/edge.yml +++ b/Resources/Prototypes/Maps/edge.yml @@ -21,6 +21,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 2 ] Botanist: [ 2, 3 ] diff --git a/Resources/Prototypes/Maps/europa.yml b/Resources/Prototypes/Maps/europa.yml index 1c82db9be0..18d54babe9 100644 --- a/Resources/Prototypes/Maps/europa.yml +++ b/Resources/Prototypes/Maps/europa.yml @@ -19,6 +19,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 1 ] Botanist: [ 2, 2 ] diff --git a/Resources/Prototypes/Maps/gaxstation.yml b/Resources/Prototypes/Maps/gaxstation.yml index 8be8fcce04..41cf7449a5 100644 --- a/Resources/Prototypes/Maps/gaxstation.yml +++ b/Resources/Prototypes/Maps/gaxstation.yml @@ -22,6 +22,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 1 ] Botanist: [3 , 3 ] diff --git a/Resources/Prototypes/Maps/glacier.yml b/Resources/Prototypes/Maps/glacier.yml index 42dcac0c10..0b146b1ae0 100644 --- a/Resources/Prototypes/Maps/glacier.yml +++ b/Resources/Prototypes/Maps/glacier.yml @@ -23,6 +23,9 @@ availableJobs: Passenger: [ -1, -1 ] Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] #service HeadOfPersonnel: [ 1, 1 ] Bartender: [ 2, 2 ] diff --git a/Resources/Prototypes/Maps/hammurabi.yml b/Resources/Prototypes/Maps/hammurabi.yml index 1f9485dd28..e36cca1314 100644 --- a/Resources/Prototypes/Maps/hammurabi.yml +++ b/Resources/Prototypes/Maps/hammurabi.yml @@ -23,6 +23,9 @@ Librarian: [ 1, 1 ] #command Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] #engineering AtmosphericTechnician: [ 2, 3 ] ChiefEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/hive.yml b/Resources/Prototypes/Maps/hive.yml index d688262ae3..30dfcd4edb 100644 --- a/Resources/Prototypes/Maps/hive.yml +++ b/Resources/Prototypes/Maps/hive.yml @@ -24,6 +24,9 @@ Librarian: [ 1, 1 ] #command Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] #engineering AtmosphericTechnician: [ 1, 2 ] ChiefEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/lighthouse.yml b/Resources/Prototypes/Maps/lighthouse.yml index b6aed716a4..34fa636e2c 100644 --- a/Resources/Prototypes/Maps/lighthouse.yml +++ b/Resources/Prototypes/Maps/lighthouse.yml @@ -21,6 +21,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 2 ] Botanist: [ 2, 2 ] diff --git a/Resources/Prototypes/Maps/meta.yml b/Resources/Prototypes/Maps/meta.yml index b7229a00c2..32274b0f8b 100644 --- a/Resources/Prototypes/Maps/meta.yml +++ b/Resources/Prototypes/Maps/meta.yml @@ -19,6 +19,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 2, 2 ] Botanist: [ 2, 3 ] diff --git a/Resources/Prototypes/Maps/pebble.yml b/Resources/Prototypes/Maps/pebble.yml index 6bfaf71755..fdf6a0d3b2 100644 --- a/Resources/Prototypes/Maps/pebble.yml +++ b/Resources/Prototypes/Maps/pebble.yml @@ -19,6 +19,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 2 ] Botanist: [ 2, 2 ] diff --git a/Resources/Prototypes/Maps/radstation.yml b/Resources/Prototypes/Maps/radstation.yml index 0d0b871aa0..c05f16796b 100644 --- a/Resources/Prototypes/Maps/radstation.yml +++ b/Resources/Prototypes/Maps/radstation.yml @@ -20,6 +20,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 1 ] Botanist: [ 3, 3 ] diff --git a/Resources/Prototypes/Maps/saltern.yml b/Resources/Prototypes/Maps/saltern.yml index 26ae4a74ce..4d416df87b 100644 --- a/Resources/Prototypes/Maps/saltern.yml +++ b/Resources/Prototypes/Maps/saltern.yml @@ -22,6 +22,9 @@ availableJobs: #service Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 2 ] Botanist: [ 1, 3 ] diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml index a3d9deedb8..18aae21c37 100644 --- a/Resources/Prototypes/Maps/shoukou.yml +++ b/Resources/Prototypes/Maps/shoukou.yml @@ -33,6 +33,9 @@ Musician: [ 1, 1] Mime: [ 1, 1 ] Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] #Engineering ChiefEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml index 215c5c2f4c..5ff2260818 100644 --- a/Resources/Prototypes/Maps/submarine.yml +++ b/Resources/Prototypes/Maps/submarine.yml @@ -23,6 +23,9 @@ Librarian: [ 1, 1 ] #command Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] #engineering AtmosphericTechnician: [ 2, 4 ] ChiefEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/tortuga.yml b/Resources/Prototypes/Maps/tortuga.yml index 303996f293..1108593bb3 100644 --- a/Resources/Prototypes/Maps/tortuga.yml +++ b/Resources/Prototypes/Maps/tortuga.yml @@ -23,6 +23,9 @@ Librarian: [ 1, 1 ] #command Captain: [ 1, 1 ] + BlueshieldOfficer: [ 1, 1] + NanotrasenRepresentative: [ 1, 1 ] + AdministrativeAssistant: [ 1, 1 ] #engineering AtmosphericTechnician: [ 2, 3 ] ChiefEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index e80ba6bbf9..f935ca994e 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -226,6 +226,20 @@ materials: Steel: 500 +- type: latheRecipe + parent: BaseAmmoRecipe + id: MagazinePistolCaselessRifle + result: MagazinePistolCaselessRifle + materials: + Steel: 145 + +- type: latheRecipe + parent: BaseAmmoRecipe + id: MagazineBoxCaselessRifle + result: MagazineBoxCaselessRifle + materials: + Steel: 720 + - type: latheRecipe id: MagazinePistolEmpty result: MagazinePistolEmpty diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index dd29f4a133..06963eb898 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -58,6 +58,8 @@ - ERTEngineer - DeathSquad - AdministrativeAssistant # Delta V - Administrative Assistant, see Resources/Prototypes/Nyanotrasen/Roles/Jobs/Command/admin_assistant.yml + - BlueshieldOfficer # Goobstation + - NanotrasenRepresentative # Goobstation primary: false weight: 100 diff --git a/Resources/Prototypes/_Goobstation/Access/centcomm.yml b/Resources/Prototypes/_Goobstation/Access/centcomm.yml new file mode 100644 index 0000000000..bd8ee7102e --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Access/centcomm.yml @@ -0,0 +1,7 @@ +- type: accessLevel + id: NanotrasenRepresentative + name: id-card-access-level-ntr + +- type: accessLevel + id: BlueshieldOfficer + name: id-card-access-level-bso diff --git a/Resources/Prototypes/_Goobstation/Catalog/Fills/Boxes/security.yml b/Resources/Prototypes/_Goobstation/Catalog/Fills/Boxes/security.yml new file mode 100644 index 0000000000..1604f300a1 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Catalog/Fills/Boxes/security.yml @@ -0,0 +1,12 @@ +- type: entity + parent: BlueshieldAmmunitionBox + id: BlueshieldAmmunitionBoxFilled + suffix: Filled + components: + - type: StorageFill + contents: + - id: MagazineBoxMagnum + - id: MagazineBoxMagnumFlash + - id: MagazineBoxMagnumEMP + - id: MagazineMagnumLeverRifleEmpty + amount: 2 diff --git a/Resources/Prototypes/_Goobstation/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/_Goobstation/Catalog/Fills/Lockers/heads.yml new file mode 100644 index 0000000000..45e4e5262a --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Catalog/Fills/Lockers/heads.yml @@ -0,0 +1,31 @@ +- type: entity + id: LockerNanorepFilled + suffix: Filled + parent: LockerNanorep + components: + - type: StorageFill + contents: + - id: BoxFolderCentCom + - id: WeaponDisabler + - id: BriefcaseBrownFilled + - id: BedsheetCentcom + - id: CaneSheathFilledNanotrasen + - id: HandheldFaxNanorep + - id: RubberStampNanorep + - id: Paper + amount: 2 + +- type: entity + id: LockerBlueshieldOfficerFilled + suffix: Filled + parent: LockerBlueshieldOfficer + components: + - type: StorageFill + contents: + - id: Flash + - id: ClothingEyesGlassesMedSec + - id: PinpointerNuclear + - id: ClothingHandsGlovesCombat + - id: WeaponLeverChester + - id: WeaponEnergyRevolver + - id: BlueshieldAmmunitionBoxFilled diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/backpacks.yml new file mode 100644 index 0000000000..d386bd3229 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/backpacks.yml @@ -0,0 +1,8 @@ +- type: entity + parent: ClothingBackpack + id: ClothingBackpackBlueshield + name: blueshield backpack + description: A very protective backpack, smells like energy gun. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Back/Backpacks/blueshield.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/duffel.yml new file mode 100644 index 0000000000..c4273596f9 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/duffel.yml @@ -0,0 +1,8 @@ +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelBlueshield + name: blueshield duffel bag + description: A very protective duffel bag, smells like energy gun. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Back/Duffels/blueshield.rsi diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/satchel.yml new file mode 100644 index 0000000000..aeb1b80bf8 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Back/satchel.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelNanorep + name: Nanotrasen Representative Satchel + description: An expensive dark green backpack. Smells like fax machines. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Back/Satchels/nanorep.rsi + +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelBlueshield + name: blueshield satchel + description: A very protective satchel, smells like energy gun. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Back/Satchels/blueshield.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Eyes/glasses.yml new file mode 100644 index 0000000000..23735f970c --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Eyes/glasses.yml @@ -0,0 +1,26 @@ +- type: entity + parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons] + id: ClothingEyesGlassesMedSec + name: medsecglasses + description: Sunglasses with a medical and security hud + components: + - type: Sprite + sprite: _Goobstation/Clothing/Eyes/Glasses/medglasses.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Eyes/Glasses/medglasses.rsi + - type: FlashImmunity + - type: EyeProtection + protectionTime: 5 + - type: Tag + tags: + - WhitelistChameleon + - HudMedical + - type: IdentityBlocker + coverage: EYES + - type: ShowHealthBars + damageContainers: + - Biological + - type: ShowHealthIcons + damageContainers: + - Biological + diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Head/hats.yml new file mode 100644 index 0000000000..bdee94dd82 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Head/hats.yml @@ -0,0 +1,44 @@ +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretNavy + name: navy blue officer beret + description: A navy blue beret with the silver shield of the Nanotrasen security forces. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretOfficer + name: officers beret + description: A black beret with the silver shield of the Nanotrasen security forces. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatCowboyBlueshield + name: blueshield cowboy hat + description: Sheriff's back in town, kids + components: + - type: Sprite + sprite: _Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml new file mode 100644 index 0000000000..fa40bdbe5a --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml @@ -0,0 +1,46 @@ +# Blueshield Armour Vest +- type: entity + parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing] + id: ClothingBlueshieldArmourVest + name: blueshield's security armour + description: An armoured vest with the badge of the blueshield + components: + - type: Sprite + sprite: _Goobstation/Clothing/Armor/bso_armour.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Armor/bso_armour.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.60 + Slash: 0.60 + Piercing: 0.65 + Heat: 0.70 + - type: ExplosionResistance + damageCoefficient: 0.8 + +- type: entity + parent: ClothingBlueshieldArmourVest + id: ClothingBlueshieldArmoredJacket + name: blueshield's armored jacket + description: A jacket with sewn-in reinforcement layers. + components: + - type: Sprite + sprite: _Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi + - type: Clothing + sprite: _Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi + - type: Item + size: Normal + +- type: entity + parent: ClothingBlueshieldArmourVest + id: ClothingBlueshieldArmoredCowboyJacket + name: blueshield's armored cowboy jacket + description: A jacket to protect important people in wild areas. + components: + - type: Sprite + sprite: _Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi + - type: Clothing + sprite: _Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi + - type: Item + size: Normal diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpskirts.yml new file mode 100644 index 0000000000..a70d4d0aa1 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpskirts.yml @@ -0,0 +1,32 @@ +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtBlueshieldOfficer + name: blueshield officer jumpskirt + description: A short-sleeved grey and blue jumpskirt, made out of a sturdy material. Blueshield standard issue. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: CentcomAgentSkirt + name: centcom agent skirt + description: A skirt worn by CentComs legal team. Smells of burnt coffee. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtNanotrasenRepresentative + name: nanotrasen representative skirt + description: A black skirt worn by officials. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpsuits.yml new file mode 100644 index 0000000000..13185f9b38 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/Uniforms/jumpsuits.yml @@ -0,0 +1,26 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitBlueshieldOfficer + name: blueshield officer jumpsuit + description: A short-sleeved grey and blue jumpsuit, made out of a sturdy material. Blueshield standard issue. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Heat: 0.95 + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitNanotrasenRepresentative + name: nanotrasen representative suit + description: A black suit worn by officials. + components: + - type: Sprite + sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi + - type: Clothing + sprite: _Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi diff --git a/Resources/Prototypes/_Goobstation/Entities/Marker/unique.yml b/Resources/Prototypes/_Goobstation/Entities/Marker/unique.yml new file mode 100644 index 0000000000..4400a7b872 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Marker/unique.yml @@ -0,0 +1,27 @@ +- type: entity + name: blueshield locker unique marker + id: UniqueMarkerBlueshieldLocker + parent: MarkerBase + categories: [ HideSpawnMenu ] + components: + - type: Sprite + layers: + - state: red + - sprite: _Goobstation/Structures/Storage/closet.rsi + state: bso + - type: UniqueEntityMarker + markerName: BlueshieldLocker + +- type: entity + name: nanorep locker unique marker + id: UniqueMarkerNanorepLocker + parent: MarkerBase + categories: [ HideSpawnMenu ] + components: + - type: Sprite + layers: + - state: red + - sprite: _Goobstation/Structures/Storage/closet.rsi + state: ntr + - type: UniqueEntityMarker + markerName: NanorepLocker \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/_Goobstation/Entities/Markers/Spawners/jobs.yml new file mode 100644 index 0000000000..9bf7854bf7 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Markers/Spawners/jobs.yml @@ -0,0 +1,25 @@ +# Command + +- type: entity + id: SpawnPointBlueshieldOfficer + parent: SpawnPointJobBase + name: blueshieldofficer + components: + - type: SpawnPoint + job_id: BlueshieldOfficer + - type: Sprite + layers: + - state: green + - state: ertleader + +- type: entity + id: SpawnPointNanotrasenRepresentative + parent: SpawnPointJobBase + name: nanotrasenrepresentative + components: + - type: SpawnPoint + job_id: NanotrasenRepresentative + - type: Sprite + layers: + - state: green + - state: centcom diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/Electronics/door_access.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/Electronics/door_access.yml new file mode 100644 index 0000000000..c49a3f34bc --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/Electronics/door_access.yml @@ -0,0 +1,23 @@ +- type: entity + parent: DoorElectronics + id: DoorElectronicsCentralCommandCaptain + suffix: CentCommCap, Locked + components: + - type: AccessReader + access: [["CentralCommand"], [Captain]] + +- type: entity + parent: DoorElectronics + id: DoorElectronicsNTR + suffix: NanotrasenRepresentative, Locked + components: + - type: AccessReader + access: [["NanotrasenRepresentative"]] + +- type: entity + parent: DoorElectronics + id: DoorElectronicsBSO + suffix: BlueshieldOfficer, Locked + components: + - type: AccessReader + access: [["BlueshieldOfficer"]] diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/pda.yml new file mode 100644 index 0000000000..5129418528 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/pda.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ERTLeaderPDA + id: BlueshieldPDA + name: Blueshield Officer PDA + description: The silver shield of the Blueshield is engraved on the front. + components: + - type: Pda + id: BlueshieldIDCard + state: pda-blueshield + - type: Icon + sprite: _Goobstation/Objects/Devices/pda.rsi + state: pda-blueshield + - type: Sprite + sprite: _Goobstation/Objects/Devices/pda.rsi + state: pda-blueshield + - type: PdaBorderColor + borderColor: "#3c94c5" \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/unique_teleporters.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/unique_teleporters.yml new file mode 100644 index 0000000000..e4bb5b8d48 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Devices/unique_teleporters.yml @@ -0,0 +1,62 @@ +- type: entity + parent: BaseItem + id: BaseLockerTeleporter + abstract: true + name: special equipment teleporter + description: Device that allows you to request delivery of special equipment. + components: + - type: Sprite + sprite: _Goobstation/Objects/Devices/unique_teleporters.rsi + - type: Item + sprite: _Goobstation/Objects/Devices/unique_teleporters.rsi + - type: UseOnStationOnly + - type: SpawnItemsOnUse + sound: /Audio/Items/Mining/fultext_launch.ogg + +- type: entity + parent: BaseLockerTeleporter + id: BlueshieldOfficerLockerTeleporter + name: blueshield locker teleporter + description: Device that allows you to request delivery of blueshield officer locker. + components: + - type: Sprite + state: bso + - type: SpawnItemsOnUse + items: + - id: UniqueLockerBlueshieldOfficerFilled + +- type: entity + parent: BlueshieldOfficerLockerTeleporter + id: UniqueBlueshieldOfficerLockerTeleporter + suffix: Unique + categories: [ HideSpawnMenu ] + components: + - type: UniqueEntityChecker + markerName: BlueshieldLocker + - type: UniqueEntityMarker + markerName: BlueshieldLocker + stationOnly: false + +- type: entity + parent: BaseLockerTeleporter + id: NanorepLockerTeleporter + name: nanotrasen representative locker teleporter + description: Device that allows you to request delivery of nanotrasen representative locker. + components: + - type: Sprite + state: ntr + - type: SpawnItemsOnUse + items: + - id: UniqueLockerNanorepFilled + +- type: entity + parent: NanorepLockerTeleporter + id: UniqueNanorepLockerTeleporter + suffix: Unique + categories: [ HideSpawnMenu ] + components: + - type: UniqueEntityChecker + markerName: NanorepLocker + - type: UniqueEntityMarker + markerName: NanorepLocker + stationOnly: false diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Misc/identification_cards.yml new file mode 100644 index 0000000000..4770c8d1cf --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Misc/identification_cards.yml @@ -0,0 +1,17 @@ +# Blueshield +- type: entity + parent: IDCardStandard + id: BlueshieldIDCard + name: blueshield officer ID card + components: + - type: Sprite + layers: + - state: centcom + - type: Item + heldPrefix: + - type: PresetIdCard + job: BlueshieldOfficer + - type: Access + tags: + - CentralCommand + - BlueshieldOfficer \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Misc/rubber_stamps.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Misc/rubber_stamps.yml new file mode 100644 index 0000000000..fb4d12bb33 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Misc/rubber_stamps.yml @@ -0,0 +1,12 @@ +- type: entity + name: nanotrasen representative rubber stamp + parent: RubberStampBase + id: RubberStampNanorep + components: + - type: Stamp + stampedName: stamp-component-stamped-name-nanorep + stampedColor: "#2ec69b" + stampState: "paper_stamp-nanorep" + - type: Sprite + sprite: _Goobstation/Objects/Misc/stamps.rsi + state: stamp-nanorep \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Storage/bso_box.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Storage/bso_box.yml new file mode 100644 index 0000000000..84445456e5 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Storage/bso_box.yml @@ -0,0 +1,30 @@ +- type: entity + id: BlueshieldAmmunitionBox + name: blueshield ammunition box + description: A box containing various ammunition and magazines for magnum type weapons. + parent: BaseStorageItem + components: + - type: Sprite + sprite: _Goobstation/Objects/Storage/bso_box.rsi + layers: + - map: [ base ] + state: icon + - type: EmitSoundOnLand + - type: Storage + maxItemSize: Small + grid: + - 0,0,5,1 + whitelist: + components: + - BallisticAmmoProvider + - type: Item + size: Normal + shape: + - 0,0,2,1 + - type: GenericVisualizer + visuals: + enum.StorageVisuals.Open: + base: + True: { state: icon-open } + False: { state: icon } + - type: Appearance diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Tools/tools.yml new file mode 100644 index 0000000000..d127042f05 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Tools/tools.yml @@ -0,0 +1,74 @@ +- type: entity + name: handheld fax + parent: BaseItem + id: HandheldFax + description: A tool that can send ton of paper on Centcomm fax. + components: + - type: Item + size: Huge + - type: Sprite + sprite: Structures/Machines/fax_machine.rsi + drawdepth: SmallObjects + layers: + - state: icon + map: [ "enum.FaxMachineVisuals.VisualState" ] + - type: Icon + sprite: Structures/Machines/fax_machine.rsi + state: icon + - type: Appearance + - type: ActivatableUI + key: enum.FaxUiKey.Key + - type: UserInterface + interfaces: + enum.FaxUiKey.Key: + type: FaxBoundUi + - type: Faxecute + damage: + types: + Blunt: 100 + - type: ApcPowerReceiver + needsPower: false + powerLoad: 250 + - type: FaxMachine + paperSlot: + insertSound: /Audio/Machines/scanning.ogg + ejectSound: /Audio/Machines/tray_eject.ogg + whitelist: + components: + - FaxableObject #used to be PaperComponent - brainfood1183 + - type: GenericVisualizer + visuals: + enum.PowerDeviceVisuals.Powered: + enum.FaxMachineVisuals.VisualState: + True: { state: idle } + False: { state: icon } + enum.FaxMachineVisuals.VisualState: + enum.FaxMachineVisuals.VisualState: + Printing: { state: printing } + Normal: {state: idle} + - type: DeviceNetwork + deviceNetId: Wireless + receiveFrequencyId: Fax + transmitFrequencyId: Fax + - type: ItemSlots + - type: ContainerContainer + containers: + Paper: !type:ContainerSlot + - type: MultiHandedItem + +- type: entity + name: nanotrasen representative handheld fax + parent: HandheldFax + id: HandheldFaxNanorep + suffix: Nanotrasen Representative + components: + - type: FaxMachine + name: "Nanotrasen Representative" + - type: Sprite + sprite: _Goobstation/Objects/Tools/handheld_fax.rsi + drawdepth: SmallObjects + layers: + - state: icon + map: [ "enum.FaxMachineVisuals.VisualState" ] + - state: scanner + shader: unshaded \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml new file mode 100644 index 0000000000..6bf5c5c765 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Boxes/magnum.yml @@ -0,0 +1,60 @@ +- type: entity + id: BaseMagazineBoxMagnumExtended + parent: BaseMagazineBoxMagnum + abstract: true + components: + - type: BallisticAmmoProvider + mayTransfer: true + whitelist: + tags: + - CartridgeMagnum + proto: CartridgeMagnum + capacity: 16 + +- type: entity + id: MagazineBoxMagnumEnsnaring + parent: BaseMagazineBoxMagnumExtended + name: ammunition box (.45 magnum ensnaring) + components: + - type: BallisticAmmoProvider + proto: CartridgeMagnumEnsnaring + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: incendiary #i changed just color because it almost white + color: "#cfff77" + +- type: entity + id: MagazineBoxMagnumEMP + parent: BaseMagazineBoxMagnumExtended + name: ammunition box (.45 magnum EMP) + components: + - type: BallisticAmmoProvider + proto: CartridgeMagnumEMP + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: incendiary + color: "#009eff" + +- type: entity + id: MagazineBoxMagnumFlash + parent: BaseMagazineBoxMagnumExtended + name: ammunition box (.45 magnum flash) + components: + - type: BallisticAmmoProvider + proto: CartridgeMagnumFlash + - type: Sprite + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - state: incendiary + color: "#fff94d" diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml new file mode 100644 index 0000000000..4535256250 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml @@ -0,0 +1,44 @@ +- type: entity + id: CartridgeMagnumEnsnaring + name: cartridge (.45 magnum ensnaring) + parent: BaseCartridgeMagnum + components: + - type: CartridgeAmmo + proto: BulletMagnumEnsnaring + - type: Sprite + layers: + - state: base + map: [ "enum.AmmoVisualLayers.Base" ] + - state: tip + map: [ "enum.AmmoVisualLayers.Tip" ] + color: "#cfff77" + +- type: entity + id: CartridgeMagnumEMP + name: cartridge (.45 magnum EMP) + parent: BaseCartridgeMagnum + components: + - type: CartridgeAmmo + proto: BulletMagnumEMP + - type: Sprite + layers: + - state: base + map: [ "enum.AmmoVisualLayers.Base" ] + - state: tip + map: [ "enum.AmmoVisualLayers.Tip" ] + color: "#009eff" + +- type: entity + id: CartridgeMagnumFlash + name: cartridge (.45 magnum flash) + parent: BaseCartridgeMagnum + components: + - type: CartridgeAmmo + proto: BulletMagnumFlash + - type: Sprite + layers: + - state: base + map: [ "enum.AmmoVisualLayers.Base" ] + - state: tip + map: [ "enum.AmmoVisualLayers.Tip" ] + color: "#fff94d" diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum_caliber_magazine.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum_caliber_magazine.yml new file mode 100644 index 0000000000..16d2feb51e --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Magazines/magnum_caliber_magazine.yml @@ -0,0 +1,53 @@ +# Empty mags +- type: entity + id: BaseMagazineMagnumLeverRifle + name: "magazine (.45 rifle)" + parent: BaseItem + abstract: true + components: + - type: Tag + tags: + - MagazineMagnumLeverRifle + - type: BallisticAmmoProvider + mayTransfer: true + whitelist: + tags: + - CartridgeMagnum + proto: CartridgeMagnum + capacity: 8 + - type: Item + size: Small + - type: ContainerContainer + containers: + ballistic-ammo: !type:Container + - type: Sprite + sprite: Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_mag.rsi + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-1 + map: ["enum.GunVisualLayers.Mag"] + - type: MagazineVisuals + magState: mag + steps: 9 + zeroVisible: false + - type: Appearance + +- type: entity + id: MagazineMagnumLeverRifle + name: "lever rifle magazine (.45)" + parent: BaseMagazineMagnumLeverRifle + components: + - type: Tag + tags: + - MagazineMagnumLeverRifle + - type: Sprite + sprite: _Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi + +- type: entity + id: MagazineMagnumLeverRifleEmpty + parent: MagazineMagnumLeverRifle + suffix: Empty + components: + - type: BallisticAmmoProvider + proto: null diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml new file mode 100644 index 0000000000..281819c407 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/magnum.yml @@ -0,0 +1,77 @@ +- type: entity + id: BulletMagnumEnsnaring + name: bullet (.45 magnum ensnaring) + parent: BaseBullet + categories: [ HideSpawnMenu ] + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + layers: + - state: rubber + - type: Projectile + deleteOnCollide: false + damage: + types: + Piercing: 15 #Low damage, but ensnaring + - type: Ensnaring + canThrowTrigger: true + destroyOnRemove: true + breakoutTime: 2 + freeTime: 2 + sprintSpeed: 0.7 + walkSpeed: 0.7 + staminaDamage: 10 + +- type: entity + id: BulletMagnumEMP + name: bullet (.45 magnum EMP) + parent: BaseBulletTrigger + categories: [ HideSpawnMenu ] + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + layers: + - state: rubber + color: "#009eff" + - type: EmpOnTrigger + range: 0.2 + energyConsumption: 80 + disableDuration: 1 + - type: Ammo + muzzleFlash: null + - type: PointLight + radius: 1.5 + color: blue + energy: 0.5 + - type: Projectile + damage: + types: + Piercing: 10 + Ion: 20 + +- type: entity + id: BulletMagnumFlash + name: bullet (.45 magnum flash) + parent: BaseBulletTrigger + categories: [ HideSpawnMenu ] + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + layers: + - state: rubber + color: "#fff94d" + - type: FlashOnTrigger + range: 5 + duration: 4 + - type: SpawnOnTrigger + proto: GrenadeFlashEffect + - type: Ammo + muzzleFlash: null + - type: PointLight + radius: 1.5 + color: yellow + energy: 1 + - type: Projectile + damage: + types: + Piercing: 18 diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml new file mode 100644 index 0000000000..d3e4532f32 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -0,0 +1,63 @@ +- type: entity + name: EG-4 energy revolver + parent: BaseWeaponBatterySmall + id: WeaponEnergyRevolver + description: A highly advanced energy revolver capable of firing both lethal and disabling bullets. + components: + - type: Sprite + sprite: _Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mode-disabler + shader: unshaded + map: [ "Firemode" ] + - state: mag-unshaded-4 + map: ["enum.GunVisualLayers.MagUnshaded"] + shader: unshaded + - type: Clothing + quickEquip: false + slots: + - Belt + - suitStorage + - Back + sprite: _Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi + - type: Gun + fireRate: 1.5 + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg + soundEmpty: + path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg + - type: Battery + maxCharge: 1000 + startingCharge: 1000 + - type: ProjectileBatteryAmmoProvider + proto: BulletDisabler + fireCost: 100 + - type: EnergyGun + fireModes: + - proto: BulletDisabler + fireCost: 55 + name: disabling + state: disabler + - proto: BulletEnergyGunMagnum + fireCost: 125 + name: lethal + state: lethal + - type: MagazineVisuals + magState: mag + steps: 5 + zeroVisible: true + - type: Appearance + - type: GenericVisualizer + visuals: + enum.EnergyGunFireModeVisuals.State: + Firemode: + Disabler: { state: mode-disabler } + Lethal: { state: mode-lethal } + - type: Tag + tags: + - Sidearm + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 22 \ No newline at end of file diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Lever/lever.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Lever/lever.yml new file mode 100644 index 0000000000..ba29ff1ffc --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Guns/Lever/lever.yml @@ -0,0 +1,61 @@ +- type: entity + name: Chester + parent: [ BaseWeaponRifle, BaseGunWieldable ] + id: WeaponLeverChester + description: An improved lever-action rifle designed to fire specialized .45 caliber ammunition for rapid threat removal. + components: + - type: Sprite + sprite: _Goobstation/Objects/Weapons/Guns/Lever/chester.rsi + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-0 + map: ["enum.GunVisualLayers.Mag"] + - type: Clothing + sprite: _Goobstation/Objects/Weapons/Guns/Lever/chester.rsi + - type: ItemSlots + slots: + gun_magazine: + name: Magazine + startingItem: MagazineMagnumLeverRifle + insertSound: /Audio/Weapons/Guns/MagIn/rifle_load.ogg + ejectSound: /Audio/Weapons/Guns/MagOut/sfrifle_magout.ogg + priority: 2 + whitelist: + tags: + - MagazineMagnumLeverRifle + gun_chamber: + name: Chamber + priority: 1 + whitelist: + tags: + - CartridgeMagnum + - type: Gun + fireRate: 0.55 + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/batrifle.ogg + - type: ChamberMagazineAmmoProvider + autoCycle: false + autoEject: true + soundAutoEject: + path: /Audio/_Goobstation/Weapons/Guns/MagOut/garand_eject.ogg + soundRack: + path: /Audio/Weapons/Guns/Cock/batrifle_cock.ogg + params: + volume: -3 + soundBoltClosed: + path: /Audio/Weapons/Guns/Bolt/lever_bolt_closed.ogg + params: + volume: -3 + soundBoltOpened: + path: /Audio/Weapons/Guns/Bolt/lever_bolt_opened.ogg + params: + volume: -3 + - type: MagazineVisuals + magState: mag + steps: 1 + zeroVisible: true + - type: Appearance + - type: UseDelay + delay: 0.2 + - type: UseDelayBlockShoot diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Melee/cane.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Melee/cane.yml new file mode 100644 index 0000000000..c47b69689e --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Weapons/Melee/cane.yml @@ -0,0 +1,36 @@ +- type: entity + name: cane blade + suffix: Nanotrasen + parent: BaseItem + id: CaneBladeNanotrasen + description: A sharp blade with a cane shaped hilt, a Nanotrasen logo is engraved on the blade. + components: + - type: Sharp + - type: Sprite + sprite: Objects/Weapons/Melee/cane_blade.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: 65 + attackRate: 1.25 + damage: + types: + Slash: 10 + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: Item + size: Normal + sprite: Objects/Weapons/Melee/cane_blade.rsi + - type: Tag + tags: + - CaneBlade + - type: DisarmMalus + +- type: entity + id: CaneSheathFilledNanotrasen + parent: CaneSheath + suffix: Filled, Nanotrasen + components: + - type: ContainerFill + containers: + item: + - CaneBladeNanotrasen diff --git a/Resources/Prototypes/_Goobstation/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/_Goobstation/Entities/Structures/Doors/Airlocks/access.yml new file mode 100644 index 0000000000..01df42e7f2 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Structures/Doors/Airlocks/access.yml @@ -0,0 +1,79 @@ +# CC locked + +- type: entity + parent: AirlockCentralCommand + id: AirlockCentralCommandCommandLocked + suffix: Command, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsCommand ] + +- type: entity + parent: AirlockCentralCommandGlass + id: AirlockCentralCommandCommandGlassLocked + suffix: Command, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsCommand ] + +# CC/cap locked + +- type: entity + parent: AirlockCommand + id: AirlockCommandCommandLocked + suffix: CentCommCap, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsCentralCommandCaptain ] + +- type: entity + parent: AirlockCommandGlass + id: AirlockCommandCommandGlassLocked + suffix: CentCommCap, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsCentralCommandCaptain ] + +# BSO locked + +- type: entity + parent: AirlockCentralCommand + id: AirlockBlueshieldOfficerCommandLocked + suffix: Blueshield, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBSO ] + +- type: entity + parent: AirlockCentralCommandGlass + id: AirlockBlueshieldOfficerCommandGlassLocked + suffix: Blueshield, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsBSO ] + +# NTR locked + +- type: entity + parent: AirlockCentralCommand + id: AirlockNanotrasenRepresentativeCommandLocked + suffix: NTRep, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsNTR ] + +- type: entity + parent: AirlockCentralCommandGlass + id: AirlockNanotrasenRepresentativeCommandGlassLocked + suffix: NTRep, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsNTR ] diff --git a/Resources/Prototypes/_Goobstation/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/_Goobstation/Entities/Structures/Storage/Closets/Lockers/lockers.yml new file mode 100644 index 0000000000..4cbb6f375c --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -0,0 +1,29 @@ +- type: entity + id: LockerBlueshieldOfficer + name: blueshield officer locker + parent: LockerBaseSecure + components: + - type: Appearance + - type: Sprite + sprite: _Goobstation/Structures/Storage/closet.rsi + - type: AccessReader + access: [["BlueshieldOfficer"]] + - type: EntityStorageVisuals + stateBaseClosed: bso + stateDoorOpen: bso_open + stateDoorClosed: bso_door + +- type: entity + id: LockerNanorep + name: nanotrasen representative locker + parent: LockerBaseSecure + components: + - type: Appearance + - type: Sprite + sprite: _Goobstation/Structures/Storage/closet.rsi + - type: AccessReader + access: [["NanotrasenRepresentative"]] + - type: EntityStorageVisuals + stateBaseClosed: ntr + stateDoorOpen: ntr_open + stateDoorClosed: ntr_door diff --git a/Resources/Prototypes/_Goobstation/Entities/Unique/lockers.yml b/Resources/Prototypes/_Goobstation/Entities/Unique/lockers.yml new file mode 100644 index 0000000000..8a2ab206f3 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Entities/Unique/lockers.yml @@ -0,0 +1,17 @@ +- type: entity + id: UniqueLockerNanorepFilled + suffix: MAP THIS, Unique, Filled + parent: LockerNanorepFilled + components: + - type: ConditionalSpawner + prototypes: + - UniqueMarkerNanorepLocker + +- type: entity + id: UniqueLockerBlueshieldOfficerFilled + suffix: MAP THIS, Unique, Filled + parent: LockerBlueshieldOfficerFilled + components: + - type: ConditionalSpawner + prototypes: + - UniqueMarkerBlueshieldLocker diff --git a/Resources/Prototypes/_Goobstation/Recipes/Lathes/security.yml b/Resources/Prototypes/_Goobstation/Recipes/Lathes/security.yml new file mode 100644 index 0000000000..ef91b7281b --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Recipes/Lathes/security.yml @@ -0,0 +1,22 @@ +- type: latheRecipe + id: GrenadeFlashBang + result: GrenadeFlashBang + completetime: 3 + materials: + Steel: 100 + Plastic: 100 + +# Ammo +- type: latheRecipe + parent: BaseAmmoRecipe + id: MagazineMagnumLeverRifleEmpty + result: MagazineMagnumLeverRifleEmpty + materials: + Steel: 25 + +- type: latheRecipe + parent: BaseAmmoRecipe + id: MagazineMagnumLeverRifle + result: MagazineMagnumLeverRifle + materials: + Steel: 185 diff --git a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml new file mode 100644 index 0000000000..6861650c2e --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml @@ -0,0 +1,57 @@ +- type: job + id: BlueshieldOfficer + name: Blueshield Officer + description: "Act as a bodyguard and advisor for Command and CentCom VIPs." + playTimeTracker: JobBlueshieldOfficer + requirements: + - !type:DepartmentTimeRequirement + department: Command + min: 54000 # 15 hours + - !type:DepartmentTimeRequirement + department: Medical + min: 54000 # 15 hours + - !type:DepartmentTimeRequirement + department: Security + min: 54000 # 15 hours + weight: 20 + startingGear: BlueshieldOfficerGear + icon: "JobIconBlueshield" + requireAdminNotify: true + joinNotifyCrew: true + supervisors: job-supervisors-centcom + canBeAntag: false + access: + - Security + - Brig + - External + - Cryogenics + - Maintenance + - Engineering + - Medical + - Research + - Command + - CentralCommand + - BlueshieldOfficer + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff + +- type: startingGear + id: BlueshieldOfficerGear + equipment: + back: ClothingBackpackBlueshield + jumpsuit: ClothingUniformJumpsuitBlueshieldOfficer + shoes: ClothingShoesBootsCombatFilled + eyes: ClothingEyesGlassesMedSec + gloves: ClothingHandsGlovesCombat + id: BlueshieldPDA + pocket1: UniqueBlueshieldOfficerLockerTeleporter + + #outerClothing: ClothingBlueshieldArmourVest + #ears: ClothingHeadsetAltCommand + #belt: ClothingBeltSecurityFilled + #pocket1: WeaponPistolMk58 + #pocket2: DeathAcidifierImplanter diff --git a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml new file mode 100644 index 0000000000..26eee62bcf --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml @@ -0,0 +1,41 @@ +- type: job + id: NanotrasenRepresentative + name: Nanotrasen Representative + description: "Represent NT, send reports back to them on the station's situation, inform the heads of anything CentCom orders them to do." + playTimeTracker: JobNanotrasenRepresentative + requirements: + - !type:DepartmentTimeRequirement + department: Command + min: 54000 # 15 hours + weight: 20 + startingGear: NanotrasenRepresentativeGear + icon: "JobIconNanotrasenRepresentative" + requireAdminNotify: true + joinNotifyCrew: true + supervisors: job-supervisors-centcom + canBeAntag: false + access: + - CentralCommand + - Brig + - External + - Cryogenics + - Maintenance + - Engineering + - Medical + - Research + - Command + - NanotrasenRepresentative + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff + +- type: startingGear + id: NanotrasenRepresentativeGear + equipment: + shoes: ClothingShoesColorBlack + id: CentcomPDA + ears: ClothingHeadsetCentCom + pocket1: UniqueNanorepLockerTeleporter diff --git a/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml b/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml new file mode 100644 index 0000000000..fbaf30463b --- /dev/null +++ b/Resources/Prototypes/_Goobstation/Roles/play_time_trackers.yml @@ -0,0 +1,5 @@ +- type: playTimeTracker + id: JobBlueshieldOfficer + +- type: playTimeTracker + id: JobNanotrasenRepresentative diff --git a/Resources/Prototypes/_Goobstation/StatusEffects/job.yml b/Resources/Prototypes/_Goobstation/StatusEffects/job.yml new file mode 100644 index 0000000000..22ed9aeda4 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/StatusEffects/job.yml @@ -0,0 +1,13 @@ +- type: jobIcon + parent: JobIcon + id: JobIconNanotrasenRepresentative + icon: + sprite: /Textures/_Goobstation/Interface/Misc/job_icons.rsi + state: nanotrasenrepresentative + +- type: jobIcon + parent: JobIcon + id: JobIconBlueshield + icon: + sprite: /Textures/_Goobstation/Interface/Misc/job_icons.rsi + state: blueshield diff --git a/Resources/Prototypes/_Goobstation/tags.yml b/Resources/Prototypes/_Goobstation/tags.yml new file mode 100644 index 0000000000..4f28a4b555 --- /dev/null +++ b/Resources/Prototypes/_Goobstation/tags.yml @@ -0,0 +1,2 @@ +- type: Tag + id: MagazineMagnumLeverRifle \ No newline at end of file diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index 1debaf447f..f556612635 100644 --- a/Resources/Textures/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/pda.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, pda-cluwne made by brainfood1183 (github) ss14 | pda-brigmedic and pda-centcom made by PuroSlavKing (Github) | pda-brigemdic resprited by Hülle#2562 (Discord), pda-pirate made by brainfood1183 (Github), pda-syndi-agent drawn by Ubaser", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, pda-cluwne made by brainfood1183 (github) ss14 | pda-brigmedic and pda-centcom made by PuroSlavKing (Github) | pda-brigemdic resprited by Hülle#2562 (Discord), pda-pirate made by brainfood1183 (Github), pda-syndi-agent drawn by Ubaser", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idcentcom.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idcentcom.png new file mode 100644 index 0000000000000000000000000000000000000000..25b7017a708426506ecf8398e33f92794fc2f86c GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}MV>B>ArY;~ z2@Mt)C7zN@%RpKJD(I0tqntTRFzsO!DSd#yIO@& zF+DCJk@T(d&^C)ROw%_nCr__4={n6_uq~v$u=}MfD3>j0I5A=Rjw2}@<^Sm^qy-np zl-|fE!|+N|_T1KrS&bFO){~#k7fc`X!`a@42bz02AN*>iYOxYJ+NYTOxYR7mtjNm; z&U_t^vBJXM+}^=4#FYI$>TvP1KJ&)!%0p8Rd_OCqKA>-RWA=lxNxw0#oZsN;QrT~G zyI`imbo{Zx19=pY_mc7_oI3A!?Ra3nk!Nd6BQ8IhM)UM4x+!xt=7Vi@2lD^?;RNRfadsn^Uu5K=>=28xi9hW+#bOQa- zaeg%={f=d3<@#-VvT|R=hQ&?nu4@;ZczKec>m>VBUW}-8G%3l)iYCRwdCNaDF7F96 zElltc74QD1i{viv)Z@F|uVZtit6Sdkd_wBP>lV(;f!ixGIhj%pwCkB?{EqFjHoV%Y zzglQ+?WK-Q?AxSiK+>ceH_4KAbH8-??s)WLQIvZ`*XLcCdsgN$?k$btD&wO{6Piys zrXm%EW#Z}un#pD^_TNnQyHK(>-Py$tZwZ386hEu}I`!-y`!CGeR%#TGGxmC+kNVA> z)ZUsZNqo{pA?18phfUi%TVtb|d8J5OXZ^8uKKae%)7zW>Xvsf)+wu2JIa7E>CRJ%! z4{{uykn`rA?%hWJeCv!poN|uVyEdRRcicurTAEvx@{wkzCn@Isji(kWm1%a~?Bw?D z_LTON*Hy*swO`1#s*8>s#+rcg5^*XpSJrc>oORqxERhX74 z!lbxDKzmYCOQYgq0d0|+kSSF8VsUs-k{Sz7S`dLItwMQXnwKZVL(c~Qa!iX*^>Ud) z!`BOF23$UPCd>>P)!?FCC7?wML#e(>HAZFA*>oo4ug4QvG*1fELoJr@!~6mUA;6n} z7N^y!_zZ?lr=#m!=}NVf0rPk~29w2Lu^`|9X;v$=h#pdCW)Khq7=D-rRpTlxu2fJ7 zOhlwi&5JfjIsSG1LkN`68Om-}oCmhre+J06n_MC-FN<*C<_|#K0#xkE&~w zu1{j%lblD@^?##_^6_H|Q-FU!I`FAvCe%CvpIIiN`GJ0uy9={^C-cX@W`>=U1x<JI^`1ng)K4M3@SnJJl^x}1P#N4Wtg*6g%e&q7?rgp4*wPqMbl5JKm}yIZUzk(IW~FDyzR;}e#~bvFyUBAE%b!x096n@a{e9E5TSuFI zGxNC+UTZ&wo0K<}I8#wbL#0+vrP(8q^bN}yIUK7 z(th3CV(zp2W%<D`N!#mj<7PncA zZ?mmsN0(XdJ!DKD({F8m;`#X7t!w|42(P@kKk#nz3p4u+f*QkcuV7zf%DQAu`ExRg zrRS?|Ip^isvfZLCH%$*0zlfq$C#6kY*5}P2-*@Vj{rpqNK4w7MkDZN|yKXvf-{Ug> zP(kXL$gfO-uewJrtG;N_c`^Ia`dZPof5$j@R(4*eV;M95ftEboalFm3VOm(gqJjfD za(=FRfbWAdaSdOg?B-iGhq{w(_g=a2%pvxRlEuusd)L?`-xSd1oO&T*JnT1Cn5!#Y zH;yZLL++2ODQ&uB6qmwnY_W`W2rskj3A4Kgt;?#qpSTE$wYz3~u>Sd@ma_RL%_|t+ s-U(T@_6Str>~k&EvY9fN?Yr}gmMtD;F73ZK1No7H{TKKh_F0ksUqtu>f&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a535daf054ab08bedcf45417daa13cab1c5121d GIT binary patch literal 4520 zcmeHKc~BHr8Xr7B#sbu!s8Q1yR4~#r-E+W9%cwBJG3p?~XpoIZPai|CGtl zh-+Ll5u@M{%1s~|G(~w3C}r^gBkP%shFWn^kt?oO@QTK`Dz&c%M66BK7FC=7=&C;6 zcl_S>{oePz>bE{QDIq{SUMv!c0t|`z6!3%x;-!V;!W4+Eru)iKAwK?+YP%rUwX=} zibfk!LTruczV-EcLofb#t8nhNvu_2DdNfx%aZqV}byKSC``XLr@z(bfO!MPCLHIH8 z)V2f5;vbIKwEk4^Cgf|x>?~ay^OU_o*X*o4Xn!VtQs}#{4GTM0``3tnUf|D87n|N~e*mW&sa~7sg_z`OVr1XwCWOQc4!iY5=HZ01xbmE7GSs4wV?5wcSFhWQL~&&vY&0_&f(A`nwdTDDJ##q`-CXul^`CR=AMQCbrLcTZ ze8JFvl*Bq;wB|lIa+uEaoHL3~e;xFD}$=ZG3pSxb9lm z?TrOvG=qE(=Y4dyVCsFJ?KA2g6iUZ!34O+h|0a2`D!!%2Z=F3aPj#5>e`xM#UfI0z`QftW+IOs5oV%;`Q-24Qm(73*OEb>H2-YUWN!CnB-8Kg( zJ&`DSmfL|7D<~c^Qx?XqmE1p4D}fkND|ugKM2rp{mBA!>oK&hO$wYWo5E@c4Yo<8b zjR61~#p96MX0>yeTPyM6V&Gd4%OsH3gkPbRq#2VT9qXhZrBo?J;5avvEtkv`L(xu> z#!~e0JrH1|m1OX|1Cz;IE|=7$kg`sT4Ap2fGDI$u%VA&vb2)Y%cf)orRDkHl&{G`Y zWE?!h+93fGH?vv1Rw4m<=v90+htb#zZ|8bg0DQ>YxI>0Y5t+><>+8YsaoGT*C!k;T z;7p)VWhoTLW;qEeE}OFRp?x7pqSxP%<+OU!Aqg2}rEI{I1GA!UOqpOXCii*>6j&IW z!|Mgee#4Sy=+|Vu5u2d#rqeeN;NFY-hV`r5y~e=GXvFj^ktKv@&}${a{20j+42gL^ z)fxqb;7S5URR{$u)hZRNQ3wxpWTY7(DYZg__kl9lIUctYlmG?5r3}DP({z-Aic-RA zvyz6DB&mdPA_|2GIZdh6N`)qp*7Sjx?_@w#;?}-V2~Z?}LQ%>bMJg4r*-U6)B^{-P z)udbjBcz&EsVOr-s%S41Nnr7;(}siPWNf&Fk~!=auR*8LkOpJ|6<#B;eG)f+cf{;-pQiIAPBVQXWqMRJ4MFAB>qzbiHBP6{eKvrZGsTD1}(C`j<^RU1J=kvNa*ah?L8h+K&w8Vr@2N@aGBx`$TA+e{GTZ3_%1x>MlrY>M>8 z39!0VLro9=BD}xf&0Z;}b8d#tV>84B~>q%B7>=>`Ijh6iv zAJJZeK3fd%>z0A73+#ll-mS2QFA(c*dG)NrZ#e}74NTH6eh26ppsQaD^viglx(4X# z7X$q=9;mMW8(rephbhVq{(xNIsI-2z??G_P@-@#*(2J&vaz)dR>bL|T@pmLH=0u{v zdg1ojIz8}hAoSx6#yG!Q{sAJXT+DnwADpEZ81ylww3D4h7v`Qsf=|zSTWcLHA)olU zi>t0Ot(m&u30*#2zw1h!^tgRNlOfnO>X2sm@Et!Vj}NN(y1lHNcb~mkbo7sfPaj>M zTW79F>-u!g$V{E5EdAw#+N3>A*C$?3h!`>3R(0{yOIiB77WuJz6`NBAUA#TvM&nIx z+7vMKf3aymo}TKsR>X3d=W(6CP*n7#T|*>T1f# zK7XQBS{ahrwP#Yk*?8<1y^96HkWkdGgEv{pCJ$W8f3{U!ek~1JZ-T#g%Wc6gjs!Pni z^Y`<@8^cw){LZc8zohjQWsf&yeCL+Oe$_PRX2;o#%4HRIYkZfpu3W}3yY$~7fy>c+ iDmcqtkrpv#b*jB$<#INWfJd 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 Yt@uRzmUc%Xq+Jppvp~NmYH8tr0lhbb-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..be59dee2c2c7b87c2390566502b456eaf0540cef GIT binary patch literal 4519 zcmeHKc~BH*7H?n$#9+iDLRMpEh>GjrIN?;FgLKaTSetth+I;820Pou1(bzRh$3ls-EtC z$M3!Od++;dzD-Gq@qq!)20#!Ls7uf$gJ&dv`}>05{fy%>c(i4wuI7?)7i@RhXvR#z zT$Y`JDK|qyko$rq>0)3T{8Yd3t&+S2Ub5*-${&Bp^*{IVtimI2-s>^XKhESd@42aH zsnV6L`*3Hem*ql3Xx;7JrVkG^b-n*m^s@Umg=kp*+*Jp)1Fe5q(p?+6Miia-&KKC+ zHAh>%U-;!6a;5xgy#J>&W`6Ho82Qll_l^UvHrH9RiXQ3P_MIgLuFbiaBXq~_Rz82S zPH^4lL_>L1sHyIa>Zl;YS0O6{CBkc0_DrvOx|>U%yX#iaSqSoagNcbr(#6CKmjjBZ z*sx8L&=wh7bftR5%WLM{hOcgY|CV9y9Eb2_VL@R>n(3R?YaPo?9b2m!Q~|Y9{BobE znJzllh&2QhbU$5uXyf+1Z}0eFZL%q-r?pFS^x-kF>xx(Op;M`c7W?iir>bT-BxSG7 z@%dA4ynkgzw4r*>86o|x`tv*A_B>v@!5F(`GJruFZV3g*}Pq8;iD>v-hZ03U@WGzGFyJq+SiVTD*7N4)L|$rm1X> zw3>|0&ll(7b(IInhD3JuRN?cRW@}IE`=H=gLM?MXL9(s-LBpH5U*7-d#KP@0-f<;U z{#qIB?C;LK*HlkCvQOy)j^|&Vd-2C$AMd8f8vNpwKOgDBy!zW)c6Q!BU*2+Q@y#tI zk9>+|3Ku4K_&ud-ja+}kb+DGhzZ1bij9_xrdjJN$~Q`T61Xwm!CE8I*qOn|}n_ z?f#p~!g9KLx;AuecwArI)x5x5>a03kOM!j_W-?&BR_j+{gv}ztNt=NZxh-}ucMue@ z+-=8+^%MsiC?jLl2<|pD3t)!S2wn--qk4M`WnvPtom5J8Vk(ino=}s5<;wyh+!z3` zP#g}sEoLi=xitb0E(YFtu~-0mOt|$L!D@XH9Ak4*uv{b;p-8No$&?C~1;7zblE#v? zaYGQ`OCvCGoE;O3T`rf%B@@}4MzKV#R*O-oSSm$;1;S=oIoyp{*-##05JO9`gp;vz zjLi!3n7F}~!D$2npofR^v)J|e5qK**!~)<$?8fb4i3k;2EaI^qEEk&zK!y_fNe?y^ ztWt3@#o98Q1QnY}S-H@$5F|0;Z_jX=J>`&um@-oqV9J81l5rv9b^4?c51s-eW3hX@ z0NLX#Iffo3Yg}%;##7GNM1cDU?l|k=+C9d=O0UPXHX?&hPp8!g`1lxUBN!6%yb^NK zprBMz1f@w8B3I&SL`6yoM2bqoDJ4mSqm*n6l+Ma>xRs!IC;%>E0FF9bs!%9t8KRV{ zrHEXrG$5*QN`l}3&4A-1p)g3sK&)~yU@CF**sORc5aRilvAGs=Ag&1g* zMpOm`E|aNf6+Q$-5?GwgX~97|84GTt#CEIE6N4uli%QaI1X2+?DoHZq91R@68epuX z&BczYQW*=C!r?rh5~WljQK_WiN`(ZKsa2y!X_S)%v&f@LP?2m+Ck6AKBWgWZP$bUbTAZT*C@Pg>s2Y<7A2F2^KF1eIav z7<(JZ&{_Y>nqNL}#9-4C7#76O@`wi4R0`!7{2Kf;GoHl+!=7b<;lyAGES^b`o;(58 zpo%czRwD)WkD-AbmNP#w3>|3^E~pC+V7`YeEc6$ar$PCh3|G0~0cy zoUZ>HT>+zqDas1|0lC0Y2}fhv!7^{=)ZUvTCW+H-hQBAVL0VQXPwNBh@()d8?z=-RtC?0V?GT<7{~r#a@e zmz|#Cm^YARsu8u8K0fgn$|IK2=?b67^BJa#osZJjmmlBO=+hZe_Fc|rI}iRXWBwZ7w#L~5CyzafI{n~xX)B_Z6guWf zNv~dXg+-y2ShIx$@Mor z5x!eC-z)O?nU;|CeV4sv(!S;=17&>>&>IhA^v=`u9utS`-*0Gtuedk;mD|BhuXV2Y R+5s4cbg_xr+UVB{{sR&Ug|+|y literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/meta.json new file mode 100644 index 0000000000..53b3e11ff1 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Armor/bso_armour.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/pull/26498/commits/17c167b6648e8b67eb9c2f23f2f5b61e1a86f028", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7ab4cc850d07496fe87517dfed3a822273d425 GIT binary patch literal 916 zcmV;F18e+=P)Px&PDw;TRCt{2n!j$_ND#(99uClQR0v$IgCH_eL~(#KaIVD@pu%NdA$6X?waYv} ziXiWCg-h3|&VUTrxC0#6P7sqz2sjVvYOfGz*g;4wY4LRO?XMBUKRe&f?#?ba12`NG zhhzQOdilyUdGDuX3t2ZFjRUmSjoy1S4rt1waX^-HqxWh#Ae5>y&=66hKvc{A?!F-+ z6G~)CLkAdrj^?6lV6kFQ4%F>}+l?iSPY>K0AZ=mi@Jg z0lpxlGY!!Zh~q2Z;t+9s15m0M()?JQ?pT-wEe${A4P;Deqlt-e_07FlN77xNl|qJE%? z>KM=;KN;fm`5RC=d01oqV0?SP_%9xSzUQu1e=uI2 q-gW4F!8&PmI2;a#!{Kl^R>VKXsfL!UDdGqK0000Px%QAtEWR9J=Wl`(4+K@`V-5#eUu36i;xA{V_PW)Cf5drROD5-g%%5j(N8$_Gf3 zFW^TI%e1!X6eNu)M36wh1O<^pICtj=Y^h`U6=2r0ic>p}GNz_=#mghAA@cntBxfS$GyKpyLE|k2n zfWNm!2xukLY7=1EnNQ8WLn|Q+1N?A}H;ub!NTQFMxk}^`82kE`y8A>>6|A**UXw5k zzzlrCFu?Pg?CyTR7(>1PoZf!1j>shd(A&4fhcT+62!d}%M%m2%r#4klSZhlaW3EIZ zl4vERf~Nk?x!m|8i!e=Yj6o{_VEn3~J~f@a1JtLcv-e?t5y>sakqm2QA~D8btwmK7 z0P$fA9LX(J!S&rSTk4bU3vDnm$4CXD*x~vE>7^>Dib7QsoyBzkI*aR>O{$Xly1pxP zY`I04RFs1IiXE=Cid)_wnO!Ox5-6bn9F1fSx)1upQ{;XCnj2p$PC*B1Z)002ovPDHLkV1ib`I7t8i literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..718edc6d59ead8673c3774a3da5043a84499442a GIT binary patch literal 751 zcmVPx%sYygZRCt{2+RtkmK@5iQ-n$g2nk(Mr0yb^+4VF%m~H(P>aI_N@IFTep3gVqBF+~OLI@#* z5JCtcgjhl4@e_OBJtXyjvzYJuoaHuxbpYFlbpT;x002b9{#95*fA!!`gSvNiJsS`os72Eu~|v?A<3f3foJ<=uj<)m|a*7T8Y#>j}8J zyj<$FB#6kWtit(u=kHgH(?hO8S`mVQ4=3jWUJC%AvI@b#hgJk*(l;Lre3m+kWVj0D z-GYrj@FXYaA{s^L`@hq@*I~m}u0F!tnAPgsf$ao@k%7u8nCb~otdC#xT5vke)sAkl zj-UNDN;sPvE(exr#=9SlA{gf>@MveeFzkVXABfk|?4B;yZ7K5$=Efix_%Oz>o&c7I zU>J>$XBZi{rV9*vz_16`bf?zR$XuV|qV@s)PL-q8`TAUih{)Q?5yJd46gy1-fVX!H z-ESjv@p+}4)8)F&T%STKVt)p#1?LZ-*}B{{g%CmrA%qY@2qA>n5?omX_UrLYg(SGL z2j1a{5zFApBJd61?KhjYiKOBz zg379K7Qt&xWf78KyB?oyf;-4C%gMP220rNfI{-j{e_4biST9H8#?}#Jn0+rN=fc}N zp2{K=JI%yb=xiszy#B-!i1?4mEP}rL3iR9Kg<%iTD1wu7p%vL>H-IlAboM@V6G_Cw zjk5^x&o0+=5lpNti|-k58;D5LL=v~h+uF(zyaic=aK$V_YQ^1>#bLwh{WojL2Ha&` hS%g%L+;Px%g-Jv~RCt{2+P`ZPVHgMSZ$-%aJ`uvb3B?j|(Fzqz5jrFl3OefQCXSu_13F4Z z|Avgtt{nswGPxHFC0K~$9E!OkP~N*vuR}PSYA(H_@8#~~`HZ>C-P3R0{3!1iV2m-w z7-Nhv#u&T8=KTjI?-^{mk@g9m=VdWRZc+#EzeyYb5g7moLY>_-mPE5Au`~c8GDKwL zy**<#c0fc%w-2sAVaBAO#OKBaKtyJ{^%znRg555H-7cgcbo9qm39njRHB6`T1a;L& zG~?10@MAPe^jMJup~ms?0HPuiy-+vf4oE@pryiV|0^B|TKvV?$sRt*qE|QwHIzO<^d?aH1peHyqVm?;a9eLcA6{H}?!o}H)@uNa*?bPS{s_%M z4*=k9?L$tE5DX8aa|%ZaLNGjpJUg{FWAuZ_%EdBPmN^+?j4{R-V~jDzSgDn{Ghk(V zd{v!+EP^goKOl>suN6R}fbILFUIBS^2Ij-JDOCVbXFycM ztTW*DFLeg8_9y7qU#zWy*zNH+PEEm|dZ4fG002HNIs;i+RM@Z~)#hQe_3Uo#U+N4r z2R-;xFVhXvzY80-?v?l=d3Of>3IF|5EB8tK7Ra+RFdx1geF7#&2rOMYaR7OC2I9ic x)v7xKL}cXlOM_=!)7-dI+JC;R;1YyIzX1?qJR7$8+HC*;002ovPDHLkV1l?=JH`M2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/meta.json new file mode 100644 index 0000000000..aefc2d90df --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/blueshield.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, tweak by @mureixlol, resprite by BombasterDS", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..aa200ffcf9808f0ef422737a179d2a171aed028d GIT binary patch literal 948 zcmV;l155mgP)Px&Zb?KzRCr$PnoVdEK@`VdNud}hG&YSXis>bh1i?$Ren2dOcnpYOZ=$Ch1ig9? z5f5H1c*sfVt%3+SiXb)McP@ftF}XCNG^VL36e5L&mA5cuyCypy-R;bpnM+9K>%HIm z&)X$$MqtR>$dLOF8h}>7kQ2~HV8{ialb}8V`Ur3kC=?22u~;0a8d^WcR(*%2(`ges zy4@~>!{MDV_V0#aaH*PkFgjN*m!Vp%4xE$8WXxPH2X2r=A)xaQZy9iNIS!%sV-U@c z!`;kRcu+kK?b0Un&TPTsxhC9MNCOW9W&mh7I*6bBAh`93I&Gha05(r_;7}|I-B&$` z%*Wu=%3Js}a}GL7EeKx>!LL>u#=k`T1&~Z8p;RjU11_J>oAr9#RUvx?L5=_cLDnOV z<9D9u<9Kcb43ap@5%B^5Mj931YzT!n`hf+25qCCnH2!-95c!WyPFiOlbHUd7y3qL- zQh@9naOrd%p8ttj$q*qB=dT=S!^;mz|8sz>rvQ;WCPIw*cjKFN=1~zx)5k0|@XB9E z0kro3xBk5*L7a~OHm29$YGMQCX18Ja<0w39Ou)qIl>Y$mQP=MgNF1Z}djWtzaIPg1 zeQpKNUUg~xUIFlO9j^BPFE>_YEe$}GNXW87D?k=`Rrb{iP$d$w?9d93MP8MCwE|R$ zge*I>0%Va_WnZlTRU#qF4y^!LMD?pV<$g)E#fQ39MN|LeoU;K}yrc&^Z%*Rcv z6WANeKgCohNL_yMMF>70oU)1$yqmB<79G^J07w-EjU$y9yp7Rl zG^OuRWlszo@LRxzRiz;ZM;EJ-_^$KTK1KX2kDsZ^@(y#YTQ z#{x{PR0yi@{hFIJn; zCZ;5aQlp(Eno;`=fW>Ae0JpD?ns^cE=aZFP$o(Ot>Hxce zGN1XZpm=TM0>ElSkj7~ML5h|iwrU0VK{ZHgY6S!-T7KB772pTeAg!qt5Tt1NVe4Ol WA;3@sHhYc$0000Px%yGcYrR9HvtRbNO`VHE$3hEv;gbMwz~%VnAwYhWQZ=pjZCRFqZ_6(R+R74%jw zJwy+^^b!QU6a+pP_z>koL1baI5UCZ&z-DF+XItvrbQd@0oj1-m?utO}cSZ1J=jHpj z-?``fzTfYh^J%cbrrF^9$OFhTkY|9Kfo+%V61A)$U_wDr0n*7d>tI@iIf3n$wx-xR z^Lmy$E|=r!d;6r$vSC~a?||`x7SW~@M%(?EPXOM}K-Yi++OHzSCN11^ljt~^L2DOZ ziz@=CzwVIErheg5^HFS$hB47E0`6U~zwgP-u(6$uh`ox#bl3=kxdN3R-@z-HxR_7` zz^FHuVy{^b-{=(5%Q}=57qUdMC8E=qnHG?V3aDzV%I$fiPz2!exR~~2aaS7YNLJ_a z3VjX$C6|q)kS!DlDaKcHu(xlKH0Ba42V+Qve{($@g$@T}V_g^^04us;WCRhqK?zH4 z4Qd-}G4=QdN=_KC(3e2<#qAg$8PA;)%5?)^ZL5?-A(PXVK(Ll`|0VC=ZzN4*B*NW} ziV`rr4_Ty5WMQxpQKG zM}JiS$XRZ&@Wb1%cHY9va}zl7#DVbLB3N%E8AEF5R|VkFsaaflYC-*e7w*)(#mzAf zyFKl9Hvq?9c<|jj4D!3sZ9;4?#>Fm|6Vo~Y-RR+Xd7LZ&)9iqF)pTbK_f&#MAWyS>h`Ju{0~B|fn+3w zg}|cfJ(bz0e20oF}~t&c>s9^Hk^S!k61P^K5GM;00000NkvXXu0mjf005dk BWIF%= literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6786ce478973a097aa440a812c54f1f890ae3e7c GIT binary patch literal 810 zcmV+_1J(SAP)Px%;z>k7RCr$Pn!igNQ4q&R61e1o;*TUKDb_-Z4FRz+XJ->ELn{3%VjV~sNUeW` zR$?hOc4urvkZh3@*+P^=qbRu~kZ|Gq$Q+O5VBcHjcn@~A5p{QdeC9i|$GsV%nqNaT z&z}^4Dxl^Bv;}G|03Cwb0@?yKC!j4*a{=gEKwCgtpymX$1!^t;eG7=SK$@mqsHxNG zP@d<;F8+q!o6V*XT9#!_{`%QUlBCOaB~|MbP?r3bKW<4#1VB2aQkI|hM_vrTP84W+4qLYmyk$CNVL=2ir&s~`y|L*;w zvDFD$_;Nsp(=EE%yzC``gvwOFws0?O;wN8a&z2Rc-~UAbu-r`x{0G6#P(4nf0@#5C-0l>X)+sZf3#T3hS#SGeWU}WNf>3z(C zo68?&h`IDX2L)RIV7F1!Ly#4)-1#c53UD1ex%5h4~pO9 z-+cgIAdVm owy&ace0_@p@Rf4t`~Ly-M#)gGEt&oR0000Px%&`Cr=RCr$PTEB}EQ4pSJ@JGOqV3ZS!RY7#+#O~DY8WAf?@2~Jmv9P-0u++aI zmR2G**ZHFp!>uByTZo6AB-}yHJ90+8g$c{LyYEHAdjmVK$q#nleDlpWGY{U>sN$x3RIi{O@WFFK)XP03WQ-ehBAi3 zA;oc=JcIx6yU}PQqKTqNWcma_FlNm7Zo>PQ6L55OIih=ObM))wVQSt!Mk|+k^k99S zww`X&k?XtkaB+j~KMF;XaQW{1c<=ir9Xi>e(TjcheWhQDH|j@0Pg#U`se7=q>`F8^BsNI zM+zWloW5w~SbR3fVk|t&pq&g({h&L+fEKTgXzg{Kp2RI`eLEpG`s^In0XUC?P+7ey zJb}ntTqA&Uo!)2+jP%w<80nDRs`ThmZ6WCfjrx@Qo&RN_?j6=D-glJ zz2ArKhBfvwby#l#5Ii1}-OzLg|F81o_wsCeA;8zn029E3cvFC{nE?>MSM^XEmh&3G zh0xc`0A~I$qK5?%yb<7QW`GAZnFQxGAYG8MMa^^v|Gz~rZF|OhoRGH99})%7 WQ16i+>;M1&07*qoM6N<$f&c&;A8IxL literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/meta.json new file mode 100644 index 0000000000..ed91c56e31 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/centcom.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by KingFroozy (Github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..2be4ba5b0667e9ff5a70d649cc4ec13b4ee2789d GIT binary patch literal 1048 zcmV+z1n2vSP)Px&(n&-?RCt{2noVpIM-<2ZPHZqwRnBFRc6t2)pTrBFFPmMWHB$IU4 zLdpdNawrJ$p>RNoNTN0u!bhYYS|t&pZY3@~08)}Fio%J2W3Yp9?2V1nhSZ6s2a*-R zYs<4;H{Is_Bul%qPqY8`JUcVH?*Rls5CpMnG3~SfUc6o}t8Zw4-M$Y1kjX3q0OWKU z;c%GSAG5ylDvKzE*y-RIFoyt_WnF2H<;^f9qd5Bc7p(Jq2UifPc#Kbp?QCjhmZ@Ev znwe#%#CFwdde9OGu&TWcU=9JHyH63zzy0rGc{A>3ZD0-oFSDx{xg)&(&|) z0r=AYRWy-El(b1C5?Fdw+D0q;T`v5wc`W&T`0U&;_J8a|d@%vZ@5A`Sn5KTqegxjE z{;8`SFS%S!IUb)F!(3kwwYECU^#wIM4{!va=EFU@+VS!{y0Gnhd}0hgojz9Jyqr#R z^;>oT_SDwuYR8M5PUH9Ae%;pgzVi!@rz>)A0B>h`J?*q0N+ITU3q^k&7dpA`UG^kc zZ1&e`rrXsj@;!{{t5%doXY3k2VTj5M*8BV7Y0C2Or1F|e* zS(ee$cNGBt3IG@^0Hb&AnB;VtEiEk}x3Z$N|MK%a#A7i{FGB=D5ClOG1VIo4K@bE% z>@JFaMBJ*x0JK+M>?Hq4e^*a0o0^$rlZ#n4xtL{BGqbF#r?+A$FTLT>Uyv9Pr4W0W zT?KOpxSzEt)fY8RcjcAqM2*v3pubr4NI_m8lUc?Amj^D(I*!-91^}3nQPi6aGXPL; zW-ukAIPMStpk(z($<&zS_iZahF&gFQFPRzI%D>0sas5>NiNKn`8<-zSBBUNI2<1_i^YQK>T0E}<>X29c6Sx% zSDgc%M;EqLVuZtCJbOBi%NM_`lxAIN6-6|84#Mm80sw#YNJ}8Vnmiu%AeLhfVmam( z1metUFk-!wXJfBbtc%_hD%qv z75$~EM^ppwe_RQQ`J_4rY`!=cX2`$K_3G*X literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a48fa049ae93654dde8b1ecc1e85b21c2c2cca7c GIT binary patch literal 773 zcmV+g1N!`lP)Px%zez+vR9J=WmQP4jQ5eO46EiZBy>XFtP0OrA$f0mi3nK{Hgop|cBBDeIB~&6M zT(pxGi5oYANNz;JMPR6e1tEriHf4}ufjTOolNTo%=cUX{4!joAOpVT;H*VU@*}aeR z&N=V9-+lK&8fm2QpJ6getgWrpQxP5*7%-%5HbPQWRljlTHbMyW+(HU0!I-@DT{EW5 zuShA`+1b&DhK7=cIAp{;uh$_&gy$X76Awmf9itVVXnzU<4JK*tn zD6wS&P+$q-s60b~B}jEuO%!irbeL;4jRH#$7oga(S@HRj$s1dOf6=T~0?;xz$#xJn zet4O4u0;Zkj1EV*e!oAdUcx1)Yif8ioSI!pP__ z^IZ+hIoH_HyeQ^Si21IDsINDQgiDa6C|Ir5m?5gGYLI(s@iYz`K>0I#AE(~1FguN- z_i0i?fG3YT@cDdLt=5P}$^q({TJ`d>QWj>Xky7IK`)Rq?m{2SXkHR4kvFJ6t~=a zns*B+|BhNbb6`(x5dbMAns+OaMe=RvcDqAizOBYEiX9@%4ZnNf0Na|z%Ca-^{Cw~k z0IPwFecW&@%mG+gcCxK$2M^HS(`}lVoC$5G<3$mp$)8zKAyxw!w2m!BYGLlgc11;ne){}Hu3x>35Q1Mvi^%xC8pR3Mq?EjVJHy7(JVuUVLx<7W*qBMp%+$qA z6@cDH%`tiR+a3a;88BiFDcp#__^rt3Z77X2(g64kF!BsA`YgZz00000NkvXXu0mjf DhDl{S literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e8657480ea7220ca8f9f389c69d2fc75dac30f GIT binary patch literal 905 zcmV;419tq0P)Px&LrFwIRCt{2+D}N6aTo{iuQIKJx~Xg_4rfmCA`vJZy6WLQXbE=Oq<k87=mv7G{~E*Hw}6;Kof01ylY@%q(JTA82L z*ULU11?hto-!xrHE$4W988g!T=X*@%;G znTRYlgyY|#XXDvALo*w3O7!vlZ^mKGIzXP$gr7V4TqOViCR0B0j3!vK4$xO`N3xo0 zpFf^Ck8K0oP4%dHI;dSw^z=)tR<06S-nUa~>cO@Fqhlkub+b{sp0M;`k*kE3S5{T? z*P42UGFT@>jvs-!sY!r&wkfKrh)zuc5AP(csduP?t?8I-fT6yj0sa0y_Qs~m?V<5N zAn9X{=4SYwb)UH=+dJTWa1N_`*|>b+2Y}xL67K?IT=6Fy9-K(jO=T#9?Q5{uT&V5( z&}IQ#tu0*9Nx52EFtk~q-EMrljwkNNx^q~62i&mcW^{QwQMb2<;n6_KGlHjy#kMd! z8bICNBD%bt@IJT=|8)a;{R6tE(%8?>E0vX$o09{x*~~H^@h6I+P$Uw;&h9P%;O@Qq f_!0`~{>=FWu)u3RN}Ocf00000NkvXXu0mjf?B}g* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d2bca44dcdd5b205f7ca54150d44f99eaa8a5a GIT binary patch literal 946 zcmV;j15NyiP)Px&Y)M2xRCt{2+FwXhQ5*;GuQIKN=9aRR?c&V6Mg&?9zUsq$SbxBt9P|*0wR`C? zhJs7_i(TYq#C!^a+i(1mCrM&=);Lff628evMm9_n63?XRAx55Er#?%f^t ze0T0SXRzM^7-Nhv#u#IaF~%5UEQ_)63A)o4puNr^QhBxuUPUF<=QqA=V2X(BP8>X1 zw>!zUDKJGwX4U5>ucGFBU|BmLnOs4Y#fs&aMx#q9YO$=M?Atu5P5XNQv{+U#x|E{j zm_}6=E0W2ToS)Cy0qK-BHnEN`)2WkXvMkfz{ERWi7-Nhv#u#IaF~)>x_jpK_<&yq$EX#61|M8dH zoxT8#jZYXs^wRm*_(a}1{C0U2mBz*=NH2LW$26hs6jUD9gDj_hfb32LriezDQWV`Z zK^>j}*_|ji*Ff}BYWH}k+*|{)JE0EGAi8NnbTeluqi6-+Etyo$l7xXLj{yMYLx*6q*-*;O2(m0wEEdDs`Z_*OPYZ45H}Fz- UcQ0KHcmMzZ07*qoM6N<$f?TA%sQ>@~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/meta.json new file mode 100644 index 0000000000..f7fa5f0248 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Back/Backpacks/stasis_back.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by RustedTim - https://github.com/MetalSage/space-stories-archive/commit/26812e79c19c5f998bcbc445afbdceea625bc887", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..ebce881b585a38f71dc0be5b2341be4bce7e6a97 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=yGB`DIadC0#hj1#}2@8oxOUkIKs99QAGsNzy)37&w3&Rt70XRt82O%L|C5p=^+UG#Ht|;!HrcAtMt5 zACQg$;>>myuy_WL4FU;34AKvyQLJPDhQ|bU1{R>afswHR;{u48AoZ*ZAm&U0vO$0e zXbKZpWss!>kOkFcXkY-6OwYLuM(GYvbnVgz*NPa5=x4_rX1F{kg37>0&m~VVK8=;V9a(N!pjY_pAfg!=) zrZ8w9xyQ?R>CHOj35_u!2FeZb38_yKgScl1IPmFj3vW;mH=7{pTCn*a^8zpqlI`ZJ9;`fm$?5_#kLZ8qdy%IOuTf`6DldB==&+yJ%K8J3fZ+45{EV`?2bf$y zxK?n%@vGbJKFBPP@!z(K>E6pmTlFI>>d&jrCfu4cH-It9Y1iH=;jQgn ztaBK)Sy{8ckiKm8l;eWCn+o%x4Tm-C9gfWL;cZs`_I)(KW8f)2R^@V~yZ w>werf{wqGU($`M@o48BR|DNig) zWe7;j%q!9Ja}7~2)ieCw{CzS|#g^0v&ooa@Ed~xChm}E!k(GfF$npYWX($`yHw{K+ zus9QtZOF*Pzz3wGfHz_*0}i*= zrV{%-|6lhpZ8h^N-+cG2$-)cokGP2aJrK{aPglp$@0`sM6Un{o3_4*=*U~012?!)E z?Aw~za-m4!*e11W%Pz7;Hon<;?bMmIkE}Q?Sa{yXtcW|;a@+RY<5%3h&jWY-<97XM zvt6KCz`w2F#uF8dX*p&re_u68ratdTv14&fE0*y#{5&_|# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd408947f9dac1eebcb50fafe8ac6cd6622fc1e GIT binary patch literal 685 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%x3JZyFad9y?HFD~QNK4A7s;F67STn@#=Tx>cGc$8_b*-qV$jrV4UCKp7#Bdy1gU3T z05NA0kPQM%KvS5&DuXO7fGnskLjwblZ1NJdBSC(D&j9Tb@N{tuiEw{A&9UsT0*{L$ z+vFur|6O0ZVQP!x=U+h;{eNQ>UfbZOyCY z?i?0Xd*Le>xh*3tpFwnwGl!D_2gor$95&=t1V32KEUa_&5$9^Y9Nmy^&M4UqhG*#+ zr3y?l<}bY3$dORj7RFxIR4JDLgTe~DWM4fUy;fM literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Back/Duffels/blueshield.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..27f583dd410a3b8003becc5e26e7c10d64e435bd GIT binary patch literal 689 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=y3JZyFadC0#hcGxbN=wQx#O_yBQM0tL=2W(;sHiYAGjnxy&CJZy z($WIz=-hSrI*{To3Gxg6j{+F3+?lZuD8*Ue5n0T@z;_sg8IR|$NC66pmAFQf1m~xf zlqVLYG6W=M=9TFAxrQj1>KT4-{yrI~VoPd-XPT#{76S*6!^$AV$jZP7WO)IxG?WeU zp9Ui{SeyySHe_UC-~-Z8K%Cjm0v68zvOypLh(Y>cG>VlB!0?&C&cFhcH!w0bU|aw( z6QrJX0mPh1KsE?40Zm~7s|>QV0J5OE3=IrGvdK%-js*GrJp;5$z|+MsB*Ojew1d-{ z6?j~m8B1^Z{rg`$+hNQ4<$ebrr-|+4_J3fLcR^2TQg@32iyMbi!XNE}oY#+QdZ}o> zOy=o{nt18R6eHg`LAT#F1d6IWaXgR>)$k8KE!{x{Q@W4sMgEt>DJ0E&j|6lC|Kj*cB-YMc=+FGt1 z6ldVt$H%$0S)ZY%b-lCG>j&Hk!X@n>i34gcz!DAD!}2{=$nIe~a8p`n8{d1Gm{k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xE?v2eQ`zqH*^BSqy<>1{lBSEK+1#Y$WwN`mv#O3D+9 zQW*jgGxJLH{9Hp6O!W-EH-DcDRIw#B!ZXd&Q;UHE$YEuWVq|4t1hTw`FY#sy&vJ&e=LUNY@02u9VR}97OTKi(oTC%C!UX&ow3Qo78#$c=xuEjHW8b0ai5~G0aNMkLkn29I)wT+2*3Lpz$x|j z=Nk{rjCB=yp}q=tH?W6n_&({ZZWG6&-wC4j!b%|te~;^$O#3o%q39Qmx?KIUs`YdF s<{9mF;Yc_mG&#~!t-?wCPh-OEdqFIxmCtD2dk6|LPgg&ebxsLQ00iLIqyPW_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0d20818e35293112e1f9515232f56dfa53184adb GIT binary patch literal 677 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUIrT#rV)ipQH7ZG)a4Opg3yE-Xart=rtE#A3T39b#x$X4Xi|^jO zla`bL>Zmn-T?(Z5OM?7@|DyngD|cor1WIuhctjR6Fz_7)VaDV6D^h@hVkNE-CBgY= zCFO}lsSE*$nRz98ey$-3rh10oo4-#6s@Rem;hE;?sl~tnIesvJDxT82Es66cA^&vw+1jfNT&*0Ai4S7>!~j12B9hursg#vp>5|9l7Oh8kZz$$|*Er2YjE<*zYkZkf2wIe}(f6oBzV)1lw46*RPI_Y8F zVFQkqM#gQoAAYaDBX{H6G_T8b-$hP#zW>bXl<{wIKkJGTxo^L`k7)k9<)7`ja_7ud zGlf?gWxoB#aOCW70m-}4m!};69C$m`iR*Y&a^BekFKg<=3mN6^{$eT+w)?8f$oj=l zNTQ=?w#rl419ulSC$!yXZsqcp5>I$1xcUUggI#}^Cp;9G;Mej!ea>1vbB8&c)54M} z->2p@M7$E=Q)nl+*ibQ>f16-xIqU)_*iBkrTQ`#}3GFaOnwQ!*Tt zTDT4sEe~))-Fm(KJ-7;ZzEyJJGRX<-oxc7$pN3=Y{ bnV(E&=IDIdyrXspC~Q1k{an^LB{Ts57hKr- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e86db510c74e2691373a50458d515718bd1882dc GIT binary patch literal 686 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}za_Wb0adB}f+cCuM_wn|ZmXr||60x+fR#j1BaB4h#_Tti&+kk5C z)tQ_GQoJQWe!>5d0E6udr8b}hXMsm#F#`kNVGw3Kp1&dmC@5Cq8c`CQpH@4(uMRx$v?Wdb_`3sBy`$k>2!0mMv@de#LH zb0z`VAixAPg$b-O$kGDHg6c9fFaXIWFHt)ZsWeD-M^?zp~;YCy^y7~LF3n-=ElFA%MzN7 ltragW`?31Fm^@e2e>VT^J7?PnR1|;$%hT1*Wt~$(6957k)+zu1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a7993a0af50a4592cd1cfbe79ba40d459d496ee8 GIT binary patch literal 672 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}za&d8S>W47I?&nmt^YQk#w6GQy5|NgaQB_f6aB4h#_Tti&+kk3S z8L!+1QoJQWe!>5d0E6udr8b}hXMsm#F#`kNVGw3Kp1&dmC@5Cq8c`CQpH@4(uMRx$v?Wdb_`3sBy`$k>2!0mMv@de#LH zb0z`VAixAPg$b-O$kGDHg6c9fFaXIWFHt)Z;cDo1 zA@<+@YH{^zN!b_t;=eT-UuNT+XP7Ie_hI^u1FWLrI~IJ}&ms`@k+bBRS~F%yg*b}J~QPWZMpYT>tX#srOr zH@7V;cT702WB2?(-!ew#1JCwrEIxm-{gu1j@AngDy-ELR>$UpYi<5Vc?>ow>w*qXf z56gGOhZ)x=mLH7uXfU#Udtr-{Q_F;+)uvT9csMuBU2#=P*TC87?e~y{7j%tP8t$B$ ztjxottun1M~hMYn7IpXK${wd*sddS^ksY V&Y2TS4%vW$$J5o%Wt~$(695=%)|~(V literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/meta.json new file mode 100644 index 0000000000..d7575c9e84 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/blueshield.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, tweak by @DarkenedSynergy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..fba602fdc39fa4efbd282a4f2d5ca331810c753a GIT binary patch literal 759 zcmVPx%uSrBfRCr$Pn!igNQ4q&RJg|vPvd9JkD;D`7LNJXO0!qNbE?}djq`4~OKM4K@ zVs%ZhNRuXzE=3?12oalvfT&3!E(BcUv@t1!3op#!ipZV&=IwX)?y+;#ar@rPd_VJj zy9YZ1RPoP1#r2Z{PzO|;fF6O08$fS@dIaJb457emvSP3T#@xM#g9oc9ef^^K5{w~0uT_2Q`)6DHnG zDEWwe4!a8Ov@e_sO!Oe6t+j1yU6~8H>vY_r#zK=ewraGx-pbsA6eWrEa=B(^r&?5h z7ZBa5S-Bxo3{&M`456R9pMsLsn+bpebI{2rcj?2cuU6|NT|=*(UwLf4fB9wIEGt1S zXA3RNHlFleWe4E=KH$?4uzea>0kEa-<2nW4W7m*1s{@cUeT=0J@Ud&in$-bFnm)!- z2l&`EWXIYeA2r)uXE#J60qy+QE)@Xk zUm!P6-|=#;!)O5<2V7}sqOSr)O0vnXt#J`0A&?cRvraV p7U_P?qYmiT&XiSG literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e774d376369b5422bc1624f863fe70e77bf87baa GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik70(?ST1KpSfGUU(@pP))5&6fg;cI1`HR1753DIkzDgu86q;GjERx&-Dev*wjU6F@jTRr2Cgyax) zCkL+o45#@I|*==^1jiXutMp<1a}6$ zz^00yoGOCPPwlSNY_u$X>J@+M!24hI3Fr8Cc&c!D6=ZS)JgTe~DWM4fVQ8Cl literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..64ada33c4f45e0aefdce2158d80c14213ec18b32 GIT binary patch literal 804 zcmV+<1Ka$GP)Px%+(|@1RCr$Pnz3sXQ4q%G$YGE(B4#n0Se)3Hgn-x>atMZi0lSEet(B?7HdXLH z5UW_(rV&d)At;1{*aYG5G=(S@*~mu381&@AhS_ywIk+6W_iebxn{5&}-t5fpeKT+2 zeI@ezDS2K$DF9V~=LEC`JQsitL2UtT0nZ6&3wSO7Jq5G{v;{mTpe^9J0C1;3cq2#{ zX7nm{N>z|#hptmHd3lPye2XbsjUX`@ro`QN+$i0ASW8|k*I}_m`PKn%%?~8i^CepS z9Z>aLKuePiT3F1K_26zfdGxex^bU#p@xoR5zWWmn7Y2Z(zyCKTR>0Ze(`mBu_x-yD zRZav(ZNYH|w<^?{Y0;I5i)ma|0(xdy2joPn6CrW2{8UCm+TV`S|I@Z;M#ca*F2mex zeo7(qWeaej0)dlVU#ru#xmqUMW<-C!w&=%)JtNThxC{X~UtldD0BE?J&H#}=4@BB+ zTLZ|)?OO#1gq7Pdz1}F(>~xzJpJly&W_&0yRX``)zMKIfB`);j*dYBni0RZoK-+8C z_kb;ceB8Y^xbGHd3*;f>ciXo3ZgG((fzfa}DuL0t?2C{eQ2`=hj*E;}hyoCW9(N45 z0*<=?+xIB|TY|2yR|UAfgSPpr0&EGozFrmJ`VQLWuL`gw==yq9fa^PGo4+c+mZ0nF zRRON=pl$xD09%5tuU7>Wv4ecG`~2lWp>R=t1bC917~c@d%}^15k$wayfbdS3@Gb7W zkvcuusnMm+Z^_gj&ZB#3Nv8jyS4q(0&9Mfa&{F z315x#BOZax^(`ZFM6bDl^drCkaQ}-xfC~_VL=mpB^aKF;5pV$hCABge{r3onS*q8L zn*1)OjjbO627rr@n_>0{pod>4B$OWk3P6%X`2u<=qw_r`?}Y*o1r%|Q-wlSX9{~!W i*N*k$@7@DA1pml@P;N@;Q~&?~07*qoM6N<$f&c)pV{MfH literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..033b54e389a34f0d6f2e6d45baa3be536f67d656 GIT binary patch literal 543 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV0`B3;uuoF_;%J_uOkj3t<1Od zA|j4xt!>?#pv=KFt?c$MrbpU8#O&JgC4MTUOE&MGeD=>91$BWoAGPoEKHv43HGAFX zL?*Qa9B4zo!~Y7)qIbLhzkmKa*Z$tVyFIgiuZ!e3FJC@+n~v4}`19p%`|Wn0v=Nw5 zUukvwZuZJgT0#nwN3}e`!9kj}iVS)JO8it<>47TOS?Y-Hh z!oae(>c>w7qqfhYTva7p+p^5&7H|IidhylJDuva48L!qXvDf5{n#}YgQP_YHH)>>N z$(V8_W7?Kmz3;AAEmkaS2)?9Sx;(3)k8ADU^9(;#orUOVDYm^hx5JyD{PX!uuWNEXW1$JENGu=Q?b4fL+uZh zw%3ywzD#zTp}&2*>&GjlM{~~Bv(-J-;;`m&WQgz(pQd|2;+%W)nwSMK>hJ%ZJ9}<@ z_^)oeFm3-34(=6A=Un+yqDs2v%v@savzcWdqhgDrTd4B{WnjcJc)I$ztaD0e0s#1R B-X#D4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/meta.json new file mode 100644 index 0000000000..ed91c56e31 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Back/Satchels/nanorep.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by KingFroozy (Github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/equipped-EYES.png b/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..6435d3294880de37162486f329670caa771b7ba6 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(! zr;B4q#hkadHgX$F=44w|NdTeHYCWQ~&w1 zO6L8YjXTb7lRrC~`HQ|vOEuHv7w%8b_JltD`)^z3>!%$DWER+enEst**XA{|`M>Zo fShC_pzZk?twF7*cF3D^Gh8KgUtDnm{r-UW||8<20 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a1a931d261d52238eccd617053244ba04cf94a GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0sos z#WAE}&f6&)c@G%~xbk;$N*wmSuq#O*%yXhv>a-4)qSFi|6SdhEB(WZE7d~#7p5x-! z@=oix|Gxi4)AqE=i*s*a0HXuHSX%_t{#=X757K!S&z;baCuK3``-RZ*-Nl=#w;mMe zVvNyc|J>y%L?dd^MORqfIrO~;a zNsq&Qm-K9#Kl3fZs>OBGLfv@6hN4#UxImLPWT2+y_uWfK_1faphc aBcq~o^_4x7W0wQ{#^CAd=d#Wzp$P!qL}wBJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..36f81903f7f58d653eec67e492cc25b438fd0eb5 GIT binary patch literal 4305 zcmeHKdvp}l8J{$P4WS9O#RLS)uoxkM*?H`1cA5>a53(EGBqRZm5@jBDH&b?ZHZzm# zCZUz^ND35C2_7F5r8Ox$j#NOG>^VD;Ca!&m( zd(OPO1FMiS*4a4V|``pMS7(p=0G+XBIAhK4tNO%IurhSLUZQir0R# z^-=q;_beN4zIRVg>QVHIO_NUEZTQI$8-joZ4EnO>n-`v+SJD4Xgb+k&&SNEQL zwVPo#6Vl_^4esC^w72>BBQIQ>^XaBNJE|I|J#!KL`s)5QZ{)xH;E6|;WOgD*(mK)U zEb%&>{rSKww*T}oyQh8L)T0lVwd5|+jo&~EyNYTS<{a3Tn|Z_`&ffp&a`|$WN%WL1 zn>yy~>NV3gF4AQMD(+r3X8yJ0j`xpvPrD0mKU`LM$E71xbGy&ie{d*yZQWBZ_#a3q zF~99O_ABn**K=<^bb4dbcliu<{Zn;$txq;yxpAPWX?Jw`j*owK_1)9EKe~Tx%=KaF zne>gZHS|I8^7iZNlYc)er{j~3tz#=5z46$UeeKfr@xIKM|FCD~C+m|txSeZ0&hWdP z**m6Zio40q?sUGg!v`ed`tja$JZ{7Oq zD^q5!x<2{U_quuu?|!o9o6Ww(_vS`zOxnG=g+)%rw4I&%eS70Jy8z}uSSFg zw#0Wo!%HCpD@YtL#6l5Rc?gm>Hx^;}6+lHf5D>$5{XbrB)1#tb*FRwP5x$5MREnND z8I;u(mGgBgc$=V~o1c~!V<15Ys4N-_1;Yvxv+Lu$41CtixE_r|)D?F95?=}Glw^RK z3?>7Cxnp7trO!`8^JKx#l)4u5QNTC5zEV{q430;mQA5;dkmLYP+H5wQpm2)9AOcfr z!zvrY!paPdBEjJT3NMQhRg}W0#>sM0wQASv;XK+OUnt`94bX>`J{6!Ic#MtUq=CRg zA$+KZqPlA!Nnb$U=%JLuKE+FcB2~*gaMysaI%6n>zz_IGs^wrj9f8L|5QHF9fvb|k zmMrl4N(MYM2?Am$68C~)4@0V=e^9Jpv1v2$bcO~3-3NGwq5E@>gCWZ2V_Xtnt%c`x z+4b7`j3Du%z{DRp!A6lr5?}=3H)1BvOk=EtwPHq=r>%Z7O;~Ai2$eUisBD-A8Wkir zh>%Ax3p{TU2#jU@Hq2xJW{fs-G`#VC!9-Y$RueUZqF5GTRkFdMQE5~Hq#^*vaYo9I znamb=qX-*jGXoBzNdm@bp{*9m7N-(;W`QJ!Sh$^Hhz$Td5)Q;CG{KqqC0@IpG7y87 zk|3-4p#$szF)Ty9hOjZDshlDi zf@CNXBa93&1TP7qzxIEjwe~^t5}WQ36}WzF+?434GEkLxOS}ffcr&4Bye$}(Po$u* zH9&~R3Aqwed?gzW0C;}%6>Ps<{Dxv6EfmesW+MhTnups6dz=NV8RG?-w3%6}K!Suw z1MG_ASEH;9<_DmTP%BuVajnoG8f~aqYzD&o&SL zFFo?&fFVZ=^h?;_(FIRJeBdbT(+kG>ZT|Z9;oDpSMMoDIk-npHjmkA51x5rOt*%kI zMx?-qz@ydmf0HY1@M8*u;Xj}#{8Un=yfYJiW{u_UD{#TF0%<$;)vgBkG%n(KP(hH4 z4(&?XHalYqH0o5Z&#n9WxCuzoomn-_Z$eYO*EPR9*7bSU-t=~KV#=v=4#HXJ|k zbWYp&i7nN0W*j|Pf9IH$Rc9UFfoNpvm$5f;FPj5(yUDMA`({{ey&6IcKM literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4b70792bb5a427db8a8a35ab563263c1c7748685 GIT binary patch literal 4308 zcmeHKeQ*rc) zr0waol**@rj0b)kD(c-0czO&Bcn9*)PHQ=bW1!Y4+Dc_m4w12X;7O5|xpz1HoO9-; zGv|NJOtSmF@9+7&&+~hp_nEw#OG}E95+6uJ5G2X%a+Ja667@SX9{#>9RQJKh2Xz&z zlrkoQh9r>}`~X#ILjVO)fk%*NPoT6lsSTewXmS>{G|ZoKN+{nqR~hu$-~7Wj?z}kP z{5hZW?a%lue(y|I<)PKC8My1vbNXJzZbxT`O&uv{|Es{PKj@R5aoN-2Ke`+-zT*X6~EyfQnyG~=*2s;GXB*(*xQvnfD|;W?)l-|g1HDX zty!?!OWk(+NI)=*-B0hZx!RV@`(SPPAG04#xOS2=&pjDqjt+COb|cRGs)*Oph!`l7Wuzwbi*XUF3<)V;iq zUpc+heA?CVruU)uvwwV|bL+Hw*koq&%XPVjUwZc1z|oBx_eU1IcKMn9vz`0DToxa7 zT$!@+X^>5_S}8< zx_h=C9Vq(!o#{t7X=lsd4>TlJxIFm->4W{<|5(19a^J~3H{|V2|Dr)mtNPe~`}QaA z&CO`I`OCk3)N`kJ{!2p-9`Ej6U(|BZ5~{w?{iW@qlrX3Eqeb?oil2C;Fz*+~Uhm8S zjc@#Vk9g+lyN9=TC7_;4>~kbxV~eBl;Q7kF3tgY~p7cFFG=w<&q}#iqyXs-()d;Y{ zR(Y1utQgQUoahDmXdnbj4?%MCqalV}2Ncu`d_vHs`}X~lI#l3nx|L=R?g`mJmEfwA zKzUtB1zWd{r8r%FUSe*Ph6DkiFlaR356X1Zrqg(7_^wVHbf^YV*4cEcJf)~zlmJTV zNj;7^qe2a#%S%LaC61@d97~5O;K-({Qj`#FFhn8|eZ-^}C7;1aQIr8E3TyFL zU>I*9E6y57GVIV#TF4dfpc=}6EQTc(IBP&qSva18V@K^nVaczB!?6b72LT9`;jYFB zTNb%JrK1+A1U?}U(yXA^6Of9)kBK$GH+4k|XS^fOe3W+rdL(uY3{f5r?GV|p>Ym$S z)2aK@oX83st-YFfU?wTA7c=rkBS!K(iFpYM4lRs@GMaD;&vE0Z+(B7kf-F#}Ah}+E zJgkW&S&J87q>*GWlHkmk)xuaYK(Q8z09LbwGL55HE(x$I8UJ{%R4NWq5hQP6aDu`B zVe~>i3y*mLMPVi?$4FSbCf>}l8WqRVOGPQbz;p@$#s>_cpif&+1*Z#2-8LPe$H!($ z{jk+R19%36ASXuTv84(j0Lm3c)zg?mSWITCi6U~$gf%B;4D=X~WLS$Ts}a|mtlEm2 z7#fBHrDfDgg#_9>jE1&LfKf!LLKOWro$3^-T8=Jz;DO>8g>f(nfTTD<(l|vM$qE9e z%@l1WFx*7rc0Q<*q!H&!eKT!+-x0-l{v|>i!wPGZNn=miVGguCfn-~+wu~>Lg zQ(=@{7I`JYNT9$6b%a{M0@buaGlx@^H4z`F0%{(hWEf6iP%v zlH9I-r|n#v3~$azg5vf#6TZ4DIqhNcb9Pf0PCe~*6jVfezUeuT)P$!j>FoV*TLY2E z9(d^TidFZmNSVE(sik(m1TOrwcPm6A$PdrmdgaAqH#US%95}Pho^`}|{>I1s*VCUV zYyTY_*_OUK^yh(1K1X_fNB!A-11G-knW32>YyNqsKF(v4#XZ7r+SfXN+YyJHYrg;5 V^@mR%oRzO(+|ClmUkaaG{~x^~8OHzs literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/meta.json new file mode 100644 index 0000000000..775ddefdb0 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Eyes/Glasses/medglasses.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise at commit https://github.com/ParadiseSS13/Paradise/pull/26498/commits/17c167b6648e8b67eb9c2f23f2f5b61e1a86f028", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/equipped-HELMET.png b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..8080ef32d0399656e273403ce0cfa6bf571ba8ea GIT binary patch literal 503 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vnq zPZ!6KiaBp*?e#k1AkuoisrS(?1x=Ta?5y0mIW-dAYgxFZSL<%S;dk)dA@fU40-`Lg zBBImQXlSqgargv}w4`%HnOYjhoZqIBLWg#Kp4f6=ud~8&?*oS}t@64S{@h)Z<=DCZ z74ILt`*mhFTRNjvO;Oe{yVNdDRi(N2`=V#eix1l;G>7HJL#vAYk>;=8R$Y$Kj&icH zUl=9*eVW0B29-URD;;-#?b!ZK``R^gL7~4p;^)Yv$4Sdcew_rAe!t#-^UvqYEv{Qn zZ?D_gYR_msU481#qoPauH5489F{a+Fk$Ym#@T7xbf-;js9|wb_5^m0c@5h$7ueUz* zO^S8$)Yu8=^d;9ZFc9m7hroj#xd}Y!ZZ)BA+uih^G z;ZYzY;CtrZ#=OPV-xY7%xMjGRGxCKbWB44F7Y$#IecjNacIAx2{y7?5A~J^H9c{GdP=7?TX1u6{1-oD!M<2W`)g literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4a538106ae50e6f43e2c55fd1a1225a4fb53cb19 GIT binary patch literal 368 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 p_WY9kgE`ZS58~B;y=W;cSHaH literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/meta.json new file mode 100644 index 0000000000..9f26d95de4 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_navy.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/pull/26498/commits/17c167b6648e8b67eb9c2f23f2f5b61e1a86f028", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/equipped-HELMET.png b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..78232e33546d14c1b26dc7284be0f6817fd6eec9 GIT binary patch literal 4470 zcmeHKeNYo;8V@*%#$u@-RomX(5-MmVAG--8yGKAt__72!M2bBe*v;;SEy*Ti7ZPX@ zp{S^pwt{lgQ^xv%R8C+HEmRPtTF&$H)Kg|qiXt;rtBBf`Qn=o|oA5c;nHy%V|FJWh z-F-fO&-47A=Y1#d*7&$6Z}BT)kx1kn6Rl4G&lSQwa|ZZ5!eo989$)1qCi4ln1G3qz zG-IY9KF3Bul#`)FB4>vs{+9O{=!GHEwvsfn?xN#Zd$;`ZhsRE) zUg2N8^Ou+l#PJ)eHU?X62HlH>)cUvUlPb~V-=N;eIA8mcjv$K7FhZ(J{WBE-3Z@zyse($`iwY9Tr`j_7K zyZC3)x2||VgjD!HP`si!kY4oc*n$)?b(YtFUmO#OJc<~dEhqqy+Si^cWtm+s$Q_T&15^q20nc50jZPs$x#9^v)p6YB$JRDD7n zoReox)&bnfCu}Ll6 z`#d!BPrH_E`f-o*+P>Ly!|dy`2X=6O#|uoGcbIc4G_irZPbBveNx_NTi@S^Wzf&gf zNlDUJGn1;bZngyE<8}Lvl8tfP{8@p%Tj%S~RUIgNBT&z@N5daiK5yKTfA;C&b4yCA zJtIq||8rlsedtbpUsD5}nS0(KZY%hD;jNz+P4jG8QH|f~`rGH7n8(nS)4OgyZU5x- z?SKb6N?t}iXEYRS|F*>ciAVYGPxqC|7Vq>MV8mZZ`Zh#%m3eJu3krf7tdF@pp`vvU zZ#?t1*=BxFzVzMBd!2cmd4mm=ou__h-f2I0tcJP-1}~cd1D0%v#f(;q3@5DwC39MA zVDdzwkT9nWH)c>gL{KJ%)k>Z;osvKdsg=AHWKbAvIx3xs&b3o(a^n(>xfw>3l!S$f zL!1}@uuwb>IW1)Ss2B>d zlQfo~j~s>oUs_2z&)YD$+~IJ@97>thZj!?&ipmv;96_YOLdxZ^JnodToSy*U#?Vuo z(azX-#>zqhCQewhc&$VN^w3Ct7MsB^3eR%GEC4>_PTVGkWeT~)A|LO;@e$boWH_N; z^xzV~I+Z6-oHfgCq$08@miHSEK^jN>ZCQ4+s~plOr_7WEm~tR0JRxLMj3Iv1L!iLK zSZppYK=uSno}tIcnvk2Iag{SZ5#T6dt-_V#pki2#$5|sKKml+W18@-3NaHj@ zN;N?=AyugmwUkg0lvGWrV3bm75K={sgIH~6z*OSq@mUE_B!E&8Xply!q@;*StpZRQ z0ZM~QDGd@#5;RP}wAuwl8nH;L-GYO5G8WuK$!)C3r4R_mR>sF@C5TKhCW$xWJPjPc z8emw`>fpvyiHwC>!{Y*mQiNtB%fvnZg#3Yk*l(g=;gKskU~ zT$oe<;F5!CFrA&kd8<9qYBg&mLQ;_6IjS~*1x4aKuE%)_fGQ9bra&Rf!nE-Ccq=$3Jj==D`@F(tCmf)ccfE7AA}eRR4P!Wa8o9c4;L#Jc8rl~L*)O( zM~KT{+!h1;+%m9rft^r3x)l!d1#nxbn` z3{1*+YP$Y!bcx3fQxpsS0Xe`?N#^Xi4USneh&QA3qUEA|(eh>;7X>7e0e)BaDssV^>W-Wx~Iow~-OsTtm_kEJY4 z(CwwQ+ULtcJ9L+Go>%m@e70r1hx5snJ^Xf`FFOWBEko~tyxrHvQ-^YPC$*8wmb{hP z&pNAnmB(K^YN$F=^{}&fL(z$vBis60a@d^oyn+3(A4Cl_rquYB{UPtcfh9%dyT6O* zT{!>qAExIzwZA>(-TY`KKN~8lV=Z*?cc~>yHylwKuJ_8*9M^q|zQ4M8B%r8o`+J@* W)a)Ew@W-abf-oi`PG1wAR`?%pA#tYw literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4556d582a5322491cc289716f897e5f42bf6e55b GIT binary patch literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQmc z#WAE}&f6&m`CJS{T<>?Zw)P(JbNMrO?f#GTNr}xJEv*JS)kK5YmKx12H_wfFY5V=^ zYR`HxW&;Kgy2JFrCf|go+2?by&;9RHmc4vk$dLGE*SqUg*Gom(952jge@c+vI_|) z@^KXL6h;J<@uPFxnZXM zM`n`EKJV}OJ_9ShM4-I)a1VNBcQ-U!WUN?&Gxk2!=k1OCf$qS?Q-&7W@DAF%rlTZFc7=8I0qp7A^7k!m% zXGaR6@2QL0_iU+dJa3z`etqti)f=8Nmm>2@3?Dr0O59!4E!}(P_?NYPBd&1o;Gu)n zRc(f}rjpLkb=vn^$~*V|?SOh8zHe@N5jOb!={GDrPv&1abY@XByXgGAg4(Y#ogaR5 zKCOC@Ht=$%v43HGw(jT6#)^)zxcRoLouINreuqum(6!<&yi726e4Cz}@!~*7ufFX+AIUv^0Ws$;r<_|Gbm9m& z_ENUu@UNE6IWrhPw>~Gv+Hmyq2;0}h$3tHajHK7t^KN`c#BADtgbBYs>9g z^xel%*|i7Pyz_0Hx2t~s;%Ikz?vo1sFI2I;tRgG_sP6TMLl@G9tf`um{^kAU@4a0k zzw<__j>}FxmDBz4+Cu7V{b{CUE5Br3#L7KOjF(QlU-DXnk-d?isA_oJvb*rpM}N4q zrutN1T;=m$*2lO>Y`7`@hhu=~-C zBkf2T{OQVGlGrN2;{F|*46GT4NCH`tcHHHFU4qzOhE z9TgJkB_V+W2$aO@$a3)q5rkRr@2F?v6xD1zJXsnmbRZ62m zB#~~$MkX8M#wg&OUYa2YE>bS{csw$XO2)bEas@#Ua!e^#Dp80)`8=mUc~K|7N~G{} z7y(baS(m_aPKn4#S-BiRFO|Y|$#{Mam)Sf)@8ri+fO^QiluNFVVRDBEu4`)$iRbVoe&bJ~qhJ@unX(@41 zA%V{ht04_;Kna{Xh2ygHQZXrs=sB@$h8v2Z1jS*&j}NhH2)K~l881fI$Tj4w~f z^x@^ zJd_)3vO^uAR&YRlT1nQ8wd&RBcuxip`v4_FF#;7O!=P{^u93>0eR(i{9V|yBRz{(? z71yBzCeEvkRuVR~jUaT?^mKoe^2CW4FE3Iq9*E=3jFkURyZwMECn%J~Z-XZ@Jm}>U zC;gaS;+gskUt?qT3?o45*&s90cUG=hxn`umjKH(gH7nPQ6qpfscDjBvxk4tN6@e4} z!1KT-!N-f~3iuQmWZe>PMAjpP$oe(|5B~x{=D8BK^9VBkCGj1A9H|S3#$dr@jtw51 z7m6$(t270D(DcY;+?3+&dC+sZ=_2+*8D&4P$7FIfac><~oh|11jx{US1TBBtVu|lb zT;}-utzb*z;_JV=z9{}V=!+n?KPwIUZ9~od(K>#?j_$-SRuAaPoPi0iT2$3J0oR`U zWBTw=@@6(HCd1O!dgboUuotTa?yVl$r7eB%^nB{dQqQvCq5h#Q|GY7@bboT=@tVTE zllKifcH)So;KUba$`##*>>W23M*Bkf!nKyZ872Iz^={q8TO+}lyN_M~wku0|J~vuC z*H*R8yFHwr9#b3tQ2N1!Qs=JXaJu)+Bef?RcYZh6cAN?izcL3VY|^g$2RBf0H%1{6 Nnqs#an_}K7`7b8kkBk5S literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Head/Hats/beret_bso_officer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..589ecca61864fddcc9cef1ca593a9a6d092a5105 GIT binary patch literal 4653 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..90cac5a0fe10466ae3a9c2cb475c7909eaeacb42 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zH9TD$Ln`LH zz3G_MVj#i#;JTVZM+KMYoo5X9>J@i=5s2I&tjziHRN}G=LC5cxIo;nLB+mcW^U)(l z7Z~_5e~)LIWU>+i&*1{C?U}P8rl~q{NE{FRB5Pkgoy+K$%X`~B-}%q?J-bpW%b0N6 zjKLu^wB5K*VCK7jAH6g!o-;5+PE%}QSo?LM=*7}lovue^_UDbSm9_?P)!y%3&!#K+ zY>xB1=L`+0kqf?_e|&peFGIrG)~#Wmw(e84YA{}wxvOM-y=w{3ki^Jow@W!3js6KG z1>Zm4SndA(fBcRo<~ypt_Nyzw!J-n0f{|_4N_dMqB$F}{i*NQyxJ-FWMXmLQnXb>2l!QOBCJMBBO!1z4 Q5Ez;ap00i_>zopr030@_MF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/meta.json new file mode 100644 index 0000000000..d963dc9ec9 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Head/Hats/cowboyhatbso.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at https://github.com/tgstation/tgstation/commit/8703eac50de6379c26f7eadb47b4f016854d1dcd, Resprited by BombasterDS", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_cowboy_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4c9fda78e80ae4757909e11bf43761eee7e4fa GIT binary patch literal 647 zcmV;20(kw2P)Px%K}keGRCt{2+QDiXK^O<{zonG2WD7wu2SErd7;;_^L_8IHD18Abz4{y>FH!Jb z@&cuYN>365!Lt|`5Cjh!B!@t*+k>6WnBA0qlif)Q|KG)RbmyC$8Fv=H0f>l*h=~44 zvpYy76NL_|bHL_|dYGjS^0{`*-4 zVPUG=r?@{%?X=kX@}j!-6m3k1`@{4({*!+!wzMtc#E4A=;VwT902ri|_P(Xr9i&+{ zI@w_Tgu2B01B&=gj{YsCbdP{jcK9K!wYU8Nz;2I%*(2~&rF4K94IlRc6QitISK18l z?M2Lh`FK<_`S~b{s$GKqSYKY$%;-P1V@;xz82|uZ&%bzk9`G4!&p|8B{l=d&FJBb9 hsEtHKL_|cC^BY90<4@4bM4kWu002ovPDHLkV1fprH#qPx$GD$>1R9J=Wl+8-RKoG}&TMB|yi4>L^>?zO}C=^QRN$?=PK=EbzGSY)@;8m(1 z^jsPUD8U@Igb*sdh}|A+w5cDkfe6C>F1tIkGxKNm11uJc#q!^1_6EAvYU^!Vt<~1e z-a!8p^BYyu0J(oavMIW25C1|y#*uRjx&lCwJ{L`cFxh-|In)5Lico0;s}+bU(rHka zE&w-IL!+D(lg+V;J{NlRMSjj-h5)r(0MP07kGpGe6O8UaGWVHo=5^_! z(ulfr34(y>6z@c(}iXy~Fo$%U-&Gte{#h z2=A^%cJ7(IbO9g5$0Gp{jz^-%<;yVsh-Oa{Ui?Y!0VZ>wq_6}7cE4X!zr|v)e8(E- Wk!YrX_8UF`0000G+w>J&F4?9S(J-F;!Ah^|8eR-FK zn7HiGzz_BuO*3QO^snd+p7TpuW=?FZOM&1;PXU=OzplQi-}g*5nek=P9$CM8={xT% z{af|ZuFBa?SqTQVo-N;{TyD86V=srcUq__5S=(7%o$@<5GS{5V&vyxTO=Hma4L-&8 zxiF&evj*pf(CFw$)8^07+kY+IU2Jfu%H!*)M+tIL%elOme!2fHD^4wtpRYZ+|MBX1 zYwJAbXlZbIOiD@1U!8idO+Rhp)qiUR+|F$5`~73iU#G^JIrm;3SeLv;XgODu!U5*| zyf?FcFJ~_<|C4&n|5?t_b?fxc9DnTlA%EkemId-nD}>B$zq7q9_}MC=P;H@l!jGSM z$2Y$XxBgWby2fJi1!0C2*B(9%dc11mqbUpLGrqg@FZ^?Hxuu|XUk42Qk-z!9CDQe^ z>#|Q_6}LW2cp><2Y1Vs#Q!Eudd_^UkAFjG@@3`pLr^mR)Z;N;=Q^ed1{abq6ax;Kp zzXV*ie!Spobs|u`0m!vtY*=OfQo+5JZHIU11lJ{M$@>^XGCu4Oc`LXT7>Nv?u6{1- HoD!M!$B>G+w>J&F4?9S(J@7X_=(Ye$bQkg!dLkP1!bjz2VGs%9Sbz9G_At!eGV!z6@P!}>F!TJ1^@)9@z5APX?W*40zIfNJxeULKvp@5G^`Lmp@{=Z|){H5U zX507Qo%a3VYMt%YkB=B6^_AB2eLlnLm>r}3OR-~jukZ3}rr$dGfbtvt vOBfn<&r7<#!|RLj0l7`TyPx#1ZP1_K>z@;j|==^1poj532;bRa{vGmbN~PnbOGLGA9w%&0+~rfK~#8N?V3Gn z6+sk+S3AWkh?*iGSVcszNu`!zDcD*Ig0~U`3x9xx{s6&0U~4ay+TF%Rl1d3!L`8^V z8+q1wFO$iB&3;@Bybmn%v2*7=bN0+^$l1aeV~jDzn07XA-QT}(s`I>EL4WP!tgP?;{#lkW@x2`V z7e|+6uilorbea10fMh`{$n!in-GDpAB0eDf1-}<~L`)K3wYquYj9@f*R9~dVi zhDL$T9W4$BccCW_>W`gJcVNaeIzWq|{I$I(4;I=mJ3TA*Uf(Gf59()}j2I&dn1}hK zUpJ@vV|_WTiAD!Jdw8!rQ6(;j2v~o-QrODdJ zazK}C>%S(~#$KthD&jDlnlZI{IY1$o!uJB9IvI5ubvCt;?Ep@F4wrQ`!u>ZJL@s>bC zdT7TVV)c0yXNOOkkB?bZZvKC;!5CwVF~%HiisBDD7QR37%JzT&0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGmbN~PnbOGLGA9w%&0WL{IK~z{r?UX%g z0#OjhUo1l`#AqRisT8}wmX;wm(83D{ULaQyynsb=gJ5a7kS=JIAf)gEiv-)1|H~U4 z*1(&wNi#oKW_WLQzIUBr7>4oRTm>nj-sxwMyY<5TEYjn=7w_Sa?`DYqVPqZ3|qx|ifNye!ysNVL6u*YamCy*Jl= zzV|vM3HTQhL%f9CDUG7`wDgjXMiU%}6CkSBMK2L_^sqSwr*kdp1PIJ~IK5SWc6lyJ zfR+vI=F52rs(H~Og8Z*IsOlY1!2|t8?A|a8;~eJ>Wv`AY?;ndH00000NkvXXu0mjf DP%5Ng literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1acbc1aecefa3ed9729b024664a9c453100fa12b GIT binary patch literal 527 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..de89a9220c7e51fce0aab3ac711977f6045b0653 GIT binary patch literal 4611 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 I(0NP$4ZBoDCjbBd literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..08d38ebb33c77abcb7443a54145735ecb4682f48 GIT binary patch literal 5131 zcmeHLdsGuw8V`bs5fBxWYU_@H)<>CSGI@_Y1cJhr2qIGDh%%Fzi33R{B!L7f3tGho zO6#NcA-+9I;ZW^SQ3OG%RCddr)6!N%6p-rHZp%YlSgfFXlK{eL&)MVIx_>d}By;E9 z@B7{R{l4FKZzkJgmMwMX&f;=79QViwWh}TawtZYDfbSwEwHe&L%#2%Qj>RpI!N}5# zmV(R~1`49A49($KZ|P#1+^<4z{hA&5oKk1{)jctv&NlbYxw(B$;Z}KneWUzeoj<;| z)_I>_ZLGMVz!zG%P~tPoU1!{ZW`qWee>P)^W|JpTq5X_L9o+Vl*O^n*3H;DY8N}sz zMHVQ_HN$t#^r<`VY$=*7T+J(6e3q?QbAC!a6kOD_mq(dC-W z)pg0vT^FZatS)T5=9BDIJ)@xd-rl6S&w9;JKPR+pbpx+Q_7@JvX$un;784m3HWU$v zqabT{V8qqMKDjL?cLbl4-wgR~ZkV@AdEqwor^HnMeWjtr9&dd3G-PkCUro(&11#@5 zyDH6)dgJ@*m7Xryiwj;W@Jc*!t#eOko=>N|3otgCeq%PPAV>dgshG**1*~KKLjo zb=wDiTlxyD^+zU83pOUEKi*~f2H&X3-5Hg9NUrpsv1nCCQal>h_Db8CW6ApjWMaIW zO^tt3a^upxY#cgWa-wWmidU-t+>L(9+QOqdx&F%a4H3fK#~yvOHT&knd4GLDRyz$MF_S4dwvgrDs zb?^okH?8x`2A!(enQzHCIxi9RTiX5YH17D;ft{5LCb~6`8%WW&B>X7P;-KFZ-=E#u z>ggkh?Y(rp{GCNldRbL*c5s!iv1WlGWIBg4Ma%$+tx`o{YF5X`NtU4aR-FN8kHZNF zwia=z&6`&{#EMQZH-i%vey~)=G;lNN*Cbf|< zm>E_N*)VZ}O*04bcwihFTA$9KQVqlFO@k}|J_J_WAQ18qflenF>0vU5rvs3|1^upv zDGpSsAeJ(*X+|{_o=)k_z9S(>^{~Go&8W49L#hRomeK)J6PQ&vYRaXNs+eI98wDCh zXRvz#vPW5(8TvU{qt<2{v4=BqA;5hYca-%|>~>>drBY!^R-I;BUZgURXPX}*Sv5mq z_NGvTibPVBgh`2%fW>l|0wxqfDXdo0G>%geoD|AOKt<|JW?ZkPY)}B4&j1{PKyZSV z(XdcNOJOl8q+pyBO8|saPM}g5LZONg5Ya{ks1nzXT$K%q1W*!0f+G|yhlQwA0*e*2 z2qti;7*@z}kwhk=6(}yVLy>B132W5hAf1d3*H8k3USl7y5srn#L}7%BYDWkr zJe?x#>jYSiA@zD(uc5&HF(}xfe&%@XN{K!B_}`oO^h z&N0F8K{hA{kcyXi4OY?1oC1QzCV3%#$LJcP>xCG2A>%Q1jnVZ&47`x>n7aNjy136@ zg(*Gw{b~U(y3UvUa=}aT1mdlwN^qaekyO1a`a5V%GDNI4aX21VZ6BxWY#|9cCz>Nw z;S(QBa(DM%==<}VZq$=dVa(ZGi+f62=E$D%5G zR#qRobFpvdT&<#u%Ig*Zec0=H`NEMNoW!?}3!cp0vq#D#kzdZoGV|>)uDd z^tZQt9Q{E`4*NL%_Fd-4hH$0hx<}vY>(sR@`Nx4GHlZTg_fgeUZ9;{>*L1$~NWT+);a@2v=hT7Xbot!R~?9fk+dMrgP<>SA0{dNDht_k`R aEq4#@9$0v#xdUi|6B)it`B`YvrvCsJ%vTTq literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/meta.json new file mode 100644 index 0000000000..0079dff8f2 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/blueshield_officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/pull/26498/commits/17c167b6648e8b67eb9c2f23f2f5b61e1a86f028", + "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/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9452ab83130f14669d7c241e59792613464bd60a GIT binary patch literal 1268 zcmVPx(u1Q2eRCt{2n$M5hL=?xriIdn?eze&owX|N5NIfm(2FsyRx$J=x5@HJ!M30fm z7NM#a_y;P%VXKP6QfUvXwg`IIMO6<-oFY-dfnO)2JyqHwQYkG2v}+SPu{|8(aqP`6 zk7F;invY~9u|4m-dGlsG@p}M=!{Kl^91e#wm3mnv^|DGDjRx_bZ!{W&UOOuN2fF4R zv*=H;D6gfn0DupE`xOs=Z({rOD>(c8H&|Fy@#(YA0|54%9yb4KhL#&e|Hp;S(Djcr zIg-R{C{4nl8tcQ^3)==vF$%?|8#ceJrH zASoh@mI=Gvop_(!?!su9O!_B!s9049?Yz~o0RW;Zd&*Y-6tFXId!tVsl#vApb2%6- zbEYVu`ss)QfKGSl?RqI#18;a@h1=aOd9Q#qatNp*w+gZ~c=)?S2}2PA1rn zk%4|TIV|m%yj4;wL_9v2UsqoiaQWN8Xq$hVUZf;Jv8s@4HU&Y<1gC-Sz&0)PdL-Tm zn1pRwxOms>&v!AhnCKjex~PO&1BiQ2Y}10(u_3B5td1R+m*mhf3)5tcS`S!thjIV_ z98)VqROLYD0R)^NsxpqLl|;6~CHIK{^gB*No_+`VD}Tw|H-sgW1H4J)hMjo4|7e8X z-x+%Af_pvXJ7!@>jw_!|IjN8h{64Hd4521($sK(F5XLm23zL|aQ9^~pxfm9Gqd!f* zlotVn--?GevgC#~bwpqha#v)!5lZ4oFtjBep+CwNoY~OQggKt%Bal*@FvsKk1IFQS zI2;a#!{Kl^91iE{CDIFojg1Wg082|tc=4rW6!V4uKkN7`yt5PH%5v;klEL3RxIh54E%$u#u%eg2~uoRUtGxYqZQjrq*bgIJcik zq&mb;y{wYkB`ff9)X;kU-|lyocY~o5BLI-HMyI15T|dJjCKkr&9B1P=m>e*U6Bq8q zUKBA2NfB}4!o65z#o_?U`qpxs;*LZIb9($kBM+cojdf=s6-ZOhS`iWkf0hUUpgVZ& zApu>SKaq5%`~w!IZe`gsU&4aQ?Fgi8|ocdsTAzXZLC6%MQ^5slS>f46#mu zwXcmh#T|(bW(UxbAIi<^4)Y2eg_PwC6-Q88q7-U`c0kEjAK+JHo0eCiBC7Jl+~KVF zZJ;_Sf|!Y916u@4D@%!~Y~?6z2;~5;J|LeS8)ja8KtfTFlnqZzeLzw+JaP2_{}&rL e91e%`H1IFy)oZ-wf51!t0000Px$>`6pHR9J=Wl)Y}#P#A`v#z|ZgC2dkg9?pW{7k zEKt)q?ehzU!y#Yf70-Zo=NFu{Z?HObz@j;E_2sw8P9ED^Bhc)*8IP<^os-ciVHnb> z*@R)p$>?-R{{MgX767p8+NkLq8AR#Xcs$PR-(NpQ1`%pHXVCn3_FT8}c|( z0NBC-Kuza7{b}*xK&9RrfmO%C>eRWJNVcUSR|E{XA%-LsXKx27xjA2dzYQDJnacmV z_{;l82|?AduZx>(-ttgHtS&{}#=qmp#M9Wb3?3x`&LDCDkK zW7LG+cnd%y@xu(FBArmEWmbjUg`zE3qC^RRe_LVI>nIr?7ytkO07*qoM6N<$f^}d6 AegFUf literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc326377ef78c586fba5b230fbc530761e4a557 GIT binary patch literal 562 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z-*~z>hE&XX zdvmYfp#Tx~5C3&9g!y)`Siev`a^zy9{NWuRS$yoe7stxXxm&~NCclWkq4}6c$b?@9 z3lBUJR~74*H~;y6S{vX0dH1SssmU~Sz`(Ps>mq+v=y?jwEc>VbY1zjuO}9+7U&lSY z{BvvD(Ouy)tBm*0{Qh{A*`%qxp`DK_f^PW!4|`-W4ai%0Yem4pTb1@&+Ge-%ytdq& zu*P??%EXM#iWkc^2VA^Wxp{>R)7nP<;QHL_e#<|LyneyPa;v<@|6bHTtzEE@%KgFPJ&qeQEEeq)lR`iJY1GM{i5-khgoZtNP9P%u5y zx9{t7ru_$Yp4@1*Te?I`>+6gS@1EQ^$vPuohK%)2hFO!7 xpWkByNn1M<7rlvLXV?W~i!(fUGGmJkbE0y$)z6^13Sc5&@O1TaS?83{1OT%)37G%@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/centcom_agent.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..74166e77adb06cd5f38fdc5f30c6d65291e15933 GIT binary patch literal 581 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z|9iSPhE&XX zdvm|v?EneZ55>ZN*e570dcc?`qG*_s&~|*quBV(vUn8xqaXY7P+vngWcZmN1-&=7G;0+0S!hPP=WYuTdzJIsNrXnqiF0aS%^eI#epcI)Cw}#KoKExv0l_ zPICG5R(fuUs@3aIsVM9GspayG2d}ihtoTuSk(r^#ZSnp%#seibJj?#IKUte(;?$O_ zZO_NM;kLuHdr1ag3pWCv>8!Kj*nq2~7%W`+qj znStEbf4DN9i3Z;E(v|ky=jwaI#q8XNPuzFTzGGylzjS};y5)1jpWL-pkiXXA%W%G2 z6G)#u`txtcp3so;1FMU7{ob-KvMTyzUgmSr!0K6Ib5EDHT|K9)1Obam_k?;~Te>FZ zn%erHU;Y>OY^;q8d-m$mjc>pIp8Xs8&EIs}tr+uddQ+{K)=5WC&$@YISI95L7n?Sg zuBnL*00f)rdjkdyQB|7VURPur{(wOm^VOcxBE Lu6{1-oD!Mk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0#1o(uwN=r*iNlA%_h$t&7D<~*vYHI4~>8Y!$%gM;+q~_2dd*N@Q5sCVBk9f!i-b3`J@>bn0|S>IEF;HznylmXt4p0D{qjF zms3Gj*X91mpW4QXBfp68P%4w`u{G!iY zy??e>%l(K;Xrn>HuP1wF&-uQ**6Hb9fr%CQoZ1V-EPqZu9G=o2Q2BGBst!X>{u7n_ zA7)#eSA0t7a0xrarI07!93XX%)gW6yvv29yz1j=Z!i`PS?aZ%SiFP_#;@EWRs(4)f z6Rs7@`_8?4b?(a9wL!LDgWF9XSQeOnz4ZJatARSp^#>dt4^$tzZ})tBW=&yks_yp$ zzX#7w#i*@$wTC}^AKUwh8!{Lj=6;@W&{{e^v~tk`r&Frm9mPKUdw2Kj&+?ORoy7fR z<{l1p5pyPGM zNT=|#0{j;@A6KUW| zeW>5!+r_$~Szz70qGI=a(ZjMb5f@YMTatdIKEy?ZM%6;zp?t$ zZL3%UxIZf_`!sde1FqO^p_#W=F&(&4R*RTdz4+CKAHb}^;OXk;vd$@?2>|n0wLAa- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cd18e0d51aa8bc6866d3ac1d6fd16d736f4efb18 GIT binary patch literal 543 zcmV+)0^t3LP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf0kla(K~z{r?UcVu zLQxdQPx2lwiFD9Kl$T+YNkIgGLqrg?1uabxK||2eAJ8NXL0e0-v^7NyL7P*fU^qmW zgat-z`k?pB-+JpDpJ6TC8#x5`1DA7upL4(G-U||mL?Zcjc)ecc_xqXMB(VLxkC#5% z{s=nucsx{hI2>e6(*&2x1*)n-ySaQmc|Wx@01JOq}m zDCf0W4KkUG@P0xIB9RD7?2W>pK0xh}l>}tZqExq@-XOYj59xGTI0$aci)G4vC=_BW zwfeYp6Wb}f29Udb{bG^sabA9P3I7t|e4T6!k<78ULcbt>K(WR4uef%U h>s|gO5=n0Wcn7_-zo&!gUi<(6002ovPDHLkV1g%z=imSU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpskirt/nanotrasen_representative.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6e2cec8ce4d20c8c47618b5149a7e95c22340766 GIT binary patch literal 640 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/icon.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3205976ee8887d37b1f126644e8710098e753c08 GIT binary patch literal 4577 zcmeHKdsGu=79V`@h~jHowLZt73tgGaOcF>k5D*9gY7j9}?aH>3nMs(MWI|>_LaZWG z6lz6O6x*X!tBYDIT2bLBzK*SEwYBwuYc=BQY<*A>b*rwg{U$twvpr{z=WPEY=gjLq ze)rzrckg%d6{n>p1xtoVAP5RhN!F!AW4M8m45OiHs@^>22x}|8nl-s}ZHi z1ve5WB4fIx|Gi?txDD&|6=BOmmz9?`JhTrSF#72CD?ey{v@ms3erE8L1A}kV7pKdghE%h9!l)A;@n&n~;!}l913= z5GZ5yoTb|2BjW}yXsDPl?cHIG@U_zQw~d3|%nqLxUQl>CBkSDZ8>eHlPM2=1QA;X& z2ILLg+DG=oUZO@)aHVfi)kn*}SXA~nGd-*S^}}9m?W6sutHCe6>N`VKsQ>2An2mqR z#>?M(v-|d&NrCH}@y3eJPllVWY7X4Jdi`l;nK}3Tb4~n&!}Pq#qf2n_jv`f&S%s{5 z5R<)X#hAj!tKFy9^%@ZC$jo`Nm_JVDn-?s$cs^H83SYT*`dwp2q~Y3I*NVRQpbWh+ zGegZ~XKZ!W9|+AOcdXk+*QD}q1ci?(enWR`^M-=IgzMPz$@tQW2Q>@xzG>ccY|Qel z-Nu*nJi9L5@$5?8y?xcDY|nRk$NG!CcpBiL-&@;-dYy&gq3_Ny*GD!Ls`HATYi2-HTNsOItH3? z``rCtyFKue^03+7>)tuuIZvxAyaz{GmN_==s${+gjhDlM2Ai&*L{OYnM$(*-k-4pQ z(0LFP9qYD})GS7Tjf|PKX{Am34oYE`)=J-r&|`Xg0+YoidmPMEPpX0P%%U{3G&V*O z?Ir+#l@UnTZME2V!mXA1a0&1(icu--GZAKKrPK9ka02IGV5Lkc!;nNbn1V+E!>h>CX#nUtbWYxfW-Ftb*> z&kK;<$x>iVugL0@o2c=X(=id?-j3VJx~+DfF|g9>2^~i{#q?5iTB#VHpgD@A3EwM5 zDb%!zkt0~7(TFJJCN)A*CLB>?kr<}Jut+9C)d4ES#tWp4VniqaE@J@>qhv5jqfsG7 z6^gW7FopF$*@h)YY+O64-_l_bqV3MSwH zW`MQPoQr>@GO$)=sz8c-;wpJ0h!cThN^p;qzcR{T96abn5f#T|3bjuoE(`(60o0OW zrvd<<98^OjI2cmk90rcFXr*FOu;|&Y)`NkfNrBXn0s}xXxst#%1THtoaXp3L$fey&f{GE-BT?3S;VPYdfCCK&dO1wm3RCGcbpL;Las zSS>0li?o>;uz$2RY@3|@oo0|@6oVU86he}66{2K7A86DRjnEXO#v>WVh|>|B(Rt1! zxJU;RX9he1u0VtOxPrr4m+I}#_O2{OTn9iIf@u(uGOUF%DcV{rD()C<)kdTL#YeQy zpu-je{90sS>jFC=+P)RG@+EFMf8eim9sa-w0Jb^FSho|CXd zK{9+qc66DA3rL*au0?pgT7flGRUA0Iji%`Vx$6fV5^3$?; za>c^4^>0g;_U0=6`W4S?tZ6=ukGwoHWI*xHM5b3&I(%)RAy3`Gj4X($jXNUZ#0}j`i1p5 zv8ObzZ+cVD3rs{^b;H%yHkG?$AG<;9rblm`S{sm;0 z@xa}>RqTYzNc~WFakyebLs);)m+v*@4Vm$=(;vb-JBN*=7Sv1W2h+AsOnX$=`1mVJ o;4Njd{GIYaej}FDUEgvXeUY=exL1;116B%3NlevM#=l?iAFDB$1ONa4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/inhand-left.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b133681071cb04317aaed1e5807ffb78f098199d GIT binary patch literal 4788 zcmeHKc~BE+7Vn4>VMbw59FIXmyl^3RAcq75f)F)`7*KRnI_XYm$wj&$fhoB`MFd3f zU=Y!Dkd+g8g)R2!bX^g2iFrzQ}Tow*|jPu-JRxb}>=5nh1l96um*G#MCH-NYJAc z)PyM^$ke6@^>eyF8Gq(gwht-Q&F6A;&$8s3kB#94lD6kL?#EivZoWTAM(wl zoNCvK`x!xJ3muPRTU0#SzE?i6dy3{}{!(Hx zmwn>oYgiZmW;=cbPE}=XS0|S8mwD`}Tm4)f;U#-8?ZK9V8w(i^zlh-LVk0W!?wp&S z3?D1|200yqPqy=L-8xy^T=9pr-+PF$)?n6-@>i!fCpW!3+&p(@<(S2}8#)7zTzj`OqB1%^Y_Rp<>+c<~r0u+`FKLWNF4hY_6|rJFQ*PNFBBHMHlrp9I05lp4PBfq^6GLQ*#2AGDq5AsRdz*v+K!Xx6#iUVd zaiK{>wc-lFvqj9HQmiUOjEK5g8cGS!8BhwB&ZRSHfhH`TP4%&-cpDI0$`+e+IWuPUM3dK4_oaJ~Dv50E%FGO?-3=vu%JrN$q zi=$A|V1>ey#)X**8lQ~_XdJF5kB@rFxpKK+7?ebd6R=i+TA%B*vTQ5fcXvOEzMmo*Gxxd8)J39E;n$^wM|C@zY?JSCS&<8kFY8keK= zqzSwfJercpmV2RWzJkm0vO*yW;bNUZ1A}y88d!xg^jej5!$P>wFH|C;vgynZl2A2F zD1ia!0ZfbNjQEEw8Kyy360n6&7LV=4;`6wC9#g>Kcn!F+B1WJF9Mqx(mBplU_*QdE zVuTeNs}iU=NPN&p5$1v8Z}jm1O+ zavqPzMZ7p8(Q%!UFv14ZPX%}cT!8|$az$|)Ox1#s`o?I~k_SK;jVYj6C}R##Mr8~J z%dkw0_tAPY{)-Q9tHQ7m1MCK5V03{=$QT-hgM3+r&Tse`%)@W!0YHyB`6zxz=^CZ$ zqZs%o<@_$cMk>iWOYW&h!23e|#tKt}MY6pY+E1zxjkrGedF{CE(5Ug==+a~wPDJLPdtOm9tF*IB}KUtrbRl%hXP z&&yV-3yu;EUu{gXIVxsMf9bbx`$KtHTS07I~SSTS5><7@=2R{yl<9FPq|dd>$y3{ zp=(8EbMN|)qa^X1E>qiFV>cu&|ElSJ;O#_O=)a<7x;&n^rFCOP!K1z(#zNudu}d~M zdGE#EfmOJ94i z-oIrgN)}Rlyr=Ra@_4}^E9$Q2WPZ6{6(82ao^zNRk@v|p^PBm-DUS|2OnD)HZO$?q z9V*|tBnGWNVXT(9{JbG`>vs32+_f&R+vCg6b)EuG2d~zxbgAhlwJ!YY-zKd1`aw8s zA{9|}`<+?o`O3;J+2uEoer&TSR=ehn!bJ;9xAwy9G?~Zm=G}oSVTX*h{ z^>_A?8B32>tXXdJwJKh3m^o{vsVZ)GZZi6_a|*hPyuC^#PMf5zc{lpwoc66EBSqrJ zcSwL=$t-V>+IYj#ige9_P^2fPON*WWwKBFyZ%>M@{K1dQ6BChg}O8XDXx(TTO literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e21fc75b51404a200abebfbd61aeb1fc57e4c40a GIT binary patch literal 4806 zcmeHKX;c$g7Oq5*#YU&yXtmKIsL%~rDhZIJ2?&HGNCeqhY!NG!3Y26csgOvIBDldI zjIGi*vHA*1PbsQ{;w4L_ z6(5PFmJ`hr&?l{1Ic-m@vnMqz@UpiE2-ak6jBb9v>*tMWarTFIYUo*F$HNZ)o3n-=cw@q&O@WTNg%&?D{9o@}?(px|<&LW$uU}%Wr=8!s7J?}22tU6tv7g^SN+6LP ztG*EiU6}vLhQ^}cs3o61hnqGRK9kx_O>&KLOdpI3@N7yfEK{cy zPhi}v5S*|{e>5?pZ0*)PS=-*mh9`X7e6C(t`Q{YU&`9wuyBb;MH11$NzHf38k{361 z%+c0Bs{*~Rv}o6LSNUW9>6ee2dt$f6ue|@B?;CthwkC8=4pLv5;gJ#VLEqWsm9#x~ z?)tYojMW9>CwXgQliy|QenQjYH)JbPcJV@7zpYsOQX1_Z*)+W=W6z3h%qL5udFrI- zVtvhNr&P4G;E3$RLfsT=SBK0gqALgYrho1#BJKwv-xPJ7*qC~;^T3t4TZ^dyITm*d ze6_ugQaer_mnWrMmDp6JHQ3et`pFpT$@#@-UE}3r^#V%o&u4RMI`8M7edyGdoimM3 z9d|q}t37AlD@xuMXFIksrf+e4N7!7Vb*v6(+-A8!m6qmqT>V0~!wZUecJCKkjmBzI zp7YoB&GoD5SM?k(sy{PZu|>PDyac}iN-voJCAL@+BEZy21}alaafVT;0ksD~p58_c ziY4MCEXCsqm5}!8N}2M9RWQEF}@+%V^$SHl9WSAW-5Y z3LBLQl}=z3(#*U9@N61p(qJ=$Occ@1>vHA zehTm=q$QA~M!;km37orK(Qoj(8DA_JfYN> zy@1#wkR%}=5^F?kCW|?p;ei16LEaJQf!xhtfRacAA~mKrg(nsXX{PxFGBrlX1m;Jc z3`acJ9Ctc~VjMb`gCKO2hsx+Igv0TWdEjz4%wrgpSfwLT6^5Ir06BvIJS;v3njCDif6qP`SCuF&>Wa=^R`t15_R? zI_i$_=zv4YbHflB>drS)$uL2HTB}6CauP~39%pJ)@n(ZbaDh*lSV&_tSVJRW3Y3%s z2e1bSl}v5W4VfYdB_2VdCOv@?U^Wk~8;ir`BRt*^C>q!5KrNbB5f+2fXE7~|0Hgz? zMNO3o2+STJ8-bq|M@h9dQms}9X{MlHljopW0ydNkB~cMd;(!#$1Y{H->_|2u;IIU4 zEINxLU=72oWrTd?|3aI#5A4~u=s|=I%)in+)VHT1@T9)CzE=fd-b^rT-WCEB>q|k0 zCgU=5oPev(ge9P=cpUVP{(>DCCw`+CI2f1h!RN{8d>Mw*xqPVD%Yr7AEdws zfk&%rRIU$F;Df-U)%Aaq%Vy{>g{#0nAOkommAHr=gJae>>4HEJnW=kamQB`7*Po%N-#b1!bI&gfReTd=g zaI>ImYDgy>3>R*ehXogHAv>ynm{QSwru+Wb;QNea)SbS29n$7Gtb25B`~0U}dnTk! zDfTOs@{{u`sO?wZxcWMgDUG4KNlT_xIy`hyJyY8|NX`%8Z+NL4i>B{}zt2z0Jaeap zNm)ToOo0@CG)|e*xcakLr{HbZI$O#^syOwJHf@g!IQp?sERY=k!YlJA*QL09-7?GW zCCU75K?<(7k0Z_>o*wf3>rZb?)VJJ96u0V6gc@on7sQd0#(ejkJgU>f+P}ZfZMYWe zI7_tm-mb~b72l~F_OF`kol`Pn-LjT{+)pW;P0g6YP&!&s?zoA@%y*)wlm$E2%^(_{2s z&XdTSuGKY1<#x^SX-jcm7A?R1A|z&6cwF03|BWrTf87;PLw#`gt3QnO8Mq2BKFFWZ z==Zd+>PSfT>@_`MT{Ziw{Pk;&97;m%mnW`R8e|Cob~Th^MOEv69ixzBXMJU{VfWho zhmw#U=(!|&yo(uY0ev0O-1D~BHf!I}^p3{PnOECRsqb3#+JRz(#QqCKCBDnk{{sO^ B60iUO literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/meta.json b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/meta.json new file mode 100644 index 0000000000..0079dff8f2 --- /dev/null +++ b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/blueshield_officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/pull/26498/commits/17c167b6648e8b67eb9c2f23f2f5b61e1a86f028", + "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/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Goobstation/Clothing/Uniforms/Jumpsuit/nanotrasen_representative.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..3bccb78d216127fcd2fb085ef58225ddaafefe49 GIT binary patch literal 1340 zcmV-C1;hG@P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf1kp)EK~#8N?V3+W z99JC2f16d;y2POFHX=)HdWcp*(juji)?lOtaaWA#BwA5Hl?^?gt8C}Qw7$K{c@9{(P*KSD4)+$rt1S&`ek=ErY@QFKhvyq6D?IwW3VL&MWJe)iIGsn00k^;`r{T9rVT0 z0QL9xQzR0h&CN}kot>qtEi=^p(Sqo+zP?VWRLV0a$odR47^idP>K`kV`@-TZc>JX( zjg5`b%E}65|9ni@Y*y6K4$u$%ah+(W5W7CZgLWFcihfB4Ak=VEd&mt94bj{0^wZ$r zU@-)NQ~yek@5fHyl9Ah0^$&DFEEY2{IKC-4bb|Mb#8IeXLxY(Al>LI&D0!{3!imU$LL+*WqUo7 z$#^#V+pz{HCPZl3kt3kcR2C&CK^fWGlarHsN+6&26ATuw8$gM=Ta>(Yxg%`e54F?T z7Z&OJf7)p{evgvr&SJgIT%=nIJHACgb91xVb0SR*)))7OO-uizrT@d>gFwAeD0WD~Hfsz9_ z2PfwM+ur+8>_c@RJgn$Tw0Ce=Klas)UfKzYxAYWTSU8oVFDj+1SrP<8-P;V=Lb z5M$pn;3x8a1O~RiCfKHm@>ig6xaVnO^1<#g>=E#CcbF5{{DgsGN1FV^<qj^yLHTL%CW-3m>S82tRwk%yF-HOK7siuE zcF4^J4dpoi0uW+2FCWz40c**70^AH9xSj-MCmc4F*y8C|;CZAX2mBYJpi&zujsSbA yI!L_GcI^O&^Y=H%36Nn;*l?H+L8E!DA$kf2UOJFoPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf0k26!K~z{r?UcVu z!$1_rzqQ5GibJ6;q39M%T|`_Q6eQ?at>C1%yNjD$x{3cqbP~i>p$IN6;%2E?jDis= zq0rjeAC$B2=#{w0T@iH12ab2|-Q&IQC3lB_fPjF2zb4eTQn34N7TPy(eYgx=*GGGy z_1?I2UAMZDzX3b85t=_$swqwNVuN9Bmn9MjR;zz7$8iROe2UXL&r?8Jtzj6v@ZC`w zC+-?d(}bpJXti1>6bjhUudr}X!Sg)s zQ=FhYAyx({0aUcvZ1z1M8jT{G&0=ZQL?)BrzJT(CSQ(@Qh@v!VFLfS!dUg0f0bTCX6;Qgx(&%>k{>*>E1MeE|XOIA75CoDQDfQk>RRQ4&Ci-$1v3 zAS*uqFenM|H?b`1nT!L_5)?w@zNT~sO+rJBlTKs0Q(+x!(IOZeXc6_f;s-BHs{r-Mi&!mSXYy8D2D cfPVn+1+7To;L%Ik44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%x{y!JZ;MDkOLjZ$8oQQ~snwr|QY13q6WDXxb%*DmEI8*-S&71r8 z?+?;q*4EZeF<}-I6a;Eb+2MU0NC}k$`33(+2Mmw)?-v5fau#?*7BevL9RXp+soH$f zK*2YjE{-7)?r*1FOmDJJ5ws&!OD3+K8C z6@O=xWH2(SF?n%(F?_k9?u?1L*XIy*M|EEB1M+)5K7Xb1Vo4&G#^+Lj6-yH38b8@y ze#oJf8PW9g}>%jcr1(tggZpU3d#d@jwQ?NbI-wd9v KelF{r5}E)k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%x{y!JZ;MDkOLjZ$8oQQ~snwr|QY13q6WDXxb%*DmEI8*-S&71r8 z?+?;q*4EZeF<}-I6a;Eb+2MU0NC}k$`33(+2Mmw)?-v5fau#?*7BevL9RXp+soH$f zK*5imE{-7)?r*1F-d;MiWAxL{h0KxFP&`SD6HUn zf#pOf%evcXvZqStEIa$1ar?c;;YYv!;GLu9*z<2%{Sgm$Da*N+ay=I-IF&qLrX`%S7okKoBg+KQ#v28~3EviLGiACN uGRijiR_xu^C-_7-MgP-^+s&C1%o)RK9oETQ{2vT-1%s!npUXO@geCyo$3wmV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Devices/pda.rsi/id_overlay.png b/Resources/Textures/_Goobstation/Objects/Devices/pda.rsi/id_overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5d310e703db67bf691eb5e9233975a79874bf3 GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzMNb#Ukcif|7ae&S7&sUfzK)Ly m{!!4(#lpZ~?~}~+z-8;%cZ~mSC-Z^yFnGH9xvX=f+5pjwRttMKC|^U0g2r{Lek--gBTxks?Kk z6e&_bFaV%$^9M9%odYhE{_Rr%*h|hafxZ9}?d-%r>G!QwH45Rt;teOfKKANZqu4m^ zwK`60l|r+3rLJdBgk$O%jJLn$S48F;OaUB#BSWvaR@1?{YsyPpbvB!#r6ijs3pKt3 ztsy+Wqv0hI6(<=P8Kb#pSIy7w;D79AuL&2#7>e4fD_I9Mq7p7oaWO(o|(=OeHBcJUXaE`^v5-wdzae z*^Y)xu8q73kypA$9`1fXy7qlZKHa88O_k1v!)T6i@*%_Oodo+}%=4%}9roTa+BbSu z)PO8`*MTg-U=Yi1PcxOro4Dc68ncJ3Fs9dWU=u&+<uuN|8V4XPap= t6Z}fOii=)z36oT;fAuBaj2 z0Wfgj$Q}$aDOoX8@v{sJ49vuuNTLIH_&KnOOUa7C*^iiKVpW3=5SPYM1_lNOhOb1JOI8TLe9gzl$MEIj z54ajw6kOHJVmQa=Oq974rvYSfIfHbDM;B(&CIn1$Z5a6Y_}~}@kVAmsEQF$Z2yk;FV`!Ktus4AwZM^u4-n%**~A&#Hp^?_&0=MoXSwP=^n$U1AWwSfZX47xbN7d z)p4qO|MoR8#-RX0wbg&oOw7UsITYBX)lvAB)Px%xJg7oR9J=Wmc33JK@^3*yMGQS2x9^SC_sp(i1HewauLahh9(hBULXa9C07)d zEJb1!iR3XNG(wV*Y%(-{(Ed1|~q8p7d zKjm7j*5&%$$F2e7*^>&jS`CrWDV(ALia-6|=m&d`(TgUY9ToIXgQ8AW0I!Fr;3u|MGxV zC5Ypga=A>e*Sm|By}dmEE}n(l^=t$HD5XZx(rh+Ouh+XwzP`TxX9XllLYg*cG~Qk* z!x(AW7_7!#Sj8(Wz!*cCHrU^X`T2Rq$5TqB2LPmL%HrY-hlhuxX@gSfjp_HF|Jf33 zZhB^V`Vqs=T5z0U4%c;=ot?uNLlhkq4Qo3G44&uF>79Vl=sZW~IRdn!2-kH`Dz}Pg z)dM2JaU7FvXkH%AUE|co0W^C&oS67~0$kTa90zx10dIQYjvZgEl7nRleBUSVJlu&2 z0P)%?@!IM@+(d;S@Npcws#<=AhN~lR^8M!;l$<=;{G) zI-r3Och;S-60MXb&xS6KU(19$=(0b&kz6C1>jL|5qQ72uz=>;ZRLkHAJ7svMa zwgP@Mn2HW=aVk2%|BWuN>;Yk_Qh{cd?d>)qgM?aZUcGiGPgSfZp|xb+_nDoW0}+B! ziJ(+M9EZpA3j~3W#ZQ*KfGj&F&j(E=;^4Y2uIplqL2HFliu3cnl>n;}c%DbU{|%8b zz@W9hU?mos+eA@BlAK}8;O|H&g^0uH=_#E~hiPx%z)3_wR9J=Wmb-2mK@^6+Sr%9%UshO-*B2QZk(bCTq>P+2?r=%xl*m#dxui=P zOLW^fPMK%O8>CB-#9*ReVHN}dc4sFA2!k(pC$g0y{+rp=nLX#9f6is$e}{;=Q7Lt+ ztz0gTpFezVC_ub?mL{LiBgE_wMpOb(AcWx8_b&kK@9#(ZCaUvU3fQ)-c6WD4BodgW ziSPUPzK`p=c%C;iMq~xbF!>5E#ZK|F~(A*~}0s#p&sfsBZO=P$@+`9;a4spu&*Q9}xNj1d3{y%w61EEPkYxiIvx04&I02+g3 z0@{selEGC4LS_%Go1mqDloEdsjNiR{4ljSHK)>I=t5sivmI7fI5=e<`H!zphSS(*E zAlnT>rC$bmePEP;!6~_S%D1^OnE0$97KAqypih~~nvz=Ul_Agm7 znPfAQ0U@wbDXdfqVZ_+ZX0a?wyArer^n1N=uQv<>(=;(n6Q$HJL4$zby$2e{0P#eE zPPa=C1SkbkhDaF#Ljvt~dul@7D}mDXp{Q0XR4S*mS}i~k1OY)1AcVn1v&q?6m0InL z()MBGo6t(a7q#a?2*F1_DUWHXf42H#qB=ew@rZwpKMW%fOBKUnrT_o{07*qoM6N<$ Ef-A346951J literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Devices/unique_teleporters.rsi/standard.png b/Resources/Textures/_Goobstation/Objects/Devices/unique_teleporters.rsi/standard.png new file mode 100644 index 0000000000000000000000000000000000000000..af23158a9b8921a385f8793dc1fdc614c3012f57 GIT binary patch literal 767 zcmVPx%xk*GpR9J=Wmd{EXQ5431cV?oAsX8PGqJq}CENv>TN@zh^Ty`OLohHny&Oh^BN?TnH@{LLpe_fMztAgqcik7pW6%(m0nY6xweyf6lq*eD^!|o_pb6 zhluMarTnd}R4PU9Z{D3sK)imMp-?Cw#PAeaTmo?*gy8$vBLIrUV!SbNgAY@{G)=j= zxyi`L2!>%01OY)1VB0pX>kiEkTY*xk#QglcTwGj~3kwU^*jSb&Y}=;MXaL}O9=2^` zS=NmcR4Re%x|pU(tyUXk7JGYp0Q`K$QrA!+01$@ZFtga*-IcXkElR$%wRO7$JkJBV zbypob2(e3Wxd?VwN1QMqCZohlscaR0&5-4RHoQW%DTJ~fAto$0gR)OH6!sRR=f6PW2V`gjHa zcVh{6qdQ}LJcDW8Bauib5l~VraeBY;0Z${s4VF|a;Q{epk9N+hq2q-DgZntUqKHK;`F9-;?D_aT34{psrK0h{kszak8)4oU30N~-{9L;8PScv|ZO5SvP zLH^lu&~(g97BiDYGZL)6c!_D6%FRgmLUP&b4Z|RrOp;6{>2x~yzE88+rbHV1IwV@4`{7R+W?g$AA14_yK&^1SfgZ-uD0i002ovPDHLkV1l+zW5NIc literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/meta.json b/Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/meta.json new file mode 100644 index 0000000000..cf9e466a53 --- /dev/null +++ b/Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. Resprited centcom sprite by BombasterDS", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "stamp-nanorep" + } + ] +} diff --git a/Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/stamp-nanorep.png b/Resources/Textures/_Goobstation/Objects/Misc/stamps.rsi/stamp-nanorep.png new file mode 100644 index 0000000000000000000000000000000000000000..e2be05ecac7feb965dbe66eeb2d0465c16758af4 GIT binary patch literal 306 zcmV-20nPr2P)Px#>`6pHR9J=WlCf$6K@f&NgQXBivEVi03*-q74pLlUr*NGOrKP0vz)Dga zA|ls`vYnNM%@tSr0-It(AetgKq5+u?hTYj^=KqTy6h%>#f2Jm$j6+8&fI|UUF5e>- zpN(ASxOU7&jyQDERS%-6Rsg`qYWt(Voq-2sj1CA^QyYrphL6-Y>0rjflNs>^O zCB629m!}Pj_MT}JVT>V7Q%A*MS2gg>a2dk$0G97W(j`&@#uyTS@f;qT7sv|?SZfJ_ z^VAoGJcxg$(eFBZ*nX|A|LdE0d-YPx$!bwCyR9J=WS36I_P#8TzsjY~Kpq7A-7&RIO6BkDZXGeafqrbq>(ZNWFF`7VV zG1Z_=OCR8(r1U;|3k4lG6aDzkqxaF93;Z#bXho$~AI`$edAKJ0h=Nk950AE_S@@%A z_(TY%Q&(@NYQCvesP))a&E%A+j0c{>*Po@ihz2*nJirW)#@mZ%{ofIo7nr-ilB=-w zM_ip(adX##s+}Yfj&e(|#RD{+UPiyWhA|RMiZHjK1DQfqEWq)>9$vpx0KmNss9Iug zg1ftFqiOhJ0RSNHwkC6BqDZYW7vaEjV!vXd;OQ_&z_m=s`C=*|T+0NI@GJ;i8!pVL z&40C6;2uUiVp<>qsEUlH;R3}o06=-UhfaTOBJnV{Y4}hT8PN$P0<7CzY-=R|K;V0* zln=4e(UFyMiOgwSOYh=6(nst9$LWtf>u=;b&^E{|MXN=*QEh5~I0U{2{mn$+d)%5R zxQlQ&2;jTH&r`A~5an_MNHTejXQdo`*BSedR-A zK20z6Vp7?^ATB1^f`s6cJk4le^|qgHseVG(IlUCVEhXt)V1aM7V83eTTTkZz0000< KMNUMnLSTZElI+m{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/icon.png b/Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f15aa41256b286274bc4f4910667ea1c8134abd9 GIT binary patch literal 505 zcmVPx$vq?ljR9J=WmCH`TKp2G&%utFK5|jubx-iiV3m?ISk3ewe))fyx;>Lw59)QHe z7jR*C2p_@?G42dE(Vz{booQVlm(ENtpoyD)tC_#&{Bzp=X@QuSn3$M#WxTf;@5E{U%rqDDEch?v5HIfvyMhk=x)EX@yNxdG& z`ojP}T;AMI?{*2!`8ut_1DF%<9az?MUu(4HYrg=ZSB38o0)WFAjIR+kx3WkQDw%^& zc~wIwbE0V44%pzB?F7%?tURNHx(b_ErW6gEJf5!4RC;fwiavPL}I%Fl#p5tG$A# z-oOA<)1?}rDKN|QTvOFlUKNpF!N;%{*nGLRtPMl?1V+YKDfX-XMyvcCmkv)|u|~Ej v_-C|lfuHvEmMjfwdN(~QOGG}|m400000NkvXXu0mjfD;VCZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/meta.json b/Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/meta.json new file mode 100644 index 0000000000..5546de6214 --- /dev/null +++ b/Resources/Textures/_Goobstation/Objects/Storage/bso_box.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by BombasterDS", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + } + ] +} diff --git a/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/icon.png b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..020e3bae7361cc4ad30f58b4ca2a54eefed2908a GIT binary patch literal 491 zcmVyENm<+L@ewT{06_` z$t;Yl%PPFL=ZTPmVK&F^n|ZUFY?gJu|CqqU@{|zp&oOu;{e*(y^RJm0pBxk7{U!Sx z<3BzRU7UgzPBIe{EbrD_r|33@>VES}Dy*S4!i8WIJ$%@av=*tb_Tzn-!Oe+5kGCa5i%yTF}_m#gfgy_3ODapcVG#!$fid zenIUR25@jqX8;Sa1zJ&mev$!1mujG{Yx@=;0d(MZq#eV6`4HkQ7>0q3(*@fZ_;UmJ zkRSnT3Wy&tCxA16gUGW$Ga*wbWC#Q6NAtEV*uLty0$>`!nBV;vQcLV(?XQB(u-7U1gSeU2CzB{;VCx0jg! z6vRBPSKkBSz3mr5A{2`;yENm<+L@ewT{06_` z$t;Yl%PPFL=ZTPmVK&F^n|ZUFY?gJu|CqqU@{|zp&oOu;{e*(y^RJm0pBxk7{U!Sx z<3BzRU7UgzPBIe{EbrD_r|33@>VES}Dy*S4!i8WIJ$%@av=*tb_Tzn-!Oe+5kGCa5i%yTF}_m#gfgy_3ODapcVG#!$fid zenIUR25@jqX8;Sa1zJ&mev$!1mujG{Yx@=;0d(MZq#eV6`4HkQ7>0q3(*@fZ_;UmJ zkRSnT3Wy&tCxA16gUGW$Ga*wbWC#Q6NAtEV*uLty0$>`!nBV;vQcLV(?XQB(u-7U1gSeU2CzB{;VCx0jg! z6vRBPSKkBSz3mr5A{2`;%@3PylGRz5l$|4{mIalq^e&GX!%NwSvKevwm%OWsOnBhmjfsaS)+E={e zc<_*6#e0?z-t)_oH5%{M?->VM%SW*imQ9+dAf56yn`-u6Jvv;F=jUg~B2_}e`D{2MO?8wHLp!i;LF zHLU#?&&ft#36f%&G08w|-lQ{L9On&oSuFY7lFp}^uy&5}k?;RJ|M^xh&6s$>q}P6X zvbBH3vk0blN3&g1a#rL<>nEJKvAn^Fb4R$LkeT5(OQEhxwH79`i$5dWEI5zah-{pg zo0oR`d-v=G*NqgIp(voWQ8nSy>yAnZreI(^^QA_3ruq6ZXaU(AKnwzxf+vG0Pgg&e IbxsLQ0Fz|i%>V!Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7753973b0cc963187167af8d9071f8fc85b0db GIT binary patch literal 552 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV7%(-;uuoF_;!||AG4u=t8O7v z5lfzfqvOP;E+9y1E#eMZzC1xyK$cZ}K?8GuQk0ATX+^VN(zT~I8GPKNQgOyziZ@X` zZom0sU7%@3PylGRz5l$|4{mIalq^e&GX!%NwSvKevwm%OWsOnBhmjfsaS)+E={e zc<_*6#e0?z-t)_oH5%{M?->VM%SW*imQ9+dAf56yn`-u6Jvv;F=jUg~B2_}e`D{2MO?8wHLp!i;LF zHLU#?&&ft#36f%&G08w|-lQ{L9On&oSuFY7lFp}^uy&5}k?;RJ|M^xh&6s$>q}P6X zvbBH3vk0blN3&g1a#rL<>nEJKvAn^Fb4R$LkeT5(OQEhxwH79`i$5dWEI5zah-{pg zo0oR`d-v=G*NqgIp(voWQ8nSy>yAnZreI(^^QA_3ruq6ZXaU(AKnwzxf+vG0Pgg&e IbxsLQ0Fz|i%>V!Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inserting.png b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/inserting.png new file mode 100644 index 0000000000000000000000000000000000000000..c63be6c3f908fccac19b2d2e2158fdecb26f3dd3 GIT binary patch literal 1619 zcmYLKeK?bA7=Pc5cdBWt)5%hyqw*PB$0?m?GmAN-IXOp>EGcueDXRGx8^ZFD4mvug z%;=mmoP-mj%U9Z%y5yDQBSM>yj##WFU+2|7J=b+Vzx%qMKc4$~e!t)STw!>+>aR9j z4FG_?8=dweg3OiBgOFW$gKG}}5a330@{R;2{T#U8=h_+7Qddby%)5bFf7~BSk^ZrN zdtSUamFL&IHF+TyyB+=LK?rI3zqfFPb!52I%b5CATJU@*IkEZPVwHMoUEDaPJW|@Y z2iypM@R9LHpZ2xBhx27!Erj`h;&C#{*$hPmChf4U>BTjtXy+^2Q4Ftf|wG_0m zwUxOtU~M*riHYIXi*RU~?a4?=nfBS%jsyX>A$kW7Gn<+ZMPArxY+n5W2n2Z79-?W+ zCa@{ zsZ*;}890A#nX=y2#>VAv-{d9JHLZM&Y;2{xECM+kPD^cVZL{tS48uta8zGaW$;nA! zLh#9(-zgYnNsT#)zC02jbZ+8YUC)TnxjtR5Q`sV^nA|B=@AE{{)UThAh90R11)zft zV{qO`SXOFLrgqd}H0)T~rZK}Q_3Z??f{W7UYRjp z3i0CCq5X1O3qM2Ig0IJ}!#o)3c>kPzfa2EI+3Rd7_!Pzwlo~NZQG&3&FZde2um=S( zs1o?vV_hZ?R(#n*9b~eJ4rRq7U`}GnD%g$NpM|$6`{La1bowG9a^HPOVJ)8At7~O_ zMt!!?r1L^6a(IMTPZ$geVu1OGI(HQrgrj_KHA0e~)M zt}5p_;?oYfNZpK%z6vX#fgkxKfGb`r)kt6I*4WqE6ghUJ6_4dxBHEB2%rwqoI8$Im zHOGyrAWBW($od4#Y&tm#xJ2Ye{Fw|E<`NymJ_~QwvYY@a_BIz0O^BckXP=FuObdz( zh{q31#QTk!d2j(6s;GIptlPV*JDtgXmVVY(`J zS4eed085BxUb*we)~mO@xanrLZt=3uXwW|`rQzEaBy8Q9fjh1J!OpHC7%|RoYPCHo1~IXK&agQ> ztXos#R5S(yZ4%76QhMxXBO5rz(SOzl9aU){!et7EQ@lI^_BIVX`Str5bl}`N#J&%K zr{h5bV7*cT?k1bephsXu8?JXJnR->cOQll#&=GDCzO)|=DALx P*(>07(35tT%1rnloD~3R literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/meta.json b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/meta.json new file mode 100644 index 0000000000..f1932c77a0 --- /dev/null +++ b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Theapug - https://discord.com/channels/1202734573247795300/1236697829171527841/1286255122007068742", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "idle" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "scanner", + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "inserting", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + }, + { + "name": "printing", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/printing.png b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/printing.png new file mode 100644 index 0000000000000000000000000000000000000000..723f24278094541d65812e85e414d63bdb73104b GIT binary patch literal 1645 zcmV-z29o)SP) z2H79+j<4A7QB(VRov!YgH*c#Bn(BVj-Cx&NRoypltC?ZQf5|{HkPNJgftTNTWn{t1 zS%*A?CKk`O_q_&-XWRS6zeD(;7hv&hd*1|DJlozI{!5QeMwb8n9;P~;vAs9&VHk+5 z@%Ze);!{D7>|qQKF2}4IpGs)C`Sq!II=pSJoc;E}R#b4ThX{_}8l-;t`^V$g ze{Mw15&!QW!-#@D-~IKuNIeJYHAc{5BjU?m3&lYw%H`$dY`M6&7)u4?Fvq7qzbjEu zYkX7#0h-X-It+k= z({lze0%|dJ|Fz)~oyZr;r5r#EfG<*5fOiqteo(v-5E*|u18@*>FQzf9 zB+*uac$8;fz2Vw|fEyKG4Div9PlP~75`jA3`^-s_PWj#!ua8eYd+ahmWPC9INjy6{ z8*9pDvl&@H{#&2C>M}rN{5uA?y1E)`%jxNCtJhl;TC6IG_|1UobBMJf0kK=3K1M#&r#~%Z}#{sy0 zum0pgqJfjaD@pd8#OLhW41Bu+Jzqrp$q=Y$GD`KW0i7EqO#Qqwkd0&@ z8At|_fn*>VNCuLDWFQ$x26{1I)3I&47fxv&i)Y)ValM{fJlpPtQ=G>F+IDeZrw=Ti zZFhnxPGj+GyEw4*1O4@z`S^Usb}Pnxhs)F+k+} ze4JTJ>MsVM2iM#UKwq6r&7@w>AsiY1jscJzjPz`qC4AqrHRtEUVYCBK|Lg1Pkp;S! z>geC1zZk&g=N~dZ9t6zc*E#^x~AmGLQ@;1Ia)#kPIXP4~_wwj&0lfR@ma%_Cv?d-w#;o z2Q2h!25Cu56L1@kY zNYI}Vz_~nft@vU95a-=~NLC90k@3XR}=(COJVcLef&K>P0}+%bSBH?k!^ z9uc4&fcQECnRQBLDnp|GKJaU@!&~sh0CV~AR2Gs7&(%qQH$NT*n8U9npf^7C*Sgzh z_^efbd2Is{P>wY}Uz1?#Ab{(Kta%T`z8t@l{#=Jd0~FFqTC1}SNe}QUJ^|lWFc0xD z_b!D7uyc9Z8sF;4w&td{{<3Bd0Ul*bV~9_MDYfGI8Tyyz@;oR0F2<(;JUGQMOE2J9 z@M&bqLpi_z0tmW`ME{~S9UmNv0Tzn@2WMS}M0bF$WUg^CI6!S#qn;tx`~o;h3xzKe r$BO^}01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjfBlrIl literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/scanner.png b/Resources/Textures/_Goobstation/Objects/Tools/handheld_fax.rsi/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..4fafc5ffe3d5b16704652c9d0d41786e6ccf262f GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV2t&2aSW+od^
#%_UYw1q8 z4c|}rR;`#a-N=n&=f+dhgi3i%2ZyEIfA`|BTHaZ2CZP!pEGi0&oE{ELLKdnY>UM9x zYN7kBxi|Fvo%ph)H{L$}y<>mvTldaYYX5HiFZ{%KAYt#M`I)8-7pFUW{xko}&ma+Z zHH#sEXpwYzzg@?mqw6KaJTV zaFO|0spM-@c^Me;r^tP9J2{Hms3%Wh;%v2Blz{-!6p zuSg)<6X-xBx1uuR8VkVuB^o;|Pq&XN83`7`y&i%ULHe*HscHSch`CPH*J?~;IUvkyvVlYErY=mW7bP%44-CAN(_6<8ke6Fh+^N5 c{VaBj>MC;?@{46}0mGZY)78&qol`;+0Q(@P$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/base.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba5792d542f173b9c702b28b13b7d9a6ebd8d2a GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ydu{YLn2z= zPBY{>Y#_j*9%xnAYqubuXe|F%T~@2&Ds0&jb@R^ zl|}njH+lQ(8qdpBh&#K? qc>eR#-F2=dW>!(+6B8xs)7fA1`fibkH@g9JID@CFpUXO@geCx=UtQk- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-1.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e20f77f933646bd9059981efb468c3200d98c663 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}R-P`7ArY-_ z&urvn5MW@vxS3hn!^CXk?8uyCnXI*L592CN{#Wpvr1DqqPLEqZ_kw99U+z4+I$y8;r(bE6h r|F_~kPcqyY7b_Y(P=x4WW#(gGWf13^qWYl@Xf}hVtDnm{r-UW|5{WHb literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-4.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-4.png new file mode 100644 index 0000000000000000000000000000000000000000..68865887d656894edd0558ea99907a3c3e597ed7 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}fu1goArY;~ z2@PfR_gE3vn4`a~PCnZ>;c-L5BJ-ZJm7D(O s?@v&2x8{=IZM-NT@j(Epospg4%vyyhN7(J|0u5*IboFyt=akR{01{_1Hvj+t literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-5.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-5.png new file mode 100644 index 0000000000000000000000000000000000000000..bd2b5db0a46b9148f97687a310d88469226cf84e GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}L7py-ArY;~ z2@XB!O_zOBzP(~AX*PLFf-_JYe{Y8=6M7(ox#)9&t;ucLK6TY`z><- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-6.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-6.png new file mode 100644 index 0000000000000000000000000000000000000000..e19ce59991ed9c2faf5450b0c60c2ea2d3339128 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}!JaOTArY;~ z2@(X>c)^=oJnzl_+xjz3 tTl>hhZ4!ZP} qi5N&REmnjP%yLX%{ecD#7#Q|8*s68C?3f2MpTX1B&t;ucLK6TBLNFcx literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-8.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/mag-8.png new file mode 100644 index 0000000000000000000000000000000000000000..1ac2caa785f715c86c389237b8df9e5f77b7fa72 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}p`I>|ArY;~ z2@TtFDW4*QF6sK@JQ&M^^DH9F1Ldk5(Nwlua~*4QSLX%1X{r0>FVdQ&MBb@0QhV#SpWb4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/meta.json b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/meta.json new file mode 100644 index 0000000000..9c9b4c5326 --- /dev/null +++ b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Ammunition/Magazine/lever_rifle_mags.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Made by BombasterDS", + "states": [ + { + "name": "base" + }, + { + "name": "mag-1" + }, + { + "name": "mag-2" + }, + { + "name": "mag-3" + }, + { + "name": "mag-4" + }, + { + "name": "mag-5" + }, + { + "name": "mag-6" + }, + { + "name": "mag-7" + }, + { + "name": "mag-8" + } + ] +} diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/base.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..fe3088f3b48e53fc0e58d48e825d6a8f1c140ed6 GIT binary patch literal 610 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 JIQ0)j{{{|o3v>Vg literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..9805a66c58baf882c0ec4dba46de208301399285 GIT binary patch literal 4665 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-BELT.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..33d05e86d80227f418a02b6efe27c54ff8373026 GIT binary patch literal 1667 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/icon.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3edfa8afbb271c11d7fb879b3434f45812595c39 GIT binary patch literal 4643 zcmeHKdsGuw8Xpi*Sz&!pMT<4W7YdV1k|B>V5g|c{5{!rl*4Jca0#lMqOa>CDMRY|4 ztyC@6_iOP{5m)JImr^z;BK0j*7hBgyQLC&~@UaWK!rD6l5zh9UJ)YD4N6wkd%y)m^ z?|$F!`|dq+^Yn4izCOc!APDl+#%SWfoyT2$y}`ddE9(WgRc9q6vGKTrXSFd#+C=f# zOe@8soU{>woZp-ECw!}rzO9m|Xhh49xW+ zw;Ve@r2(S2207ruo1IrTj@v`G*DNj-1N}kZV8Xdmc0n``j6O{>Q}X%8;yq z%X2)|XwP3A+)&+LSyQK4ytra@Q)r`o$=d8OjJR^#py3rt zTpXvQFZa$HStclNJze(jNTozQWo+2=K>m=`BSIZW$gl}d`!7nG5q5THsUT$Am-6Dm z;b}KFxR6bCiQmrMugI5g{ABVVK6zC?rS}m2pFb$t6jPghzAC)FWy8JoXJ&bis_{Ii z4^m_|g}2-+N#3->wqcoQ*UReT;is2Y3N9bI@vr8iX4!P;mBhODSlcykq*GmoLR`{xgl(til3y@^VE!u;-LamfWT2sIz!B#6bd0C7K+6%K*07)3yV8pi+vPF(axcv?1YWBvNU7i zah$k;NoQ4jJ{ae{j?Zk>={o5x_6`+*9zrK>6^aCi&}sw)LaboyJ$nU{+DLDWkPIeWwQ}K?-fQy1jtd z-Hr2-1aOx{U^1iJQ7c#Zi%fNQY06{Vwn_$Q86WkaZ;>+ z5hG^^Q{V*IPDK*f6vk%8K{;tNoTbQu2TVl z+YYk9)HVud8CwFwm{fc&1Rm$vIjjQMMMZ_qEC@_&IK`g<<2qs2hM1sAM z4bw3sZOr_CXm0uNlg>+6zq5gMY`hz zT#Y=cD{xPD^~m*B z3cMA#r@MYNxqRLnrYH;e0&;+(Qu5h`zk*|yw_#ee1`2_eKp|hN?a{!}&l;0#hakUG z+~rXi;`c5v_F=WUs6G$-_4o7-n66HL1kTbIw3>*7q^ie-uKap^K=qPjZ?AVkBfUbH zp{xF~Jy#bq>g1%{8>V9g1Cl0|P(J4}J*Ne2pY;stb&`!(o)dInq37qNg(p(yR{6yh z_WEJ;$TG!)mv&~CCU4M~ss1^5z?l?RZ7RC{dHS%=p1=blM?;4nO>N75wR`EhyG`Fe ze)h6W^_gs|@0NWYN9O;j7WJ)JRK!GW+qy5$d;{vgQk^jC0#YfQyz%~AZ+W2K_2VDY zTcGi-zYorsHyfMnv9N6Jj=L{z--23twFZ6+wcL6fIpE$i7Sq)&P-lHwarjZ+pn(3~ zv113v?H^nky1&sYVsgd&=(>NNe2(nAbY;lB;RmjLkhdqe;fp=NEH)za+|+5={mzvh zNSLtsdbZ1zcE_oln!B>;+ix<;E1E4?jhXK)3Vcq;$+o9U_Z=KBgnt+0wf3%3df6o1 zkWucN)A*8JEZurEDfEf)y_%=t=N5cZS=Kv$Pf`60|A8xlD(3&b3JEBvi7&o(_U4Wq z542Gae%QOJWlUmmq1WhFqY_hx_6=H}w&-?qzpAFOcQ57N4v;sirne^7EdFuyp~T|M z=S^2%#h#w*A653zlChQ*mz&#S|Aq%-&+DC0zMY--Eagj1@+BU%pI+2#w6EI;Y7J?l L;xvaN7cTo5OW3_b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/lethal-inhand-left.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/lethal-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bf36e60c4b81080249ae493beaa93aec8deadcf7 GIT binary patch literal 4784 zcmeHLd2kcw6_;VaM~usn1Vf-K3*`u`v@5Ny#flHf*eb{feAGY^vX|_QC9Tk|kuc!6 zHpXBWFfe2|T(C_D#NdRx1Fnm0AeamkC>WR95Dt^pF~lj*;c&l|d`>gdVOsvPW>(*R z-+S-(z4v?Xd!tV)tO;=gLWYOPWU>L~c+)H}MoCXlfAC$-&A$nT6In^A;w;hwx!k;s zv$K%6(8WTmm$S)a-m4C4bl7nyw6e9(FnVl2tbOCoRA z*UZfOk~(sKdQM8kb!)igV9i?bQO?o)S7imqKZ(!%$d+;CTuW9&pZk}sI}(ekZlr!a z^`Gzk%^97&_UEBkVSQeCVDOAFSy5YVm3>%Id~B~>%s=}MVIFoRuCA&f_hChF8OjgN zuZA_Fpe0<YIZ;yDQ8dF~xHW#1pWTGa9XCqp>3%5JmBl zwTAfPQ6o;yOWg5(a^RHZ%b8sX3uX>FHR~jtI>C{jGIF~7W$w5E=E9ZR8|Szl(ffXA zyt8L_-fk!;J4ZJ~H}PovineJX2o<6G@l@raHI<&6^SjXce-!p9w+;KsJN?Z4l#|ty zvIZ^930P%5b7{!Klc5o(8VrjUSFL-7lY1 z{72pH4Z|~TtUrcsY)JX*hdcF!y3dQE2E)uH>(qYl!UsS7Vq^S;>@&wB?>t+7cirja z{$oz{DYuT+XFrO3cB5kU#;xx4xmd~blZPX}{e89k{GMx1p6+vKXUN)At{sP7*7rxB znzO1Z^4H|lI2!L9tvJ1?`d%3N;)`j^?#5?tjwzM>Y1;+uy`0jyCH&duibHEI213S< zkXy3Af@;&+{SAhjH!fbeb}Vhq%a<~Cyt}mcZR7VcSy(a$>MPYUouGM#oMd>4m3tj7 zPQEVFLG{7yD$6$zK4Dj#N7S!T0vgurWmYYq?N=Tx!GH5*mM}80z z;UxfogB3~0>##co!fSwixCD5YmK8AMQxP)^aH_=$8F@Dg;c{G#BC%d>ffD{81d4Do zHe!}(YC8m&8Q^qLbP)=L$K#QERC3;(roi-iy#iG#lu86>Ai_eYNO}>cFh+v#W0+Wh zc5^O~1H5J@M^N>Bh?&H)^qTB)McDm_AK zDICEmT#e{#dIrI@EXJ}lPBU7z8^jDZ2da{^clSzyVgMAbQfnEdhDL0-8bGN?7NIB# zLo_I>WLQ*J{7H}J1hD@?-;)1KC9?DVGyl}i`3@5V`Hlra(*6(xaskWu`~+Bj z5uHvt(^$|y+6%U0o%@AiP}8(lrv@1$F`NR$ptK=6OoJmVt)Vd$=rs(k>WMD!Hqk@6 z+2}ODBj5@YsE;dXLVKzv_SE;Jvr--aWeBQAFf2)_B-9vz;jrS(ho{m~I!w>th(?Qp z3dd;`qEmw&rqg1q3a8XMtyP!X8FB09p0P)H52BbgD3|46rAp<4$9wD{LR zX9kU4(b?(S`I36-8~n7F*&EyeK=*F)TKx9X)l1iFG4NW-z17uA*K0BGTFSlE^?#!) zr0cH8I>8S-54Z`!b=MogEwVo~EzTrslP;91@rzr*5bTPdEy!eV4UwJz+2-PKuox(s zEwO=3!J++vl%DFR_rPBTi_NC!B=6PctC+JE4e!?&c@PyJo67BV`n*6z&{sp7tWR#% zHatuykhj&0O+OJwVu}jKmT00|=58PRYTn?9>$U|A@_#PmZ@65$XwA3> z-jZz*nX~c#Pfi+V*}{Wn4sktW%zY%c;4~b4d0KZRt1f&4$mu_uy<5?Na@h9p<80C z$tS`m^<9p|B(GWa&C!qfVf5-{-w1meY;fOKp#$3^0Kg@@9@rFnt~K HN$$S^@u|>l literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/lethal-inhand-right.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/lethal-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebd4a199b603e0a802c161c79574bc3034e81e2 GIT binary patch literal 4787 zcmeHLdsGuw8V_B0h~R0h2OrgS98|P2$;{+IW+VtCAXy1UM8vjhJDHh;(Y#Cs5|Bkf zsUTRfY^@J$MQy976?LKY&8{HYqg3&AloegY*0-#W#oeOrorITXd(IxussAzOOeS-` z@B7{F`+dKAPi~6zNmGIYhX;y8qF`-;CK)`Vg*(6xd{%PvTfn0(J0*=zrd*KSVKZ`O z7UHw)EX2Awqe$ewWYISVA3*~;+6Rx!n`Iu_z$I^ehwm_`H*UVIjk+3bTDN;)%g%>G zp+Cb@&&;jPS0|S23k%GP8WuBdT0+f%L$_|2OQ+slx#{fMM@v8XCT7X~iw>;Gq&UCe z$V0!TQJW4FHWVK#LzagxU%fGpJ9Yhiy{`GmfI9E(D~^W!L8?mX_$LCgG=MVaw_ zCgXDdHf8en3k;1n)o6XimOUq?mlSj~pUHdZd!uM}=L=FIchPwdm9q^xWNLZ&VtGZFMJ}_$jr% zc4GEhOBVT*XiuDd`&NBWWWxnjPR_yNw(tkeg`eb(wc)j4gQl#prq#Vuw`bj|#;h-u zb$|FYHYX{PJLOw6YOi>I$I-nvt7@g{_;K=SBjAwYk>M_M;;?uB88km_y8MSByTudB zzf*4eZ1}v(Wrxw#7gC!(_=Z@fTvZx92xiXe<9$Qmzs%jdI^lHgi6fJ*JuPef^!QA_ z(1tfE^`nX0w#iQ~@0h*%3rAT#w&9ohn#o7=YQ?9vH~*`BmnCAF=!Mk&RrRxTerUTk z`{0g(6^s6Axq5Bij^hhzZwy2`Hc$PyH6eFxY=!8+m!~6cEUI{agYD$K9n~w&_(SSH zB3DHIOKUYNcVAGoTt0KL`LOA|XU{}zn4_Y6u==`4G;k&d^p&PdBx##POffbCD|TD# zKzJfirkCt&8Bk+*$#F_c2WwRJ&z_Bcyd%= zq?-f)7M7cvFmi*@K$Fh3xE%ao3cwVF)FcGB)ub?d|V~~=}hQX zBb+H@OV(psH7Wu;jG3V@3_fP=GAsX<22 z2rb2>h)gMG5ki4e2qBZ>Mk67|F^uU2G0njNRZ`~OSqV@KfKn<@R!Y$rLP!Y=k>RWo zp=c?AM4%WZWsNAKAPgQTh9=`}4hsd^$yq29E3sQm9)mzQ8Kc*#U|fv$jOfi2Zv+8g z4RBV*=5qF!QaB4cgQo;Ou?Sp&VG$9aa*zP7=y6JA9ZsM{0Tn~VQl-ZtG=>D_0BR{g zsQ|z;4yqy54wm9=jue~Ctb&E4AR)5btOE;*p?FF|@hkvEaT$pcB!;J;IEgArnG!*z zB-+d0#&E{0|K}|%A1Kn>^aRcc=FjpBdDqkocE0z``)cMqiwS}}%Yvk6ZwXE+ll8U> zV0le+I%PGnVE^b8Y}YvVD`HUMxKhr5{1tMU0*HZ8AWFhuKopo!sgUAwf~I617P`@$ zHY4w%9BhmU@Cdj90`+hOjqhyLgqQtY>8#KPKpBD(2!^HLI4PHtCjLnxM#B1Q#DDQJaJ!6>{<`>o0Yiom>z=qfK#B5a6V&5V@%PrJPiy>?JQ zi+2p{%wVIJbnoguEGl^A#>=RS4) zW^@JioE2Fs_<`pFC&7}S`z7EM>1UWaMI(A494Mt>Igh}jzdd2LQzRPjws8B1)|L+i zgZ{i$7w3Poe~@ngx~6f}aqw5cLainy#eM1CCCvJ_=r?^&jSd{l)#M*r&o)-oD~=_L zOX0_R>*s{2CNw3kIVxYeA$Vl{*M);~E2|UGepO?eZypW_`sGEeJTzA0y~eoY5MAwQ2u$%uHmVW;nwxofsoF2Pr0eh)TH z`?ou*Y~%RWj9sMT7D(Gr0T=y@QQ~86CJ5XKWMEflAMgQUJAOLG7#>$Ha`0K!I0a3Z_KX_ z!8(pVY9BtfVST~3t)uD&JzsY?;>m#GNdtCV$v)?Euw8%d_GxGEeDluAwiefQi9P*s z4*z^kXh+5Rg46-ur$5h)@oC5mA-CQdxp>aq@K&VpinH-~QDNbhk4G`1?hp(A)3H@( Ooi;8>^KI-$`Tqs{EZqkH literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-0.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-0.png new file mode 100644 index 0000000000000000000000000000000000000000..a81248e484592263922bad69943cd737c3c4415d GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDb50q$YKTtz9S&aI8~cZ8Yo!r z>EaktG3V_KZ@vZv9@mTRkNWNi$4-9JY5KF%D1=RS){NUNdlLPn)eK%fW&)~bU`T9m zjq>#>x0IRiJ(*vU%VJrU?`6|ieP_nprE2wmp9?`$ft7-Z^-P~?{_(HyTKf5)Jd?)N g>sNR?bYQX#yywM)OIB>s-VGA*boFyt=akR{0A?FIV*mgE literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-1.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e437ff3d8f8326e8f908f622cf1242381330eb69 GIT binary patch literal 4238 zcmeHKeQ*eC(R^gQOo3QbJp?a5&s%_uY1FHXE|r zCJk6?1?A)BdX$st0V*ge3OJ&`4HP6mYt<_Z9QIHdkU_jd)B{dO@N7@t-Sl&G#_5dy z*PSH0`+WS~=lMO)^G@DX{?g)%^vUT6f@FA0JZ12X>ff{!_^Za_U%^{@yrNPo#XojsN~<7GDmhU7Y^)#_aA5y-N>fr7W>FzqoE~ zZh7UaP2T@~);uq_{gLN#J2n)pFPby$FLd=ae8-Dle)H?UKk;C7)}`HBKWk09vajpS zgSG#SwpM?99=`z@>R8P`_yoH>V&j)6)>5;XrlB4-q9gE9fxaWb?`&O_fmPlmub4k|j;XgPC&RmX z&GY9MhOhFwE}y@!WBcRV(X@s}$9;~w_m`~tZgx5za610e*|xN~E!ucu8`=H&>ankg zcf1^%)Ag_U9f_IoiOU-YuVYOmKFdb}d_WaLv_wuc(jysbRWePRzKu_^+YL z_9^XeY+Qf5{#i%+{VlVWl{%#p<5%6e&(zlQ*1k)xB`ofu9P8XHY|@&k_eRN?cieMr z!jj5))^~4v-86I4-yGYYnp|^s-668|^!$G;dWl)>SpVnzn=#=%f6@3!*zSk7ww9c1 z=sKEr;l{d)E$=*#lHED>75_A*;cDKEvpW~GJ`-8jL~Z`IV{hJDk0neecAWY8`Yzc% z7x~T-eqm2EJ|JR@Lvx#`Xr3jt)HacE2qhEz7@!VFv%KI>uvLk$zH#)Vb-{HR-r0F*Y-CK4}< zNp)r{Hyw3G1d%QC6!k&CHy2i|X`B_W1_jLuwxjkPjlpg$c?;60%GT^-#6K zItbDi(2shk6>v<6GN3B85gruQfsmFx6hhz!{KK`8pplNi6Cem=XsW_hsbNbNdwu=^ z51oQ4Ne&xcknCZWnj{XAH7qt=W27@Q5a>RDJIuO2cf%N3`FyNL;cNBqydD>(ug?k! zFA1#iXtR(cBicEf12zGtX_3Yq7ORLmtTutPaJB$P*@i%QL#oDwc%VZ;aFYaaNFH9I zUBm%xqj5UG(|CXqA!2}{Idi~b5$)6vh`A97b|n`a8kG(uKq#KK+JGS1a68~hoCb`5 z2S|ql7wtf>h)~7wya6TfY>^U?Iap3f=BfY@4pkWnop83m?{#5j6FDgH2RTiI4sZsf zkf21>K~;q$gK~}2`K0V-8%5bIG(%b`#%dijnhzo>>_r`wB25;Dq0tM&!gL_DoZhJr zz>vdiSa$?)ni8o{l%NaKgFHb3u;dVX zMUce$pR(4+2X!WkULvV*{dz-`oT+lKB>9$n4NAr^p{OwyEXOBPP`NrF7;!?Zq>8WR zLRA3nAAJqmFPDC#8LSSt6 zJVLHugBo0+clDL(?&0>)YM|EvQihWZu2V)ODZ_}qWC?x8=+D+k{D2RqVK8KifqqFD z+`8aSNDOR+eSGPg&M$cN)!`Rh0YZ;1G9rFQ=^CYLL=23`c(l7l=^7COBQhTCuAhyr z^ufav2*H0qQFv4;EVz6Q9n$wxygKU-P2U4a!}{I; literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-2.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d7b53fbd8eaf5c91125ae42918d72bf3befa7ab9 GIT binary patch literal 4239 zcmeHKdvFuw7GL1D#oBfR9bd?>ZWW4kvzyIpvnCWs+9pEU*j6l{Uia}OU7O9u-EEUr ztQE^e;Eo7YrrwJRiWH?)5noUl!fk6W3J9Wu_bSNL$5clI?p$AEd%fRo+LDgWIGxe| znq-sR^PTfM=ls5N&g5GYEGx~;zB(I0kX*mdTLFJj{hFEyztzUZ|H7Z1#;R(qf{mjw zMGlD(fNBjffP#b=LXgD2rQm_wZgT3NrMNUXKXPTCSoz!xZIJUkz3q&D-jvlxuKe)S zi*r8C+%ff^@4d3DbKsIopZVqiZcDkTpmk2c_3sjO^q>AS{inkl?mqm#eRt+P_{QGS zcMkf_&h5DEz;#34zEd!(-+ZjCe?!TplEv3PY8^O_cWgg1xT>zZ(3+RC?08*S%lJR|wQEH>Y_!R_mwe@*Y7E1$jL)~uTzdPvw&R)5R1zKUL~xHdzL5AH;#HZ{{X(R26u*8IFE8|Pf~H+^0AuJ4LBAKgKI@b%is z&xfvhF0uH~7fX7Rg^kl%nkW6$f9U;7zwFI%^__69Sg~*2xf{=__dncpy-X$NOfP*r zTHQ0FXZPPX9cg%q?zws6!WCsM@o2`HS$j-fgKzB_cqwV|l+3o3UxQt~Zsv_~vhb=K z&ga}yeT(hwD_%AgZhoEK`PkL9CtLTEZ6}tzcYC{YExqZH`O`7s{a{JP<=88CZ)@`% zYdX|j)c-^4XB!XRnwj4>`T5|r&ZcukKb-7b+V-T^36ixs>D}=13HPa!$N%-w{_wJ)Aq31(wr;-6^C_&mdJ)!F zbzm{W%aVx|WDb}TQVbRzg1CwjF_y0d8p?sN7n zN7Z~CB8A}vDzAt!O_Zakj>&Rzo#w_cxQ>p*C&dDRQTV7j%mUa-G71;(8F(^3x#%e$+lzr$mf&1fBp9AVF0XdNq%6S?Ui2 zM=f*;!lD#2tRUHAG&M1FfvhpH=_^J$>48A=QQR@wBe@&OP%98%yfR;>hv)aYG2K5S z$h;^p#x3tKQ=H9C;dY0G!>zO}gwtGz!hw@^IC(&lPS%+Q<&UZw8|8rx1;I@s#1R}k z>kym(57_~P00O{i%Esb0K(QnR-y~^HgD6)-Se0xfJt`eafKVLgaN0SZ!&#cQ!e~ee z=SUlg3oPfPXbVNz0cAi5JX0bo5(~Fel-MvJV$ra%pcBq42>RU^Wg;&~f)Q2=K?B$W zVpNdh>V>5$Q3913tMh4gP>l+9-0C@M4-U6n&xoK?Vr zFys+(1q;;R3N0Aks<~tJ<269v2S^!CI&qycbBZ#I7*3YZC&oy&F5(w_xD17~5d-Z~ zGB~>6BqT;h;V@tN(D?&j!~5_DdVtUqPR7OW1YHw!jf;VCDNj__1YP4|U|h-*)%Cm4 zm3`qb1)}gDP#hkWG(WQ)9AD}@T@>>zRS_hwN53XLR+u*f3bQnS zpg3#bqMVG$Gv0k-^%N*#{N4ps)!k=~Y|TZ`oQz|$1gZ3{Y1`TMvWquuJbg*a$ChyU vWMmNAw(GS$?N2_se9C>bwnZ5TlH5JJ`goS(NcRp__vvMBWl literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-3.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mag-unshaded-3.png new file mode 100644 index 0000000000000000000000000000000000000000..9213df5dd8ab9bcaec87f92f3d70eb91f391da14 GIT binary patch literal 4238 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 emv9qSr`pnXWGxu~UCv4)lCQAXb7029_5TIPK literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/meta.json b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/meta.json new file mode 100644 index 0000000000..899c0f279d --- /dev/null +++ b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Icon, Base, and the mag-unshaded's taken from Paradise Station at commit https://github.com/ParadiseSS13/Paradise/pull/26498/commits/17c167b6648e8b67eb9c2f23f2f5b61e1a86f028 All other sprites are by Icepicked", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "base" + }, + { + "name": "mode-disabler" + }, + { + "name": "mode-lethal" + }, + { + "name": "mag-unshaded-0", + "delays": [[ 0.3, 0.3 ]] + }, + { + "name": "mag-unshaded-1" + }, + { + "name": "mag-unshaded-2" + }, + { + "name": "mag-unshaded-3" + }, + { + "name": "mag-unshaded-4" + }, + { + "name": "disabler-inhand-left", + "directions": 4 + }, + { + "name": "disabler-inhand-right", + "directions": 4 + }, + { + "name": "lethal-inhand-left", + "directions": 4 + }, + { + "name": "lethal-inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mode-disabler.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mode-disabler.png new file mode 100644 index 0000000000000000000000000000000000000000..b671549e5b045c484fe228d2a963662115e26a00 GIT binary patch literal 4258 zcmeHKeQ*&|R;_kEt{_dd_>`Ix+o-jbqGS@&ci2r|m;a+bj-s^7!Y;jda-`(OBIuPyg!WqcG3 zM-)j8093090~Ew$2|;3?2EC=(C(z+tUyhlUmNsR4$G%7RkGp=;vE9@1)dSO?EZQ_Y z(A+uV-U%=MZsI(=B8zKl+gY=jJ)1u1#p6TAto!m6ZhTrzW7pMJA8-6$>!$3dYRqf@ zbIR3x|I~TMC*Jz5Blq6R(@UHEqjE;%?3lcbtonALulQd-jQIPidDm=b52)(hOQM4 zj&iSFv-Q$~@D1V3e_p!0XZKUP(c$$C>@;@rVOQhr*;%;X#(ve&vTSWjwBgK7^26(^ z)83Ho-W4l8eYK)Jo>x11Wy6pr_vsIQ|Bv>OwvKc5y1LdiH>Q5AE`P560mT%bbXU=< zAz$0LwzvND^1C(7Y}-TYX4RG0?>l5@xpnf;wZFtEN8y9!IpeXhYbH#Ml6iMe z`DWx2U#a=`<{#VN&OiBN+;C>k`R_a5 z3|i(Ox2f>B3m|&aeNL7uUdu$ z=JOPDf)X_FqT&aJSTGDL4?%4Cu`n+z1{&%Im2$|Aecf^lLuJv9%`>v$-}PkzLlY|6Vms#Zcu|KE0Vr*t z4J2L=ldDbG^eogC5hbq7S(t)=Uv{iY)507eoGnxjJ`F`PgZB63)hl@O|9@_uEhX2&onN4xzChCQAh_>h`n0rEk__%LBKkVG&@ z^tDj6f@%noa_DC*)NW+(r4a!XRD+O~(-%S%dhEkXBY{LXqCkKE2trjA?rQ9} zWs%$C?Xl1)sFZ`@gcT&apQa{Dy=3+CO_wCX>FWqI@4@Y--5q;E8ESbvoKq2&>h8In zc1+)&6BR)gxx_0ivLb0^{5WIeDV!F~CY&`}X`Es#Bnep2FPi;*pxhx<<3j?_p&+ z8{jnw8o(ZqL!uH@dqw4P5X{wholm31#2AehnzFDoW1-kyr3w&HVJ+&YM$(Xy=!xNA zIFMRiuT%(-uz=BUjtJm2B~q>^0XwEUh3b|)Vh?O6k=J-9uK@^3nrM!+az;}*Y2rwV zGh1-@OZL%ML|Ll&C2hTZP+KzTE?I^9*CdvbJvA3BNq!|i19GC7P&CmN94{n8Q2A;g zCj5k0Ns&;+hbjS_AE|=vUYCES7zDve0mdZZMoC~`J;CJptrU;bG)amSFBnN$>W{7} zk{0D7U}h!c5po3!G{F^`n@ZK>{`%1>pyvTnhLcuYr_7k73?ov(68gmGj@Cx}gb!On zq0fkccF8q3y5J-vdPZT2FMa6zhF2;Nzu^uLdT^5g@jFP@AYB7uU_i=))ip@hfEXB% z@?drSYIJ4w9;QGD{sW4_qmt*~r2sr;rTb?WIg#7?iHn+4_bq&6hF$Yj1j%mG?;$Vc zWsif48JgQukZ~<@}ybTZ+ NaTk<0_sv?g;{T&f_r(AJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mode-lethal.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Battery/erevolver.rsi/mode-lethal.png new file mode 100644 index 0000000000000000000000000000000000000000..ac76824b069157a38c1316d8f37b9132887744ab GIT binary patch literal 4248 zcmeHKeQXnD7{4iOV_{3C24qM)4-|1;@23hi3Yr%$9O zNMC#}a%g4!;Z$4mrcu>x^WHI>pVZd)SoQIwhb;bu@kLU4CW0hADL5Qnx5LpJ4~$~{ zqpR(%J=1RMc&KR0J@ZngE?vsE6jaR3>@4iSe0Pga&7Uw^*Ij>Cy1QZd%cmEGuW)TY zoIbN{>l0hi)Y>}BRLhk2UCXY|O2hp&%TJxVs#oob)*WmikNnth!|Q=@uf=BXzc9a} zJ-aIN$-1N!?)`^v{=Q?ht@Eh8rsl)tSMI$mKen>=PD$TB`KFoAg?#bx@wcB}d!X_q zOZ>j388rnq;o!(+x9`;Ly0&-ccW<^E9Qk({=iG*kSw7+3D49L(o}WiA_RTeZI`%DH z_WJiMTc6D;J-KE#*?e^Vp$A^IHdxj+PP+-?4}0@Rj=|n}WOK8tt9JjM+%s3#oNL-Q zFL`3;4X=Ceu-0D5y?U~BVe^ZTHTBenKRe#d-TQdE?%=i)zy01On&%+b4dE?2x{oB2 zzq_kGY<+4~-ACf-Gw-+Vt8PD^L0;QD>*;f@+I2HFA|JfeWj0vkL9GHwg?|! z3Z3~q6!6WCl_*M>A&6)+s*4(QQY1)FR;!gD^@LuJLj*2Yh7>l2hvbPWMS{Z#WG*6v z6+sH2Dktlg$`w0?!F9CPKQZj_^wEdp9u=S-M2rm+l#V1skr-$pD|r==q{pFuw2+Ho zn-YaUmdYa>$g2P$W#T{zp6jy@mq*I9aCnXYWk7^b8SY9A+H$7bQ`QFtHp>`3+zIl{+LWY={FY6(rXQkcXy>mVntz<2-HRaoTJ( z;#SIR!c9iN8YwbB(`Nqwia8MhRwY|D&?}XShg5pNTPeyw;s(7DdSl@Y&>MpZx9BZ2 z%>ypLTdf)u&oTK@L}Xz)1(6K`A{+{83##DEbg$cv>2+lPjJJ$c0?+{VfDq!PsNBC) zEQp{;VO2dTv))8eW}2pG102l#p!pyo!&+2XDN<*!Xe(-B7#I$emQ^bi5@_=<8paU; ztRh8Px%FG)l}R9J<*mc4G%P#A`vpfpN{#+8R41(bt`ifqeNVPXps86wm%OD7N@aSL1n zchVbRVeAkVhKgEkmkx=X2t_F5hp1}e=r9BuCk_zDvESuLwvV6pyx(_@4GGFH47q&m zPLlBPcpNa1N&+r~@SwBV3;^4*ymPp|ib+@1=s5*~{IRaNDym#;au&HxyWdNiBOM4BC4Gv%|&bE>eEa5|T-AWf z+L|+6Gribh{grQ}1pb_7r8o01$5pTummE0DK!?xwQ`_8WQtPx~b*``4UY?8f$2ogJ z4^Kj#fsbE@sgsLcD*M-o8VE!ygpkL^4X6FmLgyzcA%uMYBERtmCX9XoxIP%0-%3Sv P00000NkvXXu0mjfu3Hqi literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/bolt-open.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/bolt-open.png new file mode 100644 index 0000000000000000000000000000000000000000..48bea3ae894b7230d2fee5321cc09871b6050dff GIT binary patch literal 646 zcmV;10(t$3P)Px%KuJVFR9J<*md%ROP#A`vNTzfa)08YKOl6K(M%t1N?aEyRyC~8daHXi=EqD!c zCvyWLxSU1Z2s7BwT^ErOBuMQqGX3GWm`QCX8K+5`yvu~|JnwnG@0;^amKDpeQ^*_gdG&?V zbzQ!H_d&Wd@IUR$Ss`yMV~5RmzLOTL_B;rDCkD3dd7u_NJqFa5jOT!sX+_o^BGTa0)QWu9kkq|z%y`|eF%W2X&i||V7s#( z$Uw=c$Ye5!rfCcY1AwK8u-d2vg}fnEb&r;Lp_EPvay%R^-t1BdGbEXz{DnD9LXjg!=Jp`UxlBoYY#Y}>|hoI4|TO$2F) z$3WvGC7%@^F&X>{jm0zbHI+nj!l1`a-_U=<#RmIgk3A1Y_3sxA&Hw-a07*qoM6N<$g7?=Or2qf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/equipped-BACKPACK.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..5ddc2bbdfa98061b4e97bf16510be90c0c47b9e8 GIT binary patch literal 800 zcmV+*1K<3KP)Px%+DSw~RCt{2nn7<8K@`XTi>(~gEtsG!B@Cno(}=90dnhrb2jfAhXFrM`O!)v} z8aL#`}%WU@z6n(!FA;W*({&}-AnfCyOVHk!XK?or& z%aYTiAEOil0MGNNCAI348Za0PDCNeYKSL>&Or(B)awuiB>XT-`eplj~cStFDf}=|& zu3TRv)g(0_nVf?WBTcFk42MVPbb6$kWCoNgk0o$yf-Wx0pO_hRNi|6`ATej+{ksdy=SXtz65k|z*C$Xcyt06?Ko&@xA4=CgO@ z%}haS1^__0T-H9vg{4|F<&r|vDmw(X0x3rs8e4(=MMB(?znZzdcE!!QiP zFbu;m4D(MTgpj3DX=<*a!o;h5A<}BK&L7bPP>ol~0Nr(eYQn^;bR(p@?oUmac$G3> zA)P`lpNSHac9yMmxw^I?0U(#pC>K$cGGK3aKSF5wS+>^YaCn5a*T(AFhWz+pNBOs; zx5Brr%Gh^`)wK;dXI?`rHiNCkrt$ja^H3!-r3_d|rx1_F(P+L69Ot&ahnYJvejW1k zL+A1t^!t4@nxi#F8X$y_s!QPOPE%`h#Az~%^Vs?P<*)DkC7@D74O{}gKxw6jtVlaU5!#@(M^bshR$H%?LpO>x1rU4vhfXetl1Ma6j0RWl@k>i>O+(*DL e48t%?5WfJyboZd0hMIc-0000Px%+DSw~RCt{2nn7<8K@`XTi>(~gEtsG!B@Cno(}=90dnhrb2jfAhXFrM`O!)v} z8aL#`}%WU@z6n(!FA;W*({&}-AnfCyOVHk!XK?or& z%aYTiAEOil0MGNNCAI348Za0PDCNeYKSL>&Or(B)awuiB>XT-`eplj~cStFDf}=|& zu3TRv)g(0_nVf?WBTcFk42MVPbb6$kWCoNgk0o$yf-Wx0pO_hRNi|6`ATej+{ksdy=SXtz65k|z*C$Xcyt06?Ko&@xA4=CgO@ z%}haS1^__0T-H9vg{4|F<&r|vDmw(X0x3rs8e4(=MMB(?znZzdcE!!QiP zFbu;m4D(MTgpj3DX=<*a!o;h5A<}BK&L7bPP>ol~0Nr(eYQn^;bR(p@?oUmac$G3> zA)P`lpNSHac9yMmxw^I?0U(#pC>K$cGGK3aKSF5wS+>^YaCn5a*T(AFhWz+pNBOs; zx5Brr%Gh^`)wK;dXI?`rHiNCkrt$ja^H3!-r3_d|rx1_F(P+L69Ot&ahnYJvejW1k zL+A1t^!t4@nxi#F8X$y_s!QPOPE%`h#Az~%^Vs?P<*)DkC7@D74O{}gKxw6jtVlaU5!#@(M^bshR$H%?LpO>x1rU4vhfXetl1Ma6j0RWl@k>i>O+(*DL e48t%?5WfJyboZd0hMIc-0000Px%V@X6oRCt{2+D(s|Ko|$`Ka+-JBch%>Q5p|~WO?yQXiYp4ucrNq`$Y^lvWe`b z7Z2#&R-y6G-JKpoq5c7p?OLxj}dUQ4}G|GRU$F#@K)DfH;mN-}krf>oq61d%O`h&_7OIoqy4F zohL~m>AKGA^*R8c(P&^a8kK&Q@B4hQSYUJa0NcJS-a@ArAT-Cj@remuU&*eclpyEb=%X_|0dcWWmYhQT|X&c!Exab4TyMZXjc z!{A-puH;uFA%qY@2qAcGUB1YC!{tJT1H`OL4fL*y9CvN&T5vMeLZGDK0dzUFxz ze|ma4sh-f)$&bO$?GP!Fca8u+nx^aLv{V((FTdY<S>DbeX<@vUZy%L>-}5 zehx1pgsLVFTv3Nekt!z-TuFyW5!ZFOX_{}RbL3cuND*DvsdI!7LaOo$Q3x{<&hIL& P00000NkvXXu0mjfJ+C(n literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/inhand-right.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff06bc6793d5d5483802a936c23066af9223a1d GIT binary patch literal 655 zcmV;A0&x9_P)Px%Nl8RORCt{2+QDw3P!tB>pPS|;jfnLDnA;_Z0&WS@*%P;B`igxK!;UnOHr>nu z-FHS|;$qC)Su~h&6hsD)+Vic9QFG4Whz5Ru5JCtcgb+dq$s~l3=dR(H`@35?wzQM# zWJO-&d7g}-NGVrVGw$zhWwLz5YiDrM`!WYG91bP$);wbj)V zNt;(y6`b=5%B)Yg?BmPLx4q{*&y!&oW^Qlp1~A6JIY*Kt2!f!ZQtR{Ze7!dW##rtK z9Gr~nx^lT(0s!JTMifPg5Tf2$CDy$x_(SL(WsIF50pDDS3u z;H~k0>%3AF#BmH=*WtSE-X`q4IBnkdee^XAkF#0pn=WExn)3T<1;=r)SS)rnVf)}x zn@?p8fdPPR+tM(Mi)|hN9%nP9uW9goABJJTw(Z@ogAhWFOtaO$^;H;|rhE_oY6&5P z5JCtcgb+dqA>_Qie*SckS5gb*1ICsnf3AMiUCUV%8o;mLIC$^fvaH6pqUvkd7P)Aaw&;aK1x$^LQeej5{*K2s5CxQGVMp<yom442007u*HgFtgdjx_YK$0ZjoF7eMlvQ_9<>Vt~4h9kcW=~Js z;DiuDcDr2w*-4BtvXUxQ-odVHW%EJ^Wi*vnsPsdt8bXs{jmkgxe}~X?QstzRU=c@? p7&$H~sZutH@lld0gb>mSe*no5IJF^G_Z$EK002ovPDHLkV1hDRE^`0? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/mag-0.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/mag-0.png new file mode 100644 index 0000000000000000000000000000000000000000..c6bcb523f4b86f13040d6056c00a425b25b4ecf2 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}O`a}}ArY;~ z2@=vqPssoP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/meta.json b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/meta.json new file mode 100644 index 0000000000..c3b395ebe3 --- /dev/null +++ b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/meta.json @@ -0,0 +1,44 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by BombasterDS", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "base" + }, + { + "name": "bolt-open" + }, + { + "name": "mag-0" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "wielded-inhand-left", + "directions": 4 + }, + { + "name": "wielded-inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/wielded-inhand-left.png b/Resources/Textures/_Goobstation/Objects/Weapons/Guns/Lever/chester.rsi/wielded-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0c0cf08a3f521482c92978c246d1ad2f39ff1392 GIT binary patch literal 642 zcmV-|0)737P)Px%JV``BRCt{2+QDuTK^z9~Z)gRv(h!YpVxpT^Dcfj}gNE!QR8F4T_!>TdCtt(V zgqtU7_UhGghiID2#aIq@5|Az&c0Ay07NK<4fm+S?JFx>Z|D8YCz03y?5fKp)5fKrk zuw8QX-@XT18Jo$s@9j)9p<1o}a}5#k3&(My4cy2VaMJyX{k@ksc=r~Y8+WI!D^DJw z-|qte3WWk1jfTJ#v*SM2gR|b$xRg==z-oMOI2-~1a=9F|9{1w(Q~|)uYo$~)x7X{T zUa#wBvpLa(-O9So0LbR@0D$+OPR?!8i)Wh}07kvfh81LwwHR@ft>> zkyR7sv3dtcDTPuBQcB_bzG%1G6OU2<`!~ct2SG4*y&wpt<^Vu8n}z3jOL@PnUi_2! zq?E#J+B{drn-5(9bWy9-^dMYGwB8_GK^TU}WHQlwA|fIpA|fIpA|fIpx(Y5kBe3Xt zR%e62bVgv=7F}=V*0)+jEP)Px%HAzH4RCt{2+QDiQQ544U|D+`$8lhB3L6AUeo4PB+F7gD$X5}tm@ikoe0KSH_ zYgbzO1Vhn{L2*Jw$VO}z&CqGn84Yt?gp8TQB%PY3RleWuPG&ggWNxy#ABc#Eh=_=Y zh$OJGylSqyhrg9da`W2SS~T#=@~XLe|Ka32nldZt1J!EPc%BD9E|;VB;S+~P-`INk zjP0FQEadMEtXt<^^n9by7^qn&6b5$Et?V5>J0BDGm(*r4g0r(M|69T)nlUM_l zO2v4dN4wnyz;#`W>Ga-gx&TAhK@bdW!uNduEUQy4lgUKST~?`7GWnkeKxdn$Gg$y$ zzdMZ06k8OFMYHuN!`rX70oYtTsbtdWG@FZO zv01j?2h{8JSii9y;QKzO$4y`ffYame(PxE1!8nf7JFvNl!QEX9w<| z?Z40pX9&ZP{r!E*?z!F_w)=a%iNgcfwjK3l1Lg9P3B!<9ICG6%iHL}Zh=_=Yh=_=Y z{BNe67nnr7MEQVGrkxjee*!0^Ry>^YaNJA|fLHj9;bZ VXd+Ok=+^)M002ovPDHLkV1i@UI|%>) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso.png new file mode 100644 index 0000000000000000000000000000000000000000..627fef8d5424023c0eac4af4bda384400fb380a5 GIT binary patch literal 4447 zcmeHKdsGzH8K12cl~)Wcibf8TA@K#XJF_o#$6XM1d8}l0h1Gzz39~b^%M|vJ-GN=u z>Pn0evB5wwM6H2J4>lT&VxuHdkcW>1Tk&{ml$s!+4del$w6%@F-dWx!Ij4tnn*X?a zX6DZK_}%aO-S2*9r`WJIImmypKLkNRx)g01c*6WO*ALuXg@r@l(N<{8;L=Dp>~Px6 zY%T+H1r7#gJggalJh!ce_>dNO?)e9MV&i8AsV<%Adv5!+&)uPAy4(GGquy=bbM2qo z)O~Wp>3ug65B_04grBE~)Sd zvcZ4p-IFgS4bCquzWCEp>@?Qhoe=zT|EFuNa?0)Go$H}ryz2MPU1Hgq#`@@wKRMDJ zE@VDypVxjo7AlQw4d0>PC^eth{j_&S<&OjYeYQ4yNU*9X^Tw-%HO&wt*vV=%2AxJT zmJmqe&@W$Cr?jkI()MC{+se=y(1Xh~M}nb1vnSp87I0qHXsNVBmn%KzvArluRm z4{i?K@85(?)`pUM(F3mSuWftQE^b;DlKiGEqxGrQx`X@w zRPdIfbxm2q*0n13+U(+pdf^9;F4p(H+a%E>EtRcXf-EQrk9K2Gi&hQ>zLc?E_Tj?Q z!l*-M6~`(T=iDi8#42xYy#BLVo z!7uXCkKQ&st=x7m?%|zxGAj=|%Zu=;Z`$6AyXZaq^Qz3VUk^~7w!_e{rE5*jH^+jq z`pbt3HwQ!rW_32Tr02GL`*JY1*R^rDn4b&WS!nH?!i-F zVXY3I7a)6zCC8d4$eI!xukocbIS}AJjyuJAEO(zVu+r-Zt)0r_!_#Ti2){l-+bNbN zd{as)S4uEif?^7V43(NlDXNfAF(@umlDI+|Lrcu~Bq*KD#gR6O;h_MykOeq6MKKDJ zQUGt09F;OOhLR>JjWU#2t`N(`5?mQG31Xd-1yxDrPL7I)qIoDeM&cN)KrxI4P-2q; zHDMHvnxu?Osg&TjSj_mKXo^U(JFO(xPS#3V7?Hzf@hN!1iFkufjfjQVgv5|ba%SKF z&H!tp?QYkE%E(%obdKct#AC!V1+G-Y$mEzLCPp%0w2^VTKrQm9I3|=Rd>VdZ2#^k- zmgFlH0Qlq}8$#n`NY3sw+U>b&gbxblJ;&90aG+?CBef*Q08mUUB`_s{DU7&`0CNf0 z4+()yvbWQ$x!`|U^T!8Pjcj@f>jLW+_(UUTDxG<0(q>^m{}?UUF**A^#Xw0JhBTQdREo)CP-%>kK~1z&hGH@tlPJuzOe~R4 zMR(cFoSSqq@fN@%;0hF|k1Kfj=vJ+mYVXcw_U|*PM=ohK+v+ic1DT?c+D*u1!RIebg7@V%=|AJx{+3Op~qcV9OrDgq`y@dC+w0kY|zyIu+>cNDvS;HZ>+81BlB~9I_`g3s5-dP!$ z1&hMYrAR6({Q6#53PAy(v6sEQb#H;xgP9DSS+9pyg85u<@#A_rPadR8T&q2ikX7_w D4xUvb literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso_door.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/bso_door.png new file mode 100644 index 0000000000000000000000000000000000000000..d21aa4c6488c8da869e22f0d6293511c298ac1f5 GIT binary patch literal 4523 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 BES&%V literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic.png new file mode 100644 index 0000000000000000000000000000000000000000..cd0c0ff2ea19a9c505384a6679cd195ce3e22632 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`S0JsSp`ov*XJut&V`Jm! z=;-3&5)crOk)EEPpI=Z=(9qD(*w7Ghe(DaOQpS=XzhDN3XE)M-oH$Px#}JM4$q5Iz zSPn8AOn(!_%A(DpAv9xi_4j$k>ViyXyb=-^#1on#RyPO;n6WWA@8a&*!O*De$+T#p zgFuJBgAOl;kf+cA4t^fzqo*4eOi*DgagJ2HD9~W4$iQ&$pv7zNMF)9+HZgd*`njxg HN@xNAfu=q2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_door.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_door.png new file mode 100644 index 0000000000000000000000000000000000000000..26498527779b4d6a73aae5d90c336bfffa1a1410 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`S0F7ZDJdf(qpYm#;NTDt z5D*>`l9-T?k)EEPpI=;DTv=J!*wFC3pz|_NDPu{HUoeBivm0qZPN=7gV~EE2Ef((HlEMJ!%{2~RkfWgz%&t;ucLK6UwoItz) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_icon.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/generic_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2487eae1fdd11637cf11455e45b2431fe0690488 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|)B}7%T!FNP zhK9bLo|ToAjg5_?qoa$9OF%$CMtXXFettngK|@1BV?#s4`KddAN_k6y{DK+&BLQ6& z$F)F-LQfaR5R2ZkmrimWP~dS5WLNQ={r~?xt)ml;dcR$E`0kDm3Q|5V>u$1suiPxr zY2NU{?$SJkfbP{y0WP|l92(JFjRvQ8Jd98-==;d@=V6N^+cw`T3JT0K<=9tSmk2dl rwhNr`tgAfqNK}ty*8gw34GWkjN^+I6m~nLhEobm_^>bP0l+XkKq_VS)S0JsTqN1UpVP$3I;o%Vw z5D*>`lAoX7*wB!bHRU!?nz1CvFPOpM*^M+HC&SalF+}5ha)N}$fh9{C&V&YCdXeEE zcHu>ax3j2+w;7Ny69Ez;Y73lXS1e+1Wmv%!st~Bd8>*n&+t6SXpwMW-Xu80GVN-+F zh2j-V4($uM80Px5aj}PpE=pXX<OIQ< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/locked.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/locked.png new file mode 100644 index 0000000000000000000000000000000000000000..d90218d19e26a9037ed3fac22986f4c4aca73af6 GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4S0Me**7iS)l>c{f0#Jy# zB*-tA!Nz9UtAopcTp3Rn#}JM4$q5pyM;P54OBkI^7}eBE7?&!(&t{lx!>~3iF>NAH O9fPN~1zBS&4ikNCFK_fhtPx%x1F*d*qAkLIP4$ zj&`(6(aQOWXHj%?wAEf^s#tqs5kFeTQIE5&j6I~@oYfYz#mcpc_wEJ|<~no3%=JHZ zX0yA`$M1Qc-}5~0x2 z2j^m8q14C1Y>;z6Q1F`D(mt^Ti+JdKv&K5}+h$ExUB>nLuOGOKe`?g7KN0S)W7@{!1xKz)rJaHu*NJ3S3KxTlmwmt2Z}2NQWR<6{pu* zOnUu5LLiMDuf44^wj|GLU6Io|KW6g6wHo{W<6oqu&B~0aw(e?-Sze4a^-S1KK08ld zQ(1WG)cV!~f2=-oDEd$(+$-z+wqwsNymlBG6$l6xdRa{qRA zPbZGo<;Sf2{pD&X43`-%v`zh{H7fD!=eqLpkE`!4=;l||R6OS;nqQcbzRi<&dgkdP zb(=4izN0yvu`#tgE0Mc2Ze3iH{G*3wnr^+{tkf@lUiH!}WLovp3j$dDjQRJXit=7o zefrb~^7tJ`H3v7v7GAGCiEaIS$(2|4Y2Var-jF;6vA0DAElHid zwKq4OelX|bew`}W9e{CgR|8whyNoQ8?{9XOBqu+Hi?Vg=bpR*&Q z@aKaQtzES}W%(20WMkW#TZ{8+AFTfDX=|@(OVs(dACj-9%7RG^-cM!vqsjl+-kx6= zw{KGN8^@RbRTdq+<{rWxUU_2Sr7zo0I+s6s1PO)yeN`VL1)%XtIM85u<`*f(>z31Y zuZ@)l-9FHH5R{k{^wCTqE5J6^$$4~0_eUoYn6vAUr7AOK_UYLI&RFJWbIP)EnX*Dg zYe$k6MJ5I*0N`c?8Vzk8!{UAj@TEfv1i?os6oEiM9#G1?ey0N0YPAZCP!I$PEKt7GBhW$A!_N^R zLKp^?XZ)N`;JhAK#H4NBVnK%>Ko1YB&+Rjt2jM+@KMQ~lMUeI>a5<)MyA?w{cp zfb=iu7d`k~FsF)amiHF>88)qi^$2r@LfDx>e_yfRC8c9$6s(JN15+ME#fODVH<>Mi z9wG%!&h3-D0NKMV1tHBvf57XsV|afewCd>>6IZ^2brL`N-iN!?= z4&VT0fb-bB0se_9mvgf@0xj~1s|l4xNe~)RtsyW?D3pY_g!S{F7e!PYlPfinyI2?s zqywm>#ZCnPk{o11>HRD%c>TFvuSpam9yVgyNHS_;$T;u=bY zQ-l)5loU3^-fQO^rT@!X93MC_RCFW9gZQPAC^SG*Xa;qHO^uUE8%khmP(i}MpfthQQGzBM1WjYOR;`v; z7)0m24k1AM*%T+>5pV?>RN@Mr+h3}A!|ekFtXKy?8H#C9kutSJ8Hp(RlU0a2#z3}- zivQvxQ8E~^#Q?vM3~XIsCsYh>h5dYiwf>q{e;t0!5HLI%WJLUq(ltugh!_}=@o0CA z(lsImMr1tNUH><_BA*hQAUba{q~zwcFxKhTX5+i5Gcvze=I&Cgu|A&6Y}l}| z`Cwn)?Uijjv?W5_@+h`y%~Jj0DUGW$tLnG78JD@>8gpQ-Td{s5UU?~U){ zzn{9d>+47B8=9?1js0av}@!^7wFrREQNGh7mGdav=Xg+uc U8tJ-{Q!74AX<3Ftsn*K>01~%9ZU6uP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr_door.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr_door.png new file mode 100644 index 0000000000000000000000000000000000000000..22b1506214890340fad612b75c653ccb176aedc5 GIT binary patch literal 4510 zcmeHKeN+=y7N1D5h{9UCXhkb=v?9bwX7WKkOhgS|QGyYuf^1tRGm|jQC&`2aq~Ld3 z*+W-Rii!x;s%w>YS6czCVgX&HM@!c|sI(P1{y{4rx{C{K#qOH~5YG0TJ)E=sk2z=Z z-rRTZ@80{n_q~(%t}ZD)C@?e-f}kKxLQFCkx$GM-8T>l)^7_Egl$V;uB;#(b-C;A( zW{S(?+9@vOp$!n^xnt3_1vQ`nPmDW@H*uDt#eYAVEbSa<+7Y8^E6G=0R}h&SFIL#+ zRKi?Wi{Vt2I`NNn;X5}ktF26|sN8e@Lf^gVf6M6Fb@*m!e}92|8qD1I;c7x}#L4xS z77jjcUL4kewUl-2iYtvvoWDoh`3Nx|ZT@lUgB|O$=Du|1=!5crLQ{JF#`k{cMO!X! zZ`qelK=a}^oePgjAJpTI&*zmNEN`6kPurTM?S4vY`fbzJ4_YCJvyE1(bsDvLI3bWm z`CGeG2@T8VHocM36dCfu(syL!@w!{Fv2$046lGSO3EAL6Yx}0|7cY$97jH3Ly7XSt ziLFJatAneza0fUYUF}CY;a8ptBF?D!UZjp&Bv~^To>}zr5;w}59rpvWm@06APY55G8ys3-xp9!CN^GI1jOTm{7(H#RN_jg}?b@GBM zlTPU7%L^Vx4}5zny{y7fvIVRBx#_d$%bO}*t4u%J-AlAtE1;*w_En~zKMKn1De240 zm>S0MYpZW^Wt8-9YJNF$K=b~ztGk|vx3A=Qq7U1yanxs*-`(GqVG29;yX8CTHeBEY z2XB4^Qy*_Uzx1oyZ5NFj1_vR=28x#F=Yla1Ua2E?^;i7%`NSaL{&! zwpqC>Ca$-+7!?eIb?$I{7Q0qE0&jH=u>klGcyPM_43SF>GDIYn=y3@p)RRJD6qLs5WN<4%u}}b401$I3B?E|C8a_MMu_wVbQHuI2MxLsH;;~rg(6ufOs^NpL=r?V#!*Bp5@QH1 zAyGsk6-lGS1c~dTL|!P8P{i3B795n5w%|reV7D5*3oPM^6*`Ry7V>>wy%L=nXAHmq z>;c+J+T6}(%Bi%4N?~x8PYlE>6A6V0OlOL-R0@^t`|^F7Y42v@a=qI^ffK$IoOljJ zdgBCGz9k|Hw;CyMehfA2u$=z2W{}{7R3=6dQYHcYB-evl8uUU0C8dB^3^RyDhOy{Q zn}KoT4r+xF@Cdj94eI5JyLhNn5o7h;Srl6bKpBF{5tcG3OBon~h`~z}>tJ1-Nd)?rgHCewpJ_h1Jg%Iz&+8GZdQ|t-pP6!Ha zWM9r+Uho_se4f#0W1sJw5)dK^d??;Sg1aUt)csUY&Cm*E_}T5wN(p46}7I; zb(0GG!!Pcr33MfQ-nw+P>Tvs6dmk^LD&uYbjJZd$YvyCEM_s}!?X|VLf8RIn$-V4; z*}UGTR}T64`EC8Bct`aoqOOx&6+!h`zmzuLuha3a?EXIUgzK{pP4zvuj~o4$-;Z7V zMu=&Rx%;_)Gus_YruJ_OFLF6Urt<@(yBEV zCGVeJ`BqEyjrzJNFYG*7d_8!2)#Ad?oEztO4{k-4`~UfnL7AIarc4a|R8qCif6?ZH z;q5g^e1YpF&XO(u(8q5JX5XD+{b}$Yhkl%uKWWjMTeZbCaezxGm`c+av|1<<%mY{f Tc)m_4VFyiYQcU&A%q{-`cNcO+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr_open.png b/Resources/Textures/_Goobstation/Structures/Storage/closet.rsi/ntr_open.png new file mode 100644 index 0000000000000000000000000000000000000000..52e2388275c3f011fc86b7fec3dd84b25b14bbd6 GIT binary patch literal 4414 zcmeHKeNtRPFlp9dz0LJU6MvgfW#UIf(~K2+}ykgx8$qIg@pJ~ zpxUYIxGI%eb(T&yovj~7nT!?+R?@EOoV9MX^|&(IbBfanp0UYRv3qX<2xmQKhjZ5d zc+a_c-}}7J^LwA?_dd^aa<`fD^OEA{#3KljWHjhk!db{aak22%9}4xuDI6*;;a1WC zq1WfJvrZu7s=Yu6f~*}uf}gp}*OSf>aSt5ZcUb1$=~U+LTYjVIi~CN)E6tj1U%erH z>CFAx#+KS$TMmgnd+WE4ZQZtehrZ!p!Rrkxw1suq8*hEQY-aQ9o$Xgs|Gr+EHfaHM zDm4Ad`X_GhCZ=v2oWA|1K__`8xcTKRPt1DC7sq|O`ng|U_*cU1#^Ywi9Cy;6S_}Vu z44nPPf|Oow##~2!-^ITr^bt?qH8?|Ii#=!Ew5+$n>B`@CWPRQAxZ1Gh+KFp1YY{}S znbqmcMxAarAQ;B}jXO1lb4%xie^L})oH8wItI~Gl?Q1zX^PWwqx4hAuQd&v0_9yHm zf0!ZKQCD&H?9anTU#vfUJo$K?a6oYLPWPc6bkRdRqj~GS?%$>L-qqawiy-^pd&Q?S z9T@(XlniZB>^Jy2aE3| zK3`HOJ3s4`D06>{^3C0IDsD7%5PLpZedWi8Roj(~FE5>r+OC>&V^Y!P=ML>Le6;D} zIql7XhA(%0xGHwx2a}GPpHyw?(+=D?wr0-(UqhX^>6`Ew?fW$c);6ta`MQ_6?mmD# zbaXGT_~y+d%iV_lP+3BnVDk0OaAjG;{hAB&Ed$0^6F=PffZUQT2x<>{&I@!cOF!Rx zy{sbb@Z(Egdb{*pL2`2KJrtZ+-VyR#H(Uqf|Zz7P>jbV zqHP{45CvUcn0W}I)&{*aQvo=k6*yS82JL;P0~NA14f-RQi7?e4r?lU(AFm z7?lmxJ`=AFQV_reI9eEVIo*CLs6ivR6kPLS92G`XxC#wgVloSL9v={rB2q+PIYG8c zf<6;3RQqgpYNbAR2m-!o&~lFRQaBz61VjO;$m4V1VwFmT6B1k^!Jr1_uXb~E5Oez% z@(@uBJ@7L=*2}RTw~)uAt)5CwgQ9R>IP9OxYch?%yZu8fKtAvw?Zw3+0(ZIa(H4F# zrwW1$IrN2pTHu`xJs0vA;E!&Aj$j?6Qf z%p(>&1rFBbjaWgl$7ph_{SjGXeB*Z_;f!_!nvdX)(H@RHq71c6CQ9#NDtY&edJW2- zPuV;SYonq|g`AMlj2)8`K#q|TMvf^-i3%fB604XbXoXU29|dJ}`#IXp03Hg0i&%(5 z$m~j)$|}QDN`(R=Nt(u#KtW=1yUI>NFj^{AjDjfeu`nxX=V-5ZC>w+#6@US>mBv(7 zT85D}F^yT}QZXh|F;<1xu4DiSB2YGl%JukMG`vpMMLPiQbvq&(JmJ(bvr&UeM8qSB z*-3MDXaH+~b=y1v|D&y9)&+_p+P&yx=IghW{<8f+G9zw`lj%=G?LD^`I*3%q-poD~^2o*&r zi^WPxCZ@!4jF3{qD1DEOwO9WyZN7Yj>gc5#SU)_!IwFeJR1tVS`WAh4vXNpE3L|Af z(M&W1KV1cE5kDbTbc-pc-3|cz$56r!%h~Tp1_=-YMhX45({dX|T9tCl3V;HWN~|Pp zlaq3>OfnYT@3C_M+6R_7AdiqMn4l4^gijA$RmNETKsn&=0a6B&6yqsVL?~0B_)xGo z-!X=xRpbA~hdQD#s>MLNs0_9)*a`8GRyf2L-*mpmF?0{#;|UOY;*fFiJ3-e3UE^Y4 zT*?#KH9^<77#NrGM0Wk(=!$>zF$LW4A5Z{(Dixh?>w}+JvDRnv^hhT10+QLL^XEay zRIg!;A3>74_(!liGkGo)PT`EEoGCq1<5Hy4LWOI$LeV9oepzwJImR+O=AdO}B4O!D zf11e{OndFyF9(WpOI0;7Hzcuegi{yId^qE)!(@UW)tUNkR)6xP)KfEl$<91!IsHm) zZS7w#yoe{NGlKduxt@RKnoUw=H?QuiNuwJph#_&!%v3oMt;US#13y~q-w%fThFV0PoW zMG-=G^~G9b!ZJJ64yPX> literal 0 HcmV?d00001 From 3377c00c89b1b4d3bbe388be26cfc57dfcfca32b Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 06:56:05 +0000 Subject: [PATCH 005/215] Automatic Changelog Update (#1495) --- Resources/Changelog/Changelog.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 562a3f0855..e7c1384102 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9681,3 +9681,19 @@ Entries: id: 6674 time: '2025-01-12T02:22:30.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1502 +- author: sleepyyapril + changes: + - type: Add + message: Added Nanotrasen Representative and Blueshield Officer + - type: Add + message: >- + Added Admin Assistant, Nanorep, and Blueshield Officer spawns to all + maps. BSO and Nanorep don't get an office, they get a unique teleporter. + (as of now) Ask your resident mapper to fix this. + - type: Add + message: >- + Added the loadout options for Nanotrasen Representative and Blueshield + Officer. + id: 6675 + time: '2025-01-12T06:55:41.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1495 From 567090a62456286410bd8ac0e3caf8a7543a1d10 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Sun, 12 Jan 2025 15:28:22 -0500 Subject: [PATCH 006/215] Disable Shadowkin (Again) (#1516) # Description They're kind of awful, and still not meeting my quality expectations. They simply have entirely too many "Buts". Too complicated, not good enough writing quality, what content they have is written like a joke or is very childish. And they're still written out of too many game systems. # Changelog :cl: - tweak: Disabled Shadowkin as a default roundstart-available species. --- Resources/Prototypes/Species/shadowkin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Species/shadowkin.yml b/Resources/Prototypes/Species/shadowkin.yml index 7cbd752092..f7674e80d6 100644 --- a/Resources/Prototypes/Species/shadowkin.yml +++ b/Resources/Prototypes/Species/shadowkin.yml @@ -1,7 +1,7 @@ - type: species id: Shadowkin name: species-name-shadowkin - roundStart: true + roundStart: false prototype: MobShadowkin sprites: MobShadowkinSprites defaultSkinTone: "#FFFFFF" From 05431cb17b5c2b72ff36b9e3c86061301bd3dc74 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 20:28:47 +0000 Subject: [PATCH 007/215] Automatic Changelog Update (#1516) --- Resources/Changelog/Changelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e7c1384102..af076248d2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9697,3 +9697,10 @@ Entries: id: 6675 time: '2025-01-12T06:55:41.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1495 +- author: VMSolidus + changes: + - type: Tweak + message: Disabled Shadowkin as a default roundstart-available species. + id: 6676 + time: '2025-01-12T20:28:22.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1516 From 8c37f2b700daa5555fc6c461a97153af53407cd9 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Sun, 12 Jan 2025 16:20:27 -0500 Subject: [PATCH 008/215] Fix Energy Swords (#1519) # Description Energy swords were missing a component. Also E-Daggers were causing a debug assert so I've fixed that too.

Media

![image](https://github.com/user-attachments/assets/7bc4076d-7eea-4a75-96f8-b3e23d1c31f3) ![image](https://github.com/user-attachments/assets/80e22650-3435-455c-bb87-ce77dcf02fc0)

# Changelog :cl: - fix: Fixed Energy Swords not displaying their blade when ignited. --- .../Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 42a353675b..356a8031ea 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -21,6 +21,7 @@ - type: ItemToggleHot - type: ItemToggleSize activatedSize: Huge + - type: ItemTogglePointLight - type: ItemToggleMeleeWeapon activatedSoundOnHit: path: /Audio/Weapons/eblade1.ogg @@ -69,7 +70,7 @@ - type: EmbedPassiveDamage - type: Item size: Small - sprite: DeltaV/Objects/Weapons/Melee/e_sword.rsi # Delta-V + sprite: Objects/Weapons/Melee/e_sword-inhands.rsi - type: UseDelay delay: 1.0 - type: PointLight @@ -183,8 +184,6 @@ damage: types: Blunt: 0 - - type: ThrowingAngle - angle: 315 - type: Item size: Tiny sprite: Objects/Weapons/Melee/e_dagger.rsi From afebb05e8ef96b3153454a103286a3d67aef7713 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 21:20:56 +0000 Subject: [PATCH 009/215] Automatic Changelog Update (#1519) --- Resources/Changelog/Changelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index af076248d2..ce813324d4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9704,3 +9704,10 @@ Entries: id: 6676 time: '2025-01-12T20:28:22.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1516 +- author: VMSolidus + changes: + - type: Fix + message: Fixed Energy Swords not displaying their blade when ignited. + id: 6677 + time: '2025-01-12T21:20:27.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1519 From 15783348c769acb923bcd73c1b8fec1fbc01788f Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:21:17 -0800 Subject: [PATCH 010/215] Update ghost-respawn.ftl (#1511) Got hit by the anticheat and saw this Signed-off-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> --- Resources/Locale/en-US/ghost/ghost-respawn.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/ghost/ghost-respawn.ftl b/Resources/Locale/en-US/ghost/ghost-respawn.ftl index a97fc68952..e1a93ac8d8 100644 --- a/Resources/Locale/en-US/ghost/ghost-respawn.ftl +++ b/Resources/Locale/en-US/ghost/ghost-respawn.ftl @@ -5,7 +5,7 @@ ghost-respawn-time-left = Please wait {$time} {$time -> ghost-respawn-max-players = Cannot respawn right now. There should be fewer than {$players} players. ghost-respawn-window-title = Respawn rules -ghost-respawn-window-rules-footer = By respawning, you [color=#ff7700]agree[/color] [color=#ff0000]not to use any knowledge gained as your previous charactrer[/color]. Violation of this rule may constitute a server ban. Please, read the server rules for more details. +ghost-respawn-window-rules-footer = By respawning, you [color=#ff7700]agree[/color] [color=#ff0000]not to use any knowledge gained as your previous character[/color]. Violation of this rule may constitute a server ban. Please read the server rules for more details. ghost-respawn-same-character = You cannot respawn as the same character. Please select a different one in character preferences. ghost-respawn-log-character-almost-same = Player {$player} { $try -> From 7a159b0b25e78a99eefebcea30e45b42f388834d Mon Sep 17 00:00:00 2001 From: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:21:34 -0400 Subject: [PATCH 011/215] Fix Nanotrasen Rep Nakedness and Lack of Headset (#1512) :cl: - fix: Fixed Nanotrasen Representative lacking in the starter clothes department - fix: Fixed Nanotrasen Representative lacking in the headset department --- .../_Goobstation/Roles/Jobs/Command/blueshield_officer.yml | 1 + .../Roles/Jobs/Command/nanotrasen_representative.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml index 6861650c2e..e82f16bbd6 100644 --- a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml +++ b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml @@ -46,6 +46,7 @@ jumpsuit: ClothingUniformJumpsuitBlueshieldOfficer shoes: ClothingShoesBootsCombatFilled eyes: ClothingEyesGlassesMedSec + ears: ClothingHeadsetAltCommand gloves: ClothingHandsGlovesCombat id: BlueshieldPDA pocket1: UniqueBlueshieldOfficerLockerTeleporter diff --git a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml index 26eee62bcf..acccdf5764 100644 --- a/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml +++ b/Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml @@ -37,5 +37,6 @@ equipment: shoes: ClothingShoesColorBlack id: CentcomPDA + jumpsuit: ClothingUniformJumpsuitNanotrasenRepresentative ears: ClothingHeadsetCentCom pocket1: UniqueNanorepLockerTeleporter From 327607685ff392273c90023a41e1c695a065a971 Mon Sep 17 00:00:00 2001 From: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:21:50 -0400 Subject: [PATCH 012/215] Stamp Fix (#1515) fix missing locale Signed-off-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> --- Resources/Locale/en-US/paper/stamp-component.ftl | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Locale/en-US/paper/stamp-component.ftl b/Resources/Locale/en-US/paper/stamp-component.ftl index e4341e7be3..c3e38245ca 100644 --- a/Resources/Locale/en-US/paper/stamp-component.ftl +++ b/Resources/Locale/en-US/paper/stamp-component.ftl @@ -16,3 +16,4 @@ stamp-component-stamped-name-warden = Warden stamp-component-stamped-name-trader = Trader stamp-component-stamped-name-syndicate = Syndicate stamp-component-stamped-name-ce = Chief Engineer +stamp-component-stamped-name-nanorep = Nanotrasen Representative From 067e1d32e0015a671c7fdac3ee23965831a0fc38 Mon Sep 17 00:00:00 2001 From: John Willis <143434770+CerberusWolfie@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:23:18 -0500 Subject: [PATCH 013/215] Add Pockets and Tail-Drag to Admin Ghosts (#1508) # Description Adds 4 pockets to the Admin Ghosts and the ability to Tail-Drag (no hands needed). --- # Media https://github.com/user-attachments/assets/701b66bd-c42c-429f-a33a-f8e465ef068d --- # Changelog :cl: ADMIN: - add: Added pockets to Admin Ghosts. - add: Added tail-drag (no-hands) to Admin Ghosts. --- .../Entities/Mobs/Player/admin_ghost.yml | 1 + .../aghost_inventory_template.yml | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index a0a0d1ed2e..707e3a0d11 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -27,6 +27,7 @@ - type: Hands - type: ComplexInteraction - type: Puller + needsHands: false # Tail Drag pushAcceleration: 1000000 # Will still be capped in max speed maxPushRange: 20 - type: CombatMode diff --git a/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml index 84806a051a..2f127d98c4 100644 --- a/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/aghost_inventory_template.yml @@ -19,6 +19,48 @@ strippingWindowPos: 2,3 displayName: ID + # For Pockets to hold stuffs. + - name: pocket1 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 0,3 + strippingWindowPos: 0,4 + displayName: Pocket 1 + stripHidden: true + - name: pocket2 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 2,3 + strippingWindowPos: 1,4 + displayName: Pocket 2 + stripHidden: true + - name: pocket3 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 4,3 + strippingWindowPos: 2,4 + displayName: Pocket 3 + stripHidden: true + - name: pocket4 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 6,3 + strippingWindowPos: 3,4 + displayName: Pocket 4 + stripHidden: true + # For drip reasons. - name: head slotTexture: head From 2757fe2fcd07ce79a88280e6245722d6dba69f40 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 21:23:43 +0000 Subject: [PATCH 014/215] Automatic Changelog Update (#1512) --- Resources/Changelog/Changelog.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ce813324d4..fb7eefb6b2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9711,3 +9711,14 @@ Entries: id: 6677 time: '2025-01-12T21:20:27.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1519 +- author: sleepyyapril + changes: + - type: Fix + message: >- + Fixed Nanotrasen Representative lacking in the starter clothes + department + - type: Fix + message: Fixed Nanotrasen Representative lacking in the headset department + id: 6678 + time: '2025-01-12T21:21:34.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1512 From b806ecb955dcf7efa3cd37c526e018236159d392 Mon Sep 17 00:00:00 2001 From: Tirochora Date: Sun, 12 Jan 2025 16:25:13 -0500 Subject: [PATCH 015/215] Fix Which Side Is Considered Right/Left for Multi-Object Benches and Sofas. (#1469) # Description The pew sides seemed to have been reversed on some maps, along with some benches and sofas - the 'left' end should have been the right, and vice versa. As a chaplain main, this is unacceptable, so I fixed it by inverting the RSI names. The SimpleStation14 benches seemed to be backwards in general, so I applied the same solution to those. I'm gonna have to look at the maps because some of the benches and sofas and what-not are now backwards EVEN THOUGH I MADE IT SO THAT THEY ARE ALL CONSISTENTLY BASED ON FACING THE PLAYER, but oh well. As seen within the image, all of the [left] sprites are the same (The bottom part of the image). --- # TODO - [x] Made bench/sofa sprites consistently use 'left/right' in regards to facing the camera. ---

Media

![New Bitmap Image](https://github.com/user-attachments/assets/db9afecd-6d80-4d9b-89a9-09d2e208cea6)

--- # Changelog :cl: - fix: the pew RSI's are now correct, so the sprites shouldn't be inverted. That said, some maps still appear to be a little odd, so I'll have to review them further at some point. --- .../Benches/parkbench_bamboo.rsi/left.png | Bin 2030 -> 1992 bytes .../Benches/parkbench_bamboo.rsi/right.png | Bin 1992 -> 2030 bytes .../Benches/parkbench_wooden.rsi/left.png | Bin 9346 -> 9531 bytes .../Benches/parkbench_wooden.rsi/right.png | Bin 9531 -> 9346 bytes .../Furniture/Benches/pews.rsi/left.png | Bin 1924 -> 1897 bytes .../Furniture/Benches/pews.rsi/right.png | Bin 1897 -> 1924 bytes .../Furniture/Benches/sofa.rsi/left.png | Bin 1250 -> 1270 bytes .../Furniture/Benches/sofa.rsi/right.png | Bin 1270 -> 1250 bytes .../Furniture/Benches/sofa_corp.rsi/left.png | Bin 1441 -> 1469 bytes .../Furniture/Benches/sofa_corp.rsi/right.png | Bin 1469 -> 1441 bytes .../Benches/steel_bench.rsi/left.png | Bin 6022 -> 6061 bytes .../Benches/steel_bench.rsi/right.png | Bin 6061 -> 6022 bytes .../Benches/steel_bench_white.rsi/left.png | Bin 7243 -> 7349 bytes .../Benches/steel_bench_white.rsi/right.png | Bin 7349 -> 7243 bytes 14 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/parkbench_bamboo.rsi/left.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/parkbench_bamboo.rsi/left.png index 8122a89be084039551da5bd42a0f8191e8dc33fd..e91037826f83ed80ff2399997ceb6e473c5f561e 100644 GIT binary patch delta 1957 zcmV;W2U_^<56BOYIe&UdL_t(|ob6lRZxmG&J~h(@W2Zs#>DzyRxtq*Q=>q@G)=a((x!z#pmFVwZK3uTkgW6F z*|WWK=ib>nvp?F}ehF`&Uepu&bikuw861y0NUW#G=BhXaBLdD_QuYmyVI|K z*hYOnj?$G&x69~%0-pgeP~D9!u?C9GSBYciQPSQM1*>gLj{z|FGhcMk;FG&Fms-eP ze~?$c{6IDQB0xSgVj-F4zz{hea~T1|Ki;Cdr&WI*@1 zxH!TX$q+9Q_kaF9zjD5Y5Q+i#8;k%3070I$MIjl$-;Zy!om!C@02IQrAAP#7VDaSP z)DnH$do%F4-+wdYF^n|>mYw67<6U&;&Rtq=t&Hq(H7>}{!Qa&D+v}>Rxv5_NtnumW zcjC7X9mjlf_)Y2_i&N#xjlO5pPHe|N)3Oo5G2p7pfPZ9iD(|_>>{)E^8uA|gGdxM7 z(zSleXX4v{8t0jdhG#@(Kzl` z9+nn_0fVtcA%P+W7#P4_4a1I_3R5$}a@WLz9os3h>)2-nd0GOgDlAmH^ zf}eeTD1RMh-pf$gz`+?#io^gFADnzOUH@7GO%F`blShlfx_utI<`2x(eCE9j3>?!J z42{eHITgmBlNqZ5kU{mHe9?Bm%_&S?H_dr?7r#*%usl{N{vAmLFtGCHDyfthy}n{# z8?WowA_E4haF{R~MFlYUFF)=SGy?8i8qY@l_kZ7Q^Sz9{qw|byR6lj_T*2ZA99Vy( zl?KiyqGf_V_xxE_^=#Th@AyyGXz}U4^qV6wv(6C`gQE)7Gf|^@A%Pf%F$LY@F#yuX z(fru8V&Luj zngjz-3(Px#JB&{2Vgw*(o8o?p{(Ryd@;D&ncn)Oz>~~i@zYB~3 zupl0SViGMr*4#MEMgC(Ak>0cm+37i6eEE5Zl%hLM~ zH4Ce~ShbD%mQ!L1oI8JWP4)zltwOb0hFk_TzELX-5%j&*P0_VFXc=6~;K;!bh6qAV z1Ms|DFOVs2^X;4K0<^)A(*URh*DK^g&IDg3i0Tab-*IdY^xZU4qaa>D@T!P0UICz!k~5F1ZO?LXMiwK-(-lj3NSopLuB97w39K} zgVWg{W~?@NjQ|-f#IF$mfW4%21wVSic47Cd>~!bRM8t|~wfQ+)>DNNy7g#B{-8Or~-x z1>j9C#nGJ6T~`sLPDTcBEC>SE>ZM?St`m*EL1RtY_kOkM!C+R)YG5>gO)QYx(#3?l z>@5RLlL>L={RVeB_*b}2?(LxX*fr7UrHmScPJ~pcD^>ENi{K^(s`sKx)PGMSqFI85 zE)*dr1A+#&+SjQB_ zms<2DW8-4*@NRE1LGAaOXy&asVGK|lgGOC4>&Rdu)n*rA)fQa%DG(r!#f%4NY;tvn z!J*S54;sdpcbtIh94p*zaDO_>W*w_T8^EOf#SVsCmZL8zwyQY6pliu(do`wNvjfB) zCQ~U~qio2?8i4cVTVtuf4>4(fv9m&EfJyp*C{7Rt;1wY(gLOGlabftf=O$T(uts=m z(7#QtR9T@(`l32O7(iYTf>Z!39SoKhQ?QenVY4O|7EEcA^vTSy>3;+w;hYAMH>Np$J1v8l$d_NqK>)D6xou`6!MLredTR;CI?& zt~z)O0O~(;V^sS<6cXJ^a4|(*C`L={TDsWFX&9LNoniMZ0LGS>4A5OyjF_a4V?ilk zqy0e==`#R4eRjaRhA!w%wb{teFeOD$68GNX{=WdW+8@;1F@Nk3(K8o@kn@1Ot?niU z#0E7#CE>auVXn#-z+i1TII)$?~K$rp}%)R*{ rjP~ndft3NmWFB?J&H&ZqCtv&r3YPMsy-MxT00000NkvXXu0mjfAswxw delta 1995 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 diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/parkbench_wooden.rsi/left.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/parkbench_wooden.rsi/left.png index b2e4e6650bd99fb74eadc98be02723fbf63834a6..35965a297e57c3db33117354fbce16b0d88501b4 100644 GIT binary patch delta 9500 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 delta 1209 zcmV;q1V;Pz3E~NmIe(N%L_t(|ob6l9iWD&rj?#!A3bL13PlBQcUtmGzAw2pVK8MfY z(T5lom%Z;nQSh|8mqkzn@zUfy#T_FV=n;w_xed_Yjk#e9`1PPYK;eI(Am*pt?ojb5`O~5^X7S|hE4+xAB0)q z;&;8iIstsT2(!ZXpY{6c1aNRagopP+`1RNSVu~Km0niZbrE_L6o?7U60nQYai4lO; zIb)I*W%-?4$oKd-B={J-^n^w>@)zYtv}f|ydhaB2nQ4Oc(B;qrjYcpP*4AD11l;v$ z!n7E(Cc;Axnt$qn(Awqpguq?j$FF_**pk%XrSECL)t^uWG53aNg0rjtGwcm?Y8b*!1BjRp&>J0Uw6e|1FsJh{qcNRB z4{VH}#V`#@n>~$j?LDF+183zP+*NvwUe3&OdcsyNpnuJ1tZqHizC+7RiwV%imt*xf zfCemQ8g)7AR-MY)H#op3Y(lIJbsA(UHj#8*dY}`)mml_vvMpA(29O%i+8eYBCMYSO zsnDRKMTK-&&ambJDG5ScvZ$1zcN*~Y(e^A^Nf57V`GZVIcpb(M_1Nsvw;%)vWa{5W z>zpH&5r4*lkRjQiG-CL*V*OITW-{anJBi*)oBFP0(R2Io(r*GGO>JW{FYDSfs~zfp z_t`Rp^Hpy!XgmA1+PK1@LdbE4Kqr7&78f{r`!1ZGo|?~2KD-Y#(R8zMjn!)9+Oi&l z<#O4Ad9AN?TZ{437z>T3snr>f>PtSyJ^?KW&41wXcB(_0X>S367$Qt7>qLLI;$-N> zfG17euH0Ej6qVJmT<6BU3wqw}8al}0SNB4G?Y zO-gD2!dKQ|TU!XU1T;o@8(#uBnEeuvkb4n1yH^@!F96Ict#_#fliPr~fEzu@{8%B} z3V#9Is1cONy}dEkXwJ?E%G(>*PD7-o)p73t0xRh`Zrljc{vjQwVONFPs2z->9skCj zI?c`q%GB9nu=H`8bsj-wJ_(cN00Oq*ilWq#Xd`8B?I)8tpzNL4-F1Hs+0chzYF{jP^SgR}{^L{N8 zlvXz9IcI7$FoR3^(~0hh)Nt_N7ElM5i0gp|JPOWwp<2HYT{%nxEyVSo5w z0cfg@`q=DDLWbO^Ysc_Vd(?ApycN>`?vG0bLkOvHRL&W*n51@k#}keh)c|TQ3GFsX z3ORQRMrnXnE)A@09@|q}%_n8FKiSVG7-I+vKe4Tyas7VJ!#3;{K40KYRJ zFJnpOr67>QX!j5#1|>s4EgLZO&N4vk9s);pG6Yw{-O!YO-^1?=T;p@bt1qp42onDQ XO#K?>C;BID00000NkvXXu0mjfms~(@ diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/sofa.rsi/right.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/sofa.rsi/right.png index fd1d1142702e6836ad98c6cfddced378d2067718..dd4dd8e80093c5a46e979ded3267bff8e0cb145d 100644 GIT binary patch delta 1209 zcmV;q1V;Pz3E~NmIe(N%L_t(|ob6l9iWD&rj?#!A3bL13PlBQcUtmGzAw2pVK8MfY z(T5lom%Z;nQSh|8mqkzn@zUfy#T_FV=n;w_xed_Yjk#e9`1PPYK;eI(Am*pt?ojb5`O~5^X7S|hE4+xAB0)q z;&;8iIstsT2(!ZXpY{6c1aNRagopP+`1RNSVu~Km0niZbrE_L6o?7U60nQYai4lO; zIb)I*W%-?4$oKd-B={J-^n^w>@)zYtv}f|ydhaB2nQ4Oc(B;qrjYcpP*4AD11l;v$ z!n7E(Cc;Axnt$qn(Awqpguq?j$FF_**pk%XrSECL)t^uWG53aNg0rjtGwcm?Y8b*!1BjRp&>J0Uw6e|1FsJh{qcNRB z4{VH}#V`#@n>~$j?LDF+183zP+*NvwUe3&OdcsyNpnuJ1tZqHizC+7RiwV%imt*xf zfCemQ8g)7AR-MY)H#op3Y(lIJbsA(UHj#8*dY}`)mml_vvMpA(29O%i+8eYBCMYSO zsnDRKMTK-&&ambJDG5ScvZ$1zcN*~Y(e^A^Nf57V`GZVIcpb(M_1Nsvw;%)vWa{5W z>zpH&5r4*lkRjQiG-CL*V*OITW-{anJBi*)oBFP0(R2Io(r*GGO>JW{FYDSfs~zfp z_t`Rp^Hpy!XgmA1+PK1@LdbE4Kqr7&78f{r`!1ZGo|?~2KD-Y#(R8zMjn!)9+Oi&l z<#O4Ad9AN?TZ{437z>T3snr>f>PtSyJ^?KW&41wXcB(_0X>S367$Qt7>qLLI;$-N> zfG17euH0Ej6qVJmT<6BU3wqw}8al}0SNB4G?Y zO-gD2!dKQ|TU!XU1T;o@8(#uBnEeuvkb4n1yH^@!F96Ict#_#fliPr~fEzu@{8%B} z3V#9Is1cONy}dEkXwJ?E%G(>*PD7-o)p73t0xRh`Zrljc{vjQwVONFPs2z->9skCj zI?c`q%GB9nu=H`8bsj-wJ_(cN00Oq*ilWq#Xd`8B?I)8tpzNL4-F1Hs+0chzYF{jP^SgR}{^L{N8 zlvXz9IcI7$FoR3^(~0hh)Nt_N7ElM5i0gp|JPOWwp<2HYT{%nxEyVSo5w z0cfg@`q=DDLWbO^Ysc_Vd(?ApycN>`?vG0bLkOvHRL&W*n51@k#}keh)c|TQ3GFsX z3ORQRMrnXnE)A@09@|q}%_n8FKiSVG7-I+vKe4Tyas7VJ!#3;{K40KYRJ zFJnpOr67>QX!j5#1|>s4EgLZO&N4vk9s);pG6Yw{-O!YO-^1?=T;p@bt1qp42onDQ XO#K?>C;BID00000NkvXXu0mjfms~(@ delta 1229 zcmV;;1Ty>L3HAw)Ie(~0L_t(|ob6l9Y7{{bZe*yU}10aB%nf`u?5E-#`C0+lA^!bu2>bq8#4sJ*==vrz&fS~`6FT=)qo@v+CS10SOXE^5> z4TA8TUw3@3VY0)S8gYdGijt1yKFiNDu0#}(+ zBo>>?HQvg{Tm20UtH0>Z(A>xn%Ros7M7)0f(7A8F+}0yXfYty&3d(yxySIHq)fOn; z8`OTh6*!fq%Uhy|0Dfs5z3U9^vEE{7AFtZI{9P`L7SFb6s zEq_UlKB#g&K(7KM;>Owl!Z-hcF?W1(a3hUi4z}J14t;uLtBoLpN4DtIRTdYXB|J<* z-vctUor0}5g2?1RP^Rd#d(FcfrDqI^VgWL*GrdG;zaSSnRQ7Gzm2Txl36Ob04o0h; zMD1yyqfa2DS-H7|xb()mHYye(NBSSQ?BL_H?`pZ6eP3Zh&F0%aqx}|hc2~HEv!`i#c)^Qv_PmNq85rBXMQvkmd z%qO5MuXWNabQYw*7#7F zV4n@pb-5^Vgi`Bjd4i+b0G=DL4n|VTYkeRZ(0lQHFscnGJvX5D;!BZh1F8l?^4!1$ rzNWw0z0iB{B?z5b_x-O?PB8QzJaqS`50=RI00000NkvXXu0mjfO#M-E diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi/left.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi/left.png index 181e9e53de9bf498da43641be639ed0b4c0efcf3..78abf84955dd25c530ff0614f7e68b770dd0362b 100644 GIT binary patch delta 1430 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 Hu0mjfv%9ce diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi/right.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/sofa_corp.rsi/right.png index 78abf84955dd25c530ff0614f7e68b770dd0362b..181e9e53de9bf498da43641be639ed0b4c0efcf3 100644 GIT binary patch delta 1401 zcmV-<1%~>)3!w{;Ie$}0L_t(|ob6iAZ`?!_e!IA-;E*QqX15f2Kq#b5ql(iWP$Cew z96518;{V}4=&hBwaN|VaP^ltSkaA2nX;up-3SE1Dq(7vhCQ;n|W|^(+wLQ->@nDpE zQDm>@&DigoH*em|JcrIXE(oA=jtc_loWohYbvsZAd7eMHZ+|rE+AnME?N+E{aF#w^ zQ3^rk;r0Vs`|JzT_XTAm!MU~6%oON9|5IGi^NsrZ?1pPsu1D&7{!=O=oF9L_%NBn4 z+kLVD&agZyICHbpWBO|2TI6@v`}4CNe0d8Xf%RhZ@IIFR+9z3_$dYt0Q27k?bIqa;Y>Z!E8lrdrDcB$Ok2Y*qu5`A_1_gy+X9FT2TBVggm zHLAH|-*Ivhh^aBT{1MrNH3Gs5Bix706rroh!pQ`J0M&{q?kJ^v+^dJ3*ja3V3&Dw$Gg+x|&>#9Dcrr!R3F!ID-oN+BGJlZ`ku)$6(zr$K1}g8}bl=ryiv8lc=a-+oQs-}_;z z49cTyb92-9JplK69WbvFT3=tE?9^;+ZD}2Bh~9Nw+S%Djl|dO~U?rUIN<*ISWlc7^ zN{0c3;%2WZUs?V%NLsF^0sDwpwtwFIN`L&`>+EE1!2zXS3}Isv1jr?O8W42pt|LlK z0DwJ+B9GNdPk`KmP{|Z#0r9QsRtb-|O^``I{G6`nH9#DQ9mGcIe?0``>d!U-Hc)yW zz}Y7pFUwn6?U$Z_qH#e$-U@lMH*C)u;e;-v|ET;{ZUQv2H;fXabY_7E+dob2!+(S% zAvXa@NmWP3|Iq8>SK=B_)Ie;^97&FHX67=hZs9&a)dNL9Dt~nJS}Chdfb4br7YUQ& zGL99n36NXhckX>Rd6t%cb5^~M)nL)cZ2@9yi>8mj!w8@6V~yVH>nn25ZcR?5(_j)R zYYhP?kB{OUsDJ=dV5OHvg6Vl8i+_N$bA6lXuXz-O^DBH7;I7l#?E@+^N*fBxh%--m zjXeJ1_C8Q30j4Q2ra8lf#sNidQ~*g%wleygx%4hwzVx2BzI-(hF-g~dd){cp2NVs& z5~c)?&mg4ucbULMEPmlLc)8icV>R>EbwTeeFx7>~f8z@ihoe z>G0X%r1v=?d7%~nl1$_Ia3**WDD@BkOmYP{QN*R5&g3dm#eDnmVO0ytBY=`Pfs9zq=21lY>zL^esY*%Zofat1hg2w}VdHC(OekLTzT00000NkvXX Hu0mjfv%9ce delta 1430 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 XuM(MODQ_T(00000NkvXXu0mjfLV}!8 delta 5991 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 V$)B1Pi<r|@ge0{Vm$EU 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 XuM(MODQ_T(00000NkvXXu0mjfLV}!8 diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/steel_bench_white.rsi/left.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/steel_bench_white.rsi/left.png index a412a51871b66d0de6b88dde030039b4582c014d..d456300e104e594650088448a17f95b08b278aeb 100644 GIT binary patch delta 7290 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 RixU6<002ovPDHLkV1gY^#RC8U diff --git a/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/steel_bench_white.rsi/right.png b/Resources/Textures/SimpleStation14/Structures/Furniture/Benches/steel_bench_white.rsi/right.png index d456300e104e594650088448a17f95b08b278aeb..a412a51871b66d0de6b88dde030039b4582c014d 100644 GIT binary patch delta 7183 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 RixU6<002ovPDHLkV1gY^#RC8U delta 7290 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 Date: Sun, 12 Jan 2025 21:27:23 +0000 Subject: [PATCH 016/215] Automatic Changelog Update (#1508) --- Resources/Changelog/Changelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index fb7eefb6b2..70dcb5ba79 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9722,3 +9722,12 @@ Entries: id: 6678 time: '2025-01-12T21:21:34.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1512 +- author: CerberusWolfie + changes: + - type: Add + message: Added pockets to Admin Ghosts. + - type: Add + message: Added tail-drag (no-hands) to Admin Ghosts. + id: 6679 + time: '2025-01-12T21:23:18.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1508 From c64e878134fe072985736c82f26791f516c2508a Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 21:32:51 +0000 Subject: [PATCH 017/215] Automatic Changelog Update (#1469) --- Resources/Changelog/Changelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 70dcb5ba79..0d9b81a3b3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9731,3 +9731,13 @@ Entries: id: 6679 time: '2025-01-12T21:23:18.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1508 +- author: Tirochora + changes: + - type: Fix + message: >- + the pew RSI's are now correct, so the sprites shouldn't be inverted. + That said, some maps still appear to be a little odd, so I'll have to + review them further at some point. + id: 6680 + time: '2025-01-12T21:25:13.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1469 From 54ac894e0e9a9524216a211c6891097a6aca078d Mon Sep 17 00:00:00 2001 From: Blu <79374236+BlueHNT@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:08:27 +0100 Subject: [PATCH 018/215] Adds SuitStorageComponent to DeltaV Armor (#1520) # Description It was missing for some reason and made using them absolutely horrible. --- # Changelog :cl: - tweak: Tweaked DeltaV armors --- .../DeltaV/Entities/Clothing/OuterClothing/armor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml index 80a06dfb39..99c4657a2a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml @@ -1,6 +1,6 @@ #Basic armor vest replacement - type: entity - parent: ClothingOuterBaseMedium + parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing] id: ClothingOuterArmorPlateCarrier name: plate carrier description: A large and bulky carrier featuring steel plates that offer decent protection against gunfire. @@ -24,7 +24,7 @@ #Alternate / slim basic armor vest replacement - type: entity - parent: ClothingOuterBaseMedium + parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing] id: ClothingOuterArmorDuraVest name: durathread vest description: A tight-fitting and sturdy armor vest, reinforced with durathread weave to protect against sharp objects and blunt force trauma. @@ -44,7 +44,7 @@ damageCoefficient: 0.90 - type: entity - parent: ClothingOuterBaseLarge + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing] id: ClothingOuterArmorARC name: ARCS description: The Advanced Riot Control Suit, or ARCS for short, is generally regarded as far too bulky and overly hot for any practical use - but when the riots are raging, most officers invariably take great comfort from the thick and claustrophobic padding. From 4d384c93419f4f0815b6ed03187220f1dc79963e Mon Sep 17 00:00:00 2001 From: Lonofera <108367450+LonoferaRS@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:08:42 +0300 Subject: [PATCH 019/215] [Add] More Winter Coats in Loadout (#1510) # Description i may be stupid.... Closes https://github.com/Simple-Station/Einstein-Engines/issues/1473 --- # Changelog :cl: - add: A bunch of winter coats that are already in the game were added as a loadouts. --- .../Jobs/Engineering/atmosphericTechnician.yml | 2 ++ .../Jobs/Engineering/engineeringUncategorized.yml | 2 ++ .../Jobs/Epistemics/golemancer.yml | 10 ++++++---- .../Jobs/Logistics/logisticsOfficer.yml | 12 +++++++----- .../CharacterItemGroups/Jobs/Medical/chemist.yml | 2 ++ .../Jobs/Medical/uncategorized.yml | 2 ++ .../Jobs/Security/headOfSecurity.yml | 2 ++ .../Jobs/Security/uncategorized.yml | 2 ++ .../CharacterItemGroups/Jobs/Security/warden.yml | 2 ++ .../CharacterItemGroups/Jobs/Service/bartender.yml | 2 ++ .../CharacterItemGroups/Jobs/Service/botanist.yml | 10 ++++++---- .../CharacterItemGroups/Jobs/Service/janitor.yml | 10 ++++++---- .../CharacterItemGroups/Jobs/Service/musician.yml | 10 ++++++---- .../Jobs/Engineering/atmosphericTechnician.yml | 13 +++++++++++++ .../Loadouts/Jobs/Engineering/uncategorized.yml | 14 ++++++++++++++ .../Loadouts/Jobs/Epistemics/golemancer.yml | 13 ++++++++++++- .../Loadouts/Jobs/Logistics/logisticsOfficer.yml | 12 ++++++++++++ .../Prototypes/Loadouts/Jobs/Medical/chemist.yml | 13 +++++++++++++ .../Loadouts/Jobs/Medical/uncategorized.yml | 13 +++++++++++++ .../Loadouts/Jobs/Security/headOfSecurity.yml | 13 +++++++++++++ .../Loadouts/Jobs/Security/uncategorized.yml | 14 ++++++++++++++ .../Prototypes/Loadouts/Jobs/Security/warden.yml | 13 +++++++++++++ .../Prototypes/Loadouts/Jobs/Service/bartender.yml | 13 +++++++++++++ .../Prototypes/Loadouts/Jobs/Service/botanist.yml | 13 ++++++++++++- .../Prototypes/Loadouts/Jobs/Service/clown.yml | 1 + .../Prototypes/Loadouts/Jobs/Service/janitor.yml | 13 ++++++++++++- .../Prototypes/Loadouts/Jobs/Service/musician.yml | 12 ++++++++++++ 27 files changed, 214 insertions(+), 24 deletions(-) diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/atmosphericTechnician.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/atmosphericTechnician.yml index 1a81612043..9338a800bf 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/atmosphericTechnician.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/atmosphericTechnician.yml @@ -97,6 +97,8 @@ items: - type: loadout id: LoadoutAtmosphericTechnicianChickenSuit + - type: loadout + id: LoadoutAtmosphericTechnicianWinterCoat - type: characterItemGroup id: LoadoutAtmosphericTechnicianShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/engineeringUncategorized.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/engineeringUncategorized.yml index efc045928e..a7d607f33c 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/engineeringUncategorized.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Engineering/engineeringUncategorized.yml @@ -78,6 +78,8 @@ items: - type: loadout id: LoadoutEngineeringOuterHazard + - type: loadout + id: LoadoutEngineeringWinterCoat #- type: characterItemGroup # id: LoadoutEngineeringShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Epistemics/golemancer.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Epistemics/golemancer.yml index 2556250f51..39f49975ff 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Epistemics/golemancer.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Epistemics/golemancer.yml @@ -61,10 +61,12 @@ # maxItems: 1 # items: # -#- type: characterItemGroup -# id: LoadoutGolemancerOuter -# maxItems: 1 -# items: +- type: characterItemGroup + id: LoadoutGolemancerOuter + maxItems: 1 + items: + - type: loadout + id: LoadoutScienceUniformWinterCoatRoboticist # #- type: characterItemGroup # id: LoadoutGolemancerShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml index 230fd83036..92f3101b2b 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml @@ -55,11 +55,13 @@ # maxItems: 1 # items: # -#- type: characterItemGroup -# id: LoadoutLogisticsOfficerOuter -# maxItems: 1 -# items: -# +- type: characterItemGroup + id: LoadoutLogisticsOfficerOuter + maxItems: 1 + items: + - type: loadout + id: LoadoutLogisticsOfficeOuter + - type: characterItemGroup id: LoadoutLogisticsOfficerShoes maxItems: 1 diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/chemist.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/chemist.yml index 016507e065..3340b0733f 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/chemist.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/chemist.yml @@ -93,6 +93,8 @@ id: LoadoutMedicalOuterLabcoatChem - type: loadout id: LoadoutMedicalOuterApronChemist + - type: loadout + id: LoadoutChemistWinterCoat - type: characterItemGroup id: LoadoutChemistShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/uncategorized.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/uncategorized.yml index 3157acb062..2b095687dc 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/uncategorized.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Medical/uncategorized.yml @@ -103,6 +103,8 @@ id: LoadoutMedicalOuter maxItems: 1 items: + - type: loadout + id: LoadoutMedicalOuterWinterCoat - type: loadout id: LoadoutMedicalOuterLabcoat - type: loadout diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml index 9ccc5232e4..6525da6df4 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/headOfSecurity.yml @@ -86,6 +86,8 @@ id: LoadoutCommandHOSOuterWinter - type: loadout id: LoadoutCommandHOSOuterTrench + - type: loadout + id: LoadoutCommandHOSOuterWinterUnarmored - type: characterItemGroup id: LoadoutHeadOfSecurityShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/uncategorized.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/uncategorized.yml index 1339950470..166d548e12 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/uncategorized.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/uncategorized.yml @@ -182,6 +182,8 @@ items: - type: loadout id: LoadoutClothingOuterArmorPlateCarrier + - type: loadout + id: LoadoutClothingOuterWinterCoatSec - type: loadout id: LoadoutClothingOuterArmorDuraVest - type: loadout diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/warden.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/warden.yml index 1b978323bf..785f5aa45d 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Security/warden.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Security/warden.yml @@ -55,6 +55,8 @@ id: LoadoutWardenOuter maxItems: 1 items: + - type: loadout + id: LoadoutClothingOuterWinterCoatWarden - type: loadout id: LoadoutClothingOuterCoatWarden diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/bartender.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/bartender.yml index 74fc945b3f..a6d0e7a21e 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/bartender.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/bartender.yml @@ -69,6 +69,8 @@ - type: characterItemGroup id: LoadoutBartenderOuter items: + - type: loadout + id: LoadoutServiceBartenderWinterCoat - type: loadout id: LoadoutServiceBartenderArmorDuraVest - type: loadout diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/botanist.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/botanist.yml index 334ad0c4fd..ab522feb17 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/botanist.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/botanist.yml @@ -48,10 +48,12 @@ # maxItems: 1 # items: # -#- type: characterItemGroup -# id: LoadoutBotanistOuter -# maxItems: 1 -# items: +- type: characterItemGroup + id: LoadoutBotanistOuter + maxItems: 1 + items: + - type: loadout + id: LoadoutServiceBotanistWinterCoat # #- type: characterItemGroup # id: LoadoutBotanistShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/janitor.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/janitor.yml index cc5b0e16a3..d5fffbd2f7 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/janitor.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/janitor.yml @@ -49,10 +49,12 @@ # maxItems: 1 # items: # -#- type: characterItemGroup -# id: LoadoutJanitorOuter -# maxItems: 1 -# items: +- type: characterItemGroup + id: LoadoutJanitorOuter + maxItems: 1 + items: + - type: loadout + id: LoadoutServiceWinterCoatJanitor # #- type: characterItemGroup # id: LoadoutJanitorShoes diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/musician.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/musician.yml index 90943d4795..37af9e888b 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Service/musician.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Service/musician.yml @@ -139,10 +139,12 @@ # maxItems: 1 # items: # -#- type: characterItemGroup -# id: LoadoutMusicianOuter -# maxItems: 1 -# items: +- type: characterItemGroup + id: LoadoutMusicianOuter + maxItems: 1 + items: + - type: loadout + id: LoadoutServiceWinterCoatMusician # #- type: characterItemGroup # id: LoadoutMusicianShoes diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/atmosphericTechnician.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/atmosphericTechnician.yml index 67fe8a6c1d..db427ec73b 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/atmosphericTechnician.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/atmosphericTechnician.yml @@ -295,6 +295,19 @@ - ClothingMaskGasAtmos # Outer +- type: loadout + id: LoadoutAtmosphericTechnicianWinterCoat + category: JobsEngineeringAtmosphericTechnician + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutAtmosphericTechnicianOuter + - !type:CharacterJobRequirement + jobs: + - AtmosphericTechnician + items: + - ClothingOuterWinterAtmos + - type: loadout id: LoadoutAtmosphericTechnicianChickenSuit category: JobsEngineeringAtmosphericTechnician diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/uncategorized.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/uncategorized.yml index 391aa975e5..3c9fae6bd9 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/uncategorized.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/uncategorized.yml @@ -198,6 +198,20 @@ # Mask # Outer + +- type: loadout + id: LoadoutEngineeringWinterCoat + category: JobsEngineeringAAUncategorized + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutEngineeringOuter + - !type:CharacterDepartmentRequirement + departments: + - Engineering + items: + - ClothingOuterWinterEngi + - type: loadout id: LoadoutEngineeringOuterHazard category: JobsEngineeringAAUncategorized diff --git a/Resources/Prototypes/Loadouts/Jobs/Epistemics/golemancer.yml b/Resources/Prototypes/Loadouts/Jobs/Epistemics/golemancer.yml index 73063a3dc5..4cb0bd989a 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Epistemics/golemancer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Epistemics/golemancer.yml @@ -100,7 +100,18 @@ # Mask # Outer - +- type: loadout + id: LoadoutScienceUniformWinterCoatRoboticist + category: JobsEpistemicsGolemancer + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutGolemancerUniforms + - !type:CharacterJobRequirement + jobs: + - Roboticist + items: + - ClothingOuterWinterRobo # Shoes # Uniforms diff --git a/Resources/Prototypes/Loadouts/Jobs/Logistics/logisticsOfficer.yml b/Resources/Prototypes/Loadouts/Jobs/Logistics/logisticsOfficer.yml index 190c7467b5..f2cf9502d1 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Logistics/logisticsOfficer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Logistics/logisticsOfficer.yml @@ -61,6 +61,18 @@ # Mask # Outer +- type: loadout + id: LoadoutQMWinterCoat + category: JobsLogisticsLogisticsOfficer + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutLogisticsOfficerOuter + - !type:CharacterJobRequirement + jobs: + - Quartermaster + items: + - ClothingOuterWinterQM # Shoes - type: loadout diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml index cb5b872928..361c807e59 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml @@ -255,6 +255,19 @@ # Mask # Outer +- type: loadout + id: LoadoutChemistWinterCoat + category: JobsMedicalChemist + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutChemistOuter + - !type:CharacterJobRequirement + jobs: + - Chemist + items: + - ClothingOuterWinterChem + - type: loadout id: LoadoutMedicalOuterLabcoatChem category: JobsMedicalChemist diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/uncategorized.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/uncategorized.yml index cc653a0593..2909a210a8 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/uncategorized.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/uncategorized.yml @@ -371,6 +371,19 @@ # Mask # Outer +- type: loadout + id: LoadoutMedicalOuterWinterCoat + category: JobsMedicalAUncategorized + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutMedicalOuter + - !type:CharacterDepartmentRequirement + departments: + - Medical + items: + - ClothingOuterWinterMed + - type: loadout id: LoadoutMedicalOuterLabcoat category: JobsMedicalAUncategorized diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml b/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml index 7954e5d444..e918615e4c 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/headOfSecurity.yml @@ -188,6 +188,19 @@ # Mask # Outer +- type: loadout + id: LoadoutCommandHOSOuterWinterUnarmored + category: JobsSecurityHeadOfSecurity + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutHeadOfSecurityOuter + - !type:CharacterJobRequirement + jobs: + - HeadOfSecurity + items: + - ClothingOuterWinterHoSUnarmored + - type: loadout id: LoadoutCommandHOSOuterWinter category: JobsSecurityHeadOfSecurity diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/uncategorized.yml b/Resources/Prototypes/Loadouts/Jobs/Security/uncategorized.yml index 282d9d8534..9fb358f05d 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/uncategorized.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/uncategorized.yml @@ -982,6 +982,20 @@ - ClothingMaskGasSwat # Outer +- type: loadout + id: LoadoutClothingOuterWinterCoatSec + category: JobsSecurityAUncategorized + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutSecurityOuter + - !type:CharacterDepartmentRequirement + departments: + - Security + items: + - ClothingOuterWinterSec + + - type: loadout id: LoadoutClothingOuterArmorPlateCarrier category: JobsSecurityAUncategorized diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml b/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml index 45ef25e326..b71e0320c4 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/warden.yml @@ -33,6 +33,19 @@ # Mask # Outer +- type: loadout + id: LoadoutClothingOuterWinterCoatWarden + category: JobsSecurityWarden + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutWardenOuter + - !type:CharacterJobRequirement + jobs: + - Warden + items: + - ClothingOuterWinterWardenUnarmored + - type: loadout id: LoadoutClothingOuterCoatWarden category: JobsSecurityWarden diff --git a/Resources/Prototypes/Loadouts/Jobs/Service/bartender.yml b/Resources/Prototypes/Loadouts/Jobs/Service/bartender.yml index e2b21a63df..ef4614e886 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Service/bartender.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Service/bartender.yml @@ -116,6 +116,19 @@ # Mask # Outer +- type: loadout + id: LoadoutServiceBartenderWinterCoat + category: JobsServiceBartender + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBartenderOuter + - !type:CharacterJobRequirement + jobs: + - Bartender + items: + - ClothingOuterWinterBar + - type: loadout id: LoadoutServiceBartenderArmorDuraVest category: JobsServiceBartender diff --git a/Resources/Prototypes/Loadouts/Jobs/Service/botanist.yml b/Resources/Prototypes/Loadouts/Jobs/Service/botanist.yml index c34eb3f55a..2777416bc9 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Service/botanist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Service/botanist.yml @@ -20,7 +20,18 @@ # Mask # Outer - +- type: loadout + id: LoadoutServiceBotanistWinterCoat + category: JobsServiceBotanist + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutBotanistOuter + - !type:CharacterJobRequirement + jobs: + - Botanist + items: + - ClothingOuterWinterHydro # Shoes # Uniforms diff --git a/Resources/Prototypes/Loadouts/Jobs/Service/clown.yml b/Resources/Prototypes/Loadouts/Jobs/Service/clown.yml index 666fddd9c9..60bd4214f2 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Service/clown.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Service/clown.yml @@ -97,6 +97,7 @@ - ClothingMaskSexyClown # Outer + - type: loadout id: LoadoutServiceClownOuterWinter category: JobsServiceClown diff --git a/Resources/Prototypes/Loadouts/Jobs/Service/janitor.yml b/Resources/Prototypes/Loadouts/Jobs/Service/janitor.yml index b8a2909e20..e5745c90fa 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Service/janitor.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Service/janitor.yml @@ -20,7 +20,18 @@ # Mask # Outer - +- type: loadout + id: LoadoutServiceWinterCoatJanitor + category: JobsServiceJanitor + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutJanitorOuter + - !type:CharacterJobRequirement + jobs: + - Janitor + items: + - ClothingOuterWinterJani # Shoes # Uniforms diff --git a/Resources/Prototypes/Loadouts/Jobs/Service/musician.yml b/Resources/Prototypes/Loadouts/Jobs/Service/musician.yml index 4fe668d920..a52ba8d8f0 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Service/musician.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Service/musician.yml @@ -620,6 +620,18 @@ # Mask # Outer +- type: loadout + id: LoadoutServiceWinterCoatMusician + category: JobsServiceMusician + cost: 0 + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutMusicianOuter + - !type:CharacterJobRequirement + jobs: + - Musician + items: + - ClothingOuterWinterMusician # Shoes From 2a61d0397fd6a502aadbb65b301fb1cd03aa2d1f Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 23:08:53 +0000 Subject: [PATCH 020/215] Automatic Changelog Update (#1520) --- Resources/Changelog/Changelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0d9b81a3b3..dff8bf3e72 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9741,3 +9741,10 @@ Entries: id: 6680 time: '2025-01-12T21:25:13.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1469 +- author: BlueHNT + changes: + - type: Tweak + message: Tweaked DeltaV armors + id: 6681 + time: '2025-01-12T23:08:27.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1520 From 72cc96328f642131fa34e36910ddf038df7feae9 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 23:09:19 +0000 Subject: [PATCH 021/215] Automatic Changelog Update (#1510) --- Resources/Changelog/Changelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index dff8bf3e72..b36c2ef429 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9748,3 +9748,12 @@ Entries: id: 6681 time: '2025-01-12T23:08:27.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1520 +- author: LonoferaRS + changes: + - type: Add + message: >- + A bunch of winter coats that are already in the game were added as a + loadouts. + id: 6682 + time: '2025-01-12T23:08:43.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1510 From 8779f3bc597c1afa3b67ee176e73efc0eef8bc69 Mon Sep 17 00:00:00 2001 From: Blu <79374236+BlueHNT@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:09:32 +0100 Subject: [PATCH 022/215] Space Law, Irons Out Xml's and Proposes Default Lawset (#1386) # Description Wizard's lawset while good for LRP and NRP, doesn't serve perfectly force MRP-HRP type servers as it is missing some common laws. I wish to introduce a more encompassing lawset which while it's still a bit underwork, should be fuller and more encompassing for what Einstein-Engines is trying to do. At the same time I have gone through some other entries in SpaceLaw category and added colouring to Controlled and Restricted items, while also adding further explanation of law categorization. Documentation on the space law is [here](https://docs.google.com/spreadsheets/d/1kSJSmXltODHW-gpnUb3b-lDwbq-c8W21MopfDSEqfI4/edit?gid=1898009230#gid=1898009230). --- # TODO - [x] Make SL more readable - [x] Add Space Law table - [x] Add individual item explanations ---

Media

![image](https://github.com/user-attachments/assets/0b00b349-7075-495f-92f8-72e05cf3171d) ![image](https://github.com/user-attachments/assets/cbfd81df-4310-4b40-824b-2007aacdd13e) ![image](https://github.com/user-attachments/assets/f8c1020c-9d6c-4849-88f9-a993e03b6fa7)

--- # Changelog :cl: - add: Added New Law - tweak: Tweaked Space Law entries - remove: Removed Old Law --- Resources/Locale/en-US/guidebook/guides.ftl | 2 +- Resources/Prototypes/Guidebook/rules.yml | 7 + .../SpaceLaw/SLControlledSubstances.xml | 20 +- .../ServerRules/SpaceLaw/SLCrimeList.xml | 1861 +++++++++++++++++ .../ServerRules/SpaceLaw/SLRestrictedGear.xml | 39 +- .../SpaceLaw/SLRestrictedWeapons.xml | 22 +- .../ServerRules/SpaceLaw/SpaceLaw.xml | 44 +- 7 files changed, 1941 insertions(+), 54 deletions(-) create mode 100644 Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml diff --git a/Resources/Locale/en-US/guidebook/guides.ftl b/Resources/Locale/en-US/guidebook/guides.ftl index 5abf979841..e4a4fa0702 100644 --- a/Resources/Locale/en-US/guidebook/guides.ftl +++ b/Resources/Locale/en-US/guidebook/guides.ftl @@ -118,7 +118,7 @@ guide-entry-rules-s8 = S8 guide-entry-rules-s9 = S9 guide-entry-rules-s10 = S10 guide-entry-rules-space-law = Space Law -guide-entry-rules-sl-crime-list = Crime List +guide-entry-rules-sl-crime-list = Law Book guide-entry-rules-sl-controlled-substances = Controlled Substances guide-entry-rules-sl-restricted-gear = Restricted Gear guide-entry-rules-sl-restricted-weapons = Restricted Weapons diff --git a/Resources/Prototypes/Guidebook/rules.yml b/Resources/Prototypes/Guidebook/rules.yml index 162cdba770..288c093f89 100644 --- a/Resources/Prototypes/Guidebook/rules.yml +++ b/Resources/Prototypes/Guidebook/rules.yml @@ -12,6 +12,7 @@ - SpaceLawControlledSubstances - SpaceLawRestrictedGear - SpaceLawRestrictedWeapons + - SpaceLawCrimeList - type: guideEntry id: SpaceLawControlledSubstances @@ -30,3 +31,9 @@ name: guide-entry-rules-sl-restricted-weapons priority: 40 text: "/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedWeapons.xml" + +- type: guideEntry + id: SpaceLawCrimeList + name: guide-entry-rules-sl-crime-list + priority: 50 + text: "/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml" \ No newline at end of file diff --git a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLControlledSubstances.xml b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLControlledSubstances.xml index 14f0f46de1..9d91262ecb 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLControlledSubstances.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLControlledSubstances.xml @@ -1,14 +1,12 @@  + Certain substances are considered controlled due to their hazardous, addictive, or otherwise detrimental nature. These substances are categorized based on their potential for abuse, danger to personnel, or restricted usage outside of authorized roles and departments. Unauthorized possession, production, or distribution of these substances is a violation of NanoTrasen policy. + # Space Law: Controlled Substances - - \[Chemists/Science\] Explosive and pyrotechnic compounds excluding welding fuel contained in welders or welding fuel storage vessels - - \[Science\] Toxins - - \[Medical\] Chloral hydrate, Impedrezene, Ipecac, and Pax - - \[Medical\] Desoxyephedrine and Ephedrine - - \[None\] Mindbreaker toxin - - \[None\] Mute toxin - - \[None\] Nocturine - - \[None\] Norepinephirc acid - - \[None\] Romerol - - \[None\] Space drugs - - \[None\] Stimulants, excluding Desoxyephedrine and Ephedrine + + - [color=#cb0000]\[Chemists/Science\][/color] Includes any compound capable of combustion, explosion, or significant thermal output (excluding welding fuel stored in approved containers or welders for maintenance use.) + - [color=#cb0000]\[Science\][/color] Substances that directly harm or kill biological organisms. Examples include chemical toxins used in research or biohazard testing + - [color=#cb0000]\[Medical\][/color] Includes substances designed to impair cognitive function, induce paralysis, or suppress neural activity (Authorized for use by medical staff only in controlled doses for therapeutic purposes.) + - [color=#cb0000]\[Medical\][/color] Substances that enhance physical or mental performance, increase energy, or reduce fatigue (Restricted to medical use or approved research by medical personnel.) + - [color=#cb0000]\[None\][/color] Substances that alter perception, induce hallucinations, or affect mental stability (Unauthorized possession or distribution is prohibited unless explicitly authorized for research purposes.) + - [color=#cb0000]\[None\][/color] Any chemical compound classified as experimental or restricted under NanoTrasen policy (Includes substances with unknown effects or those tied to unauthorized cult activity or rituals.) diff --git a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml new file mode 100644 index 0000000000..ea59844a58 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml @@ -0,0 +1,1861 @@ + + # Space Law: Crime Listing + Crime codes are grouped by color to represent linked crime categories. Crimes within the same group cannot be stacked. + Suffixes are provided in the Quick Crime Guide to identify these links, with only the highest penalty being applied. + + ## Quick Crime Guide + + + + Code + + + + + §0-XX - Infraction + + + + + §1-XX - Minor + + + + + §2-XX - Moderate + + + + + §3-XX - Major + + + + + §4-XX - Capital + + + + + 01 + + + + + Disorderly Conduct (V) + + + + + Assault (V) + + + + + Aggravated Assault (V) + + + + + Murder (V) + + + + + Prime/Mass Murder (V) + + + + + 02 + + + + + + + + + + Pick-pocketing (T) + + + + + Theft (T) + + + + + Larceny (T) + + + + + Grand Larceny (T) + + + + + 03 + + + + + Superficial Vandalism (S) + + + + + Minor Vandalism (S) + + + + + Vandalism, Major (S) + + + + + Sabotage (S) + + + + + Grand Sabotage (S) + + + + + 04 + + + + + + + + + + Vigilantism + + + + + Conspiracy (C) + + + + + High Conspiracy (C) + + + + + Espionage (C) + + + + + 05 + + + + + Drug Possession + + + + + Illegal Distribution + + + + + Hostile Affiliation (A) + + + + + Hostile Activity (A) + + + + + Enemy Combatant (A) + + + + + 06 + + + + + Disruptive Communications + + + + + Disturbing the Peace + + + + + Possession, Contraband Equipmment (P) + + + + + Possession, Dangerous Contraband (P) + + + + + Possession, Corporate Secrets (P) + + + + + 07 + + + + + + + + + + + + + + + Rioting (R) + + + + + Inciting a Riot (R) + + + + + Subversion of the Chain of Command (R) + + + + + 08 + + + + + Creating a Hazard (N) + + + + + Negligence (N) + + + + + High Negligence (N) + + + + + Manslaughter (V)(N) + + + + + Biological Terror (V)(N) + + + + + 09 + + + + + + + + + + Trespass (T) + + + + + Trespass, Inherently Dangerous Areas (T) + + + + + Trespass, High Security Areas (T) + + + + + + + + + + 10 + + + + + + + + + + Breaking and Entering (T) + + + + + Breaking and Entering, Inherently Dangerous Areas (T) + + + + + Breaking and Entering, High Security Areas (T) + + + + + + + + + + 11 + + + + + + + + + + Discriminatory Language + + + + + Insubordination + + + + + Dereliction (N) + + + + + + + + + + 12 + + + + + + + + + + + + + + + Fraud (F) + + + + + Corporate Fraud (F) + + + + + + + + + + 13 + + + + + + + + + + + + + + + + + + + + Identity Theft + + + + + + + + + + 14 + + + + + + + + + + + + + + + + + + + + Kidnapping + + + + + + + + + + 15 + + + + + Unreported Psionics + + + + + + + + + + Mindguard Act + + + + + Mindbreaking + + + + + + + +
+ + ## Stackable Crimes: Crimes are to be considered ‘stackable’ + in the sense that if you charge someone with two or more different crimes, + you should combine the times you would give them for each crime. + Make sure you do not combine the same category of crimes, indicated by brackets. + + ## Crime Modifiers + Crimes can be influenced by specific modifiers that adjust their severity, sentencing, or context. + These modifiers provide additional nuance to legal proceedings and ensure appropriate handling of offenses; + Based on circumstances such as intent, danger, or external factors. + + + + + Code + + + + + Modifier + + + + + Description + + + + + Notes + + + + + M-01 + + + + + Clear and Present Danger + + + + + Crimes Committed in the interest of saving life, property, or preventing a disaster may have their sentences reduced, voided, or expunged. + + + + + This modifier is primarily to cover situations such as breaking into an area one does not have access to, in the interest of saving someone's life or otherwise with good intent. + + + + + M-02 + + + + + Elevated Sentencing + + + + + The scope of the crime(s), or repetitious behavior committed, warrant the charge be elevated to a higher offense for punishment in increments of one level per instance. + + + + + Primarily intended to be used after a few repetitions. This includes attacking security, heads of staff, or committing multiple instances of the same crime. Crimes charged with this modifier are exempt from punishment outside of confinement. + + + + + M-03 + + + + + Self Defense + + + + + Actions taken to defend ones self from an assailant may have sentences reduced, voided, or expunged if the officer(s) involved deem that use of force reasonable. + + + + + This isn't a school. You can punch back, but don't be out of scale. + + + + + M-04 + + + + + Non Compos Mentis + + + + + Those of unstable mind should be referred to medical treatment or, if required, forced cryogenic storage. + + + + + English: Insanity. This is intended to be applied to IC hypnosis, mind control, or otherwise actual incapacitation. IC 'insanity' is not an excuse for high crimes. + + + + + M-05 + + + + + Griseo Maris + + + + + Coordinated behavior by those with no clear assigned duty which interrupts the normal function of any one department may lead to sentencing for any crimes committed during such actions to be increased in severity by one level for punishment. + + + + + English: Grey Tide. Go be useful you fucks. + + + + + M-06 + + + + + Resisting Arrest + + + + + Knowingly resisting attempts at legal detention by members of the security team. It is advised that these individuals should have their sentences increased the recommended 20% of total duration. + + + + + Running will only increase your sentence. + + + + + M-07 + + + + + Escaped Prisoner + + + + + Someone who has escaped their cell should be recaptured and returned to the brig. Their timer should be reset to the full length of the original sentence. The sentence can be bumped by up to 50% with this. + + + + + Escaping will only delay the inevitable. + + + + + M-08 + + + + + Attempted crime + + + + + Anyone that tries to commit a crime but fails to achieve it, is to be charged under the relevant crime while recording that it was an attempt. A crime being an attempt can be downgraded to a lower offense for punishment in increments of one level per instance. This however does not bind in the case of repeated offender. + + + + + If a fact is too ambiguous, in that it is possible to both interpret it as the beginning of a crime and as a legal endeavor, then Security cannot charge with attempted crime. + + +
+ + ## Infractions + - The maximum sentence per Infraction is 2 minutes + - First time offenders should only receive a warning and be logged, but it is situationally dependant + - Also covers minor misdemeanors + + + + Code + + + + + Crime + + + + + Description + + + + + Notes + + + + + 0-1 + + + + + Disorderly Conduct (V) + + + + + To conduct ones self in a way unsuitable for the retention of one’s position. + + + + + Minor disruptive behavior that isn't otherwise illegal, such as drunkenly harassing a crew member. + + + + + 0-3 + + + + + Superficial Vandalism (S) + + + + + To deface the station or property of another individual. + + + + + Minor damage that can be repaired with space cleaner or other cosmetic only damage. + + + + + 0-5 + + + + + Drug Possession + + + + + The possession of illegal drugs in quantities appropriate for personal use. + + + + + A pill or two of drugs is reasonable for recreational use, anything more is probably better charged as distribution. + + + + + 0-6 + + + + + Disruptive Communications + + + + + To knowingly disrupt or needlessly populate a radio frequency with the intent to be a nuisance to users of that frequency. + + + + + Radio spam bad. I'm looking at you, circuit makers. + + + + + 0-8 + + + + + Creating a Hazard (N) + + + + + To create a situation which may lead to the harm of others during normal operation in that department. + + + + + Minor unsafe behavior can also be charged under this crime. + + + + + 0-15 + + + + + Unreported Psionics + + + + + Knowingly failing to report the possession or awakening of psionic abilities to the Mantis Authority. + + + + + Transparency with the Mantis is crucial for ensuring station safety and the proper regulation of psionic capabilities. + This act applies to all sophonts, without exception for rank or status. + Non-compliance may result in mindbreaking or designation as a threat to station security. + Failure to report potentially lethal psionics may result in immediate mindbreaking at the discretion of Security and the Mantis Authority and should be charged under 2XX Code as a Moderate Crime. + + +
+ + # Felonies + - The maximum sentence per Felony is 4 minutes + - Minor crimes encompass low-severity offenses that typically do not pose a significant threat to station security or personnel. + + + + Code + + + + + Crime + + + + + Description + + + + + Notes + + + + + 1-01 + + + + + Assault (V) + + + + + To use physical force against someone without the apparent intent to harm them. + + + + + This covers minor criminal uses of force, Without intent to injure. That would be Aggravated Assault, or possibly a flavor of Murder. + + + + + 1-02 + + + + + Pick-pocketing (T) + + + + + To steal items belonging another person. + + + + + Small or easily replaceable items should be charged with this, otherwise consider a higher class of theft. + + + + + 1-03 + + + + + Minor Vandalism (S) + + + + + To damage, destroy, or permanently deface non-critical furniture, vendors, or personal property. + + + + + Large amounts of irreparable damage should be charged with Major Vandalism, Damage to critical infrastructure may be a form of Sabotage. + + + + + 1-04 + + + + + Vigilantism + + + + + To perform the responsibilities and duties of the security department without approval or due cause to act. + + + + + Valid hunting bad. Let the red shirts do their job. + + + + + 1-05 + + + + + Illegal Distribution + + + + + The possession of dangerous or illegal drugs/equipment in a quantity greater than that which is reasonable for personal consumption. + + + + + You should probably try to determine intent from additional evidence before charging someone with this. + + + + + 1-06 + + + + + Disturbing the Peace + + + + + To knowingly organize a movement which disrupts the normal operations of a department, or being a public disturbance. + + + + + Establishing a peaceful strike or otherwise disrupting standard department order without attachment to criminal entities. In the case of criminal attachment, refer to Rioting or Hostile Activity. + + + + + 1-08 + + + + + Negligence (N) + + + + + To be negligent in one's duty to an extent that it may cause harm, illness, or other negative effect, to another. + + + + + This is the charge for the doctor that accidentally pumps pentetic acid into an oozeling, or a scientist who accidentally floods toxins with room temperature CO2 or N2O. + + + + + 1-09 + + + + + Trespass (T) + + + + + To be in an area which a person has either not purposefully been admitted to, does not have access, or has been asked to leave by someone who has access to that area. + + + + + Being in an area, or having access to an area is not permission to that area. This crime covers non forcible entry into areas, such as following someone through a door. + + + + + 1-10 + + + + + Breaking and Entering (T) + + + + + To trespass into an area using a method of forcible entry. + + + + + This is a variant of trespass, but instead of tailgating someone or gaining access the individual had to break or disable something to enter, such as hacking an airlock. + + + + + 1-11 + + + + + Discriminatory Language + + + + + To use language which demeans, generalizes, or otherwise de-personafies the individual at which it is targeted. This counts towards all species. + + + + + Note that actual, OOC racism is not acceptable under the rules. + + +
+ + ## Moderate Crimes + - The maximum sentence per Moderate Crime is 7 minutes + - Moderate crimes involve more serious offenses that can disrupt station operations or endanger personnel, requiring stricter enforcement. + + + + Code + + + + + Crime + + + + + Description + + + + + Notes + + + + + 2-01 + + + + + Aggravated Assault (V) + + + + + To take physical action against a person with intent to grievously harm, but not to kill. + + + + + This covers criminal uses of force, with intent to seriously injure, but no intent to kill. That would be some variation of Murder. This law also constitutes unlawful mindbreaking. + + + + + 2-02 + + + + + Theft (T) + + + + + To steal equipment or items from a workplace, or items of high value from one's person. + + + + + This includes things like insulated gloves, crew pinpointers, normal ID cards, or personal items. + + + + + 2-03 + + + + + Vandalism, Major (S) + + + + + To destroy or damage non-critical furniture, vendors, or personal property in a manor that can not be repaired. + + + + + Spray painting all the lights red and wrecking tables in the bar is fun and all, but it makes it hard to figure out where the fire is, or to have a polite sip of tea. + + + + + 2-04 + + + + + Conspiracy (C) + + + + + To knowingly work with another person in the interest of committing an illegal action. + + + + + It's important to note that an unwitting accomplice is not the same as a conspirator. Timer should be identical to the perpetrator that person conspired with. + + + + + 2-05 + + + + + Hostile Affiliation (A) + + + + + To knowingly act as a recruiter, representative, messenger, ally, benefactor, or associate of an organization criminally opposed to the Corporation or the Biesel Republic. + + + + + Syndicate agents, such as traitors, will generally fall under this charge rather than "Enemy Combatant" (4-05) unless violent actions are confirmed. + + + + + 2-06 + + + + + Possession, Contraband Equipment (P) + + + + + To possess equipment not approved for use or production aboard Nanotrasen stations. This includes equipment produced by The Syndicate, Wizard Federation, or any other hostile organization as defined within Code 405. + + + + + Reminder: Contraband equipment should be stored in evidence as per SOP. It is not candy to hand out to Security. + + + + + 2-07 + + + + + Rioting (R) + + + + + To act as a member in a group which collectively commits acts of vandalism, or other felony crimes. + + + + + A riot typically constitutes five or more people acting in a coordinated effort. This can however vary on the size and circumstances of the station. + + + + + 2-08 + + + + + High Negligence (N) + + + + + To be negligent in one's duty to an extent that it may cause harm to multiple individuals, a department, or in a manor which directly leads to a serious injury of another person which requires emergency medical treatment. + + + + + Virologists releasing Spanish flu on accident, or scientists that flood science/toxins with plasma get charged here. It can also include engineers who delaminate the SM or wander around with highly radioactive material. + + + + + 2-09 + + + + + Trespass, Inherently Dangerous Areas (T) + + + + + Trespassing in an area which may lead to the injury of self, or others. This also includes areas like security or general command areas which do not contain any sensitive items or consoles. + + + + + Engineering spaces specifically related to an engine such as turbine, super-matter room/chamber, or toxins lab count here. This list is not exhaustive, but should not be extorted to increase sentencing. + + + + + 2-10 + + + + + Breaking and Entering, Inherently Dangerous Areas (T) + + + + + To trespass into an area which may lead to the injury of self or others using forcible entry. Refer to 209 for area restrictions. + + + + + Generally this will lead to injury. See breaking and entering, and apply any of the areas for Trespassing to dangerous areas. + + + + + 2-11 + + + + + Insubordination + + + + + To knowingly disobey a lawful order from a superior, or obstructing security from doing it's job. + + + + + Obey your heads of staff if they instruct you to do something within the scope of your job. This crime can normally be accompanied by a demotion at the discretion of the relevant head of staff. + + + + + 2-12 + + + + + Fraud (F) + + + + + To misrepresent ones intention in the interest of gaining property or money from another individual. + + + + + Lying to someone about a cargo bounty, for example. Be honest with your intentions. Don't stretch this, gaining items which normally wouldn't be considered theft likely aren't worth charging under fraud. + + + + + 2-15 + + + + + Mindguard Act + + + + + Prohibits harmful misuse of psionics, causing danger, trauma, or detrimental alterations to others or the station. + + + + + Individuals convicted under this act must wear anti-psionic helmet for the full duration fo their sentence, removing it is akin to breaking out of prison. + Sophonts charged under the Mindguard Act are to be evaluated as potential candidates for mindbreaking or sacrifical use in the events of code white emergency. + Cases involving the misuse of lethal psionic powers or familiars fall under Code 3XX and should be treated as a Major Offense. + + +
+ + ## Major Crimes + - The maximum sentence per Major Crime is 10 minutes + - Major crimes are severe offenses that pose significant threats to station security, personnel safety, or corporate interests. These crimes warrant serious repercussions and careful documentation. + + + + Code + + + + + Crime + + + + + Description + + + + + Notes + + + + + 3-01 + + + + + Murder (V) + + + + + To purposefully kill someone. + + + + + Please note, that negligence is covered under Code 208 + + + + + 3-02 + + + + + Larceny (T) + + + + + To steal rare, extraordinarily expensive (Items of greater than 1000 credit value), or restricted equipment from secure areas or one's person. This also constitutes kidnapping. + + + + + This does not include theft of people's ID cards, which are likely to hold a value of more than 1000 credits. + It does however cover ID cards which could lead into high security areas, such as the Captain's, Head of Personnel's, or Head of Security's. + + + + + 3-03 + + + + + Sabotage (S) + + + + + To destroy station assets or resources critical to normal or emergency station procedures, or cause sections of the station to become uninhabitable. + + + + + Spacing areas, tampering with fire alarms, pipes, wiring, disabling the emitters on the Supermatter and other general station assets. This includes unauthorized construction. + + + + + 3-04 + + + + + High Conspiracy (C) + + + + + To knowingly work with another person in the interest of committing a major or greater crime. + + + + + Generally this will be shown through communications records or other means of surveillance. The most basic proof of course is capturing the two together in the act. + + + + + 3-05 + + + + + Hostile Activity (A) + + + + + To knowingly commit an act which is in direct opposition to the interests of Nanotrasen, Or to directly assist a known enemy of the corporation. + + + + + Impeding security's ability to detain a dangerous convict, or walling off the security department or other critical areas. + + + + + 3-06 + + + + + Posession, Dangerous Contraband (P) + + + + + To possess restricted or illegal equipment which has a primary purpose of causing harm to others, or large amounts of destruction. + + + + + Energy daggers, swords, guns (without a weapons permit), and so on count here. And no, the bartender can not have a captured LMG because they have a weapon permit. Again, security, those are not toys, put them in evidence. + + + + + 3-07 + + + + + Inciting a Riot (R) + + + + + To perform actions in the interest of causing large amounts of unrest up to and including rioting. + + + + + This is for the ring leader in any insurrection or riot. Prisoners may have their radios removed and be contained in areas which are not visible to the general populace. + + + + + 3-08 + + + + + Manslaughter (V) (N) + + + + + To unintentionally kill someone through negligent, but not malicious, actions. + + + + + They didn't mean to do it but someone's dead now. It's important to remember that you may want them to fix what they've done before throwing them in the brig, in the example of medical malpractice. + + + + + 3-09 + + + + + Trespass, High Security Areas (T) + + + + + Trespassing in any of the following without appropriate permission or access: Command areas, Personal offices, Weapons storage, or other high security areas. + + + + + The clown is not legally allowed to trail the captain into the bridge unless it is for a prank according to their Standard Operating Procedures. + + + + + 3-10 + + + + + Breaking and Entering, High Security Areas (T) + + + + + To commit trespassing into a secure area as defined in Code 309 using forcible entry. + + + + + Please note, paramedics may have to commit breaking and entry in order to perform their duties. + + + + + 3-11 + + + + + Dereliction (N) + + + + + To willfully abandon an obligation that is critical to the station's continued operation. + + + + + Engineer didn't set up power? Doctor's doing botany and not treating the five corpses in med-bay? Miners not providing materials for station objectives? That all goes here. + + + + + 3-12 + + + + + Corporate Fraud (F) + + + + + To misrepresent one's intention in the interest of gaining property or money from Nanotrasen, or to gain or give property or money from Nanotrasen without proper authorization. + + + + + If you receive money to order something for a department don't pocket that money. + + + + + 3-13 + + + + + Identity Theft + + + + + To assume the identity of another individual. + + + + + This can include utilizing someone else PDA in order to impersonate them. + + + + + 3-14 + + + + + Kidnapping + + + + + To cause a intellectual being's unlawful confinement or restriction of free movement against their will, This act can involve the use of force, threats, or deception. + + + + + This can include the intent to use the victim as a ransom, as a shield or hostage, or inflict harm. or otherwise exploit them. + + + + + 3-15 + + + + + Mindbreaking + + + + + To unlawfully and maliciously rid a psionic sophont of their powers. + + + + + This law does not apply to lawful mindbreaking of individuals misusing their psionics or having inherently dangerous abilities. + In cases where unlawful mindbreaking results in the loss of a soul, rendering the individual a husked body, this act shall be escalated to 4XX Capital Punishment, as the sophont has been unjustly and irreversibly deprived of all life. + + +
+ + ## Capital Punishments + - The sentences given for Capital Offenses are permanent imprisonment or execution + - Charging someone under Capital Punishments needs to be authorized by Warden, Head of Security or Captain + - Capital crimes are the gravest offenses that represent an existential threat to the station, its personnel, or NanoTrasen's corporate sovereignty. These acts demand the most severe penalties, including permanent imprisonment or execution. + + + + Code + + + + + Crime + + + + + Description + + + + + Notes + + + + + 4-01 + + + + + Prime/Mass Murder (V) + + + + + To commit the act of murder, with clear intent to kill, and clear intent or to have materially taken steps to prevent the revival of the victim + + + + + This includes debraining a corpse with purpose other than cloning. + + + + + 4-02 + + + + + Grand Larceny (T) + + + + + To steal inherently dangerous items from their storage, one's person, or other such methods acquire through illicit means. + + + + + This includes items such as HoS's gun, RD's teleporter, SM sliver, Nuke disk and other High Risk items. + + + + + 4-03 + + + + + Grand Sabotage (S) + + + + + To destroy or modify station assets or equipment without which the station may collapse or otherwise become uninhabitable. + + + + + This may include tampering with station records, purposefully delaminating the SM, destroying the SMES power storage equipment, plasma flooding, or super-heating distro. + + + + + 4-04 + + + + + Espionage (C) + + + + + To knowingly betray critical information to enemies of the station. + + + + + Telling nukies where the disk or a pinpointer is would wind up here. Please note, knowingly assisting antagonists as a non-antag may violate server rules. + + + + + 4-05 + + + + + Enemy Combatant (A) + + + + + To be confirmed without a shadow of a doubt as an active member of an organization that is in violent opposition to the Corporation or the Biesel Republic. + + + + + Membership in an opposition organization without further actions should be charged under Code 2-05. This is a LAST RESORT, and a trial must be held before convicting personnel who were at any time listed on the crew manifest. + + + + + 4-06 + + + + + Possession, Corporate Secrets (P) + + + + + To possess secret documentation or high density tamper-resistant data storage devices (Blackboxes) from any organization without authorization by Nanotrasen. + + + + + Explorers and miners returning with secret documents or black boxes are not committing a crime, as retrieval as such can fall under their normal duties. The greyshirt that just ran off with the black box or documents? That's a criminal. + + + + + 4-07 + + + + + Subversion of the Chain of Command (R) + + + + + Disrupting the chain of command via either murder of a commanding officer or illegally declaring oneself to be a commanding officer. + + + + + Security officers are not considered to be commanding officers. Heads of staff, captains, Centcom Commanders and admirals are. This does not include replacement of heads of staff with solid reasoning backing it. (Derelection, Negligence, unfit for Job) + + + + + 4-08 + + + + + Biological Terror (V)(N) + + + + + To knowingly release, cause, or otherwise cause the station to become affected by a disease, plant, or other biological form which may spread unconstrained and or cause serious physical harm. + + + + + Don't immediately lynch the virologist, but an investigation might be a good idea. + + +
+
\ No newline at end of file diff --git a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedGear.xml b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedGear.xml index ce804009a1..e9a9ef1282 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedGear.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedGear.xml @@ -1,21 +1,24 @@  + The following outlines the categories of restricted gear aboard NanoTrasen property. Unauthorized possession or use of these items is considered a violation of corporate regulations and may be met with disciplinary action. Access and permissions are clearly defined based on job roles. + # Space Law: Restricted Gear - - \[ERT/Central Command\] ERT and central command clothing - - \[Command\] Command clothing - - \[Security\] Security clothing - - \[Security\] Less than lethal and non-lethal weapons, excluding disablers and beanbag shotguns - - \[Security/Command\] Disablers - - \[Security/Bartender\] Beanbag shotguns - - \[Security\] Flash technology, excluding handheld flashes - - \[Security/Science/Command\] Handheld flashes - - \[Security\] Helmets and shields - - \[Security/Command/Bartender\] Protective vests and chest rigs - - \[Security/Command\] Restraining gear - - \[Security/Command\] Security HUDs - - \[Engineering\] Engineering goggles - - \[None\] Improvised less lethal and non-lethal weaponry - - \[None\] Unauthorized PDA software - - \[None\] Syndicate clothing - - \[None\] Syndicate equipment, excluding communication equipment - - \[Security\] Syndicate communication equipment equipment + + - [color=#cb0000]\[ERT/Central Command\][/color] Equipment and clothing exclusive to Emergency Response Teams (ERT) or Central Command personnel + - [color=#cb0000]\[Command\][/color] Command-level clothing and equipment, including headsets with encrypted channels or access overlays + - [color=#cb0000]\[Security\][/color] Security clothing, protective gear, and equipment + - [color=#cb0000]\[Security\][/color] Less-than-lethal and non-lethal weaponry, excluding general-purpose disablers and beanbag shotguns + - [color=#cb0000]\[Security\][/color] Flash technology (e.g., flashbang grenades, flash projectors), excluding handheld flashes + - [color=#cb0000]\[Security\][/color] Helmets, riot shields, and ballistic shields + - [color=#cb0000]\[Security\][/color] Security HUDs and restraining gear (e.g., handcuffs) + - [color=#cb0000]\[Security/Command\][/color] Disablers and restraining gear used by authorized personnel + - [color=#cb0000]\[Security/Command\][/color] Security HUDs + - [color=#cb0000]\[Security/Command/Bartender\][/color] Protective vests and chest rigs designed to mitigate damage from projectiles or blunt force + - [color=#cb0000]\[Security/Bartender\][/color] Beanbag shotguns (Bartenders may only use them within station bar premises) + - [color=#cb0000]\[Security/Science/Command\][/color] Handheld flashes + - [color=#cb0000]\[Engineering\][/color] Engineering goggles, and Rapid Construction Devices + - [color=#cb0000]\[None\][/color] Unauthorized PDA software + - [color=#cb0000]\[None\][/color] Ammunition or explosives not issued by NanoTrasen + - [color=#cb0000]\[None\][/color] Body armor or tactical suits unauthorized for use by crew roles + - [color=#cb0000]\[None\][/color] Communication equipment designed to intercept, decrypt, or bypass corporate channels + - [color=#cb0000]\[None\][/color] Terrorist paraphernalia, including items with clear indicators of association with hostile organizations diff --git a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedWeapons.xml b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedWeapons.xml index c1d8ff3b02..edbd88a5e6 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedWeapons.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLRestrictedWeapons.xml @@ -1,11 +1,15 @@  -# Space Law: Restricted Weapons -- \[Security\] Lethal firearms, excluding syndicate firearms, proto kinetic accelerators, glaives, daggers, crushers and the antique laser gun -- \[Security/Salvage\] Proto kinetic accelerators, glaives, daggers, and crushers -- \[Security/Command\] Antique laser gun -- \[None\] Syndicate weapons -- \[None\] Swords -- \[None\] Improvised weaponry, including baseball bats -- \[None\] Lethal implants -- \[None\] Other lethal weapons + The following outlines the restrictions and allowances for weapon possession and usage on NanoTrasen property. Weapon categories and authorized users are clearly defined to maintain order and security aboard the station. + + # Space Law: Restricted Weapons + +- [color=#cb0000]\[Security\][/color] Lethal firearms (excluding unmarked weapons, specialty tools like proto-kinetic accelerators) +- [color=#cb0000]\[Security/Salvage\][/color] Specialty mining tools such as proto-kinetic accelerators, glaives, daggers, and crushers. (Salvage must use these tools off-station or in authorized operations only) +- [color=#cb0000]\[Security/Command\][/color] Command-approved antique weapons (e.g., antique laser gun) +- [color=#cb0000]\[Bartender\][/color] Civilian firearms, limited to less-than-lethal ammunition only +- [color=#cb0000]\[None\][/color] Unlicensed firearms +- [color=#cb0000]\[None\][/color] Exotic weapons (e.g., swords) +- [color=#cb0000]\[None\][/color] Improvised weapons (e.g., baseball bats, pipe tools) +- [color=#cb0000]\[None\][/color] Lethal implants +- [color=#cb0000]\[None\][/color] Other lethal weapons not listed above diff --git a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SpaceLaw.xml b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SpaceLaw.xml index f2b913a171..7366862fc1 100644 --- a/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SpaceLaw.xml +++ b/Resources/ServerInfo/Guidebook/ServerRules/SpaceLaw/SpaceLaw.xml @@ -3,17 +3,18 @@ On Space Station 14, stations operate under abbreviated space law. All crew, passengers, and visitors aboard the station are expected to follow these laws. Foreign invaders, such as nuclear operatives, ninjas, and pirates, are not protected under space law. Traitors are not foreign invaders so are usually protected by space law. + Exceptions are made in cases of unnatural phenomena similar to changelings and heretics, where their humanity is put to question. Space Law is not the server rules, but some rules reference Space Law and require it to be followed by certain people or to some degree. ## Treatment Of Prisoners Prisoners still have certain rights that must be upheld by law enforcement: - - Prisoners must be granted adequate medical care. - - Prisoners must be allowed access to basic communications equipment (Radios) so long as they are not abused. - - Prisoners must be granted clothing, food, water, shelter and safety. If the brig is no longer safe, confinement must be established in another location. - - Prisoners must be given access to legal counsel during an interrogation if requested and available. - - Prisoners must be given their shift mandated PDA after confinement has finished, unless there is solid proof of PDA tampering. In case of tampering, the PDA is to be secured and replaced with a new unit. - - Prisoners must be granted freedom of movement, and should not be restrained with handcuffs or other devices after incarceration unless there is an undue risk to life and limb. Similarly, any prisoners held for permanent confinement should be held in the communal brig, and should not be confined to a solitary cell unless they pose a risk to life and limb. + - Prisoners must be granted adequate medical care. + - Prisoners must be allowed access to basic communications equipment (Radios) so long as they are not abused. + - Prisoners must be granted clothing, food, water, shelter and safety. If the brig is no longer safe, confinement must be established in another location. + - Prisoners must be given access to legal counsel during an interrogation if requested and available. + - Prisoners must be given their shift mandated PDA after confinement has finished, unless there is solid proof of PDA tampering. In case of tampering, the PDA is to be secured and replaced with a new unit. + - Prisoners must be granted freedom of movement, and should not be restrained with handcuffs or other devices after incarceration unless there is an undue risk to life and limb. Similarly, any prisoners held for permanent confinement should be held in the communal brig, and should not be confined to a solitary cell unless they pose a risk to life and limb. ## Search and Seizure A personnel search is a seizure of the objects in a person's backpack, hands, coat, belt, and pockets. If any contraband is found during a search, the officer may choose to further the search into a detainment or simply confiscate the restricted items. After the search is conducted, all legal items are to be returned to the person. A crewmate may legally decline any search conducted without probable cause or a warrant while the alert level is green. It should be noted that if the alert level is blue or above, all personnel searches are legal. @@ -39,29 +40,42 @@ [color=#a4885c]Stackable Crimes:[/color] Crimes are to be considered 'stackable' in the sense that if you charge someone with two or more different crimes, you should combine the times you would give them for each crime. Linked crimes, shown in matching colors on the Quick Crime Guide, can not be stacked and instead override each other, you should pick the highest crime that matches the case. - - Example: A suspect has committed a 2-01 (possession of restricted gear) and a 3-01 (possession of restricted weapons). The maximum sentence here would be 10 minutes due to them being linked crimes, and 3-01 is the greater crime. - - Example 2: A suspect commits a 3-04 (Secure trespassing) and a 3-06 (manslaughter). Those crimes stack since they are not linked crimes. You could sentence for a maximum of 20 minutes, but context matters heavily, and maximum sentences should only be used for the worst offenders. + - Example: A suspect has committed a 2-01 (possession of restricted gear) and a 3-01 (possession of restricted weapons). The maximum sentence here would be 10 minutes due to them being linked crimes, and 3-01 is the greater crime. + - Example 2: A suspect commits a 3-04 (Secure trespassing) and a 3-06 (manslaughter). Those crimes stack since they are not linked crimes. You could sentence for a maximum of 20 minutes, but context matters heavily, and maximum sentences should only be used for the worst offenders. [color=#a4885c]Repeater Offenders:[/color] Repeated crimes are when someone is released for a crime and then goes to commit the same crime within the same shift. Repeated crimes can be charged with tacked-on time; first repeat: 3:00, second repeat: 6:00, third repeat: permanent confinement. It should be noted each tacked-on time is directly linked to one type of crime, so for example, if someone does their first repeat of trespass and petty theft, you can charge them with an extra 6 minutes. [color=#a4885c]Accessory, Attempting, And Intention:[/color] If someone intentionally, knowingly and substantially assists someone in enacting a crime they can be charged with the relevant crimes, such as an engineer giving someone tools, who says they are going to break into an area. Same goes for a clear and solid attempt at a crime, or a person who shows clear intent to act out a crime, such as a syndicate nuclear operative arming a nuke but getting arrested before it goes off, they can still be charged with terrorism. Does not apply to crimes that have an attempted listing already, like attempted murder. + ## Categories of Crime + Space Law divides offenses into several categories based on severity and nature. These include: + - [color=yellow][bold]Minor Infractions[/bold][/color]: Non-critical disruptions or low-impact crimes. + - [color=orange][bold]Moderate Crimes[/bold][/color]: Actions with moderate consequences, affecting individuals or station operations. + - [color=red][bold]Major Crimes[/bold][/color]: Severe breaches of safety, security, or operational integrity. + - [color=purple][bold]Capital Crimes[/bold][/color]: Offenses warranting the most serious consequences, including potential execution or permanent confinement. + ## Normal Punishments - - [color=#a4885c]Warning:[/color] For minor crimes, fix the issue, then warn the person not to attempt the crime again. If they still proceed to do it at a later date, a brig time may be better. - - [color=#a4885c]Confinement:[/color] The typical punishment, being confined in a cell for a temporary amount of time according to the crimes. - - [color=#a4885c]Demotion:[/color] Entails removing all departmental gear they have on their person and revoking the involved department access off their ID. This requires the captain's or involved department head's approval. Demotions should only be issued if the person pose a threat to their own department or are in a position where they have/can abuse their job's gear to commit further crimes. + - [color=#a4885c]Warning:[/color] For minor crimes, fix the issue, then warn the person not to attempt the crime again. If they still proceed to do it at a later date, a brig time may be better. + - [color=#a4885c]Confinement:[/color] The typical punishment, being confined in a cell for a temporary amount of time according to the crimes. + - [color=#a4885c]Demotion:[/color] Entails removing all departmental gear they have on their person and revoking the involved department access off their ID. This requires the captain's or involved department head's approval. Demotions should only be issued if the person pose a threat to their own department or are in a position where they have/can abuse their job's gear to commit further crimes. ## Major Punishments [color=#a4885c]Permanent Confinement:[/color] Being held in the permanent brig for the entire duration of the shift. A person is eligible for permanent confinement if their timed sentence would exceed 15 minutes. Any persons subject to this punishment are required to be transported in cuffs to CentComm at the end of the shift. A permanent prisoner can not be deprived of anything covered by the section "Treatment Of Prisoners". [color=#a4885c]Execution:[/color] A humane way of dealing with extremely unruly crewmates. A prisoner who has been given the death sentence may pick how they wish to be killed, common methods are firing line, lethal injection, exile, and high voltage electrocution. Another alternate method of "execution" is the process of placing a staff's mind into a borg, this is allowed so long as it is lawful. Execution can only be issued with the captain's or acting captain's approval; if the HoS is acting captain or there is no acting captain, all heads of staff are to hold a vote on the matter. + ## Amendments and Exceptions + Space Law can be amended or overridden under specific circumstances: + - Emergency Situations: Command staff may implement temporary measures to restore order. + - Central Command Overrides: Directives from Central Command supersede Space Law where applicable. + - Executive Discretion: Captains and Heads of Staff have limited authority to interpret and enforce laws based on context. + ## Restricted Items Items in the lists are preceded by an indication of which department or job is legally allowed to use or possess the item on most stations. The station captain may modify these lists as they see fit so long as they exercise due care and provide reasonable notification to the station. Members of command who oversee a department that is permitted to use a restricted item may issue permits to specific people outside of their department to use those items. "None" indicates that there are no departments or roles authorized to use or possess the item. - - [textlink="List of Controlled Substances" link="SpaceLawControlledSubstances"] - - [textlink="List of Restricted Gear" link="SpaceLawRestrictedGear"] - - [textlink="List of Restricted Weapons" link="SpaceLawRestrictedWeapons"] + - [textlink="List of Controlled Substances" link="SpaceLawControlledSubstances"] + - [textlink="List of Restricted Gear" link="SpaceLawRestrictedGear"] + - [textlink="List of Restricted Weapons" link="SpaceLawRestrictedWeapons"] ## Crime Listing - - [textlink="Crime Listing" link="SpaceLawCrimeList"] + - [textlink="Crime Listing" link="SpaceLawCrimeList"] From 7f1cdb1bfe8b22f48a46e7a18423dbb78699421b Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 23:09:57 +0000 Subject: [PATCH 023/215] Automatic Changelog Update (#1386) --- Resources/Changelog/Changelog.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b36c2ef429..2c8b134a02 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9757,3 +9757,14 @@ Entries: id: 6682 time: '2025-01-12T23:08:43.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1510 +- author: BlueHNT + changes: + - type: Add + message: Added New Law + - type: Tweak + message: Tweaked Space Law entries + - type: Remove + message: Removed Old Law + id: 6683 + time: '2025-01-12T23:09:32.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1386 From 5828f6b31fbdd4c9970c0c1471757cf9e412a5df Mon Sep 17 00:00:00 2001 From: Jonathan <44554691+Mike32oz@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:11:11 -0600 Subject: [PATCH 024/215] Modify the Cargo Shuttle and ATS. (#1457) # Description Howdy Folks, I've made a few modifications to the cargo shuttle and the automated Trading station (ATS). First, I added two more seats to the shuttle. I also added some tools, including a wrench and a crowbar. I also provided proper air distribution throughout the shuttle. I removed the plastic airtight flats because the blast door opens, but can't be closed. The same goes for the ATS. Finally, I added a station anchor, a clean bot to the ATS, and a couple of lockers. The place doesn't get dirty or drift away.

Media

![Example Media Embed](https://example.com/thisimageisntreal.png) ![Screenshot 2025-01-07 111438](https://github.com/user-attachments/assets/b5f44167-5f3c-4af7-8281-148a3d17b56d) ![Screenshot 2025-01-06 012814](https://github.com/user-attachments/assets/411f208d-8ddd-47c0-9f90-ed1dbd7b6bd0)

--- # Changelog :cl: Mike32oz - add: Station anchor on ATS - add: Clean bot and two locker - tweak: Air distribution on cargo shuttle - add: two seats including a wrench and a crowbar - remove: Plastic airtight flats and replace them with tiny fans Signed-off-by: VMSolidus Co-authored-by: VMSolidus --- Resources/Maps/Shuttles/cargo.yml | 1075 +++-- Resources/Maps/Shuttles/trading_outpost.yml | 4348 +++++++++---------- 2 files changed, 2779 insertions(+), 2644 deletions(-) diff --git a/Resources/Maps/Shuttles/cargo.yml b/Resources/Maps/Shuttles/cargo.yml index 8a3007dd9c..b2041aeba1 100644 --- a/Resources/Maps/Shuttles/cargo.yml +++ b/Resources/Maps/Shuttles/cargo.yml @@ -7,17 +7,31 @@ tilemap: 89: FloorShuttleWhite 93: FloorSteel 108: FloorTechMaint + 1: Lattice 126: Plating entities: - proto: "" entities: - - uid: 173 + - uid: 1 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap + - uid: 2 components: - type: MetaData name: Cargo shuttle - type: Transform pos: 2.2710133,-2.4148211 - parent: invalid + parent: 1 - type: MapGrid chunks: -1,0: @@ -30,7 +44,7 @@ entities: version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAA version: 6 0,-1: ind: 0,-1 @@ -106,34 +120,33 @@ entities: version: 2 data: tiles: - -2,-1: - 0: 52428 - -1,-1: - 0: 65535 - -1,-2: - 0: 61440 + -2,0: + 0: 51400 -2,1: - 0: 52428 + 0: 16520 + -2,-1: + 0: 32832 -1,0: 0: 65535 -1,1: - 0: 65535 + 0: 30719 + -2,2: + 0: 128 + -1,-1: + 0: 63346 -1,2: - 0: 255 - 0,-1: - 0: 4369 - 0,1: - 0: 4369 - 0,2: - 0: 1 + 0: 130 0,0: - 0: 4369 - -2,0: - 0: 52428 - -2,2: - 0: 140 + 0: 4112 + 0,1: + 0: 4096 -2,-2: 0: 32768 + -1,-2: + 1: 8192 + 0: 32768 + 0,-1: + 0: 16 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -150,6 +163,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: OccluderTree - type: Shuttle @@ -159,1097 +187,1262 @@ entities: - type: GravityShake shakeTimes: 10 - type: GasTileOverlay +- proto: AirAlarm + entities: + - uid: 3 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 118 + - 9 + - 119 - proto: AirCanister entities: - - uid: 172 + - uid: 4 components: - type: Transform pos: -3.5,-1.5 - parent: 173 - - type: AtmosDevice - joinedGrid: 173 + parent: 2 - proto: AirlockGlassShuttle entities: - - uid: 45 + - uid: 5 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,3.5 - parent: 173 - - uid: 50 + parent: 2 + - uid: 6 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,1.5 - parent: 173 - - uid: 52 + parent: 2 + - uid: 7 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,3.5 - parent: 173 - - uid: 53 + parent: 2 + - uid: 8 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,1.5 - parent: 173 + parent: 2 +- proto: AirSensor + entities: + - uid: 9 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 3 - proto: APCHyperCapacity entities: - - uid: 79 + - uid: 10 components: - type: Transform pos: -0.5,6.5 - parent: 173 + parent: 2 - proto: AtmosDeviceFanTiny entities: - - uid: 168 + - uid: 11 components: - type: Transform pos: -5.5,1.5 - parent: 173 - - uid: 169 + parent: 2 + - uid: 12 components: - type: Transform pos: -5.5,3.5 - parent: 173 - - uid: 170 + parent: 2 + - uid: 13 components: - type: Transform pos: 0.5,3.5 - parent: 173 - - uid: 171 + parent: 2 + - uid: 14 components: - type: Transform pos: 0.5,1.5 - parent: 173 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 - proto: BlastDoor entities: - - uid: 1 + - uid: 15 components: - type: Transform - pos: 0.5,4.5 - parent: 173 + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 2 - type: DeviceLinkSink links: - - 57 - - uid: 3 + - 145 + - uid: 16 components: - type: Transform - pos: -5.5,0.5 - parent: 173 + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 - type: DeviceLinkSink links: - - 55 - - uid: 54 + - 142 + - uid: 17 components: - type: Transform + rot: -1.5707963267948966 rad pos: 0.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 58 - - uid: 56 + - 143 + - uid: 18 components: - type: Transform - pos: -5.5,4.5 - parent: 173 + rot: -1.5707963267948966 rad + pos: 0.5,4.5 + parent: 2 - type: DeviceLinkSink links: - - 2 + - 144 - proto: CableApcExtension entities: - - uid: 100 + - uid: 19 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 20 components: - type: Transform pos: -0.5,6.5 - parent: 173 - - uid: 101 + parent: 2 + - uid: 21 components: - type: Transform pos: -1.5,6.5 - parent: 173 - - uid: 102 + parent: 2 + - uid: 22 components: - type: Transform pos: -2.5,6.5 - parent: 173 - - uid: 103 + parent: 2 + - uid: 23 components: - type: Transform pos: -2.5,5.5 - parent: 173 - - uid: 104 - components: - - type: Transform - pos: -2.5,8.5 - parent: 173 - - uid: 105 - components: - - type: Transform - pos: -3.5,8.5 - parent: 173 - - uid: 106 + parent: 2 + - uid: 24 components: - type: Transform - pos: -1.5,8.5 - parent: 173 - - uid: 107 + pos: -4.5,8.5 + parent: 2 + - uid: 25 components: - type: Transform pos: -3.5,6.5 - parent: 173 - - uid: 108 + parent: 2 + - uid: 26 components: - type: Transform pos: -3.5,7.5 - parent: 173 - - uid: 109 + parent: 2 + - uid: 27 components: - type: Transform pos: -2.5,4.5 - parent: 173 - - uid: 110 + parent: 2 + - uid: 28 components: - type: Transform pos: -2.5,3.5 - parent: 173 - - uid: 111 + parent: 2 + - uid: 29 components: - type: Transform pos: -2.5,2.5 - parent: 173 - - uid: 112 + parent: 2 + - uid: 30 components: - type: Transform pos: -2.5,1.5 - parent: 173 - - uid: 113 + parent: 2 + - uid: 31 components: - type: Transform pos: -2.5,0.5 - parent: 173 - - uid: 114 + parent: 2 + - uid: 32 components: - type: Transform pos: -2.5,-0.5 - parent: 173 - - uid: 115 + parent: 2 + - uid: 33 components: - type: Transform pos: -2.5,-1.5 - parent: 173 - - uid: 116 + parent: 2 + - uid: 34 components: - type: Transform pos: -1.5,-4.5 - parent: 173 - - uid: 117 + parent: 2 + - uid: 35 components: - type: Transform pos: -1.5,-1.5 - parent: 173 - - uid: 118 + parent: 2 + - uid: 36 components: - type: Transform pos: -1.5,-2.5 - parent: 173 - - uid: 119 + parent: 2 + - uid: 37 components: - type: Transform - pos: -2.5,-4.5 - parent: 173 - - uid: 120 + pos: -4.5,-1.5 + parent: 2 + - uid: 38 components: - type: Transform pos: -1.5,-3.5 - parent: 173 - - uid: 121 + parent: 2 + - uid: 39 components: - type: Transform pos: -3.5,-4.5 - parent: 173 - - uid: 122 + parent: 2 + - uid: 40 components: - type: Transform pos: -3.5,-3.5 - parent: 173 - - uid: 123 + parent: 2 + - uid: 41 components: - type: Transform pos: -4.5,7.5 - parent: 173 - - uid: 124 + parent: 2 + - uid: 42 components: - type: Transform pos: -0.5,7.5 - parent: 173 - - uid: 125 + parent: 2 + - uid: 43 components: - type: Transform pos: -1.5,3.5 - parent: 173 - - uid: 126 + parent: 2 + - uid: 44 components: - type: Transform pos: -0.5,3.5 - parent: 173 - - uid: 127 + parent: 2 + - uid: 45 components: - type: Transform pos: -1.5,1.5 - parent: 173 - - uid: 128 + parent: 2 + - uid: 46 components: - type: Transform pos: -0.5,1.5 - parent: 173 - - uid: 129 + parent: 2 + - uid: 47 components: - type: Transform pos: -3.5,1.5 - parent: 173 - - uid: 130 + parent: 2 + - uid: 48 components: - type: Transform pos: -4.5,1.5 - parent: 173 - - uid: 131 + parent: 2 + - uid: 49 components: - type: Transform pos: -3.5,3.5 - parent: 173 - - uid: 132 + parent: 2 + - uid: 50 components: - type: Transform pos: -4.5,3.5 - parent: 173 - - uid: 163 + parent: 2 + - uid: 51 components: - type: Transform pos: -4.5,-3.5 - parent: 173 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 - proto: CableHV entities: - - uid: 80 + - uid: 54 components: - type: Transform pos: -1.5,-2.5 - parent: 173 - - uid: 81 + parent: 2 + - uid: 55 components: - type: Transform pos: -2.5,-2.5 - parent: 173 - - uid: 86 + parent: 2 + - uid: 56 components: - type: Transform pos: -2.5,-3.5 - parent: 173 + parent: 2 - proto: CableMV entities: - - uid: 87 + - uid: 57 components: - type: Transform pos: -1.5,-2.5 - parent: 173 - - uid: 88 + parent: 2 + - uid: 58 components: - type: Transform pos: -1.5,-1.5 - parent: 173 - - uid: 89 + parent: 2 + - uid: 59 components: - type: Transform pos: -2.5,-1.5 - parent: 173 - - uid: 90 + parent: 2 + - uid: 60 components: - type: Transform pos: -2.5,-0.5 - parent: 173 - - uid: 91 + parent: 2 + - uid: 61 components: - type: Transform pos: -2.5,0.5 - parent: 173 - - uid: 92 + parent: 2 + - uid: 62 components: - type: Transform pos: -2.5,1.5 - parent: 173 - - uid: 93 + parent: 2 + - uid: 63 components: - type: Transform pos: -2.5,2.5 - parent: 173 - - uid: 94 + parent: 2 + - uid: 64 components: - type: Transform pos: -2.5,3.5 - parent: 173 - - uid: 95 + parent: 2 + - uid: 65 components: - type: Transform pos: -2.5,4.5 - parent: 173 - - uid: 96 + parent: 2 + - uid: 66 components: - type: Transform pos: -2.5,5.5 - parent: 173 - - uid: 97 + parent: 2 + - uid: 67 components: - type: Transform pos: -2.5,6.5 - parent: 173 - - uid: 98 + parent: 2 + - uid: 68 components: - type: Transform pos: -1.5,6.5 - parent: 173 - - uid: 99 + parent: 2 + - uid: 69 components: - type: Transform pos: -0.5,6.5 - parent: 173 + parent: 2 - proto: CableTerminal entities: - - uid: 82 + - uid: 70 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-3.5 - parent: 173 + parent: 2 - proto: CargoPallet entities: - - uid: 151 + - uid: 71 components: - type: Transform pos: -4.5,5.5 - parent: 173 - - uid: 152 + parent: 2 + - uid: 72 components: - type: Transform pos: -3.5,5.5 - parent: 173 - - uid: 153 + parent: 2 + - uid: 73 components: - type: Transform pos: -1.5,5.5 - parent: 173 - - uid: 154 + parent: 2 + - uid: 74 components: - type: Transform pos: -0.5,5.5 - parent: 173 - - uid: 155 + parent: 2 + - uid: 75 components: - type: Transform pos: -0.5,2.5 - parent: 173 - - uid: 156 + parent: 2 + - uid: 76 components: - type: Transform pos: -1.5,2.5 - parent: 173 - - uid: 157 + parent: 2 + - uid: 77 components: - type: Transform pos: -1.5,-0.5 - parent: 173 - - uid: 158 + parent: 2 + - uid: 78 components: - type: Transform pos: -0.5,-0.5 - parent: 173 - - uid: 159 + parent: 2 + - uid: 79 components: - type: Transform pos: -3.5,2.5 - parent: 173 - - uid: 160 + parent: 2 + - uid: 80 components: - type: Transform pos: -4.5,2.5 - parent: 173 - - uid: 161 + parent: 2 + - uid: 81 components: - type: Transform pos: -4.5,-0.5 - parent: 173 - - uid: 162 + parent: 2 + - uid: 82 components: - type: Transform pos: -3.5,-0.5 - parent: 173 + parent: 2 - proto: ChairPilotSeat entities: - - uid: 141 + - uid: 83 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,7.5 - parent: 173 -- proto: ComputerShuttle - entities: - - uid: 78 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 +- proto: ComputerShuttle + entities: + - uid: 86 components: - type: Transform pos: -2.5,8.5 - parent: 173 + parent: 2 - proto: ConveyorBelt entities: - - uid: 38 + - uid: 87 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,4.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 36 - - uid: 39 + - 160 + - uid: 88 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,4.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 36 - - uid: 40 + - 160 + - uid: 89 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,4.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 36 - - uid: 41 + - 160 + - uid: 90 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 34 - - uid: 42 + - 158 + - uid: 91 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 34 - - uid: 43 + - 158 + - uid: 92 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 34 - - uid: 46 + - 158 + - uid: 93 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 35 - - uid: 47 + - 159 + - uid: 94 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,4.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 37 - - uid: 48 + - 161 + - uid: 95 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,4.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 37 - - uid: 49 + - 161 + - uid: 96 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,4.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 37 - - uid: 51 + - 161 + - uid: 97 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 35 - - uid: 167 + - 159 + - uid: 98 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,0.5 - parent: 173 + parent: 2 - type: DeviceLinkSink links: - - 35 + - 159 +- proto: Crowbar + entities: + - uid: 99 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.641858,-1.5760336 + parent: 2 +- proto: GasOutletInjector + entities: + - uid: 100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 2 - proto: GasPipeBend entities: - - uid: 134 + - uid: 101 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,-1.5 - parent: 173 + parent: 2 + - uid: 102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 - proto: GasPipeStraight entities: - - uid: 136 + - uid: 105 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,0.5 - parent: 173 - - uid: 137 + parent: 2 + - uid: 106 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,1.5 - parent: 173 - - uid: 140 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 108 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 173 + pos: -1.5,-1.5 + parent: 2 + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 2 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,0.5 + parent: 2 + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 2 + - uid: 112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,2.5 + parent: 2 + - uid: 113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 2 + - uid: 114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,4.5 + parent: 2 + - uid: 115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,5.5 + parent: 2 - proto: GasPort entities: - - uid: 135 + - uid: 116 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-1.5 - parent: 173 - - type: AtmosDevice - joinedGrid: 173 + parent: 2 +- proto: GasPressurePump + entities: + - uid: 117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 2 - proto: GasVentPump entities: - - uid: 138 + - uid: 118 components: - type: Transform pos: -2.5,2.5 - parent: 173 - - type: AtmosDevice - joinedGrid: 173 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 3 +- proto: GasVentScrubber + entities: + - uid: 119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,6.5 + parent: 2 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 3 - proto: GeneratorBasic15kW entities: - - uid: 83 + - uid: 120 components: - type: Transform pos: -2.5,-3.5 - parent: 173 + parent: 2 - proto: GravityGeneratorMini entities: - - uid: 146 + - uid: 121 components: - type: Transform pos: -1.5,-1.5 - parent: 173 + parent: 2 - proto: Grille entities: - - uid: 73 + - uid: 122 components: - type: Transform pos: -3.5,8.5 - parent: 173 - - uid: 74 + parent: 2 + - uid: 123 components: - type: Transform pos: -3.5,9.5 - parent: 173 - - uid: 75 + parent: 2 + - uid: 124 components: - type: Transform pos: -2.5,9.5 - parent: 173 - - uid: 76 + parent: 2 + - uid: 125 components: - type: Transform pos: -1.5,9.5 - parent: 173 - - uid: 77 + parent: 2 + - uid: 126 components: - type: Transform pos: -1.5,8.5 - parent: 173 + parent: 2 - proto: Gyroscope entities: - - uid: 133 + - uid: 127 components: - type: Transform pos: -3.5,-2.5 - parent: 173 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 44 - components: - - type: Transform - pos: 0.5,0.5 - parent: 173 - - uid: 164 - components: - - type: Transform - pos: -5.5,0.5 - parent: 173 - - uid: 165 - components: - - type: Transform - pos: -5.5,4.5 - parent: 173 - - uid: 166 - components: - - type: Transform - pos: 0.5,4.5 - parent: 173 + parent: 2 - proto: Poweredlight entities: - - uid: 147 + - uid: 132 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,2.5 - parent: 173 + parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 148 + - uid: 133 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,2.5 - parent: 173 + parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 149 + - uid: 134 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,7.5 - parent: 173 + parent: 2 - type: ApcPowerReceiver powerLoad: 0 - - uid: 150 + - uid: 135 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,7.5 - parent: 173 + parent: 2 - type: ApcPowerReceiver powerLoad: 0 +- proto: Rack + entities: + - uid: 136 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 - proto: ShuttleWindow entities: - - uid: 68 + - uid: 137 components: - type: Transform pos: -1.5,8.5 - parent: 173 - - uid: 69 + parent: 2 + - uid: 138 components: - type: Transform pos: -1.5,9.5 - parent: 173 - - uid: 70 + parent: 2 + - uid: 139 components: - type: Transform pos: -2.5,9.5 - parent: 173 - - uid: 71 + parent: 2 + - uid: 140 components: - type: Transform pos: -3.5,9.5 - parent: 173 - - uid: 72 + parent: 2 + - uid: 141 components: - type: Transform pos: -3.5,8.5 - parent: 173 + parent: 2 - proto: SignalButton entities: - - uid: 2 + - uid: 142 components: - type: Transform pos: -5.5,5.5 - parent: 173 + parent: 2 - type: DeviceLinkSource linkedPorts: - 56: + 16: - Pressed: Toggle - - uid: 55 + - uid: 143 components: - type: Transform - pos: -5.5,-0.5 - parent: 173 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 - type: DeviceLinkSource linkedPorts: - 3: + 17: - Pressed: Toggle - - uid: 57 + - uid: 144 components: - type: Transform pos: 0.5,5.5 - parent: 173 + parent: 2 - type: DeviceLinkSource linkedPorts: - 1: + 18: - Pressed: Toggle - - uid: 58 + - uid: 145 components: - type: Transform - pos: 0.5,-0.5 - parent: 173 + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 2 - type: DeviceLinkSource linkedPorts: - 54: + 15: - Pressed: Toggle - proto: SMESBasic entities: - - uid: 84 + - uid: 146 components: - type: Transform pos: -2.5,-2.5 - parent: 173 + parent: 2 - proto: SubstationBasic entities: - - uid: 85 + - uid: 147 components: - type: Transform pos: -1.5,-2.5 - parent: 173 + parent: 2 - proto: TableReinforced entities: - - uid: 143 + - uid: 148 components: - type: Transform pos: -3.5,7.5 - parent: 173 - - uid: 144 + parent: 2 + - uid: 149 components: - type: Transform pos: -1.5,7.5 - parent: 173 + parent: 2 - proto: Thruster entities: - - uid: 12 + - uid: 150 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,-2.5 - parent: 173 - - uid: 13 + parent: 2 + - uid: 151 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,7.5 - parent: 173 - - uid: 14 + parent: 2 + - uid: 152 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,7.5 - parent: 173 - - uid: 15 + parent: 2 + - uid: 153 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-2.5 - parent: 173 - - uid: 59 + parent: 2 + - uid: 154 components: - type: Transform pos: -4.5,9.5 - parent: 173 - - uid: 60 + parent: 2 + - uid: 155 components: - type: Transform pos: -0.5,9.5 - parent: 173 - - uid: 61 + parent: 2 + - uid: 156 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-4.5 - parent: 173 - - uid: 62 + parent: 2 + - uid: 157 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-4.5 - parent: 173 + parent: 2 - proto: TwoWayLever entities: - - uid: 34 + - uid: 158 components: - type: Transform pos: -3.5,1.5 - parent: 173 + parent: 2 - type: DeviceLinkSource linkedPorts: - 43: + 92: - Left: Forward - Right: Reverse - Middle: Off - 42: + 91: - Left: Forward - Right: Reverse - Middle: Off - 41: + 90: - Left: Forward - Right: Reverse - Middle: Off - - uid: 35 + - uid: 159 components: - type: Transform pos: -1.5,1.5 - parent: 173 + parent: 2 - type: DeviceLinkSource linkedPorts: - 51: + 97: - Left: Forward - Right: Reverse - Middle: Off - 46: + 93: - Left: Forward - Right: Reverse - Middle: Off - 167: + 98: - Left: Forward - Right: Reverse - Middle: Off - - uid: 36 + - uid: 160 components: - type: Transform pos: -1.5,3.5 - parent: 173 + parent: 2 - type: DeviceLinkSource linkedPorts: - 38: + 87: - Left: Forward - Right: Reverse - Middle: Off - 39: + 88: - Left: Forward - Right: Reverse - Middle: Off - 40: + 89: - Left: Forward - Right: Reverse - Middle: Off - - uid: 37 + - uid: 161 components: - type: Transform pos: -3.5,3.5 - parent: 173 + parent: 2 - type: DeviceLinkSource linkedPorts: - 49: + 96: - Left: Forward - Right: Reverse - Middle: Off - 48: + 95: - Left: Forward - Right: Reverse - Middle: Off - 47: + 94: - Left: Forward - Right: Reverse - Middle: Off - proto: WallShuttle entities: - - uid: 4 + - uid: 162 components: - type: Transform - pos: -5.5,8.5 - parent: 173 - - uid: 5 + pos: -0.5,8.5 + parent: 2 + - uid: 163 components: - type: Transform - pos: -4.5,8.5 - parent: 173 - - uid: 6 + pos: -5.5,8.5 + parent: 2 + - uid: 164 components: - type: Transform - pos: -0.5,8.5 - parent: 173 - - uid: 7 + pos: -4.5,8.5 + parent: 2 + - uid: 165 components: - type: Transform pos: 0.5,8.5 - parent: 173 - - uid: 8 + parent: 2 + - uid: 166 components: - type: Transform pos: -0.5,-3.5 - parent: 173 - - uid: 9 + parent: 2 + - uid: 167 components: - type: Transform pos: 0.5,-3.5 - parent: 173 - - uid: 10 + parent: 2 + - uid: 168 components: - type: Transform pos: -4.5,-3.5 - parent: 173 - - uid: 11 + parent: 2 + - uid: 169 components: - type: Transform pos: -5.5,-3.5 - parent: 173 - - uid: 16 + parent: 2 + - uid: 170 components: - type: Transform pos: -0.5,-1.5 - parent: 173 - - uid: 17 + parent: 2 + - uid: 171 components: - type: Transform pos: -0.5,-2.5 - parent: 173 - - uid: 18 + parent: 2 + - uid: 172 components: - type: Transform pos: -4.5,-1.5 - parent: 173 - - uid: 19 + parent: 2 + - uid: 173 components: - type: Transform pos: 0.5,-1.5 - parent: 173 - - uid: 20 + parent: 2 + - uid: 174 components: - type: Transform pos: -4.5,-2.5 - parent: 173 - - uid: 21 + parent: 2 + - uid: 175 components: - type: Transform pos: -5.5,-1.5 - parent: 173 - - uid: 22 + parent: 2 + - uid: 176 components: - type: Transform pos: -0.5,7.5 - parent: 173 - - uid: 23 + parent: 2 + - uid: 177 components: - type: Transform pos: -0.5,6.5 - parent: 173 - - uid: 24 + parent: 2 + - uid: 178 components: - type: Transform pos: 0.5,6.5 - parent: 173 - - uid: 25 + parent: 2 + - uid: 179 components: - type: Transform pos: -4.5,7.5 - parent: 173 - - uid: 26 + parent: 2 + - uid: 180 components: - type: Transform pos: -4.5,6.5 - parent: 173 - - uid: 27 + parent: 2 + - uid: 181 components: - type: Transform pos: -5.5,6.5 - parent: 173 - - uid: 28 + parent: 2 + - uid: 182 components: - type: Transform pos: -5.5,-0.5 - parent: 173 - - uid: 29 + parent: 2 + - uid: 183 components: - type: Transform pos: -5.5,5.5 - parent: 173 - - uid: 30 + parent: 2 + - uid: 184 components: - type: Transform pos: 0.5,5.5 - parent: 173 - - uid: 31 + parent: 2 + - uid: 185 components: - type: Transform pos: 0.5,-0.5 - parent: 173 - - uid: 32 + parent: 2 + - uid: 186 components: - type: Transform pos: 0.5,2.5 - parent: 173 - - uid: 33 + parent: 2 + - uid: 187 components: - type: Transform pos: -5.5,2.5 - parent: 173 - - uid: 63 + parent: 2 + - uid: 188 components: - type: Transform pos: -3.5,-4.5 - parent: 173 - - uid: 64 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 173 - - uid: 65 + parent: 2 + - uid: 189 components: - type: Transform pos: -1.5,-4.5 - parent: 173 - - uid: 66 + parent: 2 + - uid: 190 components: - type: Transform pos: -3.5,-3.5 - parent: 173 - - uid: 67 + parent: 2 + - uid: 191 components: - type: Transform pos: -1.5,-3.5 - parent: 173 + parent: 2 - proto: WindoorCargoLocked entities: - - uid: 139 + - uid: 192 components: - type: Transform pos: -2.5,7.5 - parent: 173 + parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 142 + - uid: 193 components: - type: Transform pos: -1.5,7.5 - parent: 173 - - uid: 145 + parent: 2 + - uid: 194 components: - type: Transform pos: -3.5,7.5 - parent: 173 + parent: 2 + - uid: 195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 2 + - uid: 196 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 +- proto: Wrench + entities: + - uid: 197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.529358,-1.5535336 + parent: 2 ... diff --git a/Resources/Maps/Shuttles/trading_outpost.yml b/Resources/Maps/Shuttles/trading_outpost.yml index 961b4fac1b..c95e1d3642 100644 --- a/Resources/Maps/Shuttles/trading_outpost.yml +++ b/Resources/Maps/Shuttles/trading_outpost.yml @@ -20,34 +20,46 @@ tilemap: entities: - proto: "" entities: + - uid: 1 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree - uid: 2 components: - type: MetaData name: Automated Trade Station - type: Transform pos: -2.9375,-1.625 - parent: invalid + parent: 1 - type: MapGrid chunks: 0,0: ind: 0,0 - tiles: XQAAAAABXQAAAAABTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAJAAAAAABJwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAABJAAAAAAAJAAAAAAAJAAAAAACJAAAAAABJAAAAAAAJAAAAAAAJAAAAAABJAAAAAACfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAfAAAAAABfAAAAAADfAAAAAACMwAAAAAAMwAAAAAAMwAAAAAAfAAAAAADfAAAAAABfAAAAAABegAAAAACfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAegAAAAADfAAAAAABfAAAAAADfAAAAAADegAAAAADegAAAAACegAAAAADfAAAAAAAfAAAAAABfAAAAAAAegAAAAACJAAAAAADJwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAABegAAAAAAegAAAAACegAAAAAAegAAAAAAegAAAAABegAAAAADegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XQAAAAABXQAAAAABTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: fgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAJAAAAAAAfgAAAAAAfgAAAAAAJAAAAAABJAAAAAABHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAJAAAAAABJAAAAAACJAAAAAAAJAAAAAAAJAAAAAABJAAAAAABJAAAAAACJAAAAAAAJAAAAAACfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAADXQAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAACaAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAABTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAXQAAAAABbQAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAXQAAAAAAaAAAAAACfgAAAAAAJAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAXQAAAAAAbQAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbQAAAAAAXQAAAAABaAAAAAACfgAAAAAAJAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAaAAAAAACXQAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADaAAAAAADfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAABTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACTwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAJwAAAAACJAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAJwAAAAADJAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAJAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAJAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAJAAAAAABJAAAAAACHwAAAAACHwAAAAADHwAAAAABHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAABHwAAAAACHwAAAAABJAAAAAADJAAAAAADHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-2: ind: -1,-2 @@ -65,6 +77,9 @@ entities: angularDampening: 0.05 - type: Fixtures fixtures: {} + - type: PassiveDampening + angularDampening: 0.01 + linearDampening: 0.01 - type: OccluderTree - type: SpreaderGrid - type: Shuttle @@ -77,280 +92,267 @@ entities: version: 2 nodes: - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 71: 12,-6 - 72: 12,-4 - - node: - angle: 1.5707963267948966 rad + angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: - 69: -2,-4 - 70: -2,-6 + 70: 2,2 + 71: 8,2 - node: color: '#FFFFFFFF' id: Bot decals: - 19: 0,2 - 20: 10,2 - 21: 9,-12 - 25: 4,-16 - 28: 0,-6 - 29: 0,-4 - 30: 0,-1 - 31: 0,-9 - 32: 10,-9 - 33: 10,-6 - 34: 10,-4 - 35: 10,-1 - 50: 4,-5 - 51: 6,-5 - 61: 1,-12 - - node: - color: '#FFFFFFFF' - id: Box - decals: - 26: 4,-18 - 27: 5,-18 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 0: 3,-18 - 1: 3,-17 - 2: 3,-16 - 58: 8,-6 - 59: 8,-5 - 60: 8,-4 - 62: 3,-6 - 63: 3,-5 - 64: 3,-4 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 52: 2,-6 - 53: 2,-5 - 54: 2,-4 - 55: 7,-6 - 56: 7,-5 - 57: 7,-4 - - node: - color: '#FFFFFFFF' - id: BushCOne - decals: - 23: 6,4 + 0: 4,-5 + 1: 6,-5 + 61: 4,4 + 62: 4,5 + 63: 5,5 + 64: 6,5 + 65: 6,4 + 66: 5,4 + 67: 4,6 + 68: 5,6 + 69: 6,6 + 76: 4,-12 + 77: 5,-12 + 78: 6,-12 - node: color: '#FFFFFFFF' - id: BushCTwo + id: Delivery decals: - 22: 4,4 - - node: - color: '#FFFFFFFF' - id: Bushi2 - decals: - 24: 5,4 + 55: 1,3 + 56: 2,3 + 57: 3,3 + 58: 7,3 + 59: 8,3 + 60: 9,3 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: LoadingArea decals: - 65: 9,-7 - 66: 9,-3 + 74: 9,-7 + 75: 1,-7 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: LoadingArea decals: - 67: 1,-7 - 68: 1,-3 + 72: 1,-3 + 73: 9,-3 - node: - color: '#FFFFFFFF' - id: WarnLineN + color: '#A4610696' + id: QuarterTileOverlayGreyscale decals: - 43: 8,1 - 44: 7,1 - 45: 6,1 - 46: 5,1 - 47: 4,1 - 48: 3,1 - 49: 2,1 + 16: 0,-3 + 17: 0,-2 + 18: 0,-1 + 19: 0,0 + 20: 0,1 + 21: 0,2 + 41: 6,2 - node: - color: '#FFFFFFFF' - id: WarnLineW + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 decals: - 36: 2,-11 - 37: 3,-11 - 38: 4,-11 - 39: 5,-11 - 40: 6,-11 - 41: 7,-11 - 42: 8,-11 + 27: 10,-11 + 28: 10,-10 + 29: 10,-9 + 30: 10,-8 + 38: 9,-12 + 39: 8,-12 + 40: 7,-12 - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSe + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 decals: - 17: 0,6 - 18: 6,6 + 31: 0,-11 + 32: 0,-10 + 33: 0,-9 + 34: 0,-8 + 35: 1,-12 + 36: 2,-12 + 37: 3,-12 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 22: 10,2 + 23: 10,1 + 24: 10,0 + 25: 10,-1 + 26: 10,-2 + 42: 4,2 - node: color: '#FFFFFFFF' - id: WoodTrimThinInnerSw + id: WarnLineGreyscaleN decals: - 15: 4,6 - 16: 10,6 + 43: 1,2 + 44: 2,2 + 45: 3,2 + 46: 7,2 + 47: 8,2 + 48: 9,2 - node: color: '#FFFFFFFF' - id: WoodTrimThinLineE + id: WarnLineGreyscaleS decals: - 9: 0,4 - 10: 0,5 - 11: 6,5 + 49: 1,4 + 50: 2,4 + 51: 3,4 + 52: 7,4 + 53: 8,4 + 54: 9,4 - node: color: '#FFFFFFFF' - id: WoodTrimThinLineS + id: WarnLineN decals: - 3: 1,6 - 4: 2,6 - 5: 3,6 - 6: 7,6 - 7: 9,6 - 8: 8,6 + 8: 2,1 + 9: 3,1 + 10: 5,1 + 11: 4,1 + 12: 6,1 + 13: 7,1 + 14: 8,1 - node: color: '#FFFFFFFF' - id: WoodTrimThinLineW + id: WarnLineW decals: - 12: 4,5 - 13: 10,4 - 14: 10,5 + 2: 2,-11 + 3: 3,-11 + 4: 4,-11 + 5: 6,-11 + 6: 7,-11 + 7: 8,-11 + 15: 5,-11 - type: GridAtmosphere version: 2 data: tiles: 0,0: + 0: 4095 + 0,-1: 0: 65535 + -1,0: + 0: 17600 0,1: - 0: 65535 + 0: 4095 + -1,1: + 0: 196 + 1: 16384 0,2: - 0: 65535 - 0,3: - 0: 14 + 1: 241 + -1,2: + 1: 192 1,0: - 0: 65535 + 0: 4093 1,1: - 0: 65535 + 0: 4095 1,2: - 0: 65535 - 1,3: - 0: 15 + 1: 240 + 1,-1: + 0: 56797 2,0: - 0: 65535 + 0: 2039 2,1: - 0: 65535 + 0: 2039 2,2: - 0: 30583 - 1: 128 - 2,3: - 0: 3 + 1: 244 + 2,-1: + 0: 30591 3,0: - 0: 13107 + 0: 4368 3,1: - 0: 4915 + 0: 17 + 1: 4096 + 3,2: + 1: 16 + 3,-1: + 1: 12288 + 0: 19 0,-4: - 0: 65535 + 0: 1038 + 1: 256 + -1,-4: + 1: 43690 0,-3: - 0: 65535 + 0: 65534 0,-2: 0: 65535 - 0,-1: - 0: 65535 + -1,-2: + 0: 3648 + -1,-1: + 0: 78 + 1: 24576 + 0,-5: + 0: 60928 + 1: 5 1,-4: - 0: 65535 + 0: 15 + 1: 1792 1,-3: - 0: 65535 + 0: 56831 1,-2: - 0: 65535 - 1,-1: - 0: 65535 + 0: 56797 + 1,-5: + 0: 65399 2,-4: - 0: 65535 + 0: 259 + 1: 35976 2,-3: - 0: 65535 + 0: 30579 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-2: - 0: 13107 - 3,-1: - 0: 13107 - -1,0: - 0: 61166 - -1,1: - 0: 52974 - -1,-2: - 0: 61166 - -1,-1: - 0: 61166 - -1,-4: - 0: 34952 - 1: 8738 - -1,-3: - 0: 59528 - 1: 38 - 0,-5: - 0: 65520 - 1: 9 - 1,-5: - 0: 65520 - 1: 8 + 0: 32631 2,-5: - 0: 65392 - 1: 140 - -1,-5: - 0: 34816 - 1: 8938 + 0: 13192 + 1: 34821 3,-3: - 0: 12288 - 1: 35 - 3,2: - 1: 16 + 1: 12323 + 3,-2: + 0: 784 3,-4: 1: 8738 - -1,2: - 1: 192 + 3,-5: + 1: 8754 + -1,-5: + 1: 43618 + 0: 136 + -1,-3: + 1: 24614 0,-8: 1: 12288 + -1,-8: + 1: 40960 0,-7: 1: 61936 + -1,-7: + 0: 34944 + 1: 8750 0,-6: - 1: 61937 + 1: 29169 + -1,-6: + 0: 34952 + 1: 610 1,-7: - 1: 53456 + 1: 32976 + 0: 20480 1,-6: - 1: 53456 + 0: 80 + 1: 640 2,-7: - 1: 64760 + 1: 29816 + 0: 34944 2,-6: - 1: 64764 + 1: 29812 + 0: 34952 2,-8: 1: 57344 3,-7: 1: 8739 3,-6: 1: 562 - 3,-5: - 1: 8754 3,-8: 1: 8192 - -1,-8: - 1: 40960 - -1,-7: - 1: 43694 - -1,-6: - 1: 35562 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -368,7 +370,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -387,7 +389,7 @@ entities: - type: RadiationGridResistance - proto: AirAlarm entities: - - uid: 802 + - uid: 3 components: - type: Transform rot: 1.5707963267948966 rad @@ -395,16 +397,11 @@ entities: parent: 2 - type: DeviceList devices: - - 793 - - 411 - - 400 - - 410 - - 402 - - 790 - - 789 - - type: AtmosDevice - joinedGrid: 2 - - uid: 803 + - 567 + - 558 + - 566 + - 560 + - uid: 4 components: - type: Transform rot: -1.5707963267948966 rad @@ -412,52 +409,13 @@ entities: parent: 2 - type: DeviceList devices: - - 794 - - 402 - - 410 - - 400 - - 411 - - 789 - - 790 - - type: AtmosDevice - joinedGrid: 2 - - uid: 805 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 796 - - 409 - - 403 - - 401 - - 408 - - 783 - - 782 - - type: AtmosDevice - joinedGrid: 2 - - uid: 806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 795 - - 408 - - 401 - - 403 - - 409 - - 783 - - 782 - - type: AtmosDevice - joinedGrid: 2 + - 560 + - 566 + - 558 + - 567 - proto: AirCanister entities: - - uid: 387 + - uid: 5 components: - type: Transform anchored: True @@ -465,2262 +423,2243 @@ entities: parent: 2 - type: Physics bodyType: Static - - type: AtmosDevice - joinedGrid: 2 -- proto: AirlockCargo - entities: - - uid: 1 - components: - - type: Transform - pos: 11.5,1.5 - parent: 2 - - uid: 22 - components: - - type: Transform - pos: -0.5,1.5 - parent: 2 -- proto: AirlockCargoGlass +- proto: AirlockCargoLocked entities: - - uid: 248 + - uid: 6 components: - type: Transform + rot: -1.5707963267948966 rad pos: 11.5,5.5 parent: 2 - - uid: 249 - components: - - type: Transform - pos: -0.5,5.5 - parent: 2 -- proto: AirlockExternalGlass - entities: - - uid: 582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 2 - - uid: 583 + - uid: 7 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 + rot: -1.5707963267948966 rad + pos: 11.5,1.5 parent: 2 - - uid: 584 + - uid: 8 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-5.5 + rot: -1.5707963267948966 rad + pos: -0.5,5.5 parent: 2 - - uid: 585 + - uid: 9 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-3.5 + rot: -1.5707963267948966 rad + pos: -0.5,1.5 parent: 2 -- proto: AirlockExternalGlassShuttleLocked +- proto: AirlockExternalGlass entities: - - uid: 313 + - uid: 10 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-3.5 + pos: 11.5,-5.5 parent: 2 - - uid: 560 + - uid: 11 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-5.5 - parent: 2 - - uid: 562 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-3.5 - parent: 2 - - uid: 563 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-5.5 + pos: -0.5,-5.5 parent: 2 -- proto: AirSensor - entities: - - uid: 793 + - uid: 12 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-4.5 + pos: 11.5,-3.5 parent: 2 - - uid: 794 + - uid: 13 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-4.5 + pos: -0.5,-3.5 parent: 2 - - uid: 795 +- proto: AirlockGlassShuttle + entities: + - uid: 14 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,4.5 + pos: -2.5,-5.5 parent: 2 - - uid: 796 + - uid: 15 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,4.5 + pos: -2.5,-3.5 parent: 2 -- proto: AlwaysPoweredWallLight - entities: - - uid: 541 + - uid: 16 components: - type: Transform - pos: 3.5,-19.5 + rot: 1.5707963267948966 rad + pos: 13.5,-5.5 parent: 2 - - uid: 576 + - uid: 17 components: - type: Transform - pos: 7.5,-19.5 + rot: 1.5707963267948966 rad + pos: 13.5,-3.5 parent: 2 - proto: APCBasic entities: - - uid: 597 + - uid: 18 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,0.5 parent: 2 - - uid: 944 + - uid: 19 components: - type: Transform pos: 2.5,-14.5 parent: 2 - proto: AtmosDeviceFanTiny entities: - - uid: 947 + - uid: 23 components: - type: Transform - pos: 13.5,-5.5 + pos: -2.5,-6.5 + parent: 2 + - uid: 681 + components: + - type: Transform + pos: -2.5,-2.5 parent: 2 - - uid: 948 + - uid: 908 components: - type: Transform pos: 13.5,-3.5 parent: 2 - - uid: 949 + - uid: 909 components: - type: Transform - pos: 13.5,-2.5 + pos: 13.5,-5.5 parent: 2 - - uid: 950 + - uid: 910 components: - type: Transform - pos: 13.5,-6.5 + pos: -2.5,-5.5 parent: 2 - - uid: 951 + - uid: 911 components: - type: Transform - pos: -2.5,-6.5 + pos: -2.5,-3.5 parent: 2 - - uid: 952 + - uid: 916 components: - type: Transform pos: -2.5,-5.5 parent: 2 - - uid: 953 + - uid: 917 components: - type: Transform pos: -2.5,-3.5 parent: 2 - - uid: 954 + - uid: 918 components: - type: Transform - pos: -2.5,-2.5 + pos: 13.5,-5.5 parent: 2 -- proto: BoxFolderClipboard - entities: - - uid: 779 + - uid: 919 components: - type: Transform - pos: 9.622929,-17.072632 + pos: 13.5,-3.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 20 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 741 + - uid: 21 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 740 + - uid: 22 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 742 + - uid: 679 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - type: DeviceLinkSink + links: + - 739 +- proto: ButtonFrameCaution + entities: + - uid: 24 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 2 + - uid: 25 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - uid: 26 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 27 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-1.5 parent: 2 - proto: CableApcExtension entities: - - uid: 31 + - uid: 28 components: - type: Transform pos: 1.5,-4.5 parent: 2 - - uid: 222 + - uid: 29 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 30 components: - type: Transform pos: 11.5,1.5 parent: 2 - - uid: 260 + - uid: 31 components: - type: Transform pos: 12.5,1.5 parent: 2 - - uid: 276 + - uid: 32 components: - type: Transform pos: 7.5,-4.5 parent: 2 - - uid: 283 + - uid: 33 components: - type: Transform pos: 6.5,5.5 parent: 2 - - uid: 305 + - uid: 34 components: - type: Transform pos: 12.5,5.5 parent: 2 - - uid: 308 + - uid: 35 components: - type: Transform pos: -0.5,1.5 parent: 2 - - uid: 309 + - uid: 36 components: - type: Transform pos: -1.5,1.5 parent: 2 - - uid: 310 + - uid: 37 components: - type: Transform pos: 8.5,5.5 parent: 2 - - uid: 319 + - uid: 38 components: - type: Transform pos: -1.5,5.5 parent: 2 - - uid: 320 + - uid: 39 components: - type: Transform pos: 2.5,5.5 parent: 2 - - uid: 324 + - uid: 40 components: - type: Transform pos: -1.5,2.5 parent: 2 - - uid: 542 + - uid: 41 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 42 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 43 components: - type: Transform pos: 4.5,-4.5 parent: 2 - - uid: 575 + - uid: 44 components: - type: Transform pos: 2.5,-4.5 parent: 2 - - uid: 577 + - uid: 45 components: - type: Transform pos: 5.5,-4.5 parent: 2 - - uid: 638 + - uid: 46 components: - type: Transform pos: 1.5,-14.5 parent: 2 - - uid: 639 + - uid: 47 components: - type: Transform pos: 1.5,-15.5 parent: 2 - - uid: 640 + - uid: 48 components: - type: Transform pos: 2.5,-17.5 parent: 2 - - uid: 641 + - uid: 49 components: - type: Transform pos: 2.5,-16.5 parent: 2 - - uid: 642 + - uid: 50 components: - type: Transform pos: 3.5,-16.5 parent: 2 - - uid: 643 + - uid: 51 components: - type: Transform pos: 4.5,-16.5 parent: 2 - - uid: 644 + - uid: 52 components: - type: Transform pos: 5.5,-16.5 parent: 2 - - uid: 645 + - uid: 53 components: - type: Transform pos: 6.5,-16.5 parent: 2 - - uid: 646 + - uid: 54 components: - type: Transform pos: 7.5,-16.5 parent: 2 - - uid: 647 + - uid: 55 components: - type: Transform pos: 8.5,-16.5 parent: 2 - - uid: 648 + - uid: 56 components: - type: Transform pos: 9.5,-16.5 parent: 2 - - uid: 651 + - uid: 57 components: - type: Transform pos: 8.5,-15.5 parent: 2 - - uid: 652 + - uid: 58 components: - type: Transform pos: 8.5,-14.5 parent: 2 - - uid: 653 + - uid: 59 components: - type: Transform pos: 8.5,-13.5 parent: 2 - - uid: 654 + - uid: 60 components: - type: Transform pos: 2.5,-13.5 parent: 2 - - uid: 655 + - uid: 61 components: - type: Transform pos: 2.5,-14.5 parent: 2 - - uid: 656 + - uid: 62 components: - type: Transform pos: 2.5,-15.5 parent: 2 - - uid: 657 + - uid: 63 components: - type: Transform pos: 2.5,-12.5 parent: 2 - - uid: 658 + - uid: 64 components: - type: Transform pos: 8.5,-12.5 parent: 2 - - uid: 659 + - uid: 65 components: - type: Transform pos: 1.5,-17.5 parent: 2 - - uid: 660 + - uid: 66 components: - type: Transform pos: -0.5,0.5 parent: 2 - - uid: 661 + - uid: 67 components: - type: Transform pos: 0.5,0.5 parent: 2 - - uid: 662 + - uid: 68 components: - type: Transform pos: 0.5,-0.5 parent: 2 - - uid: 663 + - uid: 69 components: - type: Transform pos: 0.5,2.5 parent: 2 - - uid: 664 + - uid: 70 components: - type: Transform pos: 1.5,2.5 parent: 2 - - uid: 665 + - uid: 71 components: - type: Transform pos: 2.5,2.5 parent: 2 - - uid: 666 + - uid: 72 components: - type: Transform pos: 3.5,2.5 parent: 2 - - uid: 667 + - uid: 73 components: - type: Transform pos: 5.5,2.5 parent: 2 - - uid: 668 + - uid: 74 components: - type: Transform pos: 4.5,2.5 parent: 2 - - uid: 669 + - uid: 75 components: - type: Transform pos: 6.5,2.5 parent: 2 - - uid: 670 + - uid: 76 components: - type: Transform pos: 7.5,2.5 parent: 2 - - uid: 671 + - uid: 77 components: - type: Transform pos: 8.5,2.5 parent: 2 - - uid: 672 + - uid: 78 components: - type: Transform pos: 9.5,2.5 parent: 2 - - uid: 673 + - uid: 79 components: - type: Transform pos: 0.5,-1.5 parent: 2 - - uid: 674 + - uid: 80 components: - type: Transform pos: 0.5,1.5 parent: 2 - - uid: 675 + - uid: 81 components: - type: Transform pos: 10.5,2.5 parent: 2 - - uid: 676 + - uid: 82 components: - type: Transform pos: 10.5,1.5 parent: 2 - - uid: 677 + - uid: 83 components: - type: Transform pos: 10.5,0.5 parent: 2 - - uid: 678 + - uid: 84 components: - type: Transform pos: 10.5,-0.5 parent: 2 - - uid: 679 + - uid: 85 components: - type: Transform pos: 10.5,-1.5 parent: 2 - - uid: 680 + - uid: 86 components: - type: Transform pos: 10.5,-2.5 parent: 2 - - uid: 681 + - uid: 87 components: - type: Transform pos: 10.5,-3.5 parent: 2 - - uid: 682 + - uid: 88 components: - type: Transform pos: 10.5,-4.5 parent: 2 - - uid: 683 + - uid: 89 components: - type: Transform pos: 10.5,-5.5 parent: 2 - - uid: 684 + - uid: 90 components: - type: Transform pos: 10.5,-6.5 parent: 2 - - uid: 685 + - uid: 91 components: - type: Transform pos: 10.5,-7.5 parent: 2 - - uid: 686 + - uid: 92 components: - type: Transform pos: 10.5,-8.5 parent: 2 - - uid: 687 + - uid: 93 components: - type: Transform pos: 10.5,-9.5 parent: 2 - - uid: 688 + - uid: 94 components: - type: Transform pos: 10.5,-10.5 parent: 2 - - uid: 689 + - uid: 95 components: - type: Transform pos: 9.5,-10.5 parent: 2 - - uid: 690 + - uid: 96 components: - type: Transform pos: 8.5,-10.5 parent: 2 - - uid: 691 + - uid: 97 components: - type: Transform pos: 7.5,-10.5 parent: 2 - - uid: 692 + - uid: 98 components: - type: Transform pos: 6.5,-10.5 parent: 2 - - uid: 693 + - uid: 99 components: - type: Transform pos: 5.5,-10.5 parent: 2 - - uid: 694 + - uid: 100 components: - type: Transform pos: 4.5,-10.5 parent: 2 - - uid: 695 + - uid: 101 components: - type: Transform pos: 3.5,-10.5 parent: 2 - - uid: 696 + - uid: 102 components: - type: Transform pos: 2.5,-10.5 parent: 2 - - uid: 697 + - uid: 103 components: - type: Transform pos: 1.5,-10.5 parent: 2 - - uid: 698 + - uid: 104 components: - type: Transform pos: 0.5,-10.5 parent: 2 - - uid: 699 + - uid: 105 components: - type: Transform pos: 0.5,-9.5 parent: 2 - - uid: 700 + - uid: 106 components: - type: Transform pos: 0.5,-8.5 parent: 2 - - uid: 701 + - uid: 107 components: - type: Transform pos: 0.5,-7.5 parent: 2 - - uid: 702 + - uid: 108 components: - type: Transform pos: 0.5,-6.5 parent: 2 - - uid: 703 + - uid: 109 components: - type: Transform pos: 0.5,-5.5 parent: 2 - - uid: 704 + - uid: 110 components: - type: Transform pos: 0.5,-4.5 parent: 2 - - uid: 705 + - uid: 111 components: - type: Transform pos: 0.5,-3.5 parent: 2 - - uid: 706 + - uid: 112 components: - type: Transform pos: 0.5,-2.5 parent: 2 - - uid: 707 + - uid: 113 components: - type: Transform pos: 1.5,-0.5 parent: 2 - - uid: 708 + - uid: 114 components: - type: Transform pos: 2.5,-0.5 parent: 2 - - uid: 709 + - uid: 115 components: - type: Transform pos: 3.5,-0.5 parent: 2 - - uid: 710 + - uid: 116 components: - type: Transform pos: 4.5,-0.5 parent: 2 - - uid: 711 + - uid: 117 components: - type: Transform pos: 4.5,-8.5 parent: 2 - - uid: 712 + - uid: 118 components: - type: Transform pos: 3.5,-8.5 parent: 2 - - uid: 713 + - uid: 119 components: - type: Transform pos: 2.5,-8.5 parent: 2 - - uid: 714 + - uid: 120 components: - type: Transform pos: 1.5,-8.5 parent: 2 - - uid: 715 + - uid: 121 components: - type: Transform pos: 6.5,-8.5 parent: 2 - - uid: 716 + - uid: 122 components: - type: Transform pos: 7.5,-8.5 parent: 2 - - uid: 717 + - uid: 123 components: - type: Transform pos: 8.5,-8.5 parent: 2 - - uid: 718 + - uid: 124 components: - type: Transform pos: 9.5,-8.5 parent: 2 - - uid: 719 + - uid: 125 components: - type: Transform pos: 9.5,-0.5 parent: 2 - - uid: 720 + - uid: 126 components: - type: Transform pos: 8.5,-0.5 parent: 2 - - uid: 721 + - uid: 127 components: - type: Transform pos: 7.5,-0.5 parent: 2 - - uid: 722 + - uid: 128 components: - type: Transform pos: 6.5,-0.5 parent: 2 - - uid: 723 + - uid: 129 components: - type: Transform pos: 11.5,-3.5 parent: 2 - - uid: 724 + - uid: 130 components: - type: Transform pos: 12.5,-3.5 parent: 2 - - uid: 725 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 2 - - uid: 726 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 727 + - uid: 131 components: - type: Transform pos: 12.5,-5.5 parent: 2 - - uid: 728 + - uid: 132 components: - type: Transform pos: 11.5,-5.5 parent: 2 - - uid: 729 + - uid: 133 components: - type: Transform pos: -0.5,-5.5 parent: 2 - - uid: 730 + - uid: 134 components: - type: Transform pos: -1.5,-5.5 parent: 2 - - uid: 731 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 2 - - uid: 732 + - uid: 135 components: - type: Transform pos: -0.5,-3.5 parent: 2 - - uid: 733 + - uid: 136 components: - type: Transform pos: -1.5,-3.5 parent: 2 - - uid: 734 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 736 + - uid: 137 components: - type: Transform pos: 9.5,-4.5 parent: 2 - - uid: 739 + - uid: 138 components: - type: Transform pos: 7.5,5.5 parent: 2 - - uid: 740 + - uid: 139 components: - type: Transform pos: 5.5,5.5 parent: 2 - - uid: 741 + - uid: 140 components: - type: Transform pos: 4.5,5.5 parent: 2 - - uid: 742 + - uid: 141 components: - type: Transform pos: 3.5,5.5 parent: 2 - - uid: 744 + - uid: 142 components: - type: Transform pos: 1.5,5.5 parent: 2 - - uid: 745 + - uid: 143 components: - type: Transform pos: 0.5,5.5 parent: 2 - - uid: 747 + - uid: 144 components: - type: Transform pos: 9.5,5.5 parent: 2 - - uid: 748 + - uid: 145 components: - type: Transform pos: 10.5,5.5 parent: 2 - - uid: 749 + - uid: 146 components: - type: Transform pos: 11.5,5.5 parent: 2 - - uid: 751 + - uid: 147 components: - type: Transform pos: 12.5,4.5 parent: 2 - - uid: 752 + - uid: 148 components: - type: Transform pos: 12.5,3.5 parent: 2 - - uid: 753 + - uid: 149 components: - type: Transform pos: 12.5,2.5 parent: 2 - - uid: 757 + - uid: 150 components: - type: Transform pos: -1.5,3.5 parent: 2 - - uid: 758 + - uid: 151 components: - type: Transform pos: -1.5,4.5 parent: 2 - - uid: 760 + - uid: 152 components: - type: Transform pos: -0.5,5.5 parent: 2 - - uid: 804 + - uid: 153 components: - type: Transform pos: 6.5,-4.5 parent: 2 - - uid: 819 + - uid: 154 components: - type: Transform pos: 8.5,-4.5 parent: 2 - - uid: 855 + - uid: 155 components: - type: Transform pos: 3.5,-4.5 parent: 2 - proto: CableHV entities: - - uid: 53 + - uid: 156 components: - type: Transform pos: 11.5,-21.5 parent: 2 - - uid: 62 + - uid: 157 components: - type: Transform pos: 8.5,-20.5 parent: 2 - - uid: 63 + - uid: 158 components: - type: Transform pos: 10.5,-20.5 parent: 2 - - uid: 64 + - uid: 159 components: - type: Transform pos: 9.5,-20.5 parent: 2 - - uid: 190 + - uid: 160 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 161 components: - type: Transform pos: 11.5,-20.5 parent: 2 - - uid: 191 + - uid: 162 components: - type: Transform pos: 11.5,-22.5 parent: 2 - - uid: 267 + - uid: 163 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - uid: 164 components: - type: Transform pos: 11.5,-23.5 parent: 2 - - uid: 273 + - uid: 165 components: - type: Transform pos: -0.5,-17.5 parent: 2 - - uid: 274 + - uid: 166 components: - type: Transform pos: -0.5,-20.5 parent: 2 - - uid: 275 + - uid: 167 components: - type: Transform pos: -0.5,-21.5 parent: 2 - - uid: 278 + - uid: 168 components: - type: Transform pos: -0.5,-26.5 parent: 2 - - uid: 383 + - uid: 169 components: - type: Transform pos: 11.5,-15.5 parent: 2 - - uid: 392 + - uid: 170 components: - type: Transform pos: 11.5,-18.5 parent: 2 - - uid: 591 + - uid: 171 components: - type: Transform pos: 2.5,-17.5 parent: 2 - - uid: 592 + - uid: 172 components: - type: Transform pos: 1.5,-17.5 parent: 2 - - uid: 593 + - uid: 173 components: - type: Transform pos: 3.5,-17.5 parent: 2 - - uid: 594 + - uid: 174 components: - type: Transform pos: 3.5,-16.5 parent: 2 - - uid: 595 + - uid: 175 components: - type: Transform pos: 3.5,-15.5 parent: 2 - - uid: 623 + - uid: 176 components: - type: Transform pos: 11.5,-17.5 parent: 2 - - uid: 735 + - uid: 177 components: - type: Transform pos: 11.5,-13.5 parent: 2 - - uid: 738 + - uid: 178 components: - type: Transform pos: -0.5,-19.5 parent: 2 - - uid: 743 + - uid: 179 components: - type: Transform pos: -0.5,-22.5 parent: 2 - - uid: 746 + - uid: 180 components: - type: Transform pos: -0.5,-25.5 parent: 2 - - uid: 763 + - uid: 181 components: - type: Transform pos: 11.5,-24.5 parent: 2 - - uid: 764 + - uid: 182 components: - type: Transform pos: 11.5,-25.5 parent: 2 - - uid: 765 + - uid: 183 components: - type: Transform pos: 11.5,-26.5 parent: 2 - - uid: 778 + - uid: 184 components: - type: Transform pos: 1.5,-16.5 parent: 2 - - uid: 780 + - uid: 185 components: - type: Transform pos: 0.5,-16.5 parent: 2 - - uid: 781 + - uid: 186 components: - type: Transform pos: 11.5,-14.5 parent: 2 - - uid: 784 + - uid: 187 components: - type: Transform pos: -0.5,-15.5 parent: 2 - - uid: 785 + - uid: 188 components: - type: Transform pos: 11.5,-16.5 parent: 2 - - uid: 800 + - uid: 189 components: - type: Transform pos: -0.5,-16.5 parent: 2 - - uid: 801 + - uid: 190 components: - type: Transform pos: -0.5,-14.5 parent: 2 - - uid: 817 + - uid: 191 components: - type: Transform pos: -0.5,-24.5 parent: 2 - - uid: 818 + - uid: 192 components: - type: Transform pos: -0.5,-23.5 parent: 2 - - uid: 824 + - uid: 193 components: - type: Transform pos: -0.5,-13.5 parent: 2 - - uid: 825 + - uid: 194 components: - type: Transform pos: -0.5,-18.5 parent: 2 - - uid: 828 + - uid: 195 components: - type: Transform pos: 10.5,-13.5 parent: 2 - - uid: 829 + - uid: 196 components: - type: Transform pos: 9.5,-13.5 parent: 2 - - uid: 830 + - uid: 197 components: - type: Transform pos: 8.5,-13.5 parent: 2 - - uid: 831 + - uid: 198 components: - type: Transform pos: 7.5,-13.5 parent: 2 - - uid: 832 + - uid: 199 components: - type: Transform pos: 6.5,-13.5 parent: 2 - - uid: 833 + - uid: 200 components: - type: Transform pos: 5.5,-13.5 parent: 2 - - uid: 834 + - uid: 201 components: - type: Transform pos: 4.5,-13.5 parent: 2 - - uid: 835 + - uid: 202 components: - type: Transform pos: 3.5,-13.5 parent: 2 - - uid: 836 + - uid: 203 components: - type: Transform pos: 2.5,-13.5 parent: 2 - - uid: 837 + - uid: 204 components: - type: Transform pos: 1.5,-13.5 parent: 2 - - uid: 838 + - uid: 205 components: - type: Transform pos: 0.5,-13.5 parent: 2 - - uid: 902 + - uid: 206 components: - type: Transform pos: 10.5,-22.5 parent: 2 - - uid: 904 + - uid: 207 components: - type: Transform pos: 11.5,-19.5 parent: 2 - - uid: 905 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 2 - - uid: 906 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 910 + - uid: 208 components: - type: Transform pos: 9.5,-22.5 parent: 2 - - uid: 911 + - uid: 209 components: - type: Transform pos: 8.5,-22.5 parent: 2 - - uid: 912 + - uid: 210 components: - type: Transform pos: 7.5,-22.5 parent: 2 - - uid: 913 + - uid: 211 components: - type: Transform pos: 6.5,-22.5 parent: 2 - - uid: 914 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 2 - - uid: 915 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 2 - - uid: 916 + - uid: 212 components: - type: Transform pos: 2.5,-20.5 parent: 2 - - uid: 917 + - uid: 213 components: - type: Transform pos: 1.5,-20.5 parent: 2 - - uid: 918 + - uid: 214 components: - type: Transform pos: 0.5,-20.5 parent: 2 - - uid: 919 + - uid: 215 components: - type: Transform pos: 0.5,-22.5 parent: 2 - - uid: 920 + - uid: 216 components: - type: Transform pos: 1.5,-22.5 parent: 2 - - uid: 921 + - uid: 217 components: - type: Transform pos: 2.5,-22.5 parent: 2 - - uid: 922 + - uid: 218 components: - type: Transform pos: 3.5,-22.5 parent: 2 - - uid: 923 + - uid: 219 components: - type: Transform pos: 4.5,-22.5 parent: 2 - - uid: 924 + - uid: 220 components: - type: Transform pos: 4.5,-24.5 parent: 2 - - uid: 925 + - uid: 221 components: - type: Transform pos: 3.5,-24.5 parent: 2 - - uid: 926 + - uid: 222 components: - type: Transform pos: 2.5,-24.5 parent: 2 - - uid: 927 + - uid: 223 components: - type: Transform pos: 1.5,-24.5 parent: 2 - - uid: 928 + - uid: 224 components: - type: Transform pos: 0.5,-24.5 parent: 2 - - uid: 929 + - uid: 225 components: - type: Transform pos: 0.5,-26.5 parent: 2 - - uid: 930 + - uid: 226 components: - type: Transform pos: 1.5,-26.5 parent: 2 - - uid: 931 + - uid: 227 components: - type: Transform pos: 2.5,-26.5 parent: 2 - - uid: 932 + - uid: 228 components: - type: Transform pos: 3.5,-26.5 parent: 2 - - uid: 933 + - uid: 229 components: - type: Transform pos: 4.5,-26.5 parent: 2 - - uid: 934 + - uid: 230 components: - type: Transform pos: 6.5,-26.5 parent: 2 - - uid: 935 + - uid: 231 components: - type: Transform pos: 7.5,-26.5 parent: 2 - - uid: 936 + - uid: 232 components: - type: Transform pos: 9.5,-26.5 parent: 2 - - uid: 937 + - uid: 233 components: - type: Transform pos: 8.5,-26.5 parent: 2 - - uid: 938 + - uid: 234 components: - type: Transform pos: 10.5,-26.5 parent: 2 - - uid: 939 + - uid: 235 components: - type: Transform pos: 6.5,-24.5 parent: 2 - - uid: 940 + - uid: 236 components: - type: Transform pos: 7.5,-24.5 parent: 2 - - uid: 941 + - uid: 237 components: - type: Transform pos: 8.5,-24.5 parent: 2 - - uid: 942 + - uid: 238 components: - type: Transform pos: 9.5,-24.5 parent: 2 - - uid: 943 + - uid: 239 components: - type: Transform pos: 10.5,-24.5 parent: 2 - proto: CableMV entities: - - uid: 599 + - uid: 240 components: - type: Transform - pos: 3.5,-15.5 + pos: 2.5,5.5 parent: 2 - - uid: 600 + - uid: 241 components: - type: Transform - pos: 2.5,-15.5 + pos: 6.5,7.5 parent: 2 - - uid: 601 + - uid: 242 components: - type: Transform - pos: -0.5,0.5 + pos: 7.5,7.5 parent: 2 - - uid: 602 + - uid: 243 components: - type: Transform - pos: 1.5,-14.5 + pos: 5.5,7.5 parent: 2 - - uid: 603 + - uid: 244 components: - type: Transform - pos: 2.5,-14.5 + pos: 4.5,7.5 parent: 2 - - uid: 604 + - uid: 245 components: - type: Transform - pos: 2.5,-13.5 + pos: 3.5,7.5 parent: 2 - - uid: 605 + - uid: 246 components: - type: Transform - pos: 2.5,-12.5 + pos: -1.5,1.5 parent: 2 - - uid: 606 + - uid: 247 components: - type: Transform - pos: 2.5,-11.5 + pos: -2.5,1.5 parent: 2 - - uid: 607 + - uid: 248 components: - type: Transform - pos: 1.5,1.5 + pos: -2.5,2.5 parent: 2 - - uid: 608 + - uid: 249 components: - type: Transform - pos: 2.5,1.5 + pos: -2.5,3.5 parent: 2 - - uid: 609 + - uid: 250 components: - type: Transform - pos: 2.5,0.5 + pos: -2.5,4.5 parent: 2 - - uid: 610 + - uid: 251 components: - type: Transform - pos: 2.5,-0.5 + pos: -2.5,5.5 parent: 2 - - uid: 611 + - uid: 252 components: - type: Transform - pos: 2.5,-1.5 + pos: -1.5,5.5 parent: 2 - - uid: 612 + - uid: 253 components: - type: Transform - pos: 2.5,-2.5 + pos: 7.5,5.5 parent: 2 - - uid: 613 + - uid: 254 components: - type: Transform - pos: 2.5,-3.5 + pos: 8.5,5.5 parent: 2 - - uid: 614 + - uid: 255 components: - type: Transform - pos: 2.5,-4.5 + pos: 9.5,5.5 parent: 2 - - uid: 615 + - uid: 256 components: - type: Transform - pos: 2.5,-5.5 + pos: 11.5,5.5 parent: 2 - - uid: 616 + - uid: 257 components: - type: Transform - pos: 2.5,-6.5 + pos: 10.5,5.5 parent: 2 - - uid: 617 + - uid: 258 components: - type: Transform - pos: 2.5,-7.5 + pos: 12.5,5.5 parent: 2 - - uid: 618 + - uid: 259 components: - type: Transform - pos: 2.5,-8.5 + pos: 13.5,5.5 parent: 2 - - uid: 619 + - uid: 260 components: - type: Transform - pos: 2.5,-9.5 + pos: 13.5,4.5 parent: 2 - - uid: 620 + - uid: 261 components: - type: Transform - pos: 2.5,-10.5 + pos: 13.5,3.5 parent: 2 - - uid: 621 + - uid: 262 components: - type: Transform - pos: 0.5,1.5 + pos: 13.5,2.5 parent: 2 - - uid: 622 + - uid: 263 components: - type: Transform - pos: -0.5,1.5 + pos: 13.5,1.5 parent: 2 - - uid: 628 + - uid: 264 components: - type: Transform - pos: -0.5,5.5 + pos: 12.5,1.5 parent: 2 - - uid: 629 + - uid: 265 components: - type: Transform - pos: 0.5,5.5 + pos: 12.5,0.5 parent: 2 - - uid: 630 + - uid: 266 components: - type: Transform - pos: 1.5,5.5 + pos: -1.5,0.5 parent: 2 - - uid: 633 + - uid: 267 components: - type: Transform - pos: 6.5,6.5 + pos: -1.5,-0.5 parent: 2 - - uid: 634 + - uid: 268 components: - type: Transform - pos: 6.5,5.5 + pos: -1.5,-1.5 parent: 2 - - uid: 635 + - uid: 269 components: - type: Transform - pos: 5.5,5.5 + pos: 1.5,-6.5 parent: 2 - - uid: 636 + - uid: 270 components: - type: Transform - pos: 4.5,5.5 + pos: 0.5,-6.5 parent: 2 - - uid: 637 + - uid: 271 components: - type: Transform - pos: 3.5,5.5 + pos: -0.5,-6.5 parent: 2 -- proto: CableTerminal - entities: - - uid: 590 + - uid: 272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-17.5 + pos: -1.5,-6.5 parent: 2 -- proto: CargoPalletBuy - entities: - - uid: 21 + - uid: 273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-9.5 + pos: -1.5,-7.5 parent: 2 - - uid: 24 + - uid: 274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-9.5 + pos: 12.5,-7.5 parent: 2 - - uid: 25 + - uid: 275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 + pos: 12.5,-6.5 parent: 2 - - uid: 26 + - uid: 276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-8.5 + pos: 11.5,-6.5 parent: 2 - - uid: 27 + - uid: 277 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-7.5 + pos: 10.5,-6.5 parent: 2 - - uid: 30 + - uid: 278 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-7.5 + pos: 9.5,-6.5 parent: 2 - - uid: 32 + - uid: 279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-9.5 + pos: 9.5,-7.5 parent: 2 - - uid: 35 + - uid: 280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-0.5 + pos: 9.5,-8.5 parent: 2 - - uid: 36 + - uid: 281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-0.5 + pos: 9.5,-9.5 parent: 2 - - uid: 37 + - uid: 282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 + pos: 9.5,-10.5 parent: 2 - - uid: 39 + - uid: 283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-2.5 + pos: 8.5,-10.5 parent: 2 - - uid: 41 + - uid: 284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 + pos: 7.5,-10.5 parent: 2 - - uid: 42 + - uid: 285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-1.5 + pos: 6.5,-10.5 parent: 2 - - uid: 43 + - uid: 286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-2.5 + pos: 5.5,-10.5 parent: 2 - - uid: 44 + - uid: 287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-1.5 + pos: 4.5,-10.5 parent: 2 - - uid: 47 + - uid: 288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 + pos: 3.5,-10.5 parent: 2 - - uid: 49 + - uid: 289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-0.5 + pos: 12.5,-0.5 parent: 2 - - uid: 50 + - uid: 290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-2.5 + pos: 12.5,-1.5 parent: 2 - - uid: 56 + - uid: 291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 + pos: 3.5,-15.5 parent: 2 - - uid: 61 + - uid: 292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-8.5 + pos: 2.5,-15.5 parent: 2 - - uid: 67 + - uid: 293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-6.5 + pos: -0.5,0.5 parent: 2 - - uid: 71 + - uid: 294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 + pos: 1.5,-14.5 parent: 2 - - uid: 183 + - uid: 295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,0.5 + pos: 2.5,-14.5 parent: 2 - - uid: 900 + - uid: 296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,0.5 + pos: 2.5,-13.5 parent: 2 -- proto: CargoPalletSell - entities: - - uid: 34 + - uid: 297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-0.5 + pos: 2.5,-12.5 parent: 2 - - uid: 45 + - uid: 298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-7.5 + pos: 2.5,-11.5 parent: 2 - - uid: 46 + - uid: 299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-2.5 + pos: 1.5,1.5 parent: 2 - - uid: 48 + - uid: 300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 + pos: 2.5,1.5 parent: 2 - - uid: 51 + - uid: 301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 + pos: 2.5,0.5 parent: 2 - - uid: 52 + - uid: 302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 + pos: 2.5,-0.5 parent: 2 - - uid: 54 + - uid: 303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-9.5 + pos: 2.5,-1.5 parent: 2 - - uid: 55 + - uid: 304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 + pos: 2.5,-2.5 parent: 2 - - uid: 57 + - uid: 305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-9.5 + pos: 2.5,-3.5 parent: 2 - - uid: 58 + - uid: 306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,0.5 + pos: 2.5,-4.5 parent: 2 - - uid: 59 + - uid: 307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-6.5 + pos: 2.5,-5.5 parent: 2 - - uid: 60 + - uid: 308 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-7.5 + pos: 2.5,-6.5 parent: 2 - - uid: 66 + - uid: 309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 + pos: 2.5,-7.5 parent: 2 - - uid: 68 + - uid: 310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-8.5 + pos: 2.5,-8.5 parent: 2 - - uid: 69 + - uid: 311 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-8.5 + pos: 2.5,-9.5 parent: 2 - - uid: 70 + - uid: 312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-9.5 + pos: 2.5,-10.5 parent: 2 - - uid: 72 + - uid: 313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-6.5 + pos: 0.5,1.5 parent: 2 - - uid: 73 + - uid: 314 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-6.5 + pos: -0.5,1.5 parent: 2 - - uid: 901 + - uid: 315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 + pos: -0.5,5.5 parent: 2 - - uid: 903 + - uid: 316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-0.5 + pos: 0.5,5.5 parent: 2 - - uid: 907 + - uid: 317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-7.5 + pos: 1.5,5.5 parent: 2 - - uid: 908 + - uid: 318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 + pos: 6.5,6.5 parent: 2 - - uid: 909 + - uid: 319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 + pos: 6.5,5.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: 5.5,5.5 parent: 2 - - uid: 960 + - uid: 321 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-7.5 + pos: 4.5,5.5 parent: 2 - - uid: 961 + - uid: 322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 + pos: 3.5,5.5 parent: 2 -- proto: CarpetBlack +- proto: CableTerminal entities: - - uid: 33 + - uid: 323 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,5.5 + pos: 2.5,-17.5 parent: 2 - - uid: 65 +- proto: CargoPalletBuy + entities: + - uid: 324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 + rot: -1.5707963267948966 rad + pos: 3.5,-9.5 parent: 2 - - uid: 199 + - uid: 325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,6.5 + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 parent: 2 - - uid: 200 + - uid: 326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,5.5 + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 parent: 2 - - uid: 201 + - uid: 327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,5.5 + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 parent: 2 - - uid: 211 + - uid: 328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,6.5 + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 parent: 2 - - uid: 212 + - uid: 329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,6.5 + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 parent: 2 - - uid: 213 + - uid: 330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,6.5 + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 parent: 2 - - uid: 214 + - uid: 331 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,5.5 + pos: 7.5,-0.5 parent: 2 - - uid: 215 + - uid: 332 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,6.5 + pos: 6.5,-0.5 parent: 2 - - uid: 221 + - uid: 333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,6.5 + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 parent: 2 - - uid: 246 + - uid: 334 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,6.5 + pos: 6.5,-2.5 parent: 2 - - uid: 247 + - uid: 335 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,5.5 + pos: 6.5,-1.5 parent: 2 - - uid: 265 + - uid: 336 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,6.5 + pos: 7.5,-1.5 parent: 2 - - uid: 266 + - uid: 337 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,6.5 + pos: 8.5,-2.5 parent: 2 - - uid: 268 + - uid: 338 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,5.5 + pos: 8.5,-1.5 parent: 2 - - uid: 269 + - uid: 339 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,5.5 + pos: 8.5,0.5 parent: 2 - - uid: 270 + - uid: 340 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,5.5 + pos: 8.5,-0.5 parent: 2 - - uid: 271 + - uid: 341 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,6.5 + pos: 7.5,-2.5 parent: 2 -- proto: Catwalk - entities: - - uid: 294 + - uid: 342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,4.5 + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 parent: 2 - - uid: 295 + - uid: 343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,3.5 + rot: -1.5707963267948966 rad + pos: 4.5,-8.5 parent: 2 - - uid: 296 + - uid: 344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,2.5 + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 parent: 2 - - uid: 297 + - uid: 345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,4.5 + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 parent: 2 - - uid: 298 + - uid: 346 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,3.5 + pos: 6.5,0.5 parent: 2 - - uid: 299 + - uid: 347 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,2.5 + pos: 7.5,0.5 parent: 2 - - uid: 528 +- proto: CargoPalletSell + entities: + - uid: 348 components: - type: Transform - pos: 0.5,-24.5 + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 parent: 2 - - uid: 529 + - uid: 349 components: - type: Transform - pos: 2.5,-26.5 + rot: 1.5707963267948966 rad + pos: 8.5,-7.5 parent: 2 - - uid: 533 + - uid: 350 components: - type: Transform - pos: 3.5,-22.5 + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 parent: 2 - - uid: 538 + - uid: 351 components: - type: Transform - pos: 0.5,-20.5 + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 parent: 2 - - uid: 539 + - uid: 352 components: - type: Transform - pos: 9.5,-20.5 + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 parent: 2 - - uid: 540 + - uid: 353 components: - type: Transform - pos: 9.5,-22.5 + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 parent: 2 - - uid: 543 + - uid: 354 components: - type: Transform - pos: 8.5,-22.5 + rot: 1.5707963267948966 rad + pos: 6.5,-9.5 parent: 2 - - uid: 544 + - uid: 355 components: - type: Transform - pos: 9.5,-24.5 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 parent: 2 - - uid: 552 + - uid: 356 components: - type: Transform - pos: 2.5,-24.5 + rot: 1.5707963267948966 rad + pos: 8.5,-9.5 parent: 2 - - uid: 554 + - uid: 357 components: - type: Transform - pos: 7.5,-26.5 + rot: -1.5707963267948966 rad + pos: 4.5,0.5 parent: 2 - - uid: 557 + - uid: 358 components: - type: Transform - pos: 3.5,-26.5 + rot: 1.5707963267948966 rad + pos: 8.5,-6.5 parent: 2 - - uid: 559 + - uid: 359 components: - type: Transform - pos: 0.5,-26.5 + rot: 1.5707963267948966 rad + pos: 7.5,-7.5 parent: 2 - - uid: 571 + - uid: 360 components: - type: Transform - pos: 8.5,-20.5 + rot: -1.5707963267948966 rad + pos: 3.5,0.5 parent: 2 - - uid: 573 + - uid: 361 components: - type: Transform - pos: 10.5,-20.5 + rot: 1.5707963267948966 rad + pos: 7.5,-8.5 parent: 2 - - uid: 578 + - uid: 362 components: - type: Transform - pos: 9.5,-26.5 + rot: 1.5707963267948966 rad + pos: 8.5,-8.5 parent: 2 - - uid: 579 + - uid: 363 components: - type: Transform - pos: 10.5,-24.5 + rot: 1.5707963267948966 rad + pos: 7.5,-9.5 parent: 2 - - uid: 586 + - uid: 364 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,-3.5 + pos: 7.5,-6.5 parent: 2 - - uid: 587 + - uid: 365 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,-5.5 + pos: 6.5,-6.5 parent: 2 - - uid: 588 + - uid: 366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-5.5 + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 parent: 2 - - uid: 589 + - uid: 367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - uid: 368 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,-3.5 + pos: 7.5,-7.5 parent: 2 - - uid: 596 + - uid: 369 components: - type: Transform - pos: 7.5,-24.5 + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 parent: 2 - - uid: 598 + - uid: 370 components: - type: Transform - pos: 7.5,-22.5 + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 parent: 2 - - uid: 759 + - uid: 371 components: - type: Transform - pos: 3.5,-24.5 + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 parent: 2 - - uid: 761 + - uid: 372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 373 components: - type: Transform - pos: 1.5,-22.5 + pos: 2.5,-15.5 parent: 2 - - uid: 762 + - uid: 374 components: - type: Transform - pos: 2.5,-20.5 + pos: 12.5,-3.5 parent: 2 - - uid: 840 + - uid: 375 components: - type: Transform - pos: 3.5,-20.5 + pos: 12.5,-5.5 parent: 2 - - uid: 841 + - uid: 376 components: - type: Transform - pos: 1.5,-24.5 + pos: -1.5,-3.5 parent: 2 - - uid: 846 + - uid: 377 components: - type: Transform - pos: 1.5,-26.5 + pos: 2.5,-16.5 parent: 2 - - uid: 848 + - uid: 378 components: - type: Transform - pos: 4.5,-26.5 + pos: -1.5,-5.5 parent: 2 - - uid: 849 + - uid: 379 components: - type: Transform - pos: 0.5,-22.5 + pos: 0.5,-24.5 parent: 2 - - uid: 850 + - uid: 380 components: - type: Transform - pos: 2.5,-22.5 + pos: 2.5,-26.5 parent: 2 - - uid: 856 + - uid: 381 components: - type: Transform - pos: 6.5,-26.5 + pos: 3.5,-22.5 parent: 2 - - uid: 857 + - uid: 382 components: - type: Transform - pos: 10.5,-22.5 + pos: 0.5,-20.5 parent: 2 - - uid: 858 + - uid: 383 components: - type: Transform - pos: 6.5,-20.5 + pos: 9.5,-20.5 parent: 2 - - uid: 859 + - uid: 384 components: - type: Transform - pos: 1.5,-20.5 + pos: 9.5,-22.5 parent: 2 - - uid: 860 + - uid: 385 components: - type: Transform - pos: 4.5,-20.5 + pos: 8.5,-22.5 parent: 2 - - uid: 861 + - uid: 386 components: - type: Transform - pos: 7.5,-20.5 + pos: 9.5,-24.5 parent: 2 - - uid: 863 + - uid: 387 components: - type: Transform - pos: 8.5,-24.5 + pos: 2.5,-24.5 parent: 2 - - uid: 864 + - uid: 388 components: - type: Transform - pos: 8.5,-26.5 + pos: 7.5,-26.5 parent: 2 - - uid: 865 + - uid: 389 components: - type: Transform - pos: 10.5,-26.5 + pos: 3.5,-26.5 parent: 2 - - uid: 956 + - uid: 390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-3.5 + pos: 0.5,-26.5 parent: 2 - - uid: 957 + - uid: 391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 + pos: 8.5,-20.5 parent: 2 - - uid: 958 + - uid: 392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-5.5 + pos: 10.5,-20.5 parent: 2 - - uid: 959 + - uid: 393 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-3.5 + pos: 9.5,-26.5 parent: 2 -- proto: Chair - entities: - - uid: 38 + - uid: 394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-4.5 + pos: 10.5,-24.5 parent: 2 - - uid: 40 + - uid: 395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-4.5 + pos: 7.5,-24.5 parent: 2 - - uid: 94 + - uid: 396 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-11.5 + pos: 7.5,-22.5 parent: 2 - - uid: 99 + - uid: 397 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-11.5 + pos: 3.5,-24.5 parent: 2 - - uid: 138 + - uid: 398 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-11.5 + pos: 1.5,-22.5 parent: 2 - - uid: 143 + - uid: 399 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-11.5 + pos: 2.5,-20.5 parent: 2 - - uid: 226 + - uid: 400 components: - type: Transform - pos: 8.5,2.5 + pos: 1.5,-24.5 parent: 2 - - uid: 227 + - uid: 401 components: - type: Transform - pos: 7.5,2.5 + pos: 1.5,-26.5 parent: 2 - - uid: 394 + - uid: 402 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-11.5 + pos: 4.5,-26.5 parent: 2 - - uid: 395 + - uid: 403 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-11.5 + pos: 0.5,-22.5 parent: 2 - - uid: 396 + - uid: 404 components: - type: Transform - pos: 2.5,2.5 + pos: 2.5,-22.5 parent: 2 - uid: 405 components: - type: Transform - pos: 3.5,2.5 + pos: 6.5,-26.5 parent: 2 - uid: 406 components: - type: Transform - pos: 4.5,2.5 + pos: 10.5,-22.5 parent: 2 - uid: 407 components: - type: Transform - pos: 6.5,2.5 + pos: 1.5,-20.5 parent: 2 -- proto: ChairPilotSeat - entities: - - uid: 767 + - uid: 408 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-16.5 + pos: 8.5,-24.5 parent: 2 - - uid: 768 + - uid: 409 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-16.5 + pos: 8.5,-26.5 parent: 2 -- proto: ChairWood - entities: - - uid: 253 + - uid: 410 components: - type: Transform - pos: 2.5,5.5 + pos: 10.5,-26.5 parent: 2 - - uid: 254 +- proto: Chair + entities: + - uid: 411 components: - type: Transform - pos: 7.5,5.5 + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 parent: 2 - - uid: 255 + - uid: 412 components: - type: Transform - pos: 3.5,5.5 + rot: 1.5707963267948966 rad + pos: 3.5,-4.5 parent: 2 - - uid: 258 +- proto: ChairOfficeDark + entities: + - uid: 413 components: - type: Transform - pos: 1.5,5.5 + rot: 3.141592653589793 rad + pos: 8.5,-16.5 parent: 2 - - uid: 263 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 414 components: - type: Transform - pos: 8.5,5.5 + pos: 10.5,6.5 parent: 2 - - uid: 264 + - uid: 914 components: - type: Transform - pos: 9.5,5.5 + pos: 0.5,4.5 parent: 2 -- proto: ClosetEmergencyFilledRandom +- proto: ClosetFireFilled entities: - - uid: 354 + - uid: 415 components: - type: Transform - pos: 0.5,2.5 + pos: 10.5,4.5 parent: 2 -- proto: ClosetFireFilled - entities: - - uid: 355 + - uid: 915 components: - type: Transform - pos: 10.5,2.5 + pos: 0.5,6.5 parent: 2 - proto: ComputerPalletConsole entities: - - uid: 894 + - uid: 416 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 2 - - uid: 895 + - uid: 417 components: - type: Transform rot: -1.5707963267948966 rad @@ -2728,3230 +2667,3233 @@ entities: parent: 2 - proto: ComputerPowerMonitoring entities: - - uid: 766 + - uid: 418 components: - type: Transform pos: 7.5,-15.5 parent: 2 - proto: ComputerSolarControl entities: - - uid: 772 + - uid: 419 components: - type: Transform pos: 8.5,-15.5 parent: 2 - proto: ConveyorBelt entities: - - uid: 81 + - uid: 420 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,-2.5 + pos: 0.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 365 - - uid: 82 + - 801 + - uid: 421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 366 - - uid: 108 + - 802 + - uid: 422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-2.5 + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 393 - - uid: 110 + - 801 + - uid: 423 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-2.5 + pos: -0.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 365 - - uid: 329 + - 801 + - uid: 424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-6.5 + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 366 - - uid: 330 + - 802 + - uid: 425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-6.5 + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 404 - - uid: 331 + - 801 + - uid: 426 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-6.5 + pos: 0.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 404 - - uid: 335 + - 802 + - uid: 427 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-6.5 + pos: 10.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 404 - - uid: 337 + - 800 + - uid: 428 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,-2.5 + pos: 11.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 393 - - uid: 338 + - 800 + - uid: 429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 + rot: -1.5707963267948966 rad + pos: 12.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 366 - - uid: 339 + - 800 + - uid: 430 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,-2.5 + pos: 12.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 365 - - uid: 340 + - 803 + - uid: 431 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 13.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 393 - - uid: 359 + - 803 + - uid: 432 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-2.5 + pos: 13.5,-6.5 parent: 2 - type: DeviceLinkSink links: - - 393 - - uid: 362 + - 800 + - uid: 433 components: - type: Transform rot: -1.5707963267948966 rad - pos: 10.5,-6.5 + pos: -0.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 404 - - uid: 363 + - 802 + - uid: 434 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,-2.5 + pos: 10.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 365 - - uid: 364 + - 803 + - uid: 435 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,-6.5 + pos: 11.5,-2.5 parent: 2 - type: DeviceLinkSink links: - - 366 + - 803 - proto: ExtinguisherCabinetFilled entities: - - uid: 360 + - uid: 436 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,0.5 parent: 2 - - uid: 361 + - uid: 437 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-9.5 parent: 2 -- proto: Firelock - entities: - - uid: 789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,1.5 - parent: 2 - - uid: 790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,1.5 - parent: 2 -- proto: FirelockEdge - entities: - - uid: 786 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-16.5 - parent: 2 -- proto: FirelockGlass +- proto: FoodBreadMoldySlice entities: - - uid: 782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,5.5 - parent: 2 - - uid: 783 + - uid: 677 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 + pos: 9.492397,-17.283579 parent: 2 + missingComponents: + - Food + - InjectableSolution + - RefillableSolution - proto: GasOutletInjector entities: - - uid: 386 + - uid: 438 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasPassiveVent entities: - - uid: 397 + - uid: 439 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 414 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 440 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-13.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeBend entities: - - uid: 316 + - uid: 441 components: - type: Transform pos: 7.5,6.5 parent: 2 - - uid: 317 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 442 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,4.5 parent: 2 - - uid: 318 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 443 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,4.5 parent: 2 - - uid: 322 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 444 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,6.5 parent: 2 - - uid: 434 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 445 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-17.5 parent: 2 - - uid: 457 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 446 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-11.5 parent: 2 - - uid: 458 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 447 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-8.5 parent: 2 - - uid: 475 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 448 components: - type: Transform pos: 3.5,-8.5 parent: 2 - - uid: 476 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 449 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-10.5 parent: 2 - - uid: 486 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 450 components: - type: Transform pos: 2.5,1.5 parent: 2 - - uid: 487 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 451 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,1.5 parent: 2 - - uid: 488 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 452 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,5.5 parent: 2 - - uid: 489 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 453 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,1.5 parent: 2 - - uid: 490 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 454 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,1.5 parent: 2 - - uid: 491 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 455 components: - type: Transform pos: 12.5,5.5 parent: 2 - - uid: 512 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 456 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,4.5 parent: 2 - - uid: 520 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 457 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,4.5 parent: 2 - - uid: 522 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 458 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,5.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeStraight entities: - - uid: 223 + - uid: 459 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,6.5 parent: 2 - - uid: 241 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 460 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,6.5 parent: 2 - - uid: 250 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 461 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,6.5 parent: 2 - - uid: 284 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 462 components: - type: Transform pos: 7.5,5.5 parent: 2 - - uid: 321 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 463 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,5.5 parent: 2 - - uid: 323 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 464 components: - type: Transform pos: 3.5,5.5 parent: 2 - - uid: 417 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 465 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-14.5 parent: 2 - - uid: 418 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 466 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-13.5 parent: 2 - - uid: 419 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 467 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-12.5 parent: 2 - - uid: 420 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 468 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-11.5 parent: 2 - - uid: 421 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 469 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-16.5 parent: 2 - - uid: 422 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 470 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-16.5 parent: 2 - - uid: 423 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 471 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-16.5 parent: 2 - - uid: 424 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 472 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-16.5 parent: 2 - - uid: 425 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 473 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-16.5 parent: 2 - - uid: 426 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 474 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-16.5 parent: 2 - - uid: 428 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 475 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-15.5 parent: 2 - - uid: 430 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 476 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-14.5 parent: 2 - - uid: 431 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 477 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-13.5 parent: 2 - - uid: 432 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 478 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-12.5 parent: 2 - - uid: 435 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 479 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-16.5 parent: 2 - - uid: 436 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 480 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-17.5 parent: 2 - - uid: 437 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 481 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-17.5 parent: 2 - - uid: 438 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 482 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-17.5 parent: 2 - - uid: 439 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 483 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-17.5 parent: 2 - - uid: 442 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 484 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-0.5 parent: 2 - - uid: 443 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 485 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 2 - - uid: 444 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 486 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-2.5 parent: 2 - - uid: 445 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 487 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-3.5 parent: 2 - - uid: 446 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 488 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-4.5 parent: 2 - - uid: 447 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 489 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 2 - - uid: 448 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 490 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-6.5 parent: 2 - - uid: 449 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 491 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-7.5 parent: 2 - - uid: 450 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 492 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-8.5 parent: 2 - - uid: 451 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 493 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-9.5 parent: 2 - - uid: 452 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 494 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,-10.5 parent: 2 - - uid: 453 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 495 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-11.5 parent: 2 - - uid: 454 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 496 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-11.5 parent: 2 - - uid: 455 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 497 components: - type: Transform pos: 5.5,-12.5 parent: 2 - - uid: 456 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 498 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-11.5 parent: 2 - - uid: 459 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 499 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-8.5 parent: 2 - - uid: 460 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 500 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-8.5 parent: 2 - - uid: 461 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 501 components: - type: Transform pos: 7.5,-10.5 parent: 2 - - uid: 462 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 502 components: - type: Transform pos: 7.5,-9.5 parent: 2 - - uid: 464 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 503 components: - type: Transform pos: 8.5,-9.5 parent: 2 - - uid: 465 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 504 components: - type: Transform pos: 8.5,-8.5 parent: 2 - - uid: 466 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 505 components: - type: Transform pos: 8.5,-7.5 parent: 2 - - uid: 467 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 506 components: - type: Transform pos: 8.5,-6.5 parent: 2 - - uid: 468 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 507 components: - type: Transform pos: 8.5,-5.5 parent: 2 - - uid: 469 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 508 components: - type: Transform pos: 8.5,-4.5 parent: 2 - - uid: 470 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 509 components: - type: Transform pos: 8.5,-3.5 parent: 2 - - uid: 471 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 510 components: - type: Transform pos: 8.5,-2.5 parent: 2 - - uid: 472 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 511 components: - type: Transform pos: 8.5,-1.5 parent: 2 - - uid: 473 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 512 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-0.5 parent: 2 - - uid: 477 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 513 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-8.5 parent: 2 - - uid: 478 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 514 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-8.5 parent: 2 - - uid: 479 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 515 components: - type: Transform pos: 3.5,-9.5 parent: 2 - - uid: 480 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 516 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-10.5 parent: 2 - - uid: 481 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 517 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-10.5 parent: 2 - - uid: 482 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 518 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-10.5 parent: 2 - - uid: 483 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 519 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-10.5 parent: 2 - - uid: 484 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 520 components: - type: Transform rot: 3.141592653589793 rad pos: 2.5,0.5 parent: 2 - - uid: 485 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 521 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,0.5 parent: 2 - - uid: 492 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 522 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,1.5 parent: 2 - - uid: 493 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 523 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,1.5 parent: 2 - - uid: 494 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 524 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,1.5 parent: 2 - - uid: 495 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 525 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,1.5 parent: 2 - - uid: 496 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 526 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,1.5 parent: 2 - - uid: 497 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 527 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,1.5 parent: 2 - - uid: 498 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 528 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,2.5 parent: 2 - - uid: 499 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 529 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,3.5 parent: 2 - - uid: 500 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 530 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,4.5 parent: 2 - - uid: 501 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 531 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,5.5 parent: 2 - - uid: 502 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 532 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,5.5 parent: 2 - - uid: 503 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 533 components: - type: Transform pos: 12.5,4.5 parent: 2 - - uid: 504 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 534 components: - type: Transform pos: 12.5,3.5 parent: 2 - - uid: 505 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 535 components: - type: Transform pos: 12.5,2.5 parent: 2 - - uid: 506 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 536 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,5.5 parent: 2 - - uid: 507 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 537 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,5.5 parent: 2 - - uid: 508 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 538 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,5.5 parent: 2 - - uid: 511 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,5.5 - parent: 2 - - uid: 513 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 539 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,4.5 parent: 2 - - uid: 519 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 540 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,4.5 parent: 2 - - uid: 521 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 541 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,5.5 parent: 2 - - uid: 523 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 542 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,5.5 parent: 2 - - uid: 524 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 543 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,5.5 parent: 2 - - uid: 525 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 544 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,5.5 parent: 2 - - uid: 526 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 545 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,5.5 parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeTJunction entities: - - uid: 415 + - uid: 546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 547 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-16.5 parent: 2 - - uid: 416 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 548 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-15.5 parent: 2 - - uid: 429 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 549 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-15.5 parent: 2 - - uid: 433 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 550 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-11.5 parent: 2 - - uid: 440 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 551 components: - type: Transform pos: 5.5,-11.5 parent: 2 - - uid: 441 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 552 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 2 - - uid: 463 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 553 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-10.5 parent: 2 - - uid: 474 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 554 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-0.5 parent: 2 - - uid: 509 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 555 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,5.5 parent: 2 - - uid: 510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,5.5 - parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPort entities: - - uid: 427 + - uid: 556 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - proto: GasVentPump entities: - - uid: 398 + - uid: 557 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 400 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 558 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 401 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 559 components: - type: Transform pos: 2.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 402 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 560 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 403 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 561 components: - type: Transform pos: 8.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 412 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 562 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-16.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - - uid: 399 + - uid: 563 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-15.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 408 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 564 components: - type: Transform pos: 1.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 409 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 565 components: - type: Transform pos: 9.5,6.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 410 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 566 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-8.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 411 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 567 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 413 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 568 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-17.5 parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: GeneratorRTG + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW entities: - - uid: 367 + - uid: 569 components: - type: Transform pos: 1.5,-17.5 parent: 2 - - uid: 368 + - uid: 570 components: - type: Transform - pos: 2.5,-17.5 + pos: 1.5,-16.5 parent: 2 - proto: GravityGeneratorMini entities: - - uid: 279 + - uid: 571 components: - type: Transform - pos: 1.5,-16.5 + pos: 1.5,-15.5 parent: 2 - proto: Grille entities: - - uid: 14 + - uid: 572 components: - type: Transform pos: 5.5,-1.5 parent: 2 - - uid: 15 + - uid: 573 components: - type: Transform pos: 5.5,-2.5 parent: 2 - - uid: 16 + - uid: 574 components: - type: Transform pos: 5.5,-3.5 parent: 2 - - uid: 17 + - uid: 575 components: - type: Transform pos: 5.5,-4.5 parent: 2 - - uid: 18 + - uid: 576 components: - type: Transform pos: 5.5,-5.5 parent: 2 - - uid: 19 + - uid: 577 components: - type: Transform pos: 5.5,-6.5 parent: 2 - - uid: 75 + - uid: 578 components: - type: Transform pos: 5.5,-7.5 parent: 2 - - uid: 146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 - parent: 2 - - uid: 147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 - parent: 2 - - uid: 148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,3.5 - parent: 2 - - uid: 149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,3.5 - parent: 2 - - uid: 150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,3.5 - parent: 2 - - uid: 151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 2 - - uid: 153 + - uid: 579 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,5.5 parent: 2 - - uid: 162 + - uid: 580 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,3.5 parent: 2 - - uid: 163 + - uid: 581 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,2.5 parent: 2 - - uid: 164 + - uid: 582 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,1.5 parent: 2 - - uid: 166 + - uid: 583 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,0.5 parent: 2 - - uid: 167 + - uid: 584 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 2 - - uid: 168 + - uid: 585 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,4.5 parent: 2 - - uid: 169 + - uid: 586 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,1.5 parent: 2 - - uid: 170 + - uid: 587 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,2.5 parent: 2 - - uid: 171 + - uid: 588 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 2 - - uid: 194 + - uid: 589 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-13.5 parent: 2 - - uid: 195 + - uid: 590 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-13.5 parent: 2 - - uid: 196 + - uid: 591 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-13.5 parent: 2 - - uid: 197 + - uid: 592 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-13.5 parent: 2 - - uid: 224 + - uid: 593 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 + - uid: 596 components: - type: Transform pos: 8.5,-13.5 parent: 2 - - uid: 225 + - uid: 597 components: - type: Transform pos: 2.5,-13.5 parent: 2 - - uid: 228 + - uid: 598 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,4.5 parent: 2 - - uid: 229 + - uid: 599 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,5.5 parent: 2 - - uid: 272 + - uid: 600 components: - type: Transform pos: 10.5,-28.5 parent: 2 - - uid: 282 + - uid: 601 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-11.5 parent: 2 - - uid: 286 + - uid: 602 components: - type: Transform pos: -2.5,-24.5 parent: 2 - - uid: 291 + - uid: 603 components: - type: Transform pos: -2.5,-28.5 parent: 2 - - uid: 303 + - uid: 604 components: - type: Transform pos: 4.5,7.5 parent: 2 - - uid: 304 + - uid: 605 components: - type: Transform pos: 3.5,7.5 parent: 2 - - uid: 306 + - uid: 606 components: - type: Transform pos: 6.5,7.5 parent: 2 - - uid: 307 + - uid: 607 components: - type: Transform pos: 5.5,7.5 parent: 2 - - uid: 312 + - uid: 608 components: - type: Transform pos: 7.5,7.5 parent: 2 - - uid: 349 + - uid: 609 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 2 - - uid: 350 + - uid: 610 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-7.5 parent: 2 - - uid: 351 + - uid: 611 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-7.5 parent: 2 - - uid: 352 + - uid: 612 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-1.5 parent: 2 - - uid: 373 + - uid: 613 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-12.5 parent: 2 - - uid: 379 + - uid: 614 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-19.5 parent: 2 - - uid: 514 + - uid: 615 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-16.5 parent: 2 - - uid: 516 + - uid: 616 components: - type: Transform pos: 13.5,-27.5 parent: 2 - - uid: 527 + - uid: 617 components: - type: Transform pos: -0.5,-28.5 parent: 2 - - uid: 556 + - uid: 618 components: - type: Transform pos: 13.5,-21.5 parent: 2 - - uid: 569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 - parent: 2 - - uid: 570 + - uid: 619 components: - type: Transform pos: 13.5,-24.5 parent: 2 - - uid: 572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-4.5 - parent: 2 - - uid: 624 + - uid: 620 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-19.5 parent: 2 - - uid: 625 + - uid: 621 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 2 - - uid: 626 + - uid: 622 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-11.5 parent: 2 - - uid: 627 + - uid: 623 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-12.5 parent: 2 - - uid: 737 + - uid: 624 components: - type: Transform pos: 9.5,-28.5 parent: 2 - - uid: 750 + - uid: 625 components: - type: Transform pos: -2.5,-27.5 parent: 2 - - uid: 787 + - uid: 626 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-18.5 parent: 2 - - uid: 788 + - uid: 627 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-10.5 parent: 2 - - uid: 791 + - uid: 628 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-10.5 parent: 2 - - uid: 792 + - uid: 629 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-16.5 parent: 2 - - uid: 798 + - uid: 630 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-17.5 parent: 2 - - uid: 814 + - uid: 631 components: - type: Transform pos: 13.5,-28.5 parent: 2 - - uid: 820 + - uid: 632 components: - type: Transform pos: -2.5,-25.5 parent: 2 - - uid: 821 + - uid: 633 components: - type: Transform pos: -2.5,-22.5 parent: 2 - - uid: 823 + - uid: 634 components: - type: Transform pos: 0.5,-28.5 parent: 2 - - uid: 826 + - uid: 635 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-18.5 parent: 2 - - uid: 827 + - uid: 636 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-14.5 parent: 2 - - uid: 847 + - uid: 637 components: - type: Transform pos: 13.5,-26.5 parent: 2 - - uid: 862 + - uid: 638 components: - type: Transform pos: 13.5,-23.5 parent: 2 - - uid: 876 + - uid: 639 components: - type: Transform pos: -1.5,9.5 parent: 2 - - uid: 877 + - uid: 640 components: - type: Transform pos: -0.5,9.5 parent: 2 - - uid: 878 + - uid: 641 components: - type: Transform pos: 1.5,9.5 parent: 2 - - uid: 879 + - uid: 642 components: - type: Transform pos: 0.5,9.5 parent: 2 - - uid: 880 + - uid: 643 components: - type: Transform pos: 3.5,9.5 parent: 2 - - uid: 881 + - uid: 644 components: - type: Transform pos: 5.5,9.5 parent: 2 - - uid: 882 + - uid: 645 components: - type: Transform pos: 7.5,9.5 parent: 2 - - uid: 883 + - uid: 646 components: - type: Transform pos: 8.5,9.5 parent: 2 - - uid: 884 + - uid: 647 components: - type: Transform pos: 10.5,9.5 parent: 2 - - uid: 885 + - uid: 648 components: - type: Transform pos: 9.5,9.5 parent: 2 - - uid: 886 + - uid: 649 components: - type: Transform pos: 12.5,9.5 parent: 2 + - uid: 650 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 - proto: GrilleSpawner entities: - - uid: 277 + - uid: 653 components: - type: Transform pos: 11.5,-28.5 parent: 2 - - uid: 382 + - uid: 654 components: - type: Transform pos: 13.5,-13.5 parent: 2 - - uid: 517 + - uid: 655 components: - type: Transform pos: -2.5,-26.5 parent: 2 - - uid: 631 + - uid: 656 components: - type: Transform pos: -2.5,-15.5 parent: 2 - - uid: 632 + - uid: 657 components: - type: Transform pos: -2.5,-17.5 parent: 2 - - uid: 754 + - uid: 658 components: - type: Transform pos: -2.5,-21.5 parent: 2 - - uid: 755 + - uid: 659 components: - type: Transform pos: 13.5,-25.5 parent: 2 - - uid: 756 + - uid: 660 components: - type: Transform pos: 13.5,-22.5 parent: 2 - - uid: 797 + - uid: 661 components: - type: Transform pos: 13.5,-15.5 parent: 2 - - uid: 799 + - uid: 662 components: - type: Transform pos: -2.5,-13.5 parent: 2 - - uid: 815 + - uid: 663 components: - type: Transform pos: 1.5,-28.5 parent: 2 - - uid: 822 + - uid: 664 components: - type: Transform pos: -2.5,-23.5 parent: 2 - - uid: 887 + - uid: 665 components: - type: Transform pos: 2.5,9.5 parent: 2 - - uid: 888 + - uid: 666 components: - type: Transform pos: 4.5,9.5 parent: 2 - - uid: 889 - components: - - type: Transform - pos: 6.5,9.5 - parent: 2 - - uid: 890 - components: - - type: Transform - pos: 11.5,9.5 - parent: 2 -- proto: Gyroscope - entities: - - uid: 816 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 2 -- proto: Lamp - entities: - - uid: 774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.59808,-15.833403 - parent: 2 -- proto: LiquidNitrogenCanister - entities: - - uid: 385 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: LiquidOxygenCanister - entities: - - uid: 384 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 -- proto: Paper - entities: - - uid: 775 - components: - - type: Transform - pos: 9.61031,-16.5917 - parent: 2 - - uid: 776 - components: - - type: Transform - pos: 9.488004,-16.738466 - parent: 2 - - uid: 777 - components: - - type: Transform - pos: 9.341236,-16.909695 - parent: 2 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 2 - - uid: 389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-15.5 - parent: 2 - - uid: 390 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 2 - - uid: 391 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 2 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 84 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-6.5 - parent: 2 - - uid: 86 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 2 - - uid: 112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-6.5 - parent: 2 - - uid: 328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-2.5 - parent: 2 - - uid: 332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 2 - - uid: 333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 2 - - uid: 334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-2.5 - parent: 2 - - uid: 336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-2.5 - parent: 2 -- proto: PottedPlantRandom - entities: - - uid: 139 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 2 - - uid: 140 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 2 - - uid: 218 - components: - - type: Transform - pos: 1.5,2.5 - parent: 2 - - uid: 238 - components: - - type: Transform - pos: 9.5,2.5 - parent: 2 - - uid: 314 - components: - - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 315 - components: - - type: Transform - pos: 10.5,4.5 - parent: 2 -- proto: PowerCellRecharger - entities: - - uid: 773 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 2 -- proto: Poweredlight - entities: - - uid: 119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 2 - - uid: 120 + - uid: 667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-0.5 + pos: 6.5,9.5 parent: 2 - - uid: 121 + - uid: 668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 + pos: 11.5,9.5 parent: 2 - - uid: 122 +- proto: NewtonCradle + entities: + - uid: 669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-8.5 + pos: 9.501623,-16.39294 parent: 2 - - uid: 123 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 670 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-11.5 + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 parent: 2 - - uid: 124 + - uid: 671 components: - type: Transform - pos: 5.5,2.5 + rot: 1.5707963267948966 rad + pos: 6.5,-15.5 parent: 2 - - uid: 216 + - uid: 672 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-17.5 + pos: 6.5,-15.5 parent: 2 - - uid: 219 + - uid: 673 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-17.5 + pos: 5.5,-15.5 parent: 2 - - uid: 231 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,6.5 + pos: 11.5,-2.5 parent: 2 - - uid: 232 + - uid: 675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,6.5 + pos: -0.5,-2.5 parent: 2 - - uid: 233 + - uid: 678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,3.5 + pos: 11.5,-6.5 parent: 2 - - uid: 234 + - uid: 680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,3.5 + pos: -0.5,-6.5 parent: 2 -- proto: PoweredSmallLight +- proto: PlastitaniumWindow entities: - - uid: 259 + - uid: 905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 + pos: 4.5,-14.5 parent: 2 - - uid: 574 + missingComponents: + - Repairable + - Destructible + - ExaminableDamage + - RCDDeconstructable + - Construction + - uid: 906 components: - type: Transform - pos: -1.5,-5.5 + pos: 5.5,-14.5 parent: 2 - - uid: 580 + missingComponents: + - Repairable + - Destructible + - ExaminableDamage + - RCDDeconstructable + - Construction + - uid: 907 components: - type: Transform - pos: 12.5,-5.5 + pos: 6.5,-14.5 parent: 2 - - uid: 581 + missingComponents: + - Repairable + - Destructible + - ExaminableDamage + - RCDDeconstructable + - Construction +- proto: PosterLegitVacation + entities: + - uid: 682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-3.5 + rot: 1.5707963267948966 rad + pos: 8.5,-14.5 parent: 2 -- proto: Railing +- proto: PowerCellRecharger entities: - - uid: 287 + - uid: 683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 + pos: 9.5,-15.5 parent: 2 - - uid: 288 +- proto: Poweredlight + entities: + - uid: 684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,4.5 + pos: 5.5,2.5 parent: 2 - - uid: 289 + - uid: 685 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,4.5 + pos: 0.5,-8.5 parent: 2 - - uid: 293 + - uid: 686 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,4.5 - parent: 2 - - uid: 325 - components: - - type: Transform - pos: 6.5,5.5 + pos: 10.5,-8.5 parent: 2 - - uid: 326 + - uid: 687 components: - type: Transform - pos: 4.5,5.5 + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 parent: 2 - - uid: 327 + - uid: 688 components: - type: Transform - pos: 5.5,5.5 + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 parent: 2 -- proto: RailingCornerSmall +- proto: PoweredSmallLight entities: - - uid: 290 + - uid: 689 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,5.5 + pos: 5.5,4.5 parent: 2 - - uid: 292 + - uid: 690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,5.5 + rot: 3.141592653589793 rad + pos: 5.5,-19.5 parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 518 + - uid: 691 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-14.5 + rot: -1.5707963267948966 rad + pos: 9.5,-16.5 parent: 2 - - uid: 545 + - uid: 692 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,3.5 + pos: -1.5,-3.5 parent: 2 - - uid: 546 + - uid: 693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,3.5 + pos: -1.5,-5.5 parent: 2 - - uid: 547 + - uid: 694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-11.5 + pos: 12.5,-5.5 parent: 2 - - uid: 548 + - uid: 695 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-11.5 + pos: 12.5,-3.5 parent: 2 - - uid: 549 +- proto: RandomInstruments + entities: + - uid: 913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,7.5 + pos: 5.5,2.5 parent: 2 - - uid: 550 +- proto: RandomPosterLegit + entities: + - uid: 696 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,7.5 + pos: 10.5,-11.5 parent: 2 - - uid: 551 + - uid: 697 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-14.5 + pos: 0.5,-11.5 parent: 2 - proto: ReinforcedWindow entities: - - uid: 3 + - uid: 698 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,4.5 parent: 2 - - uid: 7 + - uid: 699 components: - type: Transform pos: 5.5,-7.5 parent: 2 - - uid: 8 + - uid: 700 components: - type: Transform pos: 5.5,-1.5 parent: 2 - - uid: 9 + - uid: 701 components: - type: Transform pos: 5.5,-2.5 parent: 2 - - uid: 10 + - uid: 702 components: - type: Transform pos: 5.5,-3.5 parent: 2 - - uid: 11 + - uid: 703 components: - type: Transform pos: 5.5,-4.5 parent: 2 - - uid: 12 + - uid: 704 components: - type: Transform pos: 5.5,-5.5 parent: 2 - - uid: 13 + - uid: 705 components: - type: Transform pos: 5.5,-6.5 parent: 2 - - uid: 77 + - uid: 706 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-13.5 parent: 2 - - uid: 100 + - uid: 707 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-13.5 parent: 2 - - uid: 127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 2 - - uid: 128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,3.5 - parent: 2 - - uid: 129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,3.5 - parent: 2 - - uid: 133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,3.5 - parent: 2 - - uid: 134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 - parent: 2 - - uid: 135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 - parent: 2 - - uid: 142 + - uid: 708 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-13.5 parent: 2 - - uid: 152 + - uid: 709 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,0.5 parent: 2 - - uid: 154 + - uid: 710 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,1.5 parent: 2 - - uid: 155 + - uid: 711 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,3.5 parent: 2 - - uid: 156 + - uid: 712 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,2.5 parent: 2 - - uid: 157 + - uid: 713 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,0.5 parent: 2 - - uid: 158 + - uid: 714 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,5.5 parent: 2 - - uid: 159 + - uid: 715 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,1.5 parent: 2 - - uid: 160 + - uid: 716 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,2.5 parent: 2 - - uid: 161 + - uid: 717 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,3.5 parent: 2 - - uid: 165 + - uid: 718 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,5.5 parent: 2 - - uid: 182 + - uid: 719 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,4.5 parent: 2 - - uid: 185 + - uid: 720 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-13.5 parent: 2 - - uid: 285 + - uid: 721 components: - type: Transform pos: 3.5,7.5 parent: 2 - - uid: 300 + - uid: 722 components: - type: Transform pos: 5.5,7.5 parent: 2 - - uid: 301 + - uid: 723 components: - type: Transform pos: 6.5,7.5 parent: 2 - - uid: 302 + - uid: 724 components: - type: Transform pos: 7.5,7.5 parent: 2 - - uid: 311 + - uid: 725 components: - type: Transform pos: 4.5,7.5 parent: 2 - - uid: 353 + - uid: 726 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-1.5 parent: 2 - - uid: 356 + - uid: 727 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-7.5 parent: 2 - - uid: 357 + - uid: 728 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-7.5 parent: 2 - - uid: 358 + - uid: 729 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-1.5 parent: 2 - - uid: 555 + - uid: 730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 + pos: 6.5,-12.5 parent: 2 - - uid: 558 + - uid: 731 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-4.5 + pos: 5.5,-12.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: 4.5,-12.5 parent: 2 -- proto: ShuttersNormalOpen +- proto: ShuttersNormal entities: - - uid: 808 + - uid: 733 components: - type: Transform - pos: 1.5,3.5 + pos: 9.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 807 - - uid: 809 + - 745 + - 746 + - uid: 734 components: - type: Transform - pos: 2.5,3.5 + pos: 1.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 807 - - uid: 810 + - 743 + - 744 + - uid: 735 components: - type: Transform - pos: 3.5,3.5 + pos: 2.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 807 - - uid: 811 + - 743 + - 744 + - uid: 736 components: - type: Transform - pos: 7.5,3.5 + pos: 3.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 807 - - uid: 812 + - 743 + - 744 + - uid: 737 components: - type: Transform pos: 8.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 807 - - uid: 813 + - 745 + - 746 + - uid: 738 components: - type: Transform - pos: 9.5,3.5 + pos: 7.5,3.5 parent: 2 - type: DeviceLinkSink links: - - 807 -- proto: SignalButton + - 745 + - 746 +- proto: SignalButtonDirectional entities: - - uid: 807 + - uid: 739 components: - - type: MetaData - name: shutters button - type: Transform - pos: 0.5,7.5 + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 808: - - Pressed: Toggle - 809: + invalid: - Pressed: Toggle - 810: + 679: - Pressed: Toggle - 811: + - uid: 740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 21: - Pressed: Toggle - 812: + - uid: 741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20: - Pressed: Toggle - 813: + - uid: 742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 22: - Pressed: Toggle -- proto: SignSecureMed +- proto: SignalSwitchDirectional entities: - - uid: 144 + - uid: 743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-8.5 + pos: 4.5,3.5 parent: 2 - - uid: 145 + - type: DeviceLinkSource + linkedPorts: + 736: + - On: Open + - Off: Close + 735: + - On: Open + - Off: Close + 734: + - On: Open + - Off: Close + - uid: 744 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-0.5 + pos: 4.5,3.5 parent: 2 -- proto: SignShipDock - entities: - - uid: 945 + - type: DeviceLinkSource + linkedPorts: + 736: + - On: Open + - Off: Close + 735: + - On: Open + - Off: Close + 734: + - On: Open + - Off: Close + - uid: 745 components: - type: Transform - pos: -2.5,-4.5 + rot: 3.141592653589793 rad + pos: 6.5,3.5 parent: 2 - - uid: 946 + - type: DeviceLinkSource + linkedPorts: + 738: + - On: Open + - Off: Close + 737: + - On: Open + - Off: Close + 733: + - On: Open + - Off: Close + - uid: 746 components: - type: Transform - pos: 13.5,-4.5 + pos: 6.5,3.5 parent: 2 -- proto: SignSpace + - type: DeviceLinkSource + linkedPorts: + 738: + - On: Open + - Off: Close + 737: + - On: Open + - Off: Close + 733: + - On: Open + - Off: Close +- proto: SignCargoDock entities: - - uid: 341 + - uid: 747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 + pos: 13.5,-4.5 parent: 2 - - uid: 342 + - uid: 748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-1.5 + pos: -2.5,-4.5 parent: 2 - - uid: 343 +- proto: SignSecureMed + entities: + - uid: 749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-7.5 + rot: 3.141592653589793 rad + pos: 5.5,-8.5 parent: 2 - - uid: 344 + - uid: 750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-7.5 + rot: 3.141592653589793 rad + pos: 5.5,-0.5 parent: 2 - proto: SMESBasic entities: - - uid: 380 + - uid: 751 components: - type: Transform pos: 3.5,-17.5 parent: 2 - proto: SolarPanel entities: - - uid: 280 + - uid: 752 components: - type: Transform - pos: 3.5,-24.5 + rot: 1.5707963267948966 rad + pos: 11.5,-12.5 parent: 2 - - uid: 281 + - uid: 753 components: - type: Transform - pos: 1.5,-24.5 + rot: -1.5707963267948966 rad + pos: -0.5,-12.5 parent: 2 - - uid: 530 + - uid: 754 components: - type: Transform - pos: 6.5,-20.5 + pos: 3.5,-24.5 parent: 2 - - uid: 531 + - uid: 755 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 756 components: - type: Transform pos: 8.5,-20.5 parent: 2 - - uid: 532 + - uid: 757 components: - type: Transform pos: 10.5,-20.5 parent: 2 - - uid: 534 + - uid: 758 components: - type: Transform pos: 0.5,-26.5 parent: 2 - - uid: 535 + - uid: 759 components: - type: Transform pos: 9.5,-24.5 parent: 2 - - uid: 536 + - uid: 760 components: - type: Transform pos: 10.5,-22.5 parent: 2 - - uid: 537 + - uid: 761 components: - type: Transform pos: 7.5,-24.5 parent: 2 - - uid: 561 + - uid: 762 components: - type: Transform pos: 9.5,-26.5 parent: 2 - - uid: 564 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 2 - - uid: 565 + - uid: 763 components: - type: Transform pos: 6.5,-26.5 parent: 2 - - uid: 566 + - uid: 764 components: - type: Transform pos: 10.5,-24.5 parent: 2 - - uid: 567 + - uid: 765 components: - type: Transform pos: 1.5,-26.5 parent: 2 - - uid: 568 + - uid: 766 components: - type: Transform pos: 7.5,-22.5 parent: 2 - - uid: 649 + - uid: 767 components: - type: Transform pos: 4.5,-26.5 parent: 2 - - uid: 650 + - uid: 768 components: - type: Transform pos: 2.5,-24.5 parent: 2 - - uid: 839 + - uid: 769 components: - type: Transform pos: 8.5,-24.5 parent: 2 - - uid: 842 + - uid: 770 components: - type: Transform pos: 10.5,-26.5 parent: 2 - - uid: 843 + - uid: 771 components: - type: Transform pos: 7.5,-26.5 parent: 2 - - uid: 844 + - uid: 772 components: - type: Transform pos: 8.5,-26.5 parent: 2 - - uid: 845 + - uid: 773 components: - type: Transform pos: 9.5,-20.5 parent: 2 - - uid: 851 + - uid: 774 components: - type: Transform pos: 2.5,-26.5 parent: 2 - - uid: 852 + - uid: 775 components: - type: Transform pos: 3.5,-26.5 parent: 2 - - uid: 853 + - uid: 776 components: - type: Transform pos: 9.5,-22.5 parent: 2 - - uid: 854 + - uid: 777 components: - type: Transform pos: 8.5,-22.5 parent: 2 - - uid: 866 + - uid: 778 components: - type: Transform pos: 0.5,-24.5 parent: 2 - - uid: 867 + - uid: 779 components: - type: Transform pos: 3.5,-22.5 parent: 2 - - uid: 868 + - uid: 780 components: - type: Transform pos: 1.5,-22.5 parent: 2 - - uid: 869 + - uid: 781 components: - type: Transform pos: 2.5,-22.5 parent: 2 - - uid: 870 + - uid: 782 components: - type: Transform pos: 0.5,-20.5 parent: 2 - - uid: 871 + - uid: 783 components: - type: Transform pos: 2.5,-20.5 parent: 2 - - uid: 872 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 2 - - uid: 873 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 2 - - uid: 891 + - uid: 784 components: - type: Transform pos: 0.5,-22.5 parent: 2 - - uid: 892 + - uid: 785 components: - type: Transform pos: 1.5,-20.5 parent: 2 - proto: SolarTracker entities: - - uid: 198 + - uid: 786 components: - type: Transform pos: 4.5,-22.5 parent: 2 - - uid: 874 + - uid: 787 components: - type: Transform pos: 6.5,-22.5 parent: 2 - - uid: 875 + - uid: 788 components: - type: Transform pos: 4.5,-24.5 parent: 2 - - uid: 893 + - uid: 789 components: - type: Transform pos: 6.5,-24.5 parent: 2 -- proto: SubstationBasic +- proto: SpawnMobBear entities: - - uid: 381 + - uid: 790 components: - type: Transform - pos: 3.5,-15.5 + pos: 7.5,-16.5 parent: 2 -- proto: TableCounterWood +- proto: SpawnMobCleanBot entities: - - uid: 251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 - parent: 2 - - uid: 252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 2 - - uid: 256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 2 - - uid: 257 + - uid: 676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 + pos: 5.5,5.5 parent: 2 - - uid: 261 +- proto: StationAnchorIndestructible + entities: + - uid: 791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,4.5 + pos: 5.5,-18.5 parent: 2 - - uid: 262 +- proto: SubstationBasic + entities: + - uid: 792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,4.5 + pos: 3.5,-15.5 parent: 2 - proto: TableReinforced entities: - - uid: 769 + - uid: 793 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-15.5 parent: 2 - - uid: 770 + - uid: 794 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-16.5 parent: 2 - - uid: 771 + - uid: 795 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-17.5 parent: 2 - - uid: 896 + - uid: 796 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-3.5 parent: 2 - - uid: 897 + - uid: 797 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-5.5 parent: 2 - - uid: 898 + - uid: 798 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-3.5 parent: 2 - - uid: 899 + - uid: 799 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 2 +- proto: TableWood + entities: + - uid: 912 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 - proto: TwoWayLever entities: - - uid: 365 + - uid: 800 components: - type: Transform - pos: 0.5,-3.5 + pos: 10.5,-7.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 363: + 432: - Left: Forward - Right: Reverse - Middle: Off - 81: + 429: - Left: Forward - Right: Reverse - Middle: Off - 339: + 428: - Left: Forward - Right: Reverse - Middle: Off - 110: + 427: - Left: Forward - Right: Reverse - Middle: Off - - uid: 366 + - uid: 801 components: - type: Transform - pos: 0.5,-5.5 + pos: 0.5,-7.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 364: + 422: - Left: Forward - Right: Reverse - Middle: Off - 82: + 425: - Left: Forward - Right: Reverse - Middle: Off - 329: + 423: - Left: Forward - Right: Reverse - Middle: Off - 338: + 420: - Left: Forward - Right: Reverse - Middle: Off - - uid: 393 + - uid: 802 components: - type: Transform - pos: 10.5,-3.5 + pos: 0.5,-1.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 359: + 421: - Left: Forward - Right: Reverse - Middle: Off - 337: + 424: - Left: Forward - Right: Reverse - Middle: Off - 108: + 433: - Left: Forward - Right: Reverse - Middle: Off - 340: + 426: - Left: Forward - Right: Reverse - Middle: Off - - uid: 404 + - uid: 803 components: - type: Transform - pos: 10.5,-5.5 + pos: 10.5,-1.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 362: + 431: - Left: Forward - Right: Reverse - Middle: Off - 331: + 430: - Left: Forward - Right: Reverse - Middle: Off - 335: + 435: - Left: Forward - Right: Reverse - Middle: Off - 330: + 434: - Left: Forward - Right: Reverse - Middle: Off -- proto: WallReinforced +- proto: WallPlastitaniumIndestructible entities: - - uid: 4 + - uid: 804 components: - type: Transform - pos: 5.5,0.5 + pos: 7.5,-20.5 parent: 2 - - uid: 5 + - uid: 805 components: - type: Transform - pos: 5.5,-0.5 + pos: 7.5,-19.5 parent: 2 - - uid: 6 + - uid: 806 components: - type: Transform - pos: 5.5,-8.5 + pos: 4.5,-20.5 parent: 2 - - uid: 28 + - uid: 807 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 808 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 810 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 811 components: - type: Transform - rot: -1.5707963267948966 rad pos: 10.5,-15.5 parent: 2 - - uid: 29 + - uid: 812 components: - type: Transform - rot: -1.5707963267948966 rad pos: 10.5,-16.5 parent: 2 - - uid: 74 + - uid: 813 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 833 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - uid: 836 components: - type: Transform pos: 5.5,-9.5 parent: 2 - - uid: 76 + - uid: 837 components: - type: Transform pos: 11.5,2.5 parent: 2 - - uid: 78 + - uid: 838 components: - type: Transform pos: 11.5,0.5 parent: 2 - - uid: 79 + - uid: 839 components: - type: Transform pos: 11.5,-0.5 parent: 2 - - uid: 80 + - uid: 840 components: - type: Transform pos: 11.5,-1.5 parent: 2 - - uid: 83 + - uid: 841 components: - type: Transform pos: 11.5,-4.5 parent: 2 - - uid: 85 + - uid: 842 components: - type: Transform pos: 11.5,-7.5 parent: 2 - - uid: 87 + - uid: 843 components: - type: Transform pos: 11.5,-8.5 parent: 2 - - uid: 88 + - uid: 844 components: - type: Transform pos: 11.5,-9.5 parent: 2 - - uid: 89 + - uid: 845 components: - type: Transform pos: 11.5,-10.5 parent: 2 - - uid: 90 + - uid: 846 components: - type: Transform pos: 11.5,-11.5 parent: 2 - - uid: 91 + - uid: 847 components: - type: Transform pos: 10.5,-11.5 parent: 2 - - uid: 92 + - uid: 848 components: - type: Transform pos: 10.5,-12.5 parent: 2 - - uid: 93 + - uid: 849 components: - type: Transform pos: 9.5,-12.5 parent: 2 - - uid: 95 + - uid: 850 components: - type: Transform pos: 7.5,-12.5 parent: 2 - - uid: 96 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 2 - - uid: 97 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 2 - - uid: 98 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 2 - - uid: 101 + - uid: 851 components: - type: Transform pos: 1.5,-12.5 parent: 2 - - uid: 102 + - uid: 852 components: - type: Transform pos: 0.5,-12.5 parent: 2 - - uid: 103 + - uid: 853 components: - type: Transform pos: 0.5,-11.5 parent: 2 - - uid: 104 + - uid: 854 components: - type: Transform pos: -0.5,-11.5 parent: 2 - - uid: 105 + - uid: 855 components: - type: Transform pos: -0.5,-10.5 parent: 2 - - uid: 106 + - uid: 856 components: - type: Transform pos: -0.5,-8.5 parent: 2 - - uid: 107 + - uid: 857 components: - type: Transform pos: -0.5,-7.5 parent: 2 - - uid: 109 + - uid: 858 components: - type: Transform pos: -0.5,-9.5 parent: 2 - - uid: 111 + - uid: 859 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-4.5 parent: 2 - - uid: 113 + - uid: 860 components: - type: Transform pos: -0.5,-4.5 parent: 2 - - uid: 114 + - uid: 861 components: - type: Transform pos: -0.5,-1.5 parent: 2 - - uid: 115 + - uid: 862 components: - type: Transform pos: -0.5,-0.5 parent: 2 - - uid: 116 + - uid: 863 components: - type: Transform pos: -0.5,0.5 parent: 2 - - uid: 117 + - uid: 864 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-12.5 parent: 2 - - uid: 118 + - uid: 865 components: - type: Transform pos: -0.5,2.5 parent: 2 - - uid: 125 + - uid: 866 components: - type: Transform pos: 11.5,3.5 parent: 2 - - uid: 126 + - uid: 867 components: - type: Transform pos: 10.5,3.5 parent: 2 - - uid: 130 + - uid: 868 components: - type: Transform pos: 6.5,3.5 parent: 2 - - uid: 131 + - uid: 869 components: - type: Transform pos: 5.5,3.5 parent: 2 - - uid: 132 + - uid: 870 components: - type: Transform pos: 4.5,3.5 parent: 2 - - uid: 136 + - uid: 871 components: - type: Transform pos: 0.5,3.5 parent: 2 - - uid: 137 + - uid: 872 components: - type: Transform pos: -0.5,3.5 parent: 2 - - uid: 141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-14.5 - parent: 2 - - uid: 172 + - uid: 873 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,0.5 parent: 2 - - uid: 173 + - uid: 874 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,0.5 parent: 2 - - uid: 174 + - uid: 875 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,4.5 parent: 2 - - uid: 175 + - uid: 876 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,6.5 parent: 2 - - uid: 176 + - uid: 877 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,6.5 parent: 2 - - uid: 177 + - uid: 878 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,6.5 parent: 2 - - uid: 178 + - uid: 879 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,4.5 parent: 2 - - uid: 179 + - uid: 880 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,6.5 parent: 2 - - uid: 180 + - uid: 881 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,6.5 parent: 2 - - uid: 181 + - uid: 882 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,6.5 parent: 2 - - uid: 184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 - parent: 2 - - uid: 186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-14.5 - parent: 2 - - uid: 187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-14.5 - parent: 2 - - uid: 188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-14.5 - parent: 2 - - uid: 189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-14.5 - parent: 2 - - uid: 192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-14.5 - parent: 2 - - uid: 193 + - uid: 883 components: - type: Transform pos: 2.5,-12.5 parent: 2 - - uid: 202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-18.5 - parent: 2 - - uid: 203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-18.5 - parent: 2 - - uid: 204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-18.5 - parent: 2 - - uid: 205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-18.5 - parent: 2 - - uid: 206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-18.5 - parent: 2 - - uid: 207 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-18.5 - parent: 2 - - uid: 208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-18.5 - parent: 2 - - uid: 209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-18.5 - parent: 2 - - uid: 210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-18.5 - parent: 2 - - uid: 217 + - uid: 884 components: - type: Transform pos: 8.5,-12.5 parent: 2 - - uid: 220 + - uid: 885 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-18.5 + pos: 12.5,-4.5 parent: 2 - - uid: 230 + - uid: 886 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,7.5 parent: 2 - - uid: 235 + - uid: 887 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,7.5 parent: 2 - - uid: 236 + - uid: 888 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,7.5 parent: 2 - - uid: 237 + - uid: 889 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,7.5 parent: 2 - - uid: 239 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 2 - - uid: 240 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 2 - - uid: 242 + - uid: 890 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,7.5 parent: 2 - - uid: 243 + - uid: 891 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,7.5 parent: 2 - - uid: 244 + - uid: 892 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,7.5 parent: 2 - - uid: 245 + - uid: 893 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,7.5 parent: 2 - - uid: 345 + - uid: 894 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 895 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-7.5 parent: 2 - - uid: 346 + - uid: 896 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-7.5 parent: 2 - - uid: 347 + - uid: 897 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-1.5 parent: 2 - - uid: 348 + - uid: 898 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-1.5 parent: 2 - - uid: 372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-17.5 - parent: 2 - - uid: 374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 2 - - uid: 375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 2 - - uid: 376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 2 - - uid: 377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-14.5 - parent: 2 - - uid: 378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-18.5 - parent: 2 - - uid: 515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-17.5 - parent: 2 - - uid: 553 + - uid: 899 components: - type: Transform rot: 3.141592653589793 rad @@ -5959,16 +5901,16 @@ entities: parent: 2 - proto: WarpPoint entities: - - uid: 955 + - uid: 900 components: - type: Transform pos: 5.5,-4.5 parent: 2 - type: WarpPoint location: Automated Trade Station -- proto: WindoorSecureEngineeringLocked +- proto: Windoor entities: - - uid: 371 + - uid: 901 components: - type: Transform rot: 1.5707963267948966 rad @@ -5976,13 +5918,13 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: - - uid: 369 + - uid: 902 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-15.5 parent: 2 - - uid: 370 + - uid: 903 components: - type: Transform rot: 1.5707963267948966 rad @@ -5990,9 +5932,9 @@ entities: parent: 2 - proto: Wrench entities: - - uid: 23 + - uid: 904 components: - type: Transform - pos: 4.301509,-15.756044 + pos: 2.489903,-15.514006 parent: 2 ... From c886bf0bbebdcb675ef422d216eefca5d1f9a8b7 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 12 Jan 2025 23:11:40 +0000 Subject: [PATCH 025/215] Automatic Changelog Update (#1457) --- Resources/Changelog/Changelog.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2c8b134a02..b237ec9aba 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9768,3 +9768,18 @@ Entries: id: 6683 time: '2025-01-12T23:09:32.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1386 +- author: Mike32oz + changes: + - type: Add + message: 'Station anchor on ATS ' + - type: Add + message: Clean bot and two locker + - type: Tweak + message: Air distribution on cargo shuttle + - type: Add + message: two seats including a wrench and a crowbar + - type: Remove + message: Plastic airtight flats and replace them with tiny fans + id: 6684 + time: '2025-01-12T23:11:11.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1457 From e6ce20218ad5600051bfd454ca2fe598c472901a Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 13 Jan 2025 00:55:57 -0500 Subject: [PATCH 026/215] Default Disable Traits Anticheat (#1518) # Description The Traitsystem anticheat is apparently really good at yeeting players who join as a different job than the one they selected for their traits menu. A better solution would be to rework the latejoin system so that it simply prevents you from joining as any job that would have an invalid trait total(Trait points after all *valid* traits are applied being a negative number is the key here). However since doing that would require me spend 10 hours thoroughly reading a >1000 line function which has so many indentations that parts of it don't even fit on my 17" monitor, I'm electing to disable the system pending a rework. # Changelog No changelog because we shouldn't be openly telling the players they can just cheat the traits menu lmao. --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 5223b3d3ea..347bd85114 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -445,7 +445,7 @@ public static readonly CVarDef /// If you are intending to decrease the trait points availability, or modify the costs of traits, consider temporarily disabling this. ///
public static readonly CVarDef TraitsPunishCheaters = - CVarDef.Create("game.traits_punish_cheaters", true, CVar.REPLICATED); + CVarDef.Create("game.traits_punish_cheaters", false, CVar.REPLICATED); /// /// Whether to allow characters to select loadout items. From 140055d2066e0b6fae86933de8631f9f83f4a3b4 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 13 Jan 2025 00:56:48 -0500 Subject: [PATCH 027/215] Nerf Salvage (#1521) # Description I may have been a little *too* generous with Salvage players. This update fixes the salvage guns spawning with a magazine or lethal ammo. There was also an issue that they were perhaps "Too easy to obtain". In actual practice, it turns out that a single "Mining Expedition" earns salvage enough mining points to buy like 4 rifles. Which led to situations where Salvage functionally became station security after they then broke into the armory to print ammo. Another issue I discovered is that Salvage can also use their breaching charges to blow open security crates(And also blow open the armory......). So now they don't spawn with bombs in their lockers, and need to pay for them with said mining points.

Media

![image](https://github.com/user-attachments/assets/a5d3fba3-33b3-4f65-ab69-ee6d0f617633)

# Changelog :cl: - add: Added a legality notice to the description of salvage's firearms. - tweak: The mining points cost of all salvage firearms have been increased by 4x - remove: Salvage no longer starts with bombs in their lockers. Buy them with your mining points. --- .../extenddescriptions/descriptions.ftl | 1 + .../Catalog/Fills/Lockers/cargo.yml | 4 --- .../Inventories/salvage_points.yml | 12 +++---- .../Weapons/Guns/Basic/base_legality.yml | 0 .../Objects/Weapons/Guns/Basic/pka.yml | 6 ++++ .../Objects/Weapons/Guns/Snipers/snipers.yml | 6 ++++ .../Weapons/Guns/Revolvers/revolvers.yml | 7 ++++ .../Objects/Weapons/Guns/Rifles/rifles.yml | 33 +++++++++++++++++-- 8 files changed, 56 insertions(+), 13 deletions(-) create mode 100644 Resources/Locale/en-US/weapons/extenddescriptions/descriptions.ftl create mode 100644 Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_legality.yml diff --git a/Resources/Locale/en-US/weapons/extenddescriptions/descriptions.ftl b/Resources/Locale/en-US/weapons/extenddescriptions/descriptions.ftl new file mode 100644 index 0000000000..4a4aaf9f3d --- /dev/null +++ b/Resources/Locale/en-US/weapons/extenddescriptions/descriptions.ftl @@ -0,0 +1 @@ +gun-legality-salvage = This weapon is licensed for use in planetary expeditions. It is unlawful to brandish this weapon aboard NanoTrasen stations, and may be confiscated by Security if removed from the station's Salvage Department. diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml index 374e6ec4e7..7ac65ddd56 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml @@ -15,8 +15,6 @@ - id: RadioHandheld - id: FlashlightSeclite - id: Pickaxe - - id: SeismicCharge - amount: 2 - id: ClothingShoesBootsWinterMiner #Delta V: Add departmental winter boots - id: JetpackMiniFilled # DeltaV - Salv lost their shuttle - id: OreBag @@ -45,8 +43,6 @@ - id: RadioHandheld - id: FlashlightSeclite - id: Pickaxe - - id: SeismicCharge - amount: 2 - id: ClothingShoesBootsWinterMiner #Delta V: Add departmental winter boots - id: JetpackMiniFilled # DeltaV - Salv lost their shuttle - id: OreBag diff --git a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/salvage_points.yml b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/salvage_points.yml index e460d2a537..349c14cdc0 100644 --- a/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/salvage_points.yml +++ b/Resources/Prototypes/DeltaV/Catalog/VendingMachines/Inventories/salvage_points.yml @@ -11,7 +11,7 @@ - id: Soap cost: 200 - id: SeismicCharge - cost: 250 + cost: 1500 - id: WeaponGrapplingGun cost: 300 # TODO: laser pointer 300, toy facehugger 300 @@ -40,17 +40,17 @@ cost: 1000 # TODO: lazarus injector for 1k - id: WeaponSniperMosinEmpty - cost: 750 # Literally the worst gun in the game. + cost: 1500 - id: WeaponRevolverArgentiEmpty - cost: 1100 + cost: 4400 - id: WeaponRifleNovaliteC1Empty - cost: 1300 + cost: 5200 - id: ClothingBackpackDuffelSalvageConscription cost: 1500 - id: WeaponRifleGestioEmpty - cost: 1600 + cost: 6400 - id: WeaponRifleSVTEmpty - cost: 1600 + cost: 6400 - id: SpaceCash1000 cost: 2000 # TODO: super resonator for 2500 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_legality.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/base_legality.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml index 226fa29164..6af389fed4 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml @@ -11,5 +11,11 @@ - state: animation-icon visible: false map: [ "empty-icon" ] + - type: ExtendDescription + descriptionList: + - description: "gun-legality-salvage" + fontSize: 12 + color: "#ff4f00" + requireDetailRange: false # todo: add itemcomponent with inhandVisuals states using unused texture and animation assets in kinetic_accelerator.rsi # todo: add clothingcomponent with clothingVisuals states using unused texture and animations assets in kinetic_accelerator.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 5804850055..865252a1df 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -119,6 +119,12 @@ components: - type: BallisticAmmoProvider proto: null + - type: ExtendDescription + descriptionList: + - description: "gun-legality-salvage" + fontSize: 12 + color: "#ff4f00" + requireDetailRange: false - type: entity name: Hristov diff --git a/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml b/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml index 4ea8711a78..e44399f6bc 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml @@ -38,8 +38,15 @@ - type: entity parent: WeaponRevolverArgenti id: WeaponRevolverArgentiEmpty + suffix: Empty components: - type: RevolverAmmoProvider capacity: 8 chambers: [ False, False, False, False, False, False, False, False ] ammoSlots: [ null, null, null, null, null, null, null, null ] + - type: ExtendDescription + descriptionList: + - description: "gun-legality-salvage" + fontSize: 12 + color: "#ff4f00" + requireDetailRange: false diff --git a/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index d1bc77b002..a2d93631db 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -15,7 +15,7 @@ - type: Clothing sprite: _NF/Objects/Weapons/Guns/Rifles/gestio.rsi - type: Gun - fireRate: 3.75 + fireRate: 1.5 projectileSpeed: 30 angleDecay: 4 #in testing 3 was more balanced angleIncrease: 6 @@ -88,11 +88,13 @@ - type: entity parent: WeaponRifleGestio id: WeaponRifleGestioEmpty + suffix: Empty components: - type: ItemSlots slots: gun_magazine: name: Magazine + startingItem: null insertSound: /Audio/Weapons/Guns/MagIn/ltrifle_magin.ogg ejectSound: /Audio/Weapons/Guns/MagOut/ltrifle_magout.ogg priority: 2 @@ -101,10 +103,17 @@ - MagazineLightRifle gun_chamber: name: Chamber + startingItem: null priority: 1 whitelist: tags: - CartridgeLightRifle + - type: ExtendDescription + descriptionList: + - description: "gun-legality-salvage" + fontSize: 12 + color: "#ff4f00" + requireDetailRange: false - type: entity parent: BaseWeaponRifle @@ -122,7 +131,7 @@ - type: Clothing sprite: _NF/Objects/Weapons/Guns/Rifles/novalitec1.rsi - type: Gun - fireRate: 4 + fireRate: 2 selectedMode: SemiAuto availableModes: - SemiAuto @@ -184,11 +193,13 @@ - type: entity parent: WeaponRifleNovaliteC1 id: WeaponRifleNovaliteC1Empty + suffix: Empty components: - type: ItemSlots slots: gun_magazine: name: Magazine + startingItem: null insertSound: /Audio/Weapons/Guns/MagIn/ltrifle_magin.ogg ejectSound: /Audio/Weapons/Guns/MagOut/ltrifle_magout.ogg priority: 2 @@ -197,10 +208,17 @@ - MagazineNovaliteC1 gun_chamber: name: Chamber + startingItem: null priority: 1 whitelist: tags: - CartridgeRifle + - type: ExtendDescription + descriptionList: + - description: "gun-legality-salvage" + fontSize: 12 + color: "#ff4f00" + requireDetailRange: false - type: entity id: WeaponRifleSVT @@ -223,7 +241,7 @@ - Back - suitStorage - type: Gun - fireRate: 4 + fireRate: 3 selectedMode: SemiAuto availableModes: - SemiAuto @@ -262,11 +280,13 @@ - type: entity parent: WeaponRifleSVT id: WeaponRifleSVTEmpty + suffix: Empty components: - type: ItemSlots slots: gun_magazine: name: Magazine + startingItem: null insertSound: /Audio/Weapons/Guns/MagIn/ltrifle_magin.ogg ejectSound: /Audio/Weapons/Guns/MagOut/ltrifle_magout.ogg priority: 2 @@ -275,7 +295,14 @@ - MagazineLightRifle gun_chamber: name: Chamber + startingItem: null priority: 1 whitelist: tags: - CartridgeLightRifle + - type: ExtendDescription + descriptionList: + - description: "gun-legality-salvage" + fontSize: 12 + color: "#ff4f00" + requireDetailRange: false From 401c85ed341d138eca072879ebe3bcedaa298527 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Mon, 13 Jan 2025 05:57:16 +0000 Subject: [PATCH 028/215] Automatic Changelog Update (#1521) --- Resources/Changelog/Changelog.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b237ec9aba..bdf09d1010 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9783,3 +9783,16 @@ Entries: id: 6684 time: '2025-01-12T23:11:11.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1457 +- author: VMSolidus + changes: + - type: Add + message: 'Added a legality notice to the description of salvage''s firearms. ' + - type: Tweak + message: The mining points cost of all salvage firearms have been increased by 4x + - type: Remove + message: >- + Salvage no longer starts with bombs in their lockers. Buy them with your + mining points. + id: 6685 + time: '2025-01-13T05:56:48.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1521 From 81b4b5d1ff5df05f323b5f449166b5f16e64804a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:03:05 -0400 Subject: [PATCH 029/215] Update Credits (#1504) This is an automated Pull Request. This PR updates the GitHub contributors in the credits section. Co-authored-by: SimpleStation Changelogs Co-authored-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 22e7aef8a9..9871cc3f2d 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, angelofallars, ArchPigeon, Arendian, arimah, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, aspiringLich, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, beck-thompson, BGare, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlueHNT, Boaz1111, BobdaBiscuit, brainfood1183, BramvanZijp, Brandon-Huu, Bribrooo, Bright0, brndd, BubblegumBlue, BYONDFuckery, c4llv07e, CaasGit, CakeQ, CaptainSqrBeard, Carbonhell, Carolyn3114, CatTheSystem, Centronias, chairbender, Charlese2, Cheackraze, cheesePizza2, Chief-Engineer, chromiumboy, Chronophylos, CilliePaint, clorl, Clyybber, CodedCrow, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, dakimasu, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Deeeeja, deepdarkdepths, Delete69, deltanedas, DeltaV-Bot, DerbyX, DoctorBeard, DogZeroX, dontbetank, dootythefrooty, Doru991, DoubleRiceEddiedd, DrMelon, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, Dutch-VanDerLinde, Easypoller, eclips_e, EdenTheLiznerd, EEASAS, Efruit, ElectroSR, elthundercloud, Emisse, EmoGarbage404, Endecc, enumerate0, eoineoineoin, ERORR404V1, Errant-4, estacaoespacialpirata, Evgencheg, exincore, exp111, Fahasor, FairlySadPanda, Fansana, ficcialfaint, Fildrance, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, FoxxoTrystan, freeman2651, Froffy025, Fromoriss, FungiFellow, GalacticChimp, gbasood, Geekyhobo, geraeumig, Git-Nivrak, github-actions[bot], gituhabu, gluesniffler, GNF54, Golinth, GoodWheatley, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, HerCoyote23, HoofedEar, Hoolny, hord-brayden, hubismal, Hugal31, Huxellberger, iacore, IamVelcroboy, icekot8, igorsaux, ike709, Illiux, Ilya246, IlyaElDunaev, Injazz, Insineer, Interrobang01, IProduceWidgets, ItsMeThom, Jackal298, Jackrost, jamessimo, janekvap, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JoeHammad1844, JohnGinnane, johnku1, joshepvodka, jproads, Jrpl, juliangiebel, JustArt1m, JustCone14, JustinTrotter, KaiShibaa, kalane15, kalanosh, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, KingFroozy, kira-er, Kit0vras, KittenColony, Ko4ergaPunk, komunre, koteq, Krunklehorn, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LovelyLophi, Lukasz825700516, lunarcomets, luringens, lvvova1, lzimann, lzk228, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MisterMecky, Mith-randalf, Mnemotechnician, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, musicmanvr, Myakot, Myctai, N3X15, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, notafet, notquitehadouken, noudoit, nuke-haus, NULL882, nyeogmi, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, osjarw, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, PixelTheKermit, PJB3005, Plykiya, pofitlo, pointer-to-null, PolterTzi, PoorMansDreams, potato1234x, ProfanedBane, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuroSlavKing, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, RiceMar1244, RieBi, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, Samsterious, SaphireLattice, ScalyChimp, scrato, Scribbles0, Serkket, ShadowCommander, Shadowtheprotogen546, ShatteredSwords, SignalWalker, SimpleStation14, Simyon264, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, SleepyScarecrow, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, stalengd, Stealthbomber16, stellar-novas, StrawberryMoses, superjj18, SweptWasTaken, Szunti, TadJohnson00, takemysoult, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, TimrodDX, Titian3, tkdrg, Tmanzxd, tmtmtl30, TokenStyle, tom-leys, tomasalves8, Tomeno, Tornado-Technology, tosatur, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, Tyler-IN, Tyzemol, UbaserB, UKNOWH, UnicornOnLSD, Uriende, UristMcDorf, Vaaankas, Varen, VasilisThePikachu, veliebm, Veritius, Vermidia, Verslebas, VigersRay, Visne, VMSolidus, volundr-, Voomra, Vordenburg, vulppine, wafehling, WarMechanic, waylon531, weaversam8, whateverusername0, Willhelm53, Winkarst-cpu, wixoaGit, WlarusFromDaSpace, wrexbe, xRiriq, yathxyz, Ygg01, YotaXP, YuriyKiss, zach-hill, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zerorulez, zionnBE, ZNixian, ZoldorfTheWizard, Zumorica, Zymem +0x6273, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 2digitman, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, Acruid, actioninja, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Aerocrux, Aexolott, Aexxie, africalimedrop, afrokada, Agoichi, Ahion, Aidenkrz, Aikakakah, aitorlogedo, ajcm, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexumandxgabriel08x, Alithsko, AlmondFlour, ALMv1, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, angelofallars, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, armoks, Arteben, ArthurMousatov, AruMoon, as334, AsikKEsel, asperger-sind, aspiringlich, aspiringLich, astriloqua, avghdev, AzzyIsNotHere, BananaFlambe, BasedPugilist, BasedUser, beck-thompson, benev0, BGare, bhespiritu, BingoJohnson-zz, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, bloodrizer, Bloody2372, blueDev2, BlueHNT, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, BombasterDS, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, Bribrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, BYONDFuckery, c0rigin, c4llv07e, CaasGit, capnsockless, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, CatTheSystem, Centronias, CerberusWolfie, chairbender, Charlese2, chavonadelal, Cheackraze, cheesePizza2, Chief-Engineer, christhirtle, chromiumboy, Chronophylos, Chubbygummibear, CilliePaint, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, CodedCrow, Cohnway, cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, CormosLemming, CrafterKolyan, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, DarkenedSynergy, Darkenson, DawBla, Daxxi3, dch-GH, Deahaka, dean, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, Deeeeja, deepdarkdepths, degradka, Delete69, deltanedas, DeltaV-Bot, DerbyX, derek, dersheppard, dexlerxd, dffdff2423, dge21, digitalic, DinoWattz, DJB1gYAPPA, DjfjdfofdjfjD, DocNITE, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, dootythefrooty, Dorragon, Doru991, DoubleRiceEddiedd, DoutorWhite, drakewill-CRL, Drayff, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, Dutch-VanDerLinde, dvir001, dylanstrategie, Dynexust, Easypoller, eclips_e, eden077, EEASAS, Efruit, efzapa, ElectroSR, elsie, elthundercloud, Emisse, emmafornash, EmoGarbage404, Endecc, enumerate0, eoineoineoin, eris, ERORR404V1, Errant-4, esguard, estacaoespacialpirata, eugene, Evgencheg, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, Fansana, Feluk6174, fenndragon, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, FirinMaLazors, Fishfish458, fl-oz, Flareguy, FluffiestFloof, FluffMe, FluidRock, flybik, flyingkarii, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, FoxxoTrystan, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, GalacticChimp, Gaxeer, gbasood, gcoremans, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, ghost581x, Git-Nivrak, gituhabu, GlassEclipse, gluesniffler, GNF54, Golinth, GoodWheatley, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, greggthefather, GreyMario, GTRsound, Guess-My-Name, gusxyz, h3half, Haltell, Hanzdegloker, Hardly3D, harikattar, Hebi, Henry, HerCoyote23, hiucko, Hmeister-fake, Hmeister-real, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, hubismal, Hugal31, Huxellberger, Hyenh, i-justuser-i, iacore, IamVelcroboy, icekot8, icesickleone, Ichaie, iczero, iglov, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, ItsMeThom, Itzbenz, Jackal298, Jackrost, jacksonzck, Jackw2As, jamessimo, janekvap, Jark255, Jaskanbe, JasperJRoth, jerryimmouse, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jjtParadox, JoeHammad1844, JohnGinnane, johnku1, joshepvodka, Jrpl, juliangiebel, juniwoofs, JustArt1m, JustCone14, justin, justintether, JustinTrotter, justtne, K-Dynamic, k3yw, Kadeo64, KaiShibaa, kalane15, kalanosh, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, komunre, KonstantinAngelov, koteq, Krunklehorn, Kukutis96513, Kupie, kxvvv, Kyoth25f, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, Leander-0, leonardo-dabepis, leonsfriedrich, lettern, LetterN, Level10Cybermancer, LEVELcat, lever1209, Lgibb18, LightVillet, liltenhead, LinkUyx, LittleBuilderJane, lizelive, lleftTheDragon, localcc, Lomcastar, LordCarve, LordEclipse, LovelyLophi, luckyshotpictures, LudwigVonChesterfield, Lukasz825700516, Lumminal, lunarcomets, luringens, lvvova1, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, MehimoNemo, MeltedPixel, MemeProof, MendaxxDev, Menshin, Mephisto72, Mervill, metalgearsloth, mhamsterr, michaelcu, micheel665, Mike32oz, MilenVolf, milon, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MisterMecky, Mith-randalf, MjrLandWhale, MLGTASTICa, Mnemotechnician, moderatelyaware, mokiros, Moneyl, Moomoobeef, moony, Morb0, mr-bo-jangles, Mr0maks, MrFippik, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, namespace-Memory, Nannek, neuPanda, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, nok-ko, NonchalantNoob, NoobyLegion, not-gavnaed, notafet, notquitehadouken, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, och-och, OCOtheOmega, OctoRocket, OldDanceJacket, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Phantom-Lily, PHCodes, Phill101, phunnyguy, pigeonpeas, PilgrimViis, Pill-U, Pireax, pissdemon, PixelTheKermit, PJB3005, Plasmaguy, PlasmaRaptor, plinyvic, Plykiya, pofitlo, pointer-to-null, poklj, PolterTzi, PoorMansDreams, potato1234x, PotentiallyTom, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QuietlyWhisper, qwerltaz, Radezolid, RadioMull, Radosvik, Radrark, RadsammyT, Rainbeon, Rainfey, Raitononai, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, Redfire1331, RedFoxIV, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, Remuchi, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, Rinkashikachi, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, router, RumiTiger, S1ss3l, Saakra, saga3152, Salex08, sam, Samsterious, SaphireLattice, SapphicOverload, sapphirescript, SaveliyM360, sBasalto, ScalyChimp, scrato, Scribbles0, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, ShadowCommander, shadowtheprotogen546, shadowwailker, shaeone, shampunj, shariathotpatrol, ShatteredSwords, SignalWalker, siigiil, SimpleStation14, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, SleepyScarecrow, sleepyyapril, Slyfox333, snebl, sniperchance, Snowni, snowsignal, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, SpaceManiac, SpaceRox1244, SpaceyLady, spartak, SpartanKadence, Spatison, SpeltIncorrectyl, SphiraI, SplinterGP, spoogemonster, sporekto, Squishy77, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, suraru, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, TadJohnson00, takemysoult, TaralGit, Taran, Tayrtahn, tday93, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGRCdev, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, TherapyGoth, TheShuEd, thevinter, ThunderBear2006, Timemaster99, timothyteakettle, TimrodDX, tin-man-tim, Tirochora, Titian3, tk-a369, tkdrg, Tmanzxd, tmtmtl30, toasterpm87, TokenStyle, Tollhouse, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, tornado-technology, Tornado-Technology, tosatur, TotallyLemon, truepaintgit, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, twoducksonnaplane, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, unusualcrow, Uriende, UristMcDorf, user424242420, v0idRift, Vaaankas, valentfingerov, Varen, VasilisThePikachu, veliebm, VelonacepsCalyxEggs, veprolet, Veritius, Vermidia, vero5123, Verslebas, VigersRay, violet754, Visne, vlados1408, VMSolidus, volotomite, volundr-, Voomra, Vordenburg, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, waylon531, weaversam8, wertanchik, whateverusername0, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, WTCWR68, xkreksx, xqzpop7, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, yunii, yuriykiss, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, zelezniciar1, ZelteHonor, ZeroDiamond, zerorulez, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, Zymem, zzylex From 6ba53e2ab9d648c05a943713af3d597347def3da Mon Sep 17 00:00:00 2001 From: Skubman Date: Tue, 14 Jan 2025 00:24:56 +0800 Subject: [PATCH 030/215] The Fashion Update (#1526) # Description Adds **almost two hundred** (192) new items to Loadouts, vastly increasing the fashion content available to players. Most of them are colorable, allowing for an insane amount of customization. Most of the new clothing comes from Aurora Station, with ports from World Server and Nuclear 14 as well. Also added were some unused clothes to loadouts. New loadout items count: **Uniform:** 85 **Outer:** 31 **Head:** 18 **Neck:** 17 **Eyes:** 14 **Shoes:** 14 **Belt:** 7 **Security Eyewear:** 3 **Back:** 2 **Hands:** 1 ## Technical Details I had to touch C# for high heels, because I had to make sure they were hiding the left foot and right foot layers and avoid a bug where the Shitmed body part system enabled the feet layers again after the high heels were equipped by the loadout system. I added two new layers to all species, `innerBelt` and `innerNeck` which are rendered below outer clothing so that the new belts and the neck tie aren't rendered above jackets, coats and such. ## Lookbook ### New Outfits ![image](https://github.com/user-attachments/assets/80ff1567-f921-4386-ac54-ff03ccd25b02) Outfit information:
[Top Left] Summer Days Head: fedora (colorable) Neck: necklace (colorable) Outer: slim cardigan, opened (colorable) Uniform: long-sleeve A-line dress (colorable) Belt: waist belt (colorable) Back: purse, flipped (colorable) Shoes: flip flops, alternative (colorable) Note how the waist belt is covered by the slim cardigan, due to being in the `innerBelt` layer.
[Top Middle] Formalwear Head: small hair bow (colorable) Neck: necklace (colorable) Uniform: asymmetric dress (colorable) Hands: evening gloves (colorable) Belt: thin waist belt (colorable) Back: purse (colorable) Shoes: high heels (colorable)
[Top Right] Boho-Chic Head: hair flower (colorable) Neck: small necklace (colorable) Outer: asymmetric coat, opened (colorable) Uniform: midi dress (colorable) Belt: waist belt (colorable) Back: purse (colorable) Shoes: flats (colorable)
[Bottom Left] Nurse Head: nurse hat Neck: round necklace (colorable) Uniform: club dress (colorable) Hands: evening gloves (colorable) Back: purse (colorable) Shoes: flats (colorable)
[Bottom Middle] Smart Casual Outer: modern coat (colorable) Uniform: pencil skirt and gym bra (colorable) Back: purse (colorable) Shoes: high heels (colorable)
[Bottom Right] Slaycurity Officer Head: security beret Neck: gold necklace Uniform: evening gown (colorable) Hands: evening glovs (colorable) Belt: security belt Back: purse, flipped (colorable) Shoes: high heels (colorable)
### High Heels Footsteps https://github.com/user-attachments/assets/c4b99407-0f9b-4fb5-910e-603c024d9598 The high heels footsteps are also present on the high-heeled boots, long high heels and flats. Pets are now colorable too (look at the pink mothroach in the video). Reasons why they'd be a specific color could be a natural variation, being dyed by their owner, or genetic modifications (however unethical the last two may be). Cowboy ![verde](https://github.com/user-attachments/assets/ce09bf56-9c03-42b1-819c-e6dba6476471) Head: slouch hat (colorable) Eyes: hipster glasses (colorable) Neck: suit tie (colorable) Outer: vest (colorable) Uniform: grey cowboy outfit (from Nuclear 14!) Hands: gloves (colorable) Belt: belt (colorable) Back: leather satchel Shoes: workboots (colorable ### Security Glasses Skins Security now have three alternative skins for the security glasses to personalize their looks. Thus, they should no longer have the problem where every sec member's face looks samey because everyone had the same security glasses. ![secglasses](https://github.com/user-attachments/assets/d16a83d9-fb03-42bd-93dc-85625f3a45df) From left to right: base security glasses, security aviators, big security glasses, security visor glasses
More Images Skubsuit ![skubmansuit](https://github.com/user-attachments/assets/a3da4def-3c28-4a43-80b6-7308341a7620) Head: artist beret (colorable) Eyes: monocle (colorable) Neck: suit tie (colorable) Outer: blazer (colorable) Uniform: amish suit (colorable) Belt: belt (colorable) Shoes: ankle boots (colorable) Huh, skub. Rugged ![citizenn](https://github.com/user-attachments/assets/e4ae374d-1cf0-4e68-b009-0bf7db410635) Head: green beanie (from Nuclear 14!) Eyes: eyepatch (colorable) Neck: small necklace (colorable) Outer: sweater cardigan, opened (colorable) Uniform: black flannel shirt and jeans (from Nuclear 14) Back: grey satchel (colorable) Shoes: workboots (colorable) The Rig Was Gamed From The Start ![checkered](https://github.com/user-attachments/assets/8b546a9d-9f22-473d-a907-2c2b9870789c) Eyes: eyepatch, flipped (colorable) Neck: short tie (colorable) Uniform: checkered suit (from Nuclear 14!) Shoes: fashion jackboots (colorable) New Dresses About 48 new dresses/jumpskirts were added to loadouts.
# Changelog :cl: Skubman - add: The Fashion Update is here. Almost two hundred brand-new clothes have been added to Loadouts, like colorable suits, dresses, coats, blazers, boots, necklaces, hats, glasses (including new Security glasses), belts, a purse and more! - add: Pets in the loadouts are now colorable. Go wild with pink mothroaches, blue mice, green cockroaches and more! --- .../Clothing/ClientClothingSystem.cs | 6 +- .../Lobby/UI/HumanoidProfileEditor.xaml.cs | 10 +- .../Clothing/Components/ClothingComponent.cs | 7 + .../Components/HideLayerClothingComponent.cs | 7 + .../Clothing/EntitySystems/ClothingSystem.cs | 23 +- .../Audio/Effects/Footsteps/attributions.yml | 14 +- .../Audio/Effects/Footsteps/highheels1.ogg | Bin 0 -> 18297 bytes .../Audio/Effects/Footsteps/highheels2.ogg | Bin 0 -> 18256 bytes .../Audio/Effects/Footsteps/highheels3.ogg | Bin 0 -> 21397 bytes .../Audio/Effects/Footsteps/highheels4.ogg | Bin 0 -> 17597 bytes .../Audio/Effects/Footsteps/highheels5.ogg | Bin 0 -> 19065 bytes .../Locale/en-US/loadouts/categories.ftl | 1 + .../Locale/en-US/loadouts/generic/back.ftl | 2 + .../Locale/en-US/loadouts/generic/belt.ftl | 6 + .../Locale/en-US/loadouts/generic/eyes.ftl | 12 + .../Locale/en-US/loadouts/generic/hands.ftl | 3 +- .../Locale/en-US/loadouts/generic/head.ftl | 18 +- .../Locale/en-US/loadouts/generic/items.ftl | 8 +- .../Locale/en-US/loadouts/generic/neck.ftl | 9 + .../en-US/loadouts/generic/outerClothing.ftl | 29 + .../Locale/en-US/loadouts/generic/shoes.ftl | 14 + .../Locale/en-US/loadouts/generic/uniform.ftl | 33 + .../Locale/en-US/loadouts/itemgroups.ftl | 1 + .../Generic/backpackGroups.yml | 6 + .../CharacterItemGroups/Generic/beltGroup.yml | 17 + .../CharacterItemGroups/Generic/eyesGroup.yml | 28 + .../Generic/gloveGroup.yml | 4 +- .../CharacterItemGroups/Generic/headGroup.yml | 36 + .../Generic/itemGroups.yml | 170 +++ .../CharacterItemGroups/Generic/neckGroup.yml | 52 + .../Generic/outerwearGroup.yml | 66 + .../CharacterItemGroups/Generic/shoeGroup.yml | 30 + .../Jobs/Security/uncategorized.yml | 6 + .../DeltaV/Entities/Clothing/Neck/ties.yml | 1 + .../DeltaV/Entities/Mobs/Species/lamia.yml | 4 + .../Entities/Mobs/Species/vulpkanin.yml | 2 + .../Entities/Clothing/Back/satchel.yml | 25 + .../Entities/Clothing/Back/specific.yml | 2 +- .../Clothing/Belt/base_clothingbelt.yml | 3 - .../Entities/Clothing/Belt/belts.yml | 65 + .../Entities/Clothing/Belt/waist_bags.yml | 11 + .../Entities/Clothing/Eyes/glasses.yml | 181 ++- .../Entities/Clothing/Eyes/misc.yml | 53 +- .../Entities/Clothing/Hands/gloves.yml | 11 + .../Entities/Clothing/Head/accessories.yml | 96 ++ .../Entities/Clothing/Head/hats.yml | 130 +- .../Entities/Clothing/Head/misc.yml | 11 + .../Entities/Clothing/Neck/misc.yml | 11 + .../Entities/Clothing/Neck/necklaces.yml | 159 ++ .../Entities/Clothing/Neck/ties.yml | 62 +- .../OuterClothing/base_clothingouter.yml | 19 +- .../Entities/Clothing/OuterClothing/coats.yml | 92 ++ .../Entities/Clothing/OuterClothing/misc.yml | 167 ++ .../Entities/Clothing/OuterClothing/vests.yml | 24 +- .../Entities/Clothing/Shoes/boots.yml | 85 ++ .../Entities/Clothing/Shoes/misc.yml | 95 ++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 527 +++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 386 +++++ .../Prototypes/Entities/Mobs/NPCs/animals.yml | 2 + .../Entities/Mobs/Player/silicon_base.yml | 2 + .../Entities/Mobs/Species/arachne.yml | 4 + .../Entities/Mobs/Species/arachnid.yml | 2 + .../Prototypes/Entities/Mobs/Species/base.yml | 4 + .../Entities/Mobs/Species/harpy.yml | 4 + .../Prototypes/Entities/Mobs/Species/moth.yml | 2 + .../Entities/Mobs/Species/shadowkin.yml | 4 + .../Prototypes/Entities/Mobs/Species/vox.yml | 2 + .../Loadouts/Categories/categories.yml | 4 + .../Prototypes/Loadouts/Generic/belt.yml | 83 + .../Prototypes/Loadouts/Generic/eyes.yml | 161 ++ .../Prototypes/Loadouts/Generic/hands.yml | 12 + .../Prototypes/Loadouts/Generic/head.yml | 216 +++ .../Prototypes/Loadouts/Generic/items.yml | 16 +- .../Prototypes/Loadouts/Generic/neck.yml | 226 ++- .../Loadouts/Generic/outerClothing.yml | 338 +++++ .../Prototypes/Loadouts/Generic/satchels.yml | 34 + .../Prototypes/Loadouts/Generic/shoes.yml | 174 ++- .../Prototypes/Loadouts/Generic/uniform.yml | 1342 +++++++++++++++++ .../Loadouts/Jobs/Security/uncategorized.yml | 42 + .../Prototypes/SoundCollections/footsteps.yml | 13 +- .../Satchels/purse.rsi/equipped-BACKPACK.png | Bin 0 -> 243 bytes .../purse.rsi/flipped-equipped-BACKPACK.png | Bin 0 -> 254 bytes .../Clothing/Back/Satchels/purse.rsi/icon.png | Bin 0 -> 346 bytes .../Back/Satchels/purse.rsi/inhand-left.png | Bin 0 -> 244 bytes .../Back/Satchels/purse.rsi/inhand-right.png | Bin 0 -> 243 bytes .../Back/Satchels/purse.rsi/meta.json | 30 + .../Belt/generic.rsi/equipped-BELT.png | Bin 0 -> 329 bytes .../Clothing/Belt/generic.rsi/icon.png | Bin 0 -> 336 bytes .../Clothing/Belt/generic.rsi/meta.json | 18 + .../Belt/generic_thick.rsi/equipped-BELT.png | Bin 0 -> 355 bytes .../Clothing/Belt/generic_thick.rsi/icon.png | Bin 0 -> 355 bytes .../Clothing/Belt/generic_thick.rsi/meta.json | 18 + .../Belt/generic_thin.rsi/equipped-BELT.png | Bin 0 -> 271 bytes .../Clothing/Belt/generic_thin.rsi/icon.png | Bin 0 -> 354 bytes .../Clothing/Belt/generic_thin.rsi/meta.json | 18 + .../Clothing/Belt/waist.rsi/equipped-BELT.png | Bin 0 -> 189 bytes .../Textures/Clothing/Belt/waist.rsi/icon.png | Bin 0 -> 336 bytes .../Clothing/Belt/waist.rsi/meta.json | 18 + .../Belt/waist_thin.rsi/equipped-BELT.png | Bin 0 -> 123 bytes .../Clothing/Belt/waist_thin.rsi/icon.png | Bin 0 -> 354 bytes .../Clothing/Belt/waist_thin.rsi/meta.json | 18 + .../Belt/waistbag_color.rsi/equipped-BELT.png | Bin 0 -> 375 bytes .../Clothing/Belt/waistbag_color.rsi/icon.png | Bin 0 -> 391 bytes .../Belt/waistbag_color.rsi/meta.json | 18 + .../Eyes/Glasses/3d.rsi/equipped-EYES.png | Bin 0 -> 402 bytes .../Clothing/Eyes/Glasses/3d.rsi/icon.png | Bin 0 -> 260 bytes .../Eyes/Glasses/3d.rsi/inhand-left.png | Bin 0 -> 212 bytes .../Eyes/Glasses/3d.rsi/inhand-right.png | Bin 0 -> 215 bytes .../Clothing/Eyes/Glasses/3d.rsi/meta.json | 26 + .../Glasses/aviators.rsi/equipped-EYES.png | Bin 0 -> 177 bytes .../Eyes/Glasses/aviators.rsi/icon.png | Bin 0 -> 291 bytes .../Eyes/Glasses/aviators.rsi/inhand-left.png | Bin 0 -> 240 bytes .../Glasses/aviators.rsi/inhand-right.png | Bin 0 -> 204 bytes .../Eyes/Glasses/aviators.rsi/meta.json | 26 + .../Glasses/hipster.rsi/equipped-EYES.png | Bin 0 -> 218 bytes .../Eyes/Glasses/hipster.rsi/icon.png | Bin 0 -> 206 bytes .../Eyes/Glasses/hipster.rsi/inhand-left.png | Bin 0 -> 197 bytes .../Eyes/Glasses/hipster.rsi/inhand-right.png | Bin 0 -> 198 bytes .../Eyes/Glasses/hipster.rsi/meta.json | 26 + .../Glasses/monocle.rsi/equipped-EYES.png | Bin 0 -> 356 bytes .../Eyes/Glasses/monocle.rsi/icon.png | Bin 0 -> 405 bytes .../Eyes/Glasses/monocle.rsi/inhand-left.png | Bin 0 -> 202 bytes .../Eyes/Glasses/monocle.rsi/inhand-right.png | Bin 0 -> 209 bytes .../Eyes/Glasses/monocle.rsi/meta.json | 26 + .../Eyes/Glasses/panto.rsi/equipped-EYES.png | Bin 0 -> 304 bytes .../Clothing/Eyes/Glasses/panto.rsi/icon.png | Bin 0 -> 432 bytes .../Eyes/Glasses/panto.rsi/inhand-left.png | Bin 0 -> 225 bytes .../Eyes/Glasses/panto.rsi/inhand-right.png | Bin 0 -> 201 bytes .../Clothing/Eyes/Glasses/panto.rsi/meta.json | 26 + .../secglasses_aviators.rsi/equipped-EYES.png | Bin 0 -> 180 bytes .../Glasses/secglasses_aviators.rsi/icon.png | Bin 0 -> 267 bytes .../secglasses_aviators.rsi/inhand-left.png | Bin 0 -> 210 bytes .../secglasses_aviators.rsi/inhand-right.png | Bin 0 -> 212 bytes .../Glasses/secglasses_aviators.rsi/meta.json | 26 + .../secglasses_big.rsi/equipped-EYES.png | Bin 0 -> 177 bytes .../Eyes/Glasses/secglasses_big.rsi/icon.png | Bin 0 -> 250 bytes .../secglasses_big.rsi/inhand-left.png | Bin 0 -> 211 bytes .../secglasses_big.rsi/inhand-right.png | Bin 0 -> 206 bytes .../Eyes/Glasses/secglasses_big.rsi/meta.json | 26 + .../secglasses_visor.rsi/equipped-EYES.png | Bin 0 -> 217 bytes .../Glasses/secglasses_visor.rsi/icon.png | Bin 0 -> 228 bytes .../secglasses_visor.rsi/inhand-left.png | Bin 0 -> 186 bytes .../secglasses_visor.rsi/inhand-right.png | Bin 0 -> 192 bytes .../Glasses/secglasses_visor.rsi/meta.json | 26 + .../sunglasses_big.rsi/equipped-EYES.png | Bin 0 -> 176 bytes .../Eyes/Glasses/sunglasses_big.rsi/icon.png | Bin 0 -> 272 bytes .../sunglasses_big.rsi/inhand-left.png | Bin 0 -> 207 bytes .../sunglasses_big.rsi/inhand-right.png | Bin 0 -> 202 bytes .../Eyes/Glasses/sunglasses_big.rsi/meta.json | 26 + .../sunglasses_visor.rsi/equipped-EYES.png | Bin 0 -> 348 bytes .../Glasses/sunglasses_visor.rsi/icon.png | Bin 0 -> 229 bytes .../sunglasses_visor.rsi/inhand-left.png | Bin 0 -> 181 bytes .../sunglasses_visor.rsi/inhand-right.png | Bin 0 -> 186 bytes .../Glasses/sunglasses_visor.rsi/meta.json | 26 + .../blindfold_color.rsi/equipped-EYES.png | Bin 0 -> 374 bytes .../Eyes/Misc/blindfold_color.rsi/icon.png | Bin 0 -> 333 bytes .../Eyes/Misc/blindfold_color.rsi/meta.json | 18 + .../Misc/eyepatch_color.rsi/equipped-EYES.png | Bin 0 -> 327 bytes .../flipped-equipped-EYES.png | Bin 0 -> 312 bytes .../Eyes/Misc/eyepatch_color.rsi/icon.png | Bin 0 -> 684 bytes .../Misc/eyepatch_color.rsi/icon_flipped.png | Bin 0 -> 679 bytes .../Eyes/Misc/eyepatch_color.rsi/meta.json | 25 + .../evening_gloves.rsi/equipped-HAND.png | Bin 0 -> 348 bytes .../Hands/Gloves/evening_gloves.rsi/icon.png | Bin 0 -> 438 bytes .../Gloves/evening_gloves.rsi/inhand-left.png | Bin 0 -> 355 bytes .../evening_gloves.rsi/inhand-right.png | Bin 0 -> 363 bytes .../Hands/Gloves/evening_gloves.rsi/meta.json | 26 + .../Accessories/bow.rsi/equipped-HELMET.png | Bin 0 -> 380 bytes .../Head/Accessories/bow.rsi/icon.png | Bin 0 -> 271 bytes .../Head/Accessories/bow.rsi/meta.json | 18 + .../bow_small.rsi/equipped-HELMET.png | Bin 0 -> 256 bytes .../Head/Accessories/bow_small.rsi/icon.png | Bin 0 -> 316 bytes .../Head/Accessories/bow_small.rsi/meta.json | 18 + .../Accessories/pin.rsi/equipped-HELMET.png | Bin 0 -> 227 bytes .../Head/Accessories/pin.rsi/icon.png | Bin 0 -> 239 bytes .../Head/Accessories/pin.rsi/meta.json | 18 + .../pin_butterfly.rsi/equipped-HELMET.png | Bin 0 -> 159 bytes .../Accessories/pin_butterfly.rsi/icon.png | Bin 0 -> 163 bytes .../Accessories/pin_butterfly.rsi/meta.json | 18 + .../pin_clover.rsi/equipped-HELMET.png | Bin 0 -> 239 bytes .../Head/Accessories/pin_clover.rsi/icon.png | Bin 0 -> 270 bytes .../Head/Accessories/pin_clover.rsi/meta.json | 18 + .../pin_magnetic.rsi/equipped-HELMET.png | Bin 0 -> 201 bytes .../Accessories/pin_magnetic.rsi/icon.png | Bin 0 -> 333 bytes .../Accessories/pin_magnetic.rsi/meta.json | 18 + .../ribbon.rsi/equipped-HELMET.png | Bin 0 -> 431 bytes .../Head/Accessories/ribbon.rsi/icon.png | Bin 0 -> 349 bytes .../Head/Accessories/ribbon.rsi/meta.json | 18 + .../Head/Hats/beanie.rsi/equipped-HELMET.png | Bin 0 -> 553 bytes .../Clothing/Head/Hats/beanie.rsi/icon.png | Bin 0 -> 316 bytes .../Clothing/Head/Hats/beanie.rsi/meta.json | 18 + .../beanie_submariner.rsi/equipped-HELMET.png | Bin 0 -> 378 bytes .../Head/Hats/beanie_submariner.rsi/icon.png | Bin 0 -> 313 bytes .../Head/Hats/beanie_submariner.rsi/meta.json | 18 + .../Hats/beanie_tight.rsi/equipped-HELMET.png | Bin 0 -> 412 bytes .../Head/Hats/beanie_tight.rsi/icon.png | Bin 0 -> 389 bytes .../Head/Hats/beanie_tight.rsi/meta.json | 18 + .../beanie_winter.rsi/equipped-HELMET.png | Bin 0 -> 681 bytes .../Head/Hats/beanie_winter.rsi/icon.png | Bin 0 -> 395 bytes .../Head/Hats/beanie_winter.rsi/meta.json | 18 + .../Hats/beret_artist.rsi/equipped-HELMET.png | Bin 0 -> 352 bytes .../Head/Hats/beret_artist.rsi/icon.png | Bin 0 -> 292 bytes .../Hats/beret_artist.rsi/inhand-left.png | Bin 0 -> 425 bytes .../Hats/beret_artist.rsi/inhand-right.png | Bin 0 -> 435 bytes .../Head/Hats/beret_artist.rsi/meta.json | 26 + .../Hats/beret_peaked.rsi/equipped-HELMET.png | Bin 0 -> 476 bytes .../Head/Hats/beret_peaked.rsi/icon.png | Bin 0 -> 267 bytes .../Hats/beret_peaked.rsi/inhand-left.png | Bin 0 -> 425 bytes .../Hats/beret_peaked.rsi/inhand-right.png | Bin 0 -> 435 bytes .../Head/Hats/beret_peaked.rsi/meta.json | 26 + .../Head/Hats/slouch.rsi/equipped-HELMET.png | Bin 0 -> 486 bytes .../Clothing/Head/Hats/slouch.rsi/icon.png | Bin 0 -> 415 bytes .../Clothing/Head/Hats/slouch.rsi/meta.json | 18 + .../Hats/sun_visor.rsi/equipped-HELMET.png | Bin 0 -> 311 bytes .../Clothing/Head/Hats/sun_visor.rsi/icon.png | Bin 0 -> 383 bytes .../Head/Hats/sun_visor.rsi/meta.json | 18 + .../Misc/headband.rsi/equipped-HELMET.png | Bin 0 -> 519 bytes .../Clothing/Head/Misc/headband.rsi/icon.png | Bin 0 -> 515 bytes .../Clothing/Head/Misc/headband.rsi/meta.json | 18 + .../Neck/Misc/dogtags.rsi/equipped-NECK.png | Bin 0 -> 371 bytes .../Clothing/Neck/Misc/dogtags.rsi/icon.png | Bin 0 -> 381 bytes .../Clothing/Neck/Misc/dogtags.rsi/meta.json | 18 + .../chain_gold.rsi/equipped-NECK.png | Bin 0 -> 492 bytes .../Neck/Necklaces/chain_gold.rsi/icon.png | Bin 0 -> 390 bytes .../Neck/Necklaces/chain_gold.rsi/meta.json | 18 + .../chain_silver.rsi/equipped-NECK.png | Bin 0 -> 432 bytes .../Neck/Necklaces/chain_silver.rsi/icon.png | Bin 0 -> 345 bytes .../Neck/Necklaces/chain_silver.rsi/meta.json | 18 + .../Neck/Necklaces/gold.rsi/equipped-NECK.png | Bin 0 -> 335 bytes .../Clothing/Neck/Necklaces/gold.rsi/icon.png | Bin 0 -> 341 bytes .../Neck/Necklaces/gold.rsi/meta.json | 18 + .../Neck/Necklaces/low.rsi/equipped-NECK.png | Bin 0 -> 332 bytes .../Clothing/Neck/Necklaces/low.rsi/icon.png | Bin 0 -> 311 bytes .../Clothing/Neck/Necklaces/low.rsi/meta.json | 18 + .../pendant_gold.rsi/equipped-NECK.png | Bin 0 -> 457 bytes .../Neck/Necklaces/pendant_gold.rsi/icon.png | Bin 0 -> 311 bytes .../Neck/Necklaces/pendant_gold.rsi/meta.json | 25 + .../pendant-equipped-NECK.png | Bin 0 -> 275 bytes .../pendant_gold.rsi/pendant-icon.png | Bin 0 -> 181 bytes .../pendant_gold_large.rsi/equipped-NECK.png | Bin 0 -> 394 bytes .../Necklaces/pendant_gold_large.rsi/icon.png | Bin 0 -> 333 bytes .../pendant_gold_large.rsi/meta.json | 25 + .../pendant-equipped-NECK.png | Bin 0 -> 306 bytes .../pendant_gold_large.rsi/pendant-icon.png | Bin 0 -> 212 bytes .../pendant_silver.rsi/equipped-NECK.png | Bin 0 -> 406 bytes .../Necklaces/pendant_silver.rsi/icon.png | Bin 0 -> 309 bytes .../Necklaces/pendant_silver.rsi/meta.json | 25 + .../pendant-equipped-NECK.png | Bin 0 -> 275 bytes .../pendant_silver.rsi/pendant-icon.png | Bin 0 -> 181 bytes .../equipped-NECK.png | Bin 0 -> 381 bytes .../pendant_silver_large.rsi/icon.png | Bin 0 -> 352 bytes .../pendant_silver_large.rsi/meta.json | 25 + .../pendant-equipped-NECK.png | Bin 0 -> 306 bytes .../pendant_silver_large.rsi/pendant-icon.png | Bin 0 -> 212 bytes .../Necklaces/round.rsi/equipped-NECK.png | Bin 0 -> 301 bytes .../Neck/Necklaces/round.rsi/icon.png | Bin 0 -> 257 bytes .../Neck/Necklaces/round.rsi/meta.json | 18 + .../Necklaces/silver.rsi/equipped-NECK.png | Bin 0 -> 316 bytes .../Neck/Necklaces/silver.rsi/icon.png | Bin 0 -> 293 bytes .../Neck/Necklaces/silver.rsi/meta.json | 18 + .../Necklaces/small.rsi/equipped-NECK.png | Bin 0 -> 300 bytes .../Neck/Necklaces/small.rsi/icon.png | Bin 0 -> 218 bytes .../Neck/Necklaces/small.rsi/meta.json | 18 + .../Necklaces/standard.rsi/equipped-NECK.png | Bin 0 -> 159 bytes .../Neck/Necklaces/standard.rsi/icon.png | Bin 0 -> 305 bytes .../Neck/Necklaces/standard.rsi/meta.json | 18 + .../Neck/Ties/bow.rsi/equipped-NECK.png | Bin 0 -> 295 bytes .../Clothing/Neck/Ties/bow.rsi/icon.png | Bin 0 -> 271 bytes .../Clothing/Neck/Ties/bow.rsi/meta.json | 18 + .../Neck/Ties/bowtie.rsi/equipped-NECK.png | Bin 0 -> 277 bytes .../Clothing/Neck/Ties/bowtie.rsi/icon.png | Bin 0 -> 279 bytes .../Clothing/Neck/Ties/bowtie.rsi/meta.json | 18 + .../Neck/Ties/color.rsi/equipped-NECK.png | Bin 0 -> 182 bytes .../Clothing/Neck/Ties/color.rsi/icon.png | Bin 0 -> 839 bytes .../Neck/Ties/color.rsi/inhand-left.png | Bin 0 -> 729 bytes .../Neck/Ties/color.rsi/inhand-right.png | Bin 0 -> 722 bytes .../Clothing/Neck/Ties/color.rsi/meta.json | 26 + .../Neck/Ties/ribbon.rsi/equipped-NECK.png | Bin 0 -> 260 bytes .../Clothing/Neck/Ties/ribbon.rsi/icon.png | Bin 0 -> 382 bytes .../Clothing/Neck/Ties/ribbon.rsi/meta.json | 18 + .../Neck/Ties/shorttie.rsi/equipped-NECK.png | Bin 0 -> 174 bytes .../Clothing/Neck/Ties/shorttie.rsi/icon.png | Bin 0 -> 328 bytes .../Neck/Ties/shorttie.rsi/inhand-left.png | Bin 0 -> 134 bytes .../Neck/Ties/shorttie.rsi/inhand-right.png | Bin 0 -> 133 bytes .../Clothing/Neck/Ties/shorttie.rsi/meta.json | 26 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 846 bytes .../Coats/asymmetric_coat.rsi/icon-open.png | Bin 0 -> 361 bytes .../Coats/asymmetric_coat.rsi/icon.png | Bin 0 -> 393 bytes .../Coats/asymmetric_coat.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 804 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 678 bytes .../Coats/modern_coat.rsi/icon.png | Bin 0 -> 330 bytes .../Coats/modern_coat.rsi/meta.json | 18 + .../peacoat.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 951 bytes .../Coats/peacoat.rsi/icon-open.png | Bin 0 -> 405 bytes .../OuterClothing/Coats/peacoat.rsi/icon.png | Bin 0 -> 416 bytes .../OuterClothing/Coats/peacoat.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 885 bytes .../submariner.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 844 bytes .../Coats/submariner.rsi/icon-open.png | Bin 0 -> 389 bytes .../Coats/submariner.rsi/icon.png | Bin 0 -> 401 bytes .../Coats/submariner.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 818 bytes .../tailcoat.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1088 bytes .../OuterClothing/Coats/tailcoat.rsi/icon.png | Bin 0 -> 381 bytes .../Coats/tailcoat.rsi/meta.json | 18 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 1187 bytes .../Coats/victorian_coat.rsi/icon.png | Bin 0 -> 532 bytes .../Coats/victorian_coat.rsi/meta.json | 18 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 1171 bytes .../Coats/victorian_coat_red.rsi/icon.png | Bin 0 -> 518 bytes .../Coats/victorian_coat_red.rsi/meta.json | 18 + .../blazer.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 898 bytes .../Misc/blazer.rsi/icon-open.png | Bin 0 -> 367 bytes .../OuterClothing/Misc/blazer.rsi/icon.png | Bin 0 -> 382 bytes .../OuterClothing/Misc/blazer.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 813 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 754 bytes .../Misc/blazer_flat_collar.rsi/icon.png | Bin 0 -> 322 bytes .../Misc/blazer_flat_collar.rsi/meta.json | 18 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 778 bytes .../Misc/blazer_formal.rsi/icon.png | Bin 0 -> 296 bytes .../Misc/blazer_formal.rsi/meta.json | 18 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 973 bytes .../Misc/blazer_long.rsi/icon-open.png | Bin 0 -> 397 bytes .../Misc/blazer_long.rsi/icon.png | Bin 0 -> 390 bytes .../Misc/blazer_long.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 824 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1067 bytes .../Misc/blazer_loose_sleeve.rsi/icon.png | Bin 0 -> 448 bytes .../Misc/blazer_loose_sleeve.rsi/meta.json | 18 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 1057 bytes .../Misc/blazer_posh.rsi/icon.png | Bin 0 -> 457 bytes .../Misc/blazer_posh.rsi/meta.json | 18 + .../cardigan.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 812 bytes .../Misc/cardigan.rsi/icon-open.png | Bin 0 -> 390 bytes .../OuterClothing/Misc/cardigan.rsi/icon.png | Bin 0 -> 378 bytes .../OuterClothing/Misc/cardigan.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 732 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 766 bytes .../Misc/cardigan_argyle.rsi/icon-open.png | Bin 0 -> 392 bytes .../Misc/cardigan_argyle.rsi/icon.png | Bin 0 -> 396 bytes .../Misc/cardigan_argyle.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 732 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 618 bytes .../Misc/cardigan_slim.rsi/icon-open.png | Bin 0 -> 305 bytes .../Misc/cardigan_slim.rsi/icon.png | Bin 0 -> 320 bytes .../Misc/cardigan_slim.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 588 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 743 bytes .../Misc/cardigan_sweater.rsi/icon-open.png | Bin 0 -> 366 bytes .../Misc/cardigan_sweater.rsi/icon.png | Bin 0 -> 371 bytes .../Misc/cardigan_sweater.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 699 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 643 bytes .../Misc/colored_vest.rsi/icon-open.png | Bin 0 -> 238 bytes .../Misc/colored_vest.rsi/icon.png | Bin 0 -> 236 bytes .../Misc/colored_vest.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 642 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 777 bytes .../Misc/cowboy_duster.rsi/icon.png | Bin 0 -> 372 bytes .../Misc/cowboy_duster.rsi/inhand-left.png | Bin 0 -> 525 bytes .../Misc/cowboy_duster.rsi/inhand-right.png | Bin 0 -> 513 bytes .../Misc/cowboy_duster.rsi/meta.json | 26 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 584 bytes .../Misc/suit_jacket.rsi/icon-open.png | Bin 0 -> 263 bytes .../Misc/suit_jacket.rsi/icon.png | Bin 0 -> 265 bytes .../Misc/suit_jacket.rsi/inhand-left.png | Bin 0 -> 532 bytes .../Misc/suit_jacket.rsi/inhand-right.png | Bin 0 -> 549 bytes .../Misc/suit_jacket.rsi/meta.json | 41 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 498 bytes .../Misc/suit_jacket.rsi/open-inhand-left.png | Bin 0 -> 532 bytes .../suit_jacket.rsi/open-inhand-right.png | Bin 0 -> 549 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 500 bytes .../Vests/vest_colorable.rsi/icon.png | Bin 0 -> 210 bytes .../Vests/vest_colorable.rsi/inhand-left.png | Bin 0 -> 245 bytes .../Vests/vest_colorable.rsi/inhand-right.png | Bin 0 -> 248 bytes .../Vests/vest_colorable.rsi/meta.json | 26 + .../vest_thick.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 643 bytes .../Vests/vest_thick.rsi/icon-open.png | Bin 0 -> 238 bytes .../Vests/vest_thick.rsi/icon.png | Bin 0 -> 236 bytes .../Vests/vest_thick.rsi/meta.json | 25 + .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 642 bytes .../Boots/ankleboots.rsi/equipped-FEET.png | Bin 0 -> 353 bytes .../Shoes/Boots/ankleboots.rsi/icon.png | Bin 0 -> 420 bytes .../Boots/ankleboots.rsi/inhand-left.png | Bin 0 -> 408 bytes .../Boots/ankleboots.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/ankleboots.rsi/meta.json | 26 + .../Boots/fullboots.rsi/equipped-FEET.png | Bin 0 -> 461 bytes .../Shoes/Boots/fullboots.rsi/icon.png | Bin 0 -> 309 bytes .../Shoes/Boots/fullboots.rsi/inhand-left.png | Bin 0 -> 408 bytes .../Boots/fullboots.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/fullboots.rsi/meta.json | 26 + .../Boots/highheelboots.rsi/equipped-FEET.png | Bin 299 -> 309 bytes .../Shoes/Boots/highheelboots.rsi/meta.json | 2 +- .../jackboots_color.rsi/equipped-FEET.png | Bin 0 -> 488 bytes .../Shoes/Boots/jackboots_color.rsi/icon.png | Bin 0 -> 301 bytes .../Boots/jackboots_color.rsi/inhand-left.png | Bin 0 -> 408 bytes .../jackboots_color.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/jackboots_color.rsi/meta.json | 26 + .../Boots/mudboots.rsi/equipped-FEET.png | Bin 0 -> 538 bytes .../Shoes/Boots/mudboots.rsi/icon.png | Bin 0 -> 378 bytes .../Shoes/Boots/mudboots.rsi/inhand-left.png | Bin 0 -> 408 bytes .../Shoes/Boots/mudboots.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/mudboots.rsi/meta.json | 26 + .../Boots/thighboots.rsi/equipped-FEET.png | Bin 0 -> 465 bytes .../Shoes/Boots/thighboots.rsi/icon.png | Bin 0 -> 307 bytes .../Boots/thighboots.rsi/inhand-left.png | Bin 0 -> 408 bytes .../Boots/thighboots.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/thighboots.rsi/meta.json | 26 + .../Boots/thighmudboots.rsi/equipped-FEET.png | Bin 0 -> 556 bytes .../Shoes/Boots/thighmudboots.rsi/icon.png | Bin 0 -> 382 bytes .../Boots/thighmudboots.rsi/inhand-left.png | Bin 0 -> 408 bytes .../Boots/thighmudboots.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/thighmudboots.rsi/meta.json | 26 + .../workboots_color.rsi/equipped-FEET.png | Bin 0 -> 518 bytes .../Shoes/Boots/workboots_color.rsi/icon.png | Bin 0 -> 363 bytes .../Boots/workboots_color.rsi/inhand-left.png | Bin 0 -> 408 bytes .../workboots_color.rsi/inhand-right.png | Bin 0 -> 433 bytes .../Shoes/Boots/workboots_color.rsi/meta.json | 26 + .../Shoes/Misc/flats.rsi/equipped-FEET.png | Bin 0 -> 362 bytes .../Clothing/Shoes/Misc/flats.rsi/icon.png | Bin 0 -> 283 bytes .../Shoes/Misc/flats.rsi/inhand-left.png | Bin 0 -> 453 bytes .../Shoes/Misc/flats.rsi/inhand-right.png | Bin 0 -> 461 bytes .../Clothing/Shoes/Misc/flats.rsi/meta.json | 26 + .../Misc/high_heels.rsi/equipped-FEET.png | Bin 0 -> 276 bytes .../Shoes/Misc/high_heels.rsi/icon.png | Bin 0 -> 272 bytes .../Shoes/Misc/high_heels.rsi/inhand-left.png | Bin 0 -> 320 bytes .../Misc/high_heels.rsi/inhand-right.png | Bin 0 -> 326 bytes .../Shoes/Misc/high_heels.rsi/meta.json | 26 + .../long_high_heels.rsi/equipped-FEET.png | Bin 0 -> 447 bytes .../Shoes/Misc/long_high_heels.rsi/icon.png | Bin 0 -> 277 bytes .../Misc/long_high_heels.rsi/inhand-left.png | Bin 0 -> 320 bytes .../Misc/long_high_heels.rsi/inhand-right.png | Bin 0 -> 326 bytes .../Shoes/Misc/long_high_heels.rsi/meta.json | 26 + .../Shoes/Misc/skater.rsi/equipped-FEET.png | Bin 0 -> 384 bytes .../Clothing/Shoes/Misc/skater.rsi/icon.png | Bin 0 -> 340 bytes .../Shoes/Misc/skater.rsi/inhand-left.png | Bin 0 -> 359 bytes .../Shoes/Misc/skater.rsi/inhand-right.png | Bin 0 -> 364 bytes .../Clothing/Shoes/Misc/skater.rsi/meta.json | 26 + .../Sandals/flipflops.rsi/equipped-FEET.png | Bin 0 -> 378 bytes .../Shoes/Sandals/flipflops.rsi/icon.png | Bin 0 -> 247 bytes .../Sandals/flipflops.rsi/inhand-left.png | Bin 0 -> 377 bytes .../Sandals/flipflops.rsi/inhand-right.png | Bin 0 -> 382 bytes .../Shoes/Sandals/flipflops.rsi/meta.json | 26 + .../flipflops_alt.rsi/equipped-FEET.png | Bin 0 -> 397 bytes .../Shoes/Sandals/flipflops_alt.rsi/icon.png | Bin 0 -> 145 bytes .../Sandals/flipflops_alt.rsi/inhand-left.png | Bin 0 -> 377 bytes .../flipflops_alt.rsi/inhand-right.png | Bin 0 -> 382 bytes .../Shoes/Sandals/flipflops_alt.rsi/meta.json | 26 + .../Sandals/sandals.rsi/equipped-FEET.png | Bin 0 -> 366 bytes .../Shoes/Sandals/sandals.rsi/icon.png | Bin 0 -> 266 bytes .../Shoes/Sandals/sandals.rsi/inhand-left.png | Bin 0 -> 411 bytes .../Sandals/sandals.rsi/inhand-right.png | Bin 0 -> 421 bytes .../Shoes/Sandals/sandals.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 727 bytes .../Jumpskirt/asymmetric_dress.rsi/icon.png | Bin 0 -> 351 bytes .../Jumpskirt/asymmetric_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1036 bytes .../Jumpskirt/black_and_gold.rsi/icon.png | Bin 0 -> 351 bytes .../Jumpskirt/black_and_gold.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1449 bytes .../Jumpskirt/black_tango.rsi/icon.png | Bin 0 -> 485 bytes .../Jumpskirt/black_tango.rsi/inhand-left.png | Bin 0 -> 484 bytes .../black_tango.rsi/inhand-right.png | Bin 0 -> 498 bytes .../Jumpskirt/black_tango.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1494 bytes .../Jumpskirt/black_tango_alt.rsi/icon.png | Bin 0 -> 541 bytes .../black_tango_alt.rsi/inhand-left.png | Bin 0 -> 484 bytes .../black_tango_alt.rsi/inhand-right.png | Bin 0 -> 498 bytes .../Jumpskirt/black_tango_alt.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1152 bytes .../Jumpskirt/blue_blazer.rsi/icon.png | Bin 0 -> 408 bytes .../Jumpskirt/blue_blazer.rsi/inhand-left.png | Bin 0 -> 507 bytes .../blue_blazer.rsi/inhand-right.png | Bin 0 -> 516 bytes .../Jumpskirt/blue_blazer.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1168 bytes .../Jumpskirt/blue_sundress.rsi/icon.png | Bin 0 -> 484 bytes .../Jumpskirt/blue_sundress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1896 bytes .../Jumpskirt/cheongsamblue.rsi/icon.png | Bin 0 -> 523 bytes .../Jumpskirt/cheongsamblue.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1430 bytes .../Jumpskirt/cheongsamgreen.rsi/icon.png | Bin 0 -> 438 bytes .../Jumpskirt/cheongsamgreen.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1666 bytes .../Jumpskirt/cheongsampurple.rsi/icon.png | Bin 0 -> 525 bytes .../Jumpskirt/cheongsampurple.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1395 bytes .../Jumpskirt/cheongsamred.rsi/icon.png | Bin 0 -> 414 bytes .../Jumpskirt/cheongsamred.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1886 bytes .../Jumpskirt/cheongsamwhite.rsi/icon.png | Bin 0 -> 571 bytes .../Jumpskirt/cheongsamwhite.rsi/meta.json | 18 + .../club_dress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1237 bytes .../Jumpskirt/club_dress.rsi/icon.png | Bin 0 -> 476 bytes .../Jumpskirt/club_dress.rsi/meta.json | 18 + .../coveter.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1020 bytes .../Uniforms/Jumpskirt/coveter.rsi/icon.png | Bin 0 -> 462 bytes .../Uniforms/Jumpskirt/coveter.rsi/meta.json | 18 + .../dress_fire.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 708 bytes .../Jumpskirt/dress_fire.rsi/icon.png | Bin 0 -> 318 bytes .../Jumpskirt/dress_fire.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1108 bytes .../Jumpskirt/dress_orange.rsi/icon.png | Bin 0 -> 479 bytes .../Jumpskirt/dress_orange.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 873 bytes .../Jumpskirt/dress_yellow.rsi/icon.png | Bin 0 -> 419 bytes .../Jumpskirt/dress_yellow.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 861 bytes .../Jumpskirt/evening_gown.rsi/icon.png | Bin 0 -> 398 bytes .../Jumpskirt/evening_gown.rsi/meta.json | 18 + .../flamenco.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1162 bytes .../Uniforms/Jumpskirt/flamenco.rsi/icon.png | Bin 0 -> 518 bytes .../Jumpskirt/flamenco.rsi/inhand-left.png | Bin 0 -> 734 bytes .../Jumpskirt/flamenco.rsi/inhand-right.png | Bin 0 -> 741 bytes .../Uniforms/Jumpskirt/flamenco.rsi/meta.json | 26 + .../flowergirl.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1017 bytes .../Jumpskirt/flowergirl.rsi/icon.png | Bin 0 -> 428 bytes .../Jumpskirt/flowergirl.rsi/meta.json | 18 + .../fluffy.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1169 bytes .../Uniforms/Jumpskirt/fluffy.rsi/icon.png | Bin 0 -> 498 bytes .../Uniforms/Jumpskirt/fluffy.rsi/meta.json | 18 + .../formalred.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1257 bytes .../Uniforms/Jumpskirt/formalred.rsi/icon.png | Bin 0 -> 575 bytes .../Jumpskirt/formalred.rsi/meta.json | 18 + .../gothic.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 837 bytes .../Uniforms/Jumpskirt/gothic.rsi/icon.png | Bin 0 -> 440 bytes .../Uniforms/Jumpskirt/gothic.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1155 bytes .../Jumpskirt/kimono_color.rsi/icon.png | Bin 0 -> 365 bytes .../Jumpskirt/kimono_color.rsi/meta.json | 18 + .../lacy_gown.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1404 bytes .../Uniforms/Jumpskirt/lacy_gown.rsi/icon.png | Bin 0 -> 576 bytes .../Jumpskirt/lacy_gown.rsi/meta.json | 18 + .../long_dress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1082 bytes .../Jumpskirt/long_dress.rsi/icon.png | Bin 0 -> 427 bytes .../Jumpskirt/long_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1272 bytes .../Jumpskirt/long_flared_dress.rsi/icon.png | Bin 0 -> 402 bytes .../Jumpskirt/long_flared_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 887 bytes .../Jumpskirt/longsleeve_dress.rsi/icon.png | Bin 0 -> 440 bytes .../Jumpskirt/longsleeve_dress.rsi/meta.json | 18 + .../midi_dress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 647 bytes .../Jumpskirt/midi_dress.rsi/icon.png | Bin 0 -> 321 bytes .../Jumpskirt/midi_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 843 bytes .../Jumpskirt/openshoulder_dress.rsi/icon.png | Bin 0 -> 403 bytes .../openshoulder_dress.rsi/meta.json | 18 + .../puffydress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1589 bytes .../Jumpskirt/puffydress.rsi/icon.png | Bin 0 -> 471 bytes .../Jumpskirt/puffydress.rsi/meta.json | 18 + .../qipao.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1043 bytes .../Uniforms/Jumpskirt/qipao.rsi/icon.png | Bin 0 -> 472 bytes .../Uniforms/Jumpskirt/qipao.rsi/meta.json | 18 + .../qipao_slim.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1728 bytes .../Jumpskirt/qipao_slim.rsi/icon.png | Bin 0 -> 516 bytes .../Jumpskirt/qipao_slim.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1048 bytes .../Jumpskirt/red_swept_dress.rsi/icon.png | Bin 0 -> 441 bytes .../Jumpskirt/red_swept_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1608 bytes .../Jumpskirt/sailor_dress.rsi/icon.png | Bin 0 -> 556 bytes .../Jumpskirt/sailor_dress.rsi/meta.json | 18 + .../sari_green.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1397 bytes .../Jumpskirt/sari_green.rsi/icon.png | Bin 0 -> 474 bytes .../Jumpskirt/sari_green.rsi/meta.json | 18 + .../sari_red.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1358 bytes .../Uniforms/Jumpskirt/sari_red.rsi/icon.png | Bin 0 -> 504 bytes .../Uniforms/Jumpskirt/sari_red.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 707 bytes .../Jumpskirt/short_dress.rsi/icon.png | Bin 0 -> 279 bytes .../Jumpskirt/short_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 595 bytes .../skirt_pencil_gym_bra.rsi/icon.png | Bin 0 -> 291 bytes .../skirt_pencil_gym_bra.rsi/inhand-left.png | Bin 0 -> 432 bytes .../skirt_pencil_gym_bra.rsi/inhand-right.png | Bin 0 -> 429 bytes .../skirt_pencil_gym_bra.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 685 bytes .../Jumpskirt/sleeveless_dress.rsi/icon.png | Bin 0 -> 321 bytes .../Jumpskirt/sleeveless_dress.rsi/meta.json | 18 + .../spider.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1894 bytes .../Uniforms/Jumpskirt/spider.rsi/icon.png | Bin 0 -> 691 bytes .../Uniforms/Jumpskirt/spider.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1313 bytes .../Jumpskirt/striped_dress.rsi/icon.png | Bin 0 -> 517 bytes .../Jumpskirt/striped_dress.rsi/meta.json | 18 + .../sundress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1220 bytes .../Uniforms/Jumpskirt/sundress.rsi/icon.png | Bin 0 -> 448 bytes .../Uniforms/Jumpskirt/sundress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1099 bytes .../Jumpskirt/sundress_white.rsi/icon.png | Bin 0 -> 434 bytes .../Jumpskirt/sundress_white.rsi/meta.json | 18 + .../tea_dress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 779 bytes .../Uniforms/Jumpskirt/tea_dress.rsi/icon.png | Bin 0 -> 389 bytes .../Jumpskirt/tea_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1783 bytes .../victorian_black_dress.rsi/icon.png | Bin 0 -> 655 bytes .../victorian_black_dress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1301 bytes .../victorian_red_dress.rsi/icon.png | Bin 0 -> 494 bytes .../victorian_red_dress.rsi/meta.json | 18 + .../waitress.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1396 bytes .../Uniforms/Jumpskirt/waitress.rsi/icon.png | Bin 0 -> 534 bytes .../Uniforms/Jumpskirt/waitress.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 977 bytes .../Jumpskirt/yellowswoop.rsi/icon.png | Bin 0 -> 418 bytes .../Jumpskirt/yellowswoop.rsi/meta.json | 18 + .../amish_suit.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1364 bytes .../Uniforms/Jumpsuit/amish_suit.rsi/icon.png | Bin 0 -> 451 bytes .../Jumpsuit/amish_suit.rsi/inhand-left.png | Bin 0 -> 604 bytes .../Jumpsuit/amish_suit.rsi/inhand-right.png | Bin 0 -> 615 bytes .../Jumpsuit/amish_suit.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1174 bytes .../Jumpsuit/aristocratic_suit.rsi/icon.png | Bin 0 -> 535 bytes .../Jumpsuit/aristocratic_suit.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1612 bytes .../Jumpsuit/aristocratic_tuxedo.rsi/icon.png | Bin 0 -> 650 bytes .../aristocratic_tuxedo.rsi/meta.json | 18 + .../ascetic.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 899 bytes .../Uniforms/Jumpsuit/ascetic.rsi/icon.png | Bin 0 -> 324 bytes .../Uniforms/Jumpsuit/ascetic.rsi/meta.json | 18 + .../barber.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1597 bytes .../Uniforms/Jumpsuit/barber.rsi/icon.png | Bin 0 -> 450 bytes .../Uniforms/Jumpsuit/barber.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1361 bytes .../Jumpsuit/black_flannel_jeans.rsi/icon.png | Bin 0 -> 446 bytes .../black_flannel_jeans.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1273 bytes .../black_flannel_khakis.rsi/icon.png | Bin 0 -> 463 bytes .../black_flannel_khakis.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1278 bytes .../Jumpsuit/blue_blazer.rsi/icon.png | Bin 0 -> 388 bytes .../Jumpsuit/blue_blazer.rsi/inhand-left.png | Bin 0 -> 507 bytes .../Jumpsuit/blue_blazer.rsi/inhand-right.png | Bin 0 -> 516 bytes .../Jumpsuit/blue_blazer.rsi/meta.json | 26 + .../checkered.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1786 bytes .../Uniforms/Jumpsuit/checkered.rsi/icon.png | Bin 0 -> 599 bytes .../Uniforms/Jumpsuit/checkered.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1160 bytes .../Jumpsuit/cowboybrown.rsi/icon.png | Bin 0 -> 461 bytes .../Jumpsuit/cowboybrown.rsi/meta.json | 18 + .../cowboygrey.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1096 bytes .../Uniforms/Jumpsuit/cowboygrey.rsi/icon.png | Bin 0 -> 459 bytes .../Jumpsuit/cowboygrey.rsi/meta.json | 18 + .../disheveled.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1099 bytes .../Uniforms/Jumpsuit/disheveled.rsi/icon.png | Bin 0 -> 459 bytes .../Jumpsuit/disheveled.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1358 bytes .../Jumpsuit/flannel_jeans.rsi/icon.png | Bin 0 -> 447 bytes .../Jumpsuit/flannel_jeans.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1268 bytes .../Jumpsuit/flannel_khakis.rsi/icon.png | Bin 0 -> 464 bytes .../Jumpsuit/flannel_khakis.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1162 bytes .../Jumpsuit/lightblue_shirt.rsi/icon.png | Bin 0 -> 476 bytes .../Jumpsuit/lightblue_shirt.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1152 bytes .../Jumpsuit/olive_sweater.rsi/icon.png | Bin 0 -> 420 bytes .../Jumpsuit/olive_sweater.rsi/meta.json | 18 + .../regal_suit.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1833 bytes .../Uniforms/Jumpsuit/regal_suit.rsi/icon.png | Bin 0 -> 643 bytes .../Jumpsuit/regal_suit.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1750 bytes .../Jumpsuit/regal_tuxedo.rsi/icon.png | Bin 0 -> 589 bytes .../Jumpsuit/regal_tuxedo.rsi/meta.json | 18 + .../rippedpunk.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1141 bytes .../Uniforms/Jumpsuit/rippedpunk.rsi/icon.png | Bin 0 -> 501 bytes .../Jumpsuit/rippedpunk.rsi/meta.json | 18 + .../sailor.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1311 bytes .../Uniforms/Jumpsuit/sailor.rsi/icon.png | Bin 0 -> 504 bytes .../Uniforms/Jumpsuit/sailor.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1170 bytes .../Jumpsuit/striped_suit.rsi/icon.png | Bin 0 -> 380 bytes .../Jumpsuit/striped_suit.rsi/meta.json | 18 + .../trackpants.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 830 bytes .../Uniforms/Jumpsuit/trackpants.rsi/icon.png | Bin 0 -> 303 bytes .../Jumpsuit/trackpants.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 823 bytes .../Jumpsuit/turtleneck_grey.rsi/icon.png | Bin 0 -> 323 bytes .../Jumpsuit/turtleneck_grey.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1159 bytes .../Jumpsuit/victorian_red_black.rsi/icon.png | Bin 0 -> 480 bytes .../victorian_red_black.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1332 bytes .../Jumpsuit/victorian_red_vest.rsi/icon.png | Bin 0 -> 536 bytes .../Jumpsuit/victorian_red_vest.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1155 bytes .../Jumpsuit/victorian_vest.rsi/icon.png | Bin 0 -> 483 bytes .../Jumpsuit/victorian_vest.rsi/meta.json | 18 + .../waiter.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1511 bytes .../Uniforms/Jumpsuit/waiter.rsi/icon.png | Bin 0 -> 633 bytes .../Uniforms/Jumpsuit/waiter.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 694 bytes .../Jumpsuit/yoga_gym_bra.rsi/icon.png | Bin 0 -> 255 bytes .../Jumpsuit/yoga_gym_bra.rsi/inhand-left.png | Bin 0 -> 421 bytes .../yoga_gym_bra.rsi/inhand-right.png | Bin 0 -> 426 bytes .../Jumpsuit/yoga_gym_bra.rsi/meta.json | 26 + .../beanie.rsi/equipped-HELMET.png | Bin 0 -> 462 bytes .../Head/FalloutHats/beanie.rsi/icon.png | Bin 0 -> 297 bytes .../FalloutHats/beanie.rsi/inhand-left.png | Bin 0 -> 684 bytes .../FalloutHats/beanie.rsi/inhand-right.png | Bin 0 -> 670 bytes .../Head/FalloutHats/beanie.rsi/meta.json | 26 + .../mountiehat.rsi/equipped-HELMET.png | Bin 0 -> 439 bytes .../Head/FalloutHats/mountiehat.rsi/icon.png | Bin 0 -> 346 bytes .../mountiehat.rsi/inhand-left.png | Bin 0 -> 391 bytes .../mountiehat.rsi/inhand-right.png | Bin 0 -> 399 bytes .../Head/FalloutHats/mountiehat.rsi/meta.json | 26 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1229 bytes .../FalloutSuits/bartenderalt.rsi/icon.png | Bin 0 -> 473 bytes .../FalloutSuits/bartenderalt.rsi/meta.json | 18 + .../caravaneer.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1762 bytes .../FalloutSuits/caravaneer.rsi/icon.png | Bin 0 -> 531 bytes .../FalloutSuits/caravaneer.rsi/meta.json | 18 + .../desertbdu.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1333 bytes .../FalloutSuits/desertbdu.rsi/icon.png | Bin 0 -> 627 bytes .../FalloutSuits/desertbdu.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1276 bytes .../FalloutSuits/detectivealt.rsi/icon.png | Bin 0 -> 441 bytes .../FalloutSuits/detectivealt.rsi/meta.json | 18 + .../fudd.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1651 bytes .../Uniforms/FalloutSuits/fudd.rsi/icon.png | Bin 0 -> 643 bytes .../Uniforms/FalloutSuits/fudd.rsi/meta.json | 18 + .../lumberjack.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1785 bytes .../FalloutSuits/lumberjack.rsi/icon.png | Bin 0 -> 579 bytes .../FalloutSuits/lumberjack.rsi/meta.json | 18 + .../manager.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1421 bytes .../FalloutSuits/manager.rsi/icon.png | Bin 0 -> 486 bytes .../FalloutSuits/manager.rsi/meta.json | 18 + .../rangerv2.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 888 bytes .../FalloutSuits/rangerv2.rsi/icon.png | Bin 0 -> 444 bytes .../FalloutSuits/rangerv2.rsi/meta.json | 18 + .../rangerv3.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 929 bytes .../FalloutSuits/rangerv3.rsi/icon.png | Bin 0 -> 447 bytes .../FalloutSuits/rangerv3.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1495 bytes .../FalloutSuits/rangerveteran.rsi/icon.png | Bin 0 -> 447 bytes .../FalloutSuits/rangerveteran.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1451 bytes .../rangerveteranblack.rsi/icon.png | Bin 0 -> 446 bytes .../rangerveteranblack.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 1411 bytes .../rangerveteranred.rsi/icon.png | Bin 0 -> 547 bytes .../rangerveteranred.rsi/meta.json | 18 + 745 files changed, 9200 insertions(+), 44 deletions(-) create mode 100644 Resources/Audio/Effects/Footsteps/highheels1.ogg create mode 100644 Resources/Audio/Effects/Footsteps/highheels2.ogg create mode 100644 Resources/Audio/Effects/Footsteps/highheels3.ogg create mode 100644 Resources/Audio/Effects/Footsteps/highheels4.ogg create mode 100644 Resources/Audio/Effects/Footsteps/highheels5.ogg create mode 100644 Resources/Locale/en-US/loadouts/generic/belt.ftl create mode 100644 Resources/Prototypes/CharacterItemGroups/Generic/beltGroup.yml create mode 100644 Resources/Prototypes/Entities/Clothing/Head/accessories.yml create mode 100644 Resources/Prototypes/Entities/Clothing/Neck/necklaces.yml create mode 100644 Resources/Prototypes/Loadouts/Generic/belt.yml create mode 100644 Resources/Textures/Clothing/Back/Satchels/purse.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/purse.rsi/flipped-equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/purse.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/purse.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/purse.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/purse.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Belt/generic.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/generic.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/generic.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Belt/generic_thick.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/generic_thick.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/generic_thick.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Belt/generic_thin.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/generic_thin.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/generic_thin.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Belt/waist.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/waist.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/waist.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Belt/waist_thin.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/waist_thin.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/waist_thin.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Belt/waistbag_color.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/waistbag_color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/waistbag_color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/flipped-equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/icon_flipped.png create mode 100644 Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/bow.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/bow.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/bow.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_magnetic.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_magnetic.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/pin_magnetic.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/slouch.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/slouch.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/slouch.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/sun_visor.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/sun_visor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/sun_visor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Misc/headband.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Misc/headband.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Misc/headband.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/low.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/low.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/low.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/pendant-equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/pendant-icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/pendant-equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/pendant-icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/pendant-equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/pendant-icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/pendant-equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/pendant-icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/round.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/round.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/round.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/small.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/small.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/small.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/standard.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/standard.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Necklaces/standard.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Ties/bow.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/bow.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/bow.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Ties/color.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/color.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/color.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/modern_coat.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/modern_coat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/modern_coat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_loose_sleeve.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_loose_sleeve.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_loose_sleeve.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Misc/flats.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/flats.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/flats.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/flats.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/flats.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Misc/skater.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/skater.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/skater.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/skater.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Misc/skater.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_and_gold.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_and_gold.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_and_gold.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_sundress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_sundress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_sundress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamblue.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamblue.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamblue.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamred.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamred.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamred.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamwhite.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamwhite.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamwhite.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/club_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/club_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/club_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/coveter.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/coveter.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/coveter.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flowergirl.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flowergirl.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/flowergirl.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/kimono_color.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/kimono_color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/kimono_color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/lacy_gown.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/lacy_gown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/lacy_gown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/long_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/long_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/long_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/long_flared_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/long_flared_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/long_flared_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/longsleeve_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/longsleeve_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/longsleeve_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/puffydress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/puffydress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/puffydress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao_slim.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao_slim.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao_slim.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/red_swept_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/red_swept_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/red_swept_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sailor_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sailor_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sailor_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/tea_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/tea_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/tea_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/victorian_black_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/victorian_black_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/victorian_black_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/victorian_red_dress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/victorian_red_dress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/victorian_red_dress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/waitress.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/waitress.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/waitress.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_suit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_suit.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_suit.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ascetic.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ascetic.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ascetic.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/barber.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/barber.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/barber.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_jeans.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_jeans.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_jeans.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/checkered.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/checkered.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/checkered.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboybrown.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboybrown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboybrown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboygrey.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboygrey.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboygrey.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/disheveled.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/disheveled.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/disheveled.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_jeans.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_jeans.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_jeans.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_khakis.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_khakis.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_khakis.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lightblue_shirt.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lightblue_shirt.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/lightblue_shirt.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/olive_sweater.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/olive_sweater.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/olive_sweater.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_suit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_suit.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_suit.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_tuxedo.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_tuxedo.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_tuxedo.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/rippedpunk.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/rippedpunk.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/rippedpunk.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/striped_suit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/striped_suit.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/striped_suit.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/trackpants.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/trackpants.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/trackpants.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/turtleneck_grey.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/turtleneck_grey.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/turtleneck_grey.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/waiter.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/waiter.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/waiter.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/inhand-left.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/inhand-right.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/inhand-left.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/inhand-right.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/caravaneer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/caravaneer.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/caravaneer.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/desertbdu.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/desertbdu.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/desertbdu.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/detectivealt.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/detectivealt.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/detectivealt.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/lumberjack.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/lumberjack.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/lumberjack.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv2.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv2.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv2.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteran.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteran.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteran.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranblack.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranblack.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranblack.rsi/meta.json create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranred.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranred.rsi/icon.png create mode 100644 Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranred.rsi/meta.json diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index 5c9b7e64ef..cfed1cb099 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -264,10 +264,14 @@ private void RenderEquipment(EntityUid equipee, EntityUid equipment, string slot return; } + var displacementData = inventory.Displacements.GetValueOrDefault(slot); + + if (clothingComponent.RenderLayer != null) + slot = clothingComponent.RenderLayer; + // temporary, until layer draw depths get added. Basically: a layer with the key "slot" is being used as a // bookmark to determine where in the list of layers we should insert the clothing layers. bool slotLayerExists = sprite.LayerMapTryGet(slot, out var index); - var displacementData = inventory.Displacements.GetValueOrDefault(slot); // add the new layers foreach (var (key, layerData) in ev.Layers) diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs index 98d31ac6b5..21c422198b 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs @@ -671,7 +671,15 @@ private void ReloadProfilePreview() if (Profile == null || !_entManager.EntityExists(PreviewDummy)) return; - _entManager.System().LoadProfile(PreviewDummy, Profile); + if (_entManager.TryGetComponent(PreviewDummy, out var humanoid)) + { + var hiddenLayers = humanoid.HiddenLayers; + var appearanceSystem = _entManager.System(); + appearanceSystem.LoadProfile(PreviewDummy, Profile, humanoid); + // Reapply the hidden layers set from clothing + appearanceSystem.SetLayersVisibility(PreviewDummy, hiddenLayers, false, humanoid: humanoid); + } + SetPreviewRotation(_previewRotation); TraitsTabs.UpdateTabMerging(); LoadoutsTabs.UpdateTabMerging(); diff --git a/Content.Shared/Clothing/Components/ClothingComponent.cs b/Content.Shared/Clothing/Components/ClothingComponent.cs index fc63beaaed..81c6c0e1da 100644 --- a/Content.Shared/Clothing/Components/ClothingComponent.cs +++ b/Content.Shared/Clothing/Components/ClothingComponent.cs @@ -27,6 +27,13 @@ public sealed partial class ClothingComponent : Component [Access(typeof(ClothingSystem), typeof(InventorySystem), Other = AccessPermissions.ReadExecute)] public SlotFlags Slots = SlotFlags.NONE; + /// + /// The actual sprite layer to render this entity's equipped sprite to, overriding the layer determined by the slot. + /// + [DataField] + [Access(typeof(ClothingSystem))] + public string? RenderLayer; + [DataField] public SoundSpecifier? EquipSound; diff --git a/Content.Shared/Clothing/Components/HideLayerClothingComponent.cs b/Content.Shared/Clothing/Components/HideLayerClothingComponent.cs index ac3d9b9789..c76214f131 100644 --- a/Content.Shared/Clothing/Components/HideLayerClothingComponent.cs +++ b/Content.Shared/Clothing/Components/HideLayerClothingComponent.cs @@ -21,4 +21,11 @@ public sealed partial class HideLayerClothingComponent : Component ///
[DataField] public bool HideOnToggle = false; + + /// + /// If true, the layer will always be hidden even if the layer + /// is not present in the equipee's HumanoidAppearanceComponent.HideLayerOnEquip field. + /// + [DataField] + public bool Force = false; } diff --git a/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs b/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs index 708eb9f1f6..60892503ea 100644 --- a/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/ClothingSystem.cs @@ -1,3 +1,5 @@ +using Content.Shared.Body.Part; +using Content.Shared.Body.Systems; using Content.Shared.Clothing.Components; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; @@ -30,6 +32,7 @@ public override void Initialize() SubscribeLocalEvent(OnGotUnequipped); SubscribeLocalEvent(OnMaskToggled); SubscribeLocalEvent(OnPickedUp); + SubscribeLocalEvent(OnPartAttachedToBody, after: [typeof(SharedBodySystem)]); SubscribeLocalEvent(OnEquipDoAfter); SubscribeLocalEvent(OnUnequipDoAfter); @@ -88,11 +91,11 @@ private void QuickEquip( } } - private void ToggleVisualLayers(EntityUid equipee, HashSet layers, HashSet appearanceLayers) + private void ToggleVisualLayers(EntityUid equipee, HashSet layers, HashSet appearanceLayers, bool force = false) { foreach (HumanoidVisualLayers layer in layers) { - if (!appearanceLayers.Contains(layer)) + if (!force && !appearanceLayers.Contains(layer)) break; InventorySystem.InventorySlotEnumerator enumerator = _invSystem.GetSlotEnumerator(equipee); @@ -191,6 +194,20 @@ private void OnPickedUp(Entity ent, ref GettingPickedUpAttemp args.Cancel(); } + // Yes, this is exclusive C# just so that high heels selected from loadouts still hide the feet layers + // after Shitmed (SharedBodySystem.PartAppearance) initializes the feet parts setting their layer visibility to true. + private void OnPartAttachedToBody(Entity ent, ref BodyPartAddedEvent args) + { + var enumerator = _invSystem.GetSlotEnumerator(ent.Owner); + while (enumerator.NextItem(out var item)) + { + if (!TryComp(item, out var comp)) + continue; + + CheckEquipmentForLayerHide(item, ent.Owner); + } + } + private void OnEquipDoAfter(Entity ent, ref ClothingEquipDoAfterEvent args) { if (args.Handled || args.Cancelled || args.Target is not { } target) @@ -210,7 +227,7 @@ private void OnUnequipDoAfter(Entity ent, ref ClothingUnequip private void CheckEquipmentForLayerHide(EntityUid equipment, EntityUid equipee) { if (TryComp(equipment, out HideLayerClothingComponent? clothesComp) && TryComp(equipee, out HumanoidAppearanceComponent? appearanceComp)) - ToggleVisualLayers(equipee, clothesComp.Slots, appearanceComp.HideLayersOnEquip); + ToggleVisualLayers(equipee, clothesComp.Slots, appearanceComp.HideLayersOnEquip, clothesComp.Force); } #region Public API diff --git a/Resources/Audio/Effects/Footsteps/attributions.yml b/Resources/Audio/Effects/Footsteps/attributions.yml index 7a56beec38..603a379ab3 100644 --- a/Resources/Audio/Effects/Footsteps/attributions.yml +++ b/Resources/Audio/Effects/Footsteps/attributions.yml @@ -12,7 +12,7 @@ license: "CC-BY-SA-4.0" copyright: "Made by JustInvoke freesound.org" source: "https://freesound.org/people/JustInvoke/sounds/446100/" - + - files: - jesterstep1.ogg - jesterstep2.ogg @@ -63,7 +63,7 @@ license: "CC-BY-SA-3.0" copyright: "Taken from https://github.com/tgstation/tgstation" source: "https://github.com/tgstation/tgstation/blob/34d5ab2e46e3fb4dd9d7475f587d33441df9651c/sound/effects" - + - files: - spurs1.ogg - spurs2.ogg @@ -78,3 +78,13 @@ license: "CC-BY-SA-4.0" copyright: "Taken from IENBA freesound.org and modified by https://github.com/MilenVolf. borgwalk2 clipped my metalgearsloth." source: "https://freesound.org/people/IENBA/sounds/697379/" + +- files: + - highheels1.ogg + - highheels2.ogg + - highheels3.ogg + - highheels4.ogg + - highheels5.ogg + license: "CC0-1.0" + copyright: "Made by philRacoIndie freesound.org, modified by Skubman" + source: "https://freesound.org/people/nhaudio/sounds/179203/" diff --git a/Resources/Audio/Effects/Footsteps/highheels1.ogg b/Resources/Audio/Effects/Footsteps/highheels1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..9cb96242628be2e62907057791b65da90f281065 GIT binary patch literal 18297 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 literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/Footsteps/highheels2.ogg b/Resources/Audio/Effects/Footsteps/highheels2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..2a6866c9cb5be6cef24bb7aa8b78979267b3efc5 GIT binary patch literal 18256 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 CkXE+< literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/Footsteps/highheels3.ogg b/Resources/Audio/Effects/Footsteps/highheels3.ogg new file mode 100644 index 0000000000000000000000000000000000000000..106463d135155161306e267f5e6044e9b44a3911 GIT binary patch literal 21397 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 VfO#B{xEk>UgMK-jBgexJj{tE{_T~Tp literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/Footsteps/highheels4.ogg b/Resources/Audio/Effects/Footsteps/highheels4.ogg new file mode 100644 index 0000000000000000000000000000000000000000..8fd691bd38791009787d3d8e5feb7b7c98f865c8 GIT binary patch literal 17597 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 z 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/purse.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Satchels/purse.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c468f47c011bec60fb200573aa2a3be366e66aa8 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=yFFbTLn>~)y|t0|u!2DAL-!|5 zz7b89HY&v%SUxexH8fpXC!`q^bc0b-{h$A$!jCHV8F|$iff_;Jowug!w4&YFYk{P^ z@~$hpqZb$L7Ek!KIX=5~ZQNa{slT^;;ko_2)}zq~-8c{5iYWYS$av)_V7C i-otHIn_kCoKvey#T))>2?xX!6^E_SsT-G@yGywn|xnXnw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/purse.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Satchels/purse.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3a06f65fb6e89dcfbcb4478d9f15e7785ed1e57c GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=yF6VSLn>~)y|tV7h=PD?;0Bos zoW23I%8jgka%1`+&t}g!4Jm+(~ k?y7k&oBYrJl;?L?#GSFX-^)LmdKI;Vst03C8)3jhEB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/purse.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/purse.rsi/meta.json new file mode 100644 index 0000000000..4619e364d1 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/purse.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/0b700fbc6ee14c5a2b171e0739fea5a8aaaf5f4f, modified by Skubman (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "flipped-equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/generic.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/generic.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..94b9abd6c124578d61c751559533f28b4f6b8711 GIT binary patch literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G{> zi(^Q|oVT|OxtbkBTrX;;$luy!wLLNS>A9RzRkv<=mqkWxoky#e2l4!Q$d>a*|A-~S zBN>K5z6J|+hdIm&=NJW^GjtR)fP^P8^*pwio?7{%W|rEjRaz%ho~s&W3b{E! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/generic.rsi/icon.png b/Resources/Textures/Clothing/Belt/generic.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..339fb56bd35dc76da5af114c6ba6e96dd99dae0b GIT binary patch literal 336 zcmV-W0k8gvP)ut%;D#+&gjJ}Rg5*%X z^@U>lkcc9r`wb`H{(qbeJc~ce01UtY4B%b><2Y`b`?{`sTn50Q&N-DS_vB!b0Aj?U z%d)5dxJNuv5K#bxb7)mnDgf>gj}%093Fdh&nx@(7X_{03d_U@#q5$i)rW#L*bb!fSkd;#_zZfFY!=>pGm58gB)Hag>cqy-BIQgk%)<076)2f=>Z_0l7@~ i`WYF30T_S*{6a7M1B5#=sMCl50000TqsCx-m=Wqt6n|*xk<;w_p^eqq5YFL&pUo=|MX;X@(2{E>8|}(*tfb^ zmGi~#dArud&pZFw$1kbw#Le@9-@`vmX6bo6f06Ytz@B2;DSJ(CHHUJ)46otx^YkV*w z0E~F(vMee9u7QUH;RK*?9y(2vxvuMK)x>dZg^?hl%Oyf(Il?VujI$djU8Ee&=~E_VQq+ z6-%`P%;;D`3gLAn_!58xRhhHeSKX!aG=5 zcn-nJQ_OC{MuIrwxCo0&K8Qn1@}DyipX$dF009sH0k{`HUDw(rFVFMGWdPhXNfNyG zeZQ_rJjQE|V5|Vp2%7r7ujYBi3lxUox+d`$uYn#m2qOSDAIA}6!!Rfp#c_=0Q4}GJ z4Z>*#z<8P_)pecI*}iji5CjMST9(C_>pX5rP^+(=5w&^WhnsISu2H`5^#@fHi?^zksdUw&k@} zIn4lTq`85~+{O45zz)b|y4Sxz00ck)1mG_LUe%e1xGD$~Bme*a07*qoM6N<$f}*jC A?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/generic_thin.rsi/meta.json b/Resources/Textures/Clothing/Belt/generic_thin.rsi/meta.json new file mode 100644 index 0000000000..ba364bc7a1 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/generic_thin.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/waist.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/waist.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..7236be5aab24006fbc95effa057a0fddcb457445 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EuJopAr-gY-a5#6SV4jFnYsKJM=}Ub0=lYqF46l-K>;ork`6-ZN1J>S6fidZb82X7T{O8OdX$FQ5;`8?IuYZ+)Ah~~SxNJYq`)Mn;u4~-;J;Y0L-JL%szNanv jURyl3*)a>KR{bucdvf!o4}rC(L0Uas{an^LB{Ts5%WO)4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/waist.rsi/icon.png b/Resources/Textures/Clothing/Belt/waist.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..339fb56bd35dc76da5af114c6ba6e96dd99dae0b GIT binary patch literal 336 zcmV-W0k8gvP)ut%;D#+&gjJ}Rg5*%X z^@U>lkcc9r`wb`H{(qbeJc~ce01UtY4B%b><2Y`b`?{`sTn50Q&N-DS_vB!b0Aj?U z%d)5dxJNuv5K#bxb7)mnDgf>gj}%093Fdh&nx@(7X_{03d_U@#q5$i)rW#L*bb!fSkd;#_zZfFY!=>pGm58gB)Hag>cqy-BIQgk%)<076)2f=>Z_0l7@~ i`WYF30T_S*{6a7M1B5#=sMCl50000;C{WA zS!H$aHnpnl3||6RfhrEfO|tX6r2m{5$OduwpZ)!N&CLEki=Qkb14Du-!-9yMl{_`# QKn??gr>mdKI;Vst0PM~qZvX%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/waist_thin.rsi/icon.png b/Resources/Textures/Clothing/Belt/waist_thin.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab68761d536e9679ac6512f6881db6a243c888e GIT binary patch literal 354 zcmV-o0iFJdP)RhhHeSKX!aG=5 zcn-nJQ_OC{MuIrwxCo0&K8Qn1@}DyipX$dF009sH0k{`HUDw(rFVFMGWdPhXNfNyG zeZQ_rJjQE|V5|Vp2%7r7ujYBi3lxUox+d`$uYn#m2qOSDAIA}6!!Rfp#c_=0Q4}GJ z4Z>*#z<8P_)pecI*}iji5CjMST9(C_>pX5rP^+(=5w&^WhnsISu2H`5^#@fHi?^zksdUw&k@} zIn4lTq`85~+{O45zz)b|y4Sxz00ck)1mG_LUe%e1xGD$~Bme*a07*qoM6N<$f}*jC A?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/waist_thin.rsi/meta.json b/Resources/Textures/Clothing/Belt/waist_thin.rsi/meta.json new file mode 100644 index 0000000000..86bdab33f5 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/waist_thin.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6, equipped sprite modified by SKubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/waistbag_color.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/waistbag_color.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..c76c684a3dfed7117780e22dafcc1b007388ebbe GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR` zr;B4q#hkaZ47pkiL|oDn*C)Q+xu>Z&eZxnwxFd(GBcdz0rpLQD2`EPHS1?{b(WT(a z!eu9F9Q#-rWH=ctg&2xd7@l}AoS4WkL77p(oyh?xF-M8F6gSp6Zn1m*oIi`|9IVo78v|x+ z*wi9kXn45jT-l0PZlUm&LoMcECpeb&SnqIkh??;sMdrB0=lr~C=6M=E6)72_Fb`hf b{=s1aUhmQYFf3 zd@v#agt+Ox?Ro3JdiBInJapN8#s z_0oR|ZoeL|`sxh7<(#V7X0sK~e}1z4dHtq>h8<5{UUtrS|Ms#p@1(VF-6CT1!#CA@ zxjV^qT0fU9)6E}BC-3zipMLZ9gP#AV-ZLDrWOyXQP{`L{!R`RFsiPQE_+QaS$K}Fl z$JGxjexGfvve|VFSG4+=hMJIX7F_Nb6Mw< G&;$UYrKscp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d3527a927c64ffb84520f09be46005e9dadec868 GIT binary patch literal 260 zcmV+f0sH=mP)F!8&YC0IG?Tgoix95 zE(jrn5dTh94FtxNx8Jd~>Q(lbe_bFjrkwT$2>|m2q&b}?I<{5?#+2QDoSY+obOx<@ zpg$?$RSitsQsXwK$#w(w#btB1o@iHGf6{KkVf)!-Dhmu(y97K)a{$IS7g)JrLhZUe zK&w8|v9&4;!!nAZyXSgVqViO}@84~cWtn=FJ?8J05JCtce(DGm%2;w1D2O}&0000< KMNUMnLSTZdrEPlv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1bb5ef302674d90be544ff33577a9163ac6210 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=vproLLn>~)y|t0I*+8K6p>T5r zQ~9#RNlX$9-9@}v`$QOm+V)L}?tka4nA%W&tWHkw^RGGC9+GW^kB!f4KkV+p^Vsdwg(Kg0>}uI9 zt_(E@XqNA)tFABPb~kp#wjBSxwEKd}bOp~zB?q}f4hO6=xRk*RbS8tRtDnm{r-UW| D5zJQQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/3d.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..77bbcb37d0a6e0c2310ce09a0b721fe2c191fb66 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=^E_P~Ln>~)y|tIO*+9fKvD?w6 z(fV?rAtMjN?}Hg0ZwfRPd1y8%X$P`g`x*8BMeN>hZ3>=~RDkHEY#V2T_jwKjA6H|u zboShHM_3qg&#n0_cE}>W+WWE0wOa1na|}nm%-H*5{`1A_;yYg6inbRPF8O;Xd)}fC zTUVM+2bls!OYCq)s?QTU6pl8zOnXN*mmCi_UUP}r`Dd?mCFg1KHy);cwvUI Tsn_{99*}^itDnm{r-UW|ChtRY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..84f1ef11b8488288d4e4d3ba27b5fd11601fcac7 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tP= z#WAE}&f6;+xehA`uqANEGR<_lub@Bq`4?HHeT^k$zT)BD4gxZ3#gi<2f}}M}rW6Yn zRsDa?yK|GgK9fKL1B(I!<2n9}S!yzw7JZMOW;1X+pJV@PUwTw_T2JC(gDnD0*&70E zWgJD+8xF7C%B^#?z@qJW?Y96|29y5vQKrok_B`8Le=K)a!1Yo`j*Tsce(JgiE|}7^ zY|W}w(KV^FXC2U6%2OJ9fBQQ}3pbULz6$Oc{Qi$i&aFMx@%rX=){Wu6IX0BP^w_)Q k+<$qXOE?@F_OtI{kPx3-eq!?hkOvt&UHx3vIVCg!07$-VL;wH) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/aviators.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8a0c73250564d897cc92e29e0a1aa1e0e780beb1 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=+dW+zLn>~)y|q!W$w8p?p)9Y# zzOZkv4EFJ9Bq^U>(DK@$YsZsMzDt>T43*qj(l7kiesK29Z1Hs*K)pcFur+J#(KDyy zZl;B0t(~1de;dzf%kJIYA#uJ+Alo>({0+AmkZ~NtHA-}aj!0Gk7qRd(E?tQ;5;PhMO_&Y~)y|tT{Sy6!1p+wiw z@QahHh_jQQu7%afMqTcko8DdUIpzLa><}*_Py<87(kYj!-oHI%`t4q{X6njgkMBBl z70z22+*8~mn6-9#-IAzmiR2cM$2PMkCe1l5KDWK-+-cdpm-^3IZhvm${jhv~)y=BOC$U%Vh!dENH z!(uBhX~-q#FQ{O-xLPB_BPV&H@e`|!0!6Bl^p=MW? z=5;NScr_)+-nFi071win?{OrEkA3x;hr$)}u7r*|uZ2IxK-2u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8240b908dd4d05144c957a8a871ece4ba982e893 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJsh%#5ArXh)UOvcsSb>N2!i8v~ zuJtLRZOLpYYMl>{S-tD*P`achwEbWCU#EW-iIG4p|K|P_dw1>C8prmI%9@PrVWFWR zp+R1c_D+vlb^g~K%jM;IpLYeTJg?a~({8mB$1>f*jv0ZS^I4O6roWa+t?ksD-#F9$ zTD0Iqqt83*lrF8bPqfa6zW$K+*21MC&E>od4E}o=+bt6(UTo&?1=_~o>FVdQ&MBb@ E06afaMF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7efb4fce67c1f12e1d08cd1560365d19a5378619 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=J)SO(Ar-gY-a5$JV!*@V&^^s* zq2}S2IWoyLWq-`-{C>XB8ilcx-un!py7H>y^)Jf2gcf^?rNomHTsbAHF&YG6e|sTv`?1 r@^&Tbnm?`;d*bT^<2*ST7}RSRrj|s%`>b8h3sU3h>gTe~DWM4fDVa{h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4d0320d4bcbac245d9babeb9d93be42d3e9dd6cb GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=y`Czopr0Mf%tIsgCw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/hipster.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..33bfac807628cb5dcdaf5972f2dc659391e97c30 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR& zr;B4q#hkadHgX;c5NUm=95I8F#e73R%mLRmEb0Y9($S7AcMsk=bm$Uqj!N&+Top#~ ziuV&LY@f>?n4o{%U12-_M;-<+n(&+Xc=%Vl>E|CA$bA*qkkjz`aoim?VHaKL1nb#m z{&kyOw%${|BXZ$f!>?zjWmi31W!*C6bujFv2wUQTWM$fl9vp*?>U~t_48f$)_35% xufy!e=Wlp&)N&Y=2{|zv7%?0%#)f_~JbLUfS7m+U1z@l-c)I$ztaD0e0stK2hB5#E literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..36cbdac39f377fa4e32117cd6a70bd693d045ea5 GIT binary patch literal 405 zcmV;G0c!q&1T?08M0JCOZ@Z5WeR`YsC|Ke^9qW=thOkgb|0E?ehE35JS)eygy`6hd3?^NctWX|26201Z@U$Ms$jN#Etxf~rwhA6XaSfx zZ4Wf}W!40_ctnnlJd`1vE<$Eb+tVZ?xGq4*FK7Oot6+Nr#04S|XTA}gQS;}R#n8}$ z?FFDhY+w7UwEWdbOipAjLQ~(X&!{d)F_Q8n1PpTaC)9NT+cODv5P)PCurSXAGs)>* zpmxFcPu!+ie@5q<(R$5z^+;VviY57b!irr00000NkvXXu0mjf)E}$u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa27982ffb88b8a001d9ecca29af31a08e7cf4e GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=6FprVLn>~)y=BPN9Kgf&;DKuF z-idJsK36c6I|>}RX*oCQPShLiE8l)Un=Vi%H&ciasE1*W>6@8fr~K@^_jQWpo2S*` zs(Y85uqt;pHpy)aWpMa}cD+)78&qol`;+06UXVDF6Tf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..16b0d067ecf02212c4463027eef2e31c5bf0d307 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Gdx`!Ln>~)y=BYQ>>$8)L2>$) zuWnV0=O1&vVQx}bxmG>2uB*j`({cLuTX+A?NW7V)&IHuOP_fi1{hRl*dD(BKpLw-s z-LcENTbK1!U%2DS_gLg@>iy|g;*{D7yLMJz`FH2|^*qL6@tv9p?6a&s?d%U__pUj# z^cyS46b6Pr2L;pE>@3&btT{5XalU3^T7q%?YX%0^T}&-IJvEZ2{?h`f@^tlcS?83{ F1ORe#R51Vm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/monocle.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..87a18bea92d22546308ebf0b8382234b9c19d75b GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Fqb zi(^Q|oVT|&@*Xl^V7=&^#91Dx;B3Ggn|6ZFjCmsiuPXC}rJQq*H>d~+ZGEZ``G5Z@ z-=v>9J2&=s6f+#LWOyXA;Kl01o-@J^zxw=?oeZq08qZ2N7R8~)6iOL0%}_2p69FMVY? zBV4UtxApABuUGG>T;cw3zMM()`6o$i1|ZD!vpc|k{HpH4T^U`Vuwn3Y^>bP0l+XkK DYPxe{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..df25ad1772d17c51afdedfdf3b9cfcd6202cb93d GIT binary patch literal 432 zcmV;h0Z;ykP)VQ!Pj5=V{0izBWoDOK}=>LyRysn~P2w?OmldcAH&@TPq7+~&k-PbQuTrz5E35qU(e8(!Nkm%L0LhXVg9zW8$jY44_^Q) z`ttN8KZu^$6z>Q#2-&AFKFD%HdO_?<=g%^%S-FG}?f`VlVVYrpM_T-&jyyj@dfmeP zFoTeN3gUzG6QlRcsk31FfDS-}0LVok0CE7j0U!V};L5{~V8cKLfGk_NY7<;vQhFL# zZ}H3>1oa}@2X_D{IDoGDk1g(C1|WlZGiSkr5E_D56CO6b$iWYH04{)R05-#@p%=pe zphN?UH*^C)a+eq$;k1+-y>JJ>QZgu^fcT(91Cu-P^d&>8kB%eAfcy7uF`PYp3MD&H zqL&4mK_E8FFyw@T%>YXEVnhL~umBl`oLZ3+4lY2BUYv=Lm|~Y2dIx7^H0pp+2aGy^ ao&W&0(jN7Y!^JiL0000~)y``APlqkUZ;JQ;l zhp&K2O!DU zJAd12`AK)nYOmdXbaTGz<+}5pla{S(S4xd(&wEw11 zX0F{Fagb&Ph6B-BU%CydZZR#pYUDYqa_jHkQMyKJr|tYxv;Vo-mb;Jbf*BYp0{`Dn VQfA+C^N}n_i>Irf%Q~loCIF@PS@i$_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..458e6ff1e238182485c55eab6169d5efefa95f6f GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=6FglULn>~)y|tIODL{htg0`aG z1C0wC7@RjS@N#eL;=XZ!$*ixbSC!L4N5yh^z5e%V`@6nCeGCnuzShg6kL^EqgEx8B zx79sI=Pi7_Dr%C-`selWm(=59Lr>p3tnod^>g?yIBI~~tzMq`p^(!WSaXvRlGXuj1 v;q(_gIU0R@wX@D0X!~?wm2oN1RS8$6qu;6A`eAnJ1xS&ntDnm{r-UW|eO*oj literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/panto.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e57c7a897bf099c6c2cb98f44ee94b9334ff75 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=)t)YnAr-gY-g4w>HV|OFu#vqp z`}#eD=bPJCw7)Qmm`Tq48!v7KT4-^p|dxcrD_5_gm!8^mqF!=hS|f z_57XW`@43@jP90^KY?a~z@NGMrfdu8HhkKDz$$y?>9+X!%O$eHzL~w=qzX~6{S%|L VlHty(ne3?`0Z&&ymvv4FO#osOL$?3` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2ea0217169954c7e8692829b24421347a8d9f2 GIT binary patch literal 267 zcmV+m0rdWfP)lRzs?6R48t(Yzav}?VHkEk1BpoZ^an2UY`)CTt2Ih3aeO{7lUYPW!qx!1b!44S zh``lgo9m|j*vioS*Vev;nz#a#T4G;OZ*C7OwZx`4^mmC@rk1`!EU-@eirV0*i$ zs%;biEUtNE%!x=$PrImU8)eFVm!_#mlBBakkA?6$!m%|Dhx#5N!!QiPyZ}_ck#5G{ RNJ{_!002ovPDHLkV1ms1Y_tFX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7531ff211f9ad05004802d2aa5a25b66ac0de143 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Gd*1#Ln>~)y|t0|kb?lr0nyrs zBF2>WcCpRbKcrqXNy$uHq+XPFra8qV_<+~;TOWjgdKez8s9slkGGhP4y(w$H$Lvmz zuWGyd>BOw`WkI*Xj)izxPcof)Y1`uELAPe5=T**0=k-2jmA>M(;d{CHD#dN~)y|tIO*+78pf^fBh zA;a9g>c$4m=?UCv3l_O9aq^m|u}R3a;a>LN#lO$#=`#VfF;t}XtUGgYy76@j_xNKk zR%PYf(|t1Kn{tU?W_(h&=Cxq^OCs4i8(sY}?PpC4zO`E4ijVhVSos$p`?8L0HqTdb z)ti@}Wd#|;!0_jwXd0VcW|moeVcLWAcLv5EN-G!`@}4jzAF$l;M!$CjNRg+jpUXO@ GgeCwB%1!$K literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_aviators.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..47c5949f6b85855247b9aea7b76ed4a98de4eada GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=6`n4RAr-gY-rC7~*no$@VckJP znfwJaZG*2RNOAl1ED>P3c~*8oQ_hbqNh}OKE6%Lx+G-M?PrUexM|f2Od0Sy+E0 z*ml}dw@*OBK;XmjGk1RVI=I9XDQ~#`BL36ff4Yb5?SEO_`y)FiYi<=ISkaGHtU*cI Tub3?4SAh7Qu6{1-oD!M~)y|q#BhyjO7;4$3* z2GIvBU*kmH@8eRaZaVx_#==Z#HXo z=Z3uGNxpJtvHMgdr%jhu1eM>Ocf5F+qVdyrR~)y=BOC*np=saiaDQ z2CK$RC%)THIi|Bdc!6_pL9|!SzkE|BTkpkZfEqwxkC5P`rSI-6))5tSw#^IYw+()$ z7r82Z)vBES$Jd;1J>IZt)4Y|RjjQSmwrpOpRjvH`8tL0nmy72u{IELGR2*UkkZiD@ t`7rOn+}te*$96Z)j|8$`e*g+c9AQr9wCyV>mc9m3>gnp|vd$@?2>=4QPGJB5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_big.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..88147ef3bdd09d4247dbdeb0429b8a1ac652df51 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=3p`yMLn>~)y=BfPVj4~9BHf^{c{*=|JE@(do!@u!`TI!mOol^4u zyXgk9d|@^ETA?e%;P9Ir;bB|53hh_v%?Du%?3Z`jg@{*ZyIz<^}ORUHx3v IIVCg!0B{mm2mk;8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c68533ebe38b8f7485c8b57b2f66f78cbe7019ed GIT binary patch literal 228 zcmVXF)!*eBa eo)AI^>EaC*#acnMyHaNW0000+#c$&&ioBP3vn6;fF gHn2&Ef#Kd}#uui#J3cQh(+8>XboFyt=akR{08AxDG5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..71c0537b01948b12c80c164eaf4521186f3c8ebe GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=?Vc`ig2|;O`-Ud#mE)>bsp9@quS3ULorkWsKRiF-r4cd2?KhQmX`tx1I>z|`$M+W8p z*E5)6)IZZG&1=%-!0@B1yL?qGCpZ1U?0wHZ nij}kdOS}F!b#p001KVB3nI*bA&c;r?3{vLl>gTe~DWM4f^Q%n; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/secglasses_visor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..9579e1a26f13762f7a2815217fb65b1d75e2e62e GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=<(@8%Ar-gY-rCE{tjNO_u>PT; zp7I9$yJx4E&QbHwuxIVsVe;Nnr0jEIlnf(-wwCeg?{PCL&wUkrxOQvQ%lyg)!!OgT zR^KkX;w29>4Fu|@%zS=Bu%pAfjAfqWWAC~r|5Jbb4!KrRR(-l^CpTEh0eAikZ+*Mt R84fQ&d{0+Dmvv4FO#t!_KYaiI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d95a0e6f0b7add0f8da98d9cdf3cbb934e3dee31 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0s-z z#WAE}&fCiy`3@-vustv?On!W~;zXNy!XsG;tJ0(dWu3Vfjh*~*x+Qw~%A>2F{@=gl zrDUBAPXYt8!~q7jKjsczGwnk~l5KdI3)XBk@DrwLe>W|AWSlxt9_Tn71>6-B7^zp{{p<%2rut Qpl=vFUHx3vIVCg!0AK`aJpcdz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..9712db9d5f4b2b8e05d277538283d007d24856da GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=(>z@qLn`LHy|t0|umKN?!}|q{ z7L3}J|2;!0gqLyLS;8Ts+?4ouU6P{U6=&7ytUw(M7TMB^jW(x!Id|sPu^E?s=NoNS zT6FDRHh=QlzgI3~zZVtU+8bDHt9?h)XmeEdR-O09{}h$m-;Y||vE%&W{gzUPZpt%* zjA3B-;9*=YnD?+)JaPT{d9Q^83#-H*PHbUdC^*2KrR*d;_lxm1kTOqKKbLh*2~7Y@ CK~6pZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2a225f98bcfc56c5ccc4fe1a4e6dd1c72cf8009e GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=6FprVLn`LHy|tV7umKON!}|q{ z7L3}J|2;!0gqImzQgIa0ke4o>D#h8K^K}|4Py@pbRpV^w#dUKZPt5H(b;eTi`aNx> zEa}DHK5sd0uVM^jzuo&SbgTe~DWM4fKEg|7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/meta.json new file mode 100644 index 0000000000..4a569fd22c --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_big.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..0a10531ef14bb7140882a4a10be4b68c71c6ebaa GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(U zr;B4q#hkad47&~+h`3(lo@FZ`IsNjoqKTy`OXH4-ynJd$B3I$;q8I)d%`!)RXr_gyU*BBjN1x^M^BjlFow8=-1mQbI{+A544$rjF6*2UngF$R Bi!lHI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses_visor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..299d32cb46486e119f8c26231987a7da8359b460 GIT binary patch literal 229 zcmV^P)_ zl~O5$006MoE&vc?JoR~=hg<`Iecy+5UBz7k&pVf>(05+81pLi90_QxllNZavq~l&Ed!+n=iHc|wI1)i&|0UwUP|WHUmdS4EzOgt fnIeP`LR!25ZV^i(>5kS%N_23?IU$%}bp5vts_%Ywz|?Do=SU85SBC zy3yrM+P{gbw)zH_g1{Kj;DgsE zg_BEWwm6!!1}{DNv|XR|*!xf!r#T_sOM$8x4y?T5f3RbR?ftFS)-5*My!_tN*o592 zMw?U8RxXW^dp>dRs`B0&yXXK=T})wGQl(Ev>WqrgrJ~H4zm9mDJg@N#Hhu7O zvD!P~Cn5|Ww1@dh>DyV$D*x>I|85V{4OcPO#!Wi0(^7B$TldmELMbePX$hV>ct7|AGp#|gm<_|Rhh4@}=VleuT9RmA}VlEKr} K&t;ucLK6ThdXzK( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2c1ab66eb1b25a537d32ae38f887e01fdc8e1f19 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQyg z#WAE}&fBSue9a01u7)oq?^H?nGkW_!6fAkpd*`L5O^5fkn5Ht1b|21M*Nwd=|L~?H z{WyP~!Te*oAp^6)fl`JkL1ND@n~2)8G8Aj7>ZUf|WMNQCjjRf8Sh?!d;UfwL8}l1x zZ%>eDV-lbH-0~OiUA0Lw{<2KG!hCSPb!qJL-rL(sP1kOXn0EB+X4QtKqna$HtP)qQ z-Sc4TaOG!6n3uJO`@zMIyp}qJrv>+Oxm<)CVy{c=Us}qP;<~8pZcFX`-#>S)(?51> zMlr*@jaG{bWmfLYn02i80{8pA7l{l^iY@}BH#(Lxx;O;vUjIyI{lkghA6T6?WHtb~ cJ#rWGOoJjP?f!Kpz@T98boFyt=akR{00?4(3;+NC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/meta.json new file mode 100644 index 0000000000..14fa442a59 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Misc/blindfold_color.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ad90375c2c8dba1a581076d67d71b9d73b40dd GIT binary patch literal 327 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1GXx zi(^Q|oVT|QayA<ljyV?_YKD^kq|EBx~z3*ptKQVuB ehLHI-2e@13T4#vuv8V?I0)wZkpUXO@geCwW@q|hM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/flipped-equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/flipped-equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..4735865fef861529d5530a318ae5838d8b557b49 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1F$f zi(^Q|oVT~Uxta|mTpucz=FVdQ&MBb@0Ji6NDF6Tf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..192ac48f792f7899eb478c181e30bbd2f1799819 GIT binary patch literal 684 zcmV;d0#p5oP)NfQDNUlSMqNgV6ua{QiaP^B zQ3$vxB3ero5w!jR^?`^RF(L>;wj#I@C3GoLTiQw=X_MN7B9de#He_ZpUL!6FN-~X- z&795Ue%#CXalZRq7A=+o-~c!P4nWfY@%TNS2k61raJeM_vDk2>nfpxvBwjvFQ8X>G zEbA$0s`#@uc>W6YUjUvx9Z#_gi(GEKi)^WV;RB4%=Y`Mb2g5LM$?bUe_7&`^VSw4$ zr64cxkVJ{>EU3kA=ne$n+tvY^rorcS~HDCRTsdjT6&>SfXgK!onApC z5+Q~bCXy3m)uG635F{7;{tl#;=5Xrtxqmx`cON_n+`MtgIx;YTZA?5;hhk|4>yjYl@F0ZYo@`BW6 z`#Ww3;NhbQ51A`?x>9&`2jIE^D%ek?9fhZQJVmw(I}lrB&vTpczbM| z@+j?=tjI78!!k{?Dhhlic3~uhCbS9QZ|1*s`RXlO56m_|E93w;01iOQ0e%4M`OQvK S69!rU0000pFR5Mj}VPX}X46x956-+7|%F z1>ttPVHgG!Rl%09NuogmF60ZsNk#5`E&2lZW53tSfo1*BR2hZ*dsKI7ICXj)pCh1rdMfiLi1VMm{lv89C3`1jT>H_Z1r?#Ff zEXQmCu)6nnSd@R1K+_DY)~skfJANXH+}ax2yKVUVegYwNAXHU7)Gcq%09JRgcmhJP zU?ql57LB54v?U1?DHh=T#C`*;$BWv|PgE*ZP_C{M=pEqt&3m0}mJ{)jaa5}n$n6%& z(uF9}ze= zaULI5SMl`4N~~M1z5zU5pRoSvBTMWLCC1LOlam+mr2`=&8XYF1;7}wB*=RI-%GWo* zG=KN+0rTed^7oOkGm(kIK{9_63~@zK6qHI|@p38MeF1R5+i-d&bu7KISd?UCn5Jop zW*AqKbpG(s;y;V?JWpk_S;H0pOUXNPecc0li`xQlP&oh&fCDgafZuV*>V?SCvef_p N002ovPDHLkV1f#yE>!>k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/meta.json new file mode 100644 index 0000000000..c7e71220bd --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Misc/eyepatch_color.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b790191c242f5ec4bd6b77bb485d108cea491cc8", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "flipped-equipped-EYES", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..8d314474e3e68db375385dd93d3ebb150613e0fd GIT binary patch literal 348 zcmV-i0i*tjP)$l99&TD|7*d1#@N;OBme*a z007=j_S-|}oK;mNNotxVi=A{FN0TJ)y}GW;wl3}!^)G9a)pfmT@mt5ey8h+euRzoW z%=0YgoW&m7d7gJ&H@4*&oFfOMZ#&BWAa1Fyya0000F#9X zzS98AI$i*F0l`{a#?i0yI5V6P`VnJ3h$zMrP>Q37%P;dN$mi8RMn2-u*>3$S76kZ} g?EpK#4zM}E14%AthF>A@R{#J207*qoM6N<$g68_OnE(I) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..429cac14d5b35201217964a7ea602b0e828eccc0 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR| zr;B4q#hkaZ4stdJ2)L+E5OZ2LNy=#pyY6+REmH)l4RQ{2PY6z9GWzT{FU_9+|NX=7 zB%ir3oatnkA|8D(v!>T(< z;SI7CJL48QO!XEv@V$I%n{M2Bb&-&~``_nV#a_R-j?wqPCY>42CATkY>^imH$|r;A zRpBc4ReUGvR&0CocJ@r)T4s@4ueo#e5cc47z>MMR=X19NC`O{ncI zhO095{Mqu3MXVyle{9#(viz!uF+Ki2?DcgZQ~twwu@ft%LQLPo`0-ACe^i$oCot3) NJYD@<);T3K0RTqdh5G;i literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/evening_gloves.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..37d879fe4e7b0a9fce8d0b34370d657e4e4f9ac5 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TS1 zr;B4q#hkaZPOoh?5OFy_`O=}_ZGl-GOtua?MHrX5ENpk_J92OSjUtocFdd%qk|SHi z_o*M*$bcI)+-N<$Y0tCDe~XKQirqLlk<14q} zXK8HwV~euuY>L+nc;?U1RM~o9Tkf0Re*G;miub=3c~&$rYiiJsi4cHr}cJAJG-P z;M*C8cYEt~ZZbuk<#}@N_wk@F>|3muvafyAY_Je(u*i3FuJ5mTl?eI`=-R{2uqiP|i4EOvZ!JZ$-2 z#cj!w`5EjdnVxVmJW1s&u#;`>-TilAMeW?8wQm^oF6-umsjmCZnR~k}X=lsXw|{eY zmMN#OC-5HrATxWJ=C6JHm!EbO?e^RiR>ts6w>(z-QH{*;=MkZz$Nd$;u9pfP4;RRf zWI8gt-u(L%)dS|j3?~SqhUbU3iO=7~|9}0S>=MQsaew9r=Hza3^Ve(e|Mu|z#JhXe zUYyK*;M;?@4oqpY?(X?Mr{TB1ft<&TWX Ss-+zmoD80>elF{r5}E+40hvGm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/bow.rsi/icon.png b/Resources/Textures/Clothing/Head/Accessories/bow.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..82788d858bab76ee0a612917275ab191c77928ce GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tA* z#WAE}&fCcsc@Hb_xU8I_dZYQTdV^^~k4gATt(GfS%I17K{$Blv<2PfA=wHT)0!%>k zj_LQo#|L5=IzQTY_u1|(pW5Ql(7E&9v^`s=Em^VtL2&!#C2W^@&IoP2HrJ5*nWBrM z$a%~C_l`?+zMjufQ5eZEm$@Y0l65l!_w=B9#SWZD@k>TI#&54gS z4c1K*;9PV3P3I4;G|mn8zW%x!>(G?;;|$a1FY4?eOmVJfnaaU#@t=9Vp^trL#X+EF O7(8A5T-G@yGywq2@oJ0! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/bow.rsi/meta.json b/Resources/Textures/Clothing/Head/Accessories/bow.rsi/meta.json new file mode 100644 index 0000000000..8d48ebcccb --- /dev/null +++ b/Resources/Textures/Clothing/Head/Accessories/bow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/8300e5fa0c4c594d4210fbcec17bc9eb6978914c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..a82e2839f63d1fa70a9bcf0d5dded69145a773c4 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;ir{ zi(^Q|oVT|Q3LaMAVZC^^=XT@2*9}c`emvm1;Cgev?2CghmT*@xI>d1vh4fbxxqs0_s=H=eSyZ93%SwCMC9A7SGa z|IeQBpZDdl00Scs{jhH+l!^cIW={1TE{2c$-rIj$DsYlP=bnl04eg~X+*BBkJQ9eT z*1Bt*a&~T^_$2EK+j1kGSMt5ymTTfGJk?EzLCa<7iim94A_4bs1~KW$_t$d?I3Ka> zNS5I+Q$IGvc-oraf`6LKjy18@Cm0{QV8C-y;HbFZF{b2qzvX%=W!NjARF5Bt5{KIj%GSri>v%`oTe%xd+Jmj`skFNP{IFexxFePFvFlyyZ$;8r`(=M0{% KelF{r5}E*~op*}> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/meta.json b/Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/meta.json new file mode 100644 index 0000000000..8d48ebcccb --- /dev/null +++ b/Resources/Textures/Clothing/Head/Accessories/bow_small.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/8300e5fa0c4c594d4210fbcec17bc9eb6978914c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Accessories/pin.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Accessories/pin.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..87868f8accd775abd38c7650f32941acaf3bfe34 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jcJ zi(^Q|oVT|Q@-jPe9B^>=%8mYFHvL7Gh24oV_A|}=H50`dKDjZx+q=K`Tzl(Ywi`Bo zE@wBKJ#4>~c>+*|$svy61UEw^qk=xe6V`@34CsPl=7qE3xedNf-yoLoNF(JwQC`&Lqd(-)`aM$Xu)WB_!%K z+mQ(j=@0u14sddQX#2@}pqGI~fq~J7F{$VKdU2;M1& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/pin.rsi/meta.json b/Resources/Textures/Clothing/Head/Accessories/pin.rsi/meta.json new file mode 100644 index 0000000000..8d48ebcccb --- /dev/null +++ b/Resources/Textures/Clothing/Head/Accessories/pin.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/8300e5fa0c4c594d4210fbcec17bc9eb6978914c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..abaa32a09637a949818b56c57fbd1709ec3ab326 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=X`U{QAr-gY-a5#6KtaIuV1jB{ z>fvu2m;RX(gNr~ z`tPsARWIIse|Dd0&dN4joSp9W9cU|q Mr>mdKI;Vst0O%<^=Kufz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/meta.json b/Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/meta.json new file mode 100644 index 0000000000..734f9e78e3 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Accessories/pin_butterfly.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/8300e5fa0c4c594d4210fbcec17bc9eb6978914c, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..05cd61940448fc64a5331904747aa6882b91c30f GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jBA zi(^Q|oVT|Q@*XzeIp84nLg`+;M*k&+em;Tc>XW2jF#JreohZ)msgL2?z5QFSwKLkX z{ouD}eQ0=K$;0=3VF{-`l-o9);AW^~RM2O5!rHKhVFFM!lS3Q>s^E97ghTot4G&DQ tZcJ`4ed71vD%Tp-Jpwbs(A1%8j$QAsH1V->Zwt_|44$rjF6*2UngG9MQH}rr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/icon.png b/Resources/Textures/Clothing/Head/Accessories/pin_clover.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..814959f381c31e626055686da45e0e02311e9c83 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0slr z#WAE}&f6;+`Ir=W*dENioevY{q#%HCB2xwh4Q(H z-rDUE8jo=8|Nb4aJuh@&$<69Z(lGaJSc1b`{nG(okDy5hccY%HcDpu@uY`C zu_MpvyFgL@ZR-t8jf_*;e#ky3TOfMrGC!l6+v@u09n0ROw2~)y}6OM*@1^OV2aUW zhquqzcJ7_=ZMoyhjt+qqjmq_3Pj1uMy(^L7-oz*KQhbW;3)`>yHz(8d|D2asejT1< zv-kU&qt)*td-g~Czv+;jyS4G!EqAsJAD>-ejHzN;A6Ea~8fXy^H28WRTjdox_q+7( uv$Z;`lT|{eu4XH6kvISSh6SSH-(lt#;k)1N2vk)733$5txvX?#A_oN9e5UO4f9*MNaIpJ)0?(qn!Izb{9miUz|t_EMWgG`k;0twwfD7!UYIb< zE{}CTz3IZPb!js0`5nOw>nx|JbnZC*lI4bs*6B&xau@Gf*ZW?}g(0Koxtwv~nGV^> zn}3@4YWW7g*S;mqP`Eue`|PY`8%-5ft+G0kpf@v)h2dkL;BM~5a)V<}w*O(xusgrG zw^E{wnaR{UONXgJAb(nFo8pGw+D}*;URG>xIPv*ULlw(`)(6J1Di_@=mVR_+DAxcw dlR<#t-gM5IU5agU&H#gg!PC{xWt~$(69DlQgUkQ` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/pin_magnetic.rsi/meta.json b/Resources/Textures/Clothing/Head/Accessories/pin_magnetic.rsi/meta.json new file mode 100644 index 0000000000..734f9e78e3 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Accessories/pin_magnetic.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/8300e5fa0c4c594d4210fbcec17bc9eb6978914c, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..ab03bbfaf6c51b1e9b71ffc145930797f51f88f0 GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5C zr;B4q#hkaZ&So_`h_s$}Sg6{)#PjYJ?bbbA{%=>alw8fr>DiT;x$-I3G&hYO@lWRD zFFx~Vp0)hroIU0F>4j>rTABaQS7+Tj+^7e}0E4HipUXO@geCxY8L|8T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/icon.png b/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a135076f9ecbbce2e57044710d59e74f3d7af933 GIT binary patch literal 349 zcmV-j0iyniP)>tx z)GLG)fXqqJHr9tPh`~i@O9#eqwm}X8XfIbC1=EZRsjBPRI+qhbyoq!jkSGc~MWm{# zL~}Yv01&+W&D=#IfTn3wk|e!8q=8@%6%Ga=Mcz`dT=#E#-XEVfPYDM$pBW5*Dn_1B zR9Tkw#$b*}nEfz6A5TiMOhuRkL6r{!3NJUOHwTnd;vyu7U)O-^x=yzNC*7o+R)IMw vhu{V0vO|vk9FN_O=k-4j00KY&_)CB{e|>{sV-rTq00000NkvXXu0mjfiB^Mp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/meta.json b/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/meta.json new file mode 100644 index 0000000000..8d48ebcccb --- /dev/null +++ b/Resources/Textures/Clothing/Head/Accessories/ribbon.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/8300e5fa0c4c594d4210fbcec17bc9eb6978914c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/beanie.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beanie.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..14026d924bbf558559426dad80001516a272ab0c GIT binary patch literal 553 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vo2 zPZ!6KiaBp*8Ln$`5NP{9eUEiSU^RR8Vbv8K<{Lh7T&iGpdaAmIbL-UQ2mTx}l%6-~ zjh;^bnHt_rZspI5-F(yP1W!CIdU@yf1X2 zE^?ahrtRAqEDzK-Dpkx2;5?`raQ*A=!gu1HUH(px3;-*&05y@TUMlbI|EyM=vDR8chfc>oMR)`|L@cT&4aCy z3g>@6P)*R;yU%0hlT=Vt-3%gRhc{o-+rXW8*n*kTGRhWLP`{qDQJejk1)@U`yVXU2CW9L>)eBiK}ySikOm zqxhM#h)rlxXP~f>(4VhWZ?6ZHb^P3+(e;mK9ZP%@3s1AZ;EwLi@z1?DB(HJ`ZAkf` zH;Grt(d#1ndq&P{Gp;t)eCa8Pl_vWY)# z@nop_v8u%1ulCbYe05;gx;%-tcU9+ZW-hj35?I8kxaWPMLiXB6dK;KN80}b=dFyJX z`wD@z-YPD#3kq0dc3+tMSS5l{!ijUoluIJdl&qKALw%i MPgg&ebxsLQ0B)6f#Q*>R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beanie.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beanie.rsi/meta.json new file mode 100644 index 0000000000..0df08ccad4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beanie.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fbc78615f34e2fa615b2768487f4011876e803e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c1016e47b9573aca2563381a00de487178d84d GIT binary patch literal 378 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRu zr;B4q#hkaZE^;HhsLX1Meqg=bRd*@#rH2h_; zqyH}ZiHQx`v!7Mk-P(3^Tdu}wq0^fdyxzs+*HUwu_iI+&CI;^HuYW1uxtDv_`Ow{; zo=m^?)z6e~V|;8;ceVC@f99-Bo+l>GuVK1YS{rKp@4e}o=g;2#QDJ;vcK&()E62W? zyG#o1Ob&f44KkbzmO>0gDhy9N7*0%Nn4rvvCh_3au?vg0FH5;>qT%=8M4`~8*yqeW zJKXc-ljNVMD*mh7{*&Qxc>g`;rqn;Bb_Y7DKNp@odH3c?rZWY1W`Ca}x??_T$OVe=jl3nh>Io4iaj{U6x8k-(XLvtjd}X^5327@3LZVp<8kcd zgZiJZY7U)#$iVjigr+kDc}0hYE?oEe{$HE(iILMTl*WFvIAGB?yCu1&dahJ;?(JC$ zJ`5ZMLF<-f@>O3pd21`iA5Ry_xLo59o7&t;ucLK6TC CX?l79 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/meta.json new file mode 100644 index 0000000000..0df08ccad4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beanie_submariner.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fbc78615f34e2fa615b2768487f4011876e803e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..76ae256e2324ba3b95208a70b85ca7e920f0903a GIT binary patch literal 412 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR< zr;B4q#hkaZ_VP9xh_vVn8E;@r4lrOYHezOV4%ooRDy*Pd)vBzmWPe^QY|-xZjtvL) zo%axV&h^BD;e@A{f$!z5nNm8Zo3`cZYn+LEtj;NM{Nt|o*3T;U%`cA)_i1X~zPOeD z`AVTXOgS4$V*{_7K1x2PV#D&&{d%z2LDd9_w&{v*>+XM#pDb{?Uo|9j>K+a~#`lM6 zjrRz)8{d5R`n2Tt{QpepC;vq=rYkZkxHCEQu{6kVGFS>R6sa(P+%S=0f-;K4gkK4F z&Py--&e76kQ{L||so{9ty;-*=RkJv`=B+JwC&#$GVR4<^@_FArtx@7H{;cP8NnC(w zexQGKW!OY{&YvvX8**=VvDF=YY~$1MT{e$#ztF#qDLY@9bKtTN=8}ct1) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e77978e669df98ed99d0e2b106c68ad4a110f725 GIT binary patch literal 389 zcmV;00eb$4P);N10h{d0wSUYDj-54qyiF% z$SHvwVouMJPbY2n{@$P0G|o4uInb}%d(K?dB#fsU<|{( z=6T*+*Coesv_V(^(ts0(QRhaK0RL63I>Wt<&v}H?G>NhAdy1myXCG?_dzdFlBGzaJ zrxi*781GGw)HIEV^?jcee+YnH%F1;GkcR>G=2@1Bv2EKwv2rhtW75$ffV_Gnzh!z$ zh{G9f%am^*&vPaS#HBHXeAB9 zP{7x9{TRUSgj@*3LV)MQD*@6pHO6rie>n~WD(9NB0HA$B2?XI=0Z6&7s)}@U*WXa5 j!lwY7sSDr&xB$KZMZJO%V&52+00000NkvXXu0mjf>I9u` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/meta.json new file mode 100644 index 0000000000..a8599dbbb7 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beanie_tight.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/729c8252fe401e760f2acf950046096669635b0e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..81fd60350b35b77c69369c6fe0e4102e0fac1465 GIT binary patch literal 681 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|QgE zr;B4q#hkaZ_VzLv3b;LA^188Oh8%~Plgbo_mKO~yUJWgL0)na&6qJ~%6x0@V?ftz* zIz>|K?v3pG=g&+QSR*L+`|XVeoA)9otM;z@`}$_iH@DUdceRa0B zB4Z(2Gh^xQyJ1P)tREQaxCI(N9`WjkW14;T*}p0anM?7mDh$)A_s-kg=lNJtvm<@W z^EkG|U&fk|3g;T?_WPfH`e|Y9#)u0~ixvvyY>)o*eSwGzQ^EA}&yClHt!6(R8oKk% z3C>^ka{YOqCOl~7*>N}Tk)113!FR<6SASc6{QZ3C0dIlGn=ea_)OJmG2%fdrb~{5~ zvDI9;TZWY>$DYe6yz*CJDBrJn_QF3c>st+v?W3DM|J>8psV~Iv`FvCJ`fsz0CMoap za0veJe&2krz8@FuTmEsYHB3on^035BCE352e{uR6-i&IVlV2HCvzZSWval~r?K^(> zQOA|fKPBeP6{_#m{Qt6m<2vVq9eY|>=KXnCP;mY7OOuuMg|!XwvP~zG86wyeo|S}g z9e?nPMUJ`SEE_TBJZ_{G30#33ru?qp00i_>zopr06@blNB{r; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cffca00e10139d99dcc4934d0a4dcd701ecfc127 GIT binary patch literal 395 zcmV;60d)R}P)c z3L*eD!>1^UO`KPR10hcN8VFSdxH%d7RR{_5BSDA&*hFL8_x%PK`5H)d3;5nj3)8uVv> zhyceS%mAd&Nyxw#szPmm(85c%zy~4m{_hDnQl1)ss-U@Ad$VBzpgF+s!Q7wzt5Q{f pAb9M|DK7&Mgu6k%^QZK00bVd$#*VR*0XqNy002ovPDHLkV1kkKqE!F@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/meta.json new file mode 100644 index 0000000000..0df08ccad4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beanie_winter.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fbc78615f34e2fa615b2768487f4011876e803e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..d55e16708449fbeaa219a3ad9f6d7bd6b3839ea2 GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU{v>XaSW-r_4d}m-ev=V)`!PW zi9VUarlH(EMc^X)(F^TQg^CI!^BCfT8kgP_)^6D`LuEq7|MzV?dlEmKRbJRP^XC5b z*)s04dmdMKILC!L2mf~HDKuS^8$I{@^R#|`f6cY)V)dp!Tg&_5-tCtqlT=y-R6Mue z_MP-(&g~eN+|S;ct4(d>_)BBMr@qh1d$()d%is4@G9}tHPdsxyBJoz%x5Mz(r^C}t z&#e3Ye6RWYy|vXKr$fMo51z$L=dXO){Pp0R&3$tOXPjq$GRJ&>`sK`5f9uSj&$+d2 zs>;$SAzl~1R^5GC@@?wRtJVjq^A%a922Bb2#m%pn(LedNX7Wt?`0C$$5!|a~eJZwb sUS4o4<#fT3U|x$`6YXIZF+9-z%TyA6eO|cJ*FPXZPgg&ebxsLQ05E2p-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d59b93ac05229f084bdbd0d733fddd2cd07df1f9 GIT binary patch literal 292 zcmV+<0o(qGP)EO;Z*_8V^&cy)N~VJ5hC?|+ZELT>!S#WV(%~gdhya;PLWqd6{4T}c z_rLr`sw=O9#(t*W!sI~Z{N*08 zmA{!EMKB!M$k36@C~%xfp^w!;hP%N+jG<760VKgGY~Xu2GE}rJvBKr(oaaB^{Fdui zKjAWi!R&leWJycQ>dGR!ld6h;IJe~fE=_xQdXvh1u6xU>=hWWcn0x!CiSLdU1IFWp zd$?3}wyk@8eP-{5g@rPcyZ1kuSQfwdp00i_>zopr0Bqo?1^@s6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..32235914d1df9dedf638d255fb7598c502d6678f GIT binary patch literal 435 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5K zr;B4q#hkaZa=V%x1YEQ?qzC9f(7X~{;pe~bo@y1Rxu`(O$K*Rc9SdLm6>OgQuFguM zp08yPy183m3rDfF>|C6=>n$+hl%+_7t2{tk=F&FfwVgkH^C zcaSNfCUV+?Md9s7KcA?X`F&oCFJtk+?d&$^Kg--d@V9P$TcX3PW#@~Z-8DJ80@c*6OrNCHV@O1TaS?83{1OS7gx!?c* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/meta.json new file mode 100644 index 0000000000..1f9b098d34 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beret_artist.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/f8047ac7afb8c3be6770301c12e1c627407f9b79, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..22eaaa73ca20dc31e7c934d848f2be3b99daab28 GIT binary patch literal 476 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R59 zr;B4q#hkaZ0{fZ_L|osiY-a9V!w}Q5iL1=vj$Hj426M-lMwaUh`_z192&U(>pF47= zTIlnV-aX&8oN&Kyed427KKYm=U$eGPj~a$RXpGQI`@3@ z>wZl|w|~o7Yo_1XQ1-fCRWS_6x#4@+M0VS4-Cz6mzm8vjJ>$06^2?g1_#{4?`+hE9 ze^U8w?)}$-8)o0P`=PJ%|6zfIoUTL1pXt@yS4#K3;H$P|^j2n6aA$JpV`-4#WUv%s zC{kf~;=yoYBEtk!34vdSmu0r?EVEwSU+R*lzW?&B2F=QO>`!@w5+?g!zEbIUwI4s%&#~FsKlc8k z<4Fu`2@GsAxDQx{PYv?*KNlI19pBFsV6gV}F0QqumuClA{pIiwZNB{r; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8b3e01facc61fed6a0fda718e7b0f75f2005f648 GIT binary patch literal 425 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5U zr;B4q#hkaZPUp5b2)Jac9%oQ-5OEMW;wj>w=O9#(t*W!sI~Z{N*08 zmA{!EMKB!M$k36@C~%xfp^w!;hP%N+jG<760VKgGY~Xu2GE}rJvBKr(oaaB^{Fdui zKjAWi!R&leWJycQ>dGR!ld6h;IJe~fE=_xQdXvh1u6xU>=hWWcn0x!CiSLdU1IFWp zd$?3}wyk@8eP-{5g@rPcyZ1kuSQfwdp00i_>zopr0Bqo?1^@s6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..32235914d1df9dedf638d255fb7598c502d6678f GIT binary patch literal 435 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5K zr;B4q#hkaZa=V%x1YEQ?qzC9f(7X~{;pe~bo@y1Rxu`(O$K*Rc9SdLm6>OgQuFguM zp08yPy183m3rDfF>|C6=>n$+hl%+_7t2{tk=F&FfwVgkH^C zcaSNfCUV+?Md9s7KcA?X`F&oCFJtk+?d&$^Kg--d@V9P$TcX3PW#@~Z-8DJ80@c*6OrNCHV@O1TaS?83{1OS7gx!?c* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/meta.json new file mode 100644 index 0000000000..5cfaa22454 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beret_peaked.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/f8047ac7afb8c3be6770301c12e1c627407f9b79", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/slouch.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/slouch.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..9511e32725f1ac227fa755c8f0e22d22f2761c5d GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vm> zPZ!6KiaBp*`F0(05NMrmpncGnX zm?o(d9$X!9|Je1{r5j`)K405?zwF*MCcWw0-+uqSTll!ZLV>03-mV|HnJNd~T-VJp znyKJ>`E}M-t|F0~xY_&l_QjrmUTku=wU=ejWB+$@icek{a}=pCJn>*SF_B?{GNXb! zlS3a%gA6Bwr4R#(#B)u?=bvvreRS;c$LOH++i$NOy`N+D_ZoY|1B<@;UusF)Z`*!V z$lVa~BWdG-606c$?|V_lc1-`WL$_{c%s=VvhP%b14&6U0{co3duR}Itporq>P3_;E zlDpp*y%+3#&AjUG#f&Gn9u~Z~wMi#7TIA^Z`}?%kzB|9`Ducw;?e8}lt`^xS)p+^k wlVh{q9P3}f&r!MNizExW8?iWkq4)>h#2d%Gw(Xn|1&lZbPgg&ebxsLQ0H@yBz5oCK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/slouch.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/slouch.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8500b25648f48e5fac7e27b83689a3f7854fa75f GIT binary patch literal 415 zcmV;Q0bu@#P)k8*L4<#A@hBoP1D5szGtrM3PA{0pePC&VF+_%kGWwO?2i7_gh`T+ zIRpU9vYrF*z4Y@u)3~lHJshH{svqB+9mOdCHp=sy=0Ol_aZS@U0B(#US(b%jZQIhw zPWs_jfW7%6!JsTl7RNEIhhd-?Duf2z?{frk2ykSM3?XzpFFj&-#&M*|z`U;OOLxMh z9^j^2Fy^I4_B?Z#^W%{A8=9uM0pRjMAK=2_=6JVnLTNYQ=SFnn;rBwxA#M)Ayz4sQ ztSgQIjil&pEb7` zx9|b=HJo8~c*dyknPEaD!wDOP6gdX4amd13eoTD4&tbhalkWFW<|&_lJpNo5|Dg8T zFNwdaY7-mge4ZBcs?PsGPW(ZQa+XEMpCmTiD*mzh^*8>CC|o8&EjlmvfHiBEyW|5w SK2e~j89ZJ6T-G@yGywoiMtWNS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/sun_visor.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/sun_visor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9dc1f3b2ac03f7884997ec1954c6cbaacf423f GIT binary patch literal 383 zcmV-_0f7FAP)^gKFQkX?H<511KC} zkH8;*s;Zn2A8!FV=Kum>lx3->@N)+F7+~t2kD@3MRl zk|a?sWd+cO#ukn)*LBqc0E{S#o}j+(MIR+2fOl;Q=X0;~C~3GA@OatywL1fx?YRiR z5lz#)J)>pEKOHy(v-iYxcnD1h-Z>9<4Hf}70@rn2zb*Zha1nqZ6hSP{?gRW**k!;S dtIb?L`$IK*&s|<6mD1_m@aLBwiwxKG!pjzWMHl>eev|)8l!NpP28jC@EY%pE;O1;8 zvUhm-sn22dZ+Gqw_wHXU-FsnOPH1TRvn74Zv3CW3ysc|`w(0(R)8n6JT;E&#PE##z zN<+XNGsUgK(IT#2*m6Hle=y%N>%NKFaScYr4Y&L^-d3G8S!}H(8|S7weGM1tdDO$o) Q78tV(p00i_>zopr0JpE;#{d8T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Misc/headband.rsi/icon.png b/Resources/Textures/Clothing/Head/Misc/headband.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d57c452c69bc53d4296e094a3942ee8cdac00732 GIT binary patch literal 515 zcmV+e0{s1nP)0ctjziEl#Hd3gu`@fC`qD8okv+4g!p z`5bT%m-<=bQUDeQ1&G?$x`s~!=pe7w=l>;Z02+WYeFI<3ET&CbxUT>J002ovPDHLk FV1j;`;Nk!P literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Misc/headband.rsi/meta.json b/Resources/Textures/Clothing/Head/Misc/headband.rsi/meta.json new file mode 100644 index 0000000000..a8599dbbb7 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Misc/headband.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/729c8252fe401e760f2acf950046096669635b0e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6bf1dc4b6d5ca2641e1f3efc4c6ab4189eb7f9 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR~ zr;B4q#hkaZ9JyKycwGMHlpHu}RMs<|KI5Cmoy!Y!}?@n*pv+mI~muKai630KL-;vTTyS;7ivClTUpYCRf zaEdfQZEbPxR7ohT9Db#r;HTRdQJ-NOb&f44QSR)P-aAusNa6f=s8o=ny1?uirsg7d%1b{k^7&jc3s`hI!E}5 z#pckusi!B~=kTAHCEjsPP;J3E?k#FnYKkrgD&rKIH8>TS`aUyd_eDcCp~B|wVuM(4h%&GPgg&ebxsLQ00ttFCIA2c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/icon.png b/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa0156dca237311f920514c483ff40740ff7793 GIT binary patch literal 381 zcmV-@0fPRCP)5-b6N*LAIeAebcLI2KE=zJ?|o&?HH;M4soWEK3dNhBX6S z*UjK<+p088^=?2hLc(=jb;%N7pJ!R74}pb~_=3zp!s`OTlw bzY=%>{VULS>0R3*00000NkvXXu0mjfNP?ER literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/meta.json b/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/meta.json new file mode 100644 index 0000000000..939b5871ab --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Misc/dogtags.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/ff229569ae0597a55ea52760b71cd3f0d87e350d", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..51960edb2ed453f5384a69e64859465e9d37f697 GIT binary patch literal 492 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vnc zPZ!6KiaBp*8TuVIkZ6r((PsAW@aSmmjQ%1Nvq&g7{n)wKoh;1Z4;bFej0jj7;$dL0 zSYY{|m4+d!=31<%dLKPYBXHi|n}u3G?O7~^7>ZOFo_H{vn8+|enbFYv`uTFxxMvz_ zrypJ4di=AL_;wAw<*Y^zpGU`4$j#orxk3Kn*^Tl~4qfk^asA=eg&fxTmG8Dk$*4Sk zuX8}|R-5_pha7wE#+&wP%&uN`qVc}w?8a}^X1~9jd;Dqf^@d#Kf}+^8*}p73qgZ?o z{eCSN^E{X3+r%g955#jnv|Dsu0pbV+cP58EmIfJ41~k_}CFZ0s?%Z}T_{HUE8H{<- ze|~&fe0SZp2mdDsrrl1dW%e5D{Z*?bNKa2RKCrj1cK-F~hU({cGSC~>+u>9vPw z^N#>-r2O7zPNF$OsAC!34{-@-(_*=`5YyF6zc!uqZxDLq&yoQw2$?@2s5&wL*oMEL zdx7Pq=q3|=3K+sPo-lAl>9mzHl}p1=WA;0S+StT=RA?$&>^sk0^U)Hpo7kU1Ayj2& zja#`i^fhMhi-?<1!o)-!QqoOm4J3>w>cJP0Px6LjLpk~&+~>&veJb;T4F-@9Fp_$o k0vK8U|BomGWPqW10JF6icgyoIA^-pY07*qoM6N<$f``qZ>Hq)$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/meta.json b/Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/meta.json new file mode 100644 index 0000000000..d2ecb896ab --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Necklaces/chain_gold.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..100cddf1eb5a77a47b089040a19f44a0e4106650 GIT binary patch literal 432 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R4{ zr;B4q#hkaZ0=t+D1zfVP?B=L@z0l@jmHOW>n=^UW+@xlAB%~WD2Yszen>I1z)1;F+ zC1DEgOb&f44KkbzmO>0gDhi(;7d`&M{$|?Y0DJ3y(>BF29RBcUjkw|c&#(4x{+Z9+ z@vuz3S?7**p#5uC+lt-)=6K)Ce|P=bpY5y_i^Y<@f90uAHxMign3vq#e|_4YFLDCu z3+8dwDEiJ`!2hp=bzkKNx6k1Tr=HrW|Ke$a*~#$4gW<$Ph6&1yXpR9(WQrMtO73Yj zto7vHko2OgRzJM@gL=x9n{jK-ie&{e?U8x+z06FZEMZ;K%K3pGoP|sG8~yd*?BG3q zz*4p1*y_htH~(Cmy+C*O-DewFmLD^!VZHI%V%y$}OmF6HzG)Hj>3w|mJl;Lm_g#K! rZ1J5fL+IPwTbKT0b;v^T5B#q$y;?9|bJ7xE6fk(Y`njxgN@xNAe=oAR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/chain_silver.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..06e4c2adeac3015ba4a3ce7b60ea222c254b9cb5 GIT binary patch literal 345 zcmV-f0jBy^GQ3dM7e@i2;+l(n06F|afm z6Xu2fke!d|Lb`E3Rs(1N4WI#316=MQU_7k7|0;kq#=Ql?1VCmXYIsZ_mNb$8RE!to z1~5Kf=lK$Zk0yYWF`2>qv}eV~5RSV!o!n271dx%^wQBC-eT3-8{C>zv0H)s05ZzXv z&ml0ro>>7%Feiwf3_b|GK$0oSWU_YwK_Gr^Acb^>+q80SnCgw9Z3tr&MhYm@t=`{D z^TiUNBK%Vf${e|JZm2b8@j*n*$YFA#PRVoIgNt%&j=SyYD0K96(uRr%x3Fl7w;uO5Shi29Pv!17Ud!`Z@sCy9?DTU5@{(y!)43&_?bbOo zpIrWD&c}Qa*~Z&tv)4JSFR5g|a)e3XIB{tC3VDO&6F%r)nq2$NxH8cGfvG_$OVn3p zp-jbPyc7Q{|Mf`u!#zQX)-AV0udiwUQ2DndtK8wVa-i|)=?ae`7_g%lhKd}|$2>2p RPXR-S!PC{xWt~$(699TofRO+I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..00112ddd475e77f7f6f918f5a347a895286ae052 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq{|T z)5S5QV$R#C2RRQp2)L$q+NvnTDzUSYQiSWG=H|3VcWSTi&eG}MZY&rc2Z$> z`15adZm#S*@zcddE=CM43LPA0wwUm+sH>>HV{|!ijaef;=S0xdH%%N1iWQ4ZB7er- ze7koCi_;s1?xJtu9P;ckFS!-vo%8Ll-F~yvK4^{rBTHev{jUcLPh{Tx9lOY|M)jN? zj~L^d)IvMnNFSp~F9lty1)VLrlJ7-)y!(H*+pXGl)lrYd7(8A5T-G@yGywqmP=wO} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/meta.json b/Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/meta.json new file mode 100644 index 0000000000..d2ecb896ab --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Necklaces/gold.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/low.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/low.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..418c0e77f5fbf68d50cb63f2a2d1388fc3038464 GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G9p zi(^Q|oVT+axmpYaSiEo4zxW@&RKIX;vp`DhwL&w6yQSU=-`!pZ$Q3QkHNA{?y$ssC0}E}p-8^4wiaiN9~}U=Ka? zmn}u?sA13U8-0};FNHrm@!kG|OQDaIF!J+qxVru&*Sl+zvL;x3V@o;w{)49ZUAQuLFhzgQu&X%Q~loCIEK=eI5V+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/low.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/low.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..25bcd9f20f4c075cc3aee8624cbc6e65f0b917a9 GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQLT z#WAE}&f96ed@Tw*t)?@p546pGu=1%|&I6Uc^Gk#eHD&(1IO9WD!i2ik>#x!)BZL!} zd>Xzpw+QgP|7&`0Tkc-bg!|vMcNji1pY9aGtT1D1S)_kr-JDf7mvb>3oM_70ZotN} z&L#V-9jhTj>MS;Y*E$KNhBMv=Kgy^pd}NYV*#CLbi7By+JA%A)&+UB9kkqs2>s`hK zCr|wZ=7iuM3|c=Mu9cc6?)teus-1JEz$5Jk4hK5!)LrOYaG@}+BB2r_5b>-D$dVT*SF_B?{GUGz#KaYF$ z`ObCi|F-oJzJ)QLUCD+lDCKmrr&23nFIq>1Bh3j2&_CHEBb0{@Ga_(sL zls^TG#g`rb$|iJ|KD`kxoW1kKQR#zBXLjtr|Ml(TwA|O{Pa1XS3F|DdY|7quH{AAy zo{#na|GO1l@kMNzpJo0l;i=xiD=;T0xHCEQu{6kVGN8E)B5{OgQ;Nnnz1PoWOd0o| zJDSDZ6Z4fZe&&OlruWny=g)jJCn9Gx?~NPwbGEYu7ITVikT@{)+;#Ow?d7o_CD)(y zicTsM`MY-M`-Wu^2Y=3yOcKu3{3T*IIi{(0$?!R|d!xwu*^J?~ zsZ(5klMa(tN(4`mP=b3+rbF)fQ~b-%&F@xcocNXLfnUyw_QLaLYugGhn)y6j#9(&E z`NwtU6>d4w?FkCLNn#DoHplV~@7cT5uf2JB8Rxmxio)*ati=arqaNZ)!%=fM7NtWo)kpYUTfO7@VX WLe~V5e}{n{V(@hJb6Mw<&;$UE6=EC! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/pendant-icon.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold.rsi/pendant-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4074385d34f4cfd83a56428d4173c259864b42bd GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D46c) z;uumf=k3Lff((irEDm+gb|0INw&M5{2Ca`zy&c>q?`~1t6&klo2B;Pc7Vrp6oVa=G zHyQR6OXFadCsttsPvr~Bjf`LIz3k=HQ1emepZ|hY&;2(nu8`cI4bc% QYavL$)78&qol`;+0Kw!qf&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..522cf71abb42aaff5d3d66158d7a6c53ad95a36e GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRt zr;B4q#hkaZ9Qm3IL|ocm$f_9T?P+5FV3QNOyX5V)&lL>o9~_(TK+)%^vxrI3l4)uw z&)#|kEvsFa`tiTW6Ay+H6B#BbGb*?QLeG-^3D72KMDs#{kM`6 zjAJ^pZ|>1=63Rz^a~#?6A<5vDwStHcLy-ytnvD%IoD7zz5_Xg2Oslm0k85?8CoZkj zKIitDKSN5fD57##l!IrE;QXT6Stfg=RBk;!&Xi>4S(57dlWErm*2wF}E-d||rM%$9 zg6Rw99$v^fS1`n(XI|q4$zQxpn3jP2drsD8dDf}q-r2xFWnl1h^>bP0l+XkKoEev| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..31eb4d3e2fbaccac58db9f0a70febac7cf20edeb GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQyg z#WAE}&fBX8d7B&rSTEeo;Ga~nnU!k;>urUHM{X*o`>Ab9cHZ1K!xFIbk_Q|{>hIPrn3eVFZ(uW_1T9HF5}CO)Zq1P>Z5_+HLCxK6{oV6lz|Cjt9C?1JmCU@L!jRWvdidPqJ@Q6; z%NOiXXJ9dP&%5St<@EgbdshaLuwKT9?QS2V9?dqmy?O`##>MmhCZ~AcvXDr~0y)`% dMTf6~>Gzqg%gI0P?g9n{gQu&X%Q~loCIDd%hnWBX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/meta.json b/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/meta.json new file mode 100644 index 0000000000..f7af9de001 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "pendant-icon" + }, + { + "name": "pendant-equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/pendant-equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_gold_large.rsi/pendant-equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..280388ebc380548844bf7ba6119a202d61557679 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FST zi(^Q|oVT|exta|`TrWnyFk^{r=f0@=%54)b>%rU`%M?oH{1Z7;o&HFtarT6h-#abX z9p*4AoMRMt&d^cJaKw_~kqkrOQO0%K|M+Se_C0QP`&+{Nt#*0oQN~Xv(~lQk*z|}& zH~x2i9g85c2EGQY=I}M_*uZdlQ_N+PTDND14MHU6YG=|ItS`Nt!H~4li+CS6ce7DDB0mxiWS3j3^P6Cu%71ng(ubbdV#DT%kjq2-OCw$BUipAr)|HvPTk*Y(k7lJ~0pmf7XM zt>GQlx9ef&pVqA~Yc4wQF7bHPkAxD>4JKj@7KD*OO0bCYdcS?gOskmcl&hE@MXt49 zu$skw+vBg#s+aCi6SS^kes=k-&G-0CtZ&#lyb4+Vy}Y~d#iOY!yxz}c-j&umOZ1UI qtXA4Ym5QEEKQ2nC{FBCI>HO9=MQo?bOTGXDn!(f6&t;ucLK6Ud)}?6x literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbe078b1c8edbae125896c0f624d5c20b299872 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQpd z#WAE}&f6)ve1{waT9eRLEe&lV{JL&V10GC{e@ept;n1_pGkqzb6j5 z-xEE=)zI`JPt?6}W^=`^Ib|)6%Cw$j$TGZB+by0d5n&`Bz5D6Z3Py)Q;ilwwb$e|y zo>W??Ef8mDdysrsoaxz%iRb&LhJ`x+e)egLmOjIVa974jTOP@rcXNJ~od3Tqg3;wC y-v*{9ImdqrGH@()yYrm4fayanlL7-26|hDt)NU=hT(J!3Wd=`IKbLh*2~7ZHymp%a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/meta.json b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/meta.json new file mode 100644 index 0000000000..f7af9de001 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "pendant-icon" + }, + { + "name": "pendant-equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/pendant-equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/pendant-equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5f7c36ed095dd87ecaa827ea348356005cfa1a GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Gay zi(^Q|oVT}bbG8_WussyqCU|hs8&~8Rxmxio)*ati=arqaNZ)!%=fM7NtWo)kpYUTfO7@VX WLe~V5e}{n{V(@hJb6Mw<&;$UE6=EC! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/pendant-icon.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver.rsi/pendant-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4074385d34f4cfd83a56428d4173c259864b42bd GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D46c) z;uumf=k3Lff((irEDm+gb|0INw&M5{2Ca`zy&c>q?`~1t6&klo2B;Pc7Vrp6oVa=G zHyQR6OXFadCsttsPvr~Bjf`LIz3k=HQ1emepZ|hY&;2(nu8`cI4bc% QYavL$)78&qol`;+0Kw!qf&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6c18dce60cb770cb7221564225e4ad14549945 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TSJ zr;B4q#hkaZHgX*@5OK{vxRllWsC+@$H}yYJ^@ncWloz<$Qnsend5M^|*)sk^d($;F zTV~75Dyhh4EK*^3;=yoYBEtk_Mg@1KWqua(*1t{Mu31+*U+VPD{OJ+lSG8YGBonhJ(GN+Ws}|t{z$)EyNG4R*ZjwGI)oCwz18`4 z{KS+O$`1-3R!(>;JAsRn!BU6;%`%5RmIfIViG~@T3*GXcX0G4#Ln3U}_D5@?>kn)Y zJS3LjpD#GSD0!C2A}N($k2f%!SL@uUGhIJ{Cwf9@?wMGv?LAW#O^$0S<9n`F>K4Q( kXUn|O_=_|Pb}Q$oTX!XIZSKsD0){7pr>mdKI;Vst0RIJ&Z2$lO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/pendant_silver_large.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e1cc1e116c529c737d511d3de5e3da6ffb28bbce GIT binary patch literal 352 zcmV-m0iXVfP)$7J3gkksg9hZ=sb&4V{Gr zqBS(?x*uXBBp?HV&HjY2$tF8*{><#^^k*pm1)u;*0bG4w*r!&wwtAXYD}a#NJfroj zOEh{2F>dl93IQPa;`qthqR5T;K?trBKkI?EVQ2s&CPX2Cc=mB=Qh=}+XR!g+vep|X zeII>+a=?*F07eZNBxB#*dqjOR_jxRUWb>s7kd*)+I7Tk3#*=|btDRR3z&D{kLWhQ( zYNi0zvhEd0000%rU`%M?oH{1Z7;o&HFtarT6h-#abX z9p*4AoMRMt&d^cJaKw_~kqkrOQO0%K|M+Se_C0QP`&+{Nt#*0oQN~Xv(~lQk*z|}& zH~x2i9g85c2EGQY=I}M_*uZdlQ_N+PTDND14MHU6YG=|ItS`Nt!H~4li+CS6ce7DDB0mxiWS3j3^P6a9B5mrZzW)|}aIe*WSQ{pHM8JWnlpeZ%b75`u^Ubt^@_U~W=ILoS9djV zm?Xq3&^IApIO*5w{9p!|f7!?P^u1(wBlA~l&UK}kaV!ps3=@=_@|UW|usCQODm+>v zeSH4{Ajd*EK>1)SgWH88RsVz6FtBPkFs^4`Bh{IoQxO*240Jw&r>mdKI;Vst0MYtd AqW}N^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/round.rsi/meta.json b/Resources/Textures/Clothing/Neck/Necklaces/round.rsi/meta.json new file mode 100644 index 0000000000..d2ecb896ab --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Necklaces/round.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..f84378701c929dc7f53b4dcf58517b1884bc5662 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G3n zi(^Q|oVT+KxtJUUSYBV)&vERRM*Ne-CSo-`8p1Ls79P|+y(lEyXv0C%;DX6#awZBh zp6FzF;=)j*#9&#k`QTH9-THEiHwo*GpEcQ9lfAWp>%Yjiw|mW>-+n%)%Kq*3=j+7+ z9*Ta;+yAQLS$DqgHj{Xhzf5Zr_n(MA*Dw!aieSSW4hKIL1$Cwg$c7^cUoMdkc>N*% zw!nGq-&?bPE&JWD>a=$6MW<=zT!-~s(xx>o)^n*!FP+V}c-H&5Qx!XKnI~S8=B)E2 SGD8dKa|TaWKbLh*2~7Z&uy`T> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7de4574ac85b59508c63e9c7b7ff273aa94feec4 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tn| z#WAE}&f6*8e1{BpTyh`iaa?=q_r;|^J)+ryr=_n+@lmutXHL$_&{-Zc!>iwP{;_0I zU|?!s^N3yZUFmE{iecDa%>!A}kKW#?b!~RCmrjc`L(|iEX%@LPtC?p!SiU!lVQIq5 z&Zldt1tS;uawtk%+!wle!*-G8TLNx-_*0HDJ2D^mdH&n>_L#nH&uv8*j?BKO`<7o| z`M>hQ+#hatZcoc&Sn_@9j#9Q$0cV*#@-mdKI;Vst0HynIRsaA1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/meta.json b/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/meta.json new file mode 100644 index 0000000000..d2ecb896ab --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Necklaces/silver.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/7bc5666e9e12ef31dcfdc9bd4b68831b34811bc6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Necklaces/small.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Necklaces/small.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..b3de1212cde7c07cc069a4d9fb4dc4a520cf1bf0 GIT binary patch literal 300 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G6o zi(^Q|oVT|&@-`cYusw7>C3nGqE7+Ke*T-prLs!r(KY?BUS1(}vt+V1D_f8fEJ;n*% z3{Qj@cDl38cwQ-geB!?MH@EesM$TBaQoAxNu%Vc7zW$$m|F=$iufDYg{2$nKUzsg?dpLS8(5DQZu6{1-oD!MTeMoR$aM&XZ~&x+< zUBLa7s>0keB~3oeQw;s`e1Rzg!w(&$B9Z@Vzt0n#cz*L)zXTEat*o1u$Df)wnH^{d z5S%OAe>(hR`bqgluHJ~SAFte|X#QC%XnltfD0kqTUh~_;()wk;OF>FKUHx3vIVCg! E003z@h5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Necklaces/standard.rsi/icon.png b/Resources/Textures/Clothing/Neck/Necklaces/standard.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..41eeae6eae986e38cf3af14abe72e0509da6fa47 GIT binary patch literal 305 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQdZ z#WAE}&fBYJxegidFg)P15f#0%xkFu0{;*xycL}9=E;g$dT*}T(k=(pS?{3&$6@y*Q z?)#S5OLy3_GfNy`V4J}B`|vq0&8dcNzaLj^JvoV4;bzjlGk3Msw2xo@xx+QUaCvu)w`j)%1$?9w~;`OlWZ+h$>=A`9-mHT(J4qVDm&_ulvZrfE3L zud#k7`0M>u9@Zc8->jOP|4GzAk8y%G!xJHfoh-PS+S~@&i(S5!dW9e8iB&out0{Vl z>5IKtGHXbj^81EUlh0PMXq}%f3UUmRyMWA>%r%THm&~)PCfhgwJ;~td>gTe~DWM4f Du7GT} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/bow.rsi/icon.png b/Resources/Textures/Clothing/Neck/Ties/bow.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..82788d858bab76ee0a612917275ab191c77928ce GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tA* z#WAE}&fCcsc@Hb_xU8I_dZYQTdV^^~k4gATt(GfS%I17K{$Blv<2PfA=wHT)0!%>k zj_LQo#|L5=IzQTY_u1|(pW5Ql(7E&9v^`s=Em^VtL2&!#C2W^@&IoP2HrJ5*nWBrM z$a%~C_l`?+zMjufQ5eZEm$@Y0l65l!_w=B9#SWZD@k>TI#&54gS z4c1K*;9PV3P3I4;G|mn8zW%x!>(G?;;|$a1FY4?eOmVJfnaaU#@t=9Vp^trL#X+EF O7(8A5T-G@yGywq2@oJ0! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/bow.rsi/meta.json b/Resources/Textures/Clothing/Neck/Ties/bow.rsi/meta.json new file mode 100644 index 0000000000..49d1945446 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Ties/bow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/e7aabb7e14aa3f9a16916f29e519d9ef84027d7c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..399e4843f4262b3f3037fbcd6ba52705672506aa GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G~? zi(^Q|oVT|&avm`dV7+L$!|93Mo%$zwZ~SUrIPi9Cbv!fQW#NO38W-y(iZeW6WvFCy zh+~)lWco7Cd0v@+`EiK$@^g91*bHgiR>|AJ5Jj2brTU)X=9a>J{+Eg<%R!=dk0rZDc=sUA=nF6W5s g0+?f#v;Sb++^K8Sv}ejLpqCgtUHx3vIVCg!0Qf~@ng9R* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/icon.png b/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..67f4319dec9a5bb6ce73b4cd762a0916506b5deb GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tG- z#WAE}&fANQe9a01tO2u1RNWJF*&oQQd)l$-o1C1(xyI;O_9so29xwRQ1cZFPYx_j%!b>;Cdtwx83%}TToj8SK!@AWom!0f+>>+SWp`+RGxWoBEnJv$=8Ptx zRz~&jugeTFJ&guE63TZ!Zqk{mnC{KuAkhBd*T-7!%B!CR9jX?XY~lW}I;a8ck~<7h XOQM3gg=WqJdWyl*)z4*}Q$iB}toUrr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/meta.json b/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/meta.json new file mode 100644 index 0000000000..49d1945446 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Ties/bowtie.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/e7aabb7e14aa3f9a16916f29e519d9ef84027d7c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Ties/color.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Ties/color.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..a02ad466f665f34df410a326c3aecdc02ddf4bd0 GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=wVp1HAr-gY-rUH0*no${;g$aAKx~3hIc$`(ack8vf-}3L`+g58u z$txH;GpRT*sQ?WGf(296SAW{S_UZFEzjLkMP42f1oI3Yj;THz~DNC1^do-|kIJ{>8 bD%uEv_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/color.rsi/icon.png b/Resources/Textures/Clothing/Neck/Ties/color.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..deddb53322f87915b45bba48797d5478cb3bb9fe GIT binary patch literal 839 zcmV-N1GxN&P)CCV@;(%c~Je^EPE4fuE z_=Ya{Fo+3E%FMPFGYeV#8{ZF9OK~3)z5cIj8@+keW`M7oc!pWrA)X^nZ910VUE%>& zl=H;L#8FNMB)$>4;_<8Cg2$hNc{V){_(e~t(85X!vm!T$$B83`US^H+h?|5|b2&qK znAQkvq>)4d5)_oN0UZuvluephdtbcnTSAFEjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|2t1xo1XHzhY~>Ni|c-j0>M3?R(0K<6W6Vs0)c1X%53^eG^g1w(yL7^as-68fs5;= zrtAZkJHXJBC3Cqh1!(y-4R}8X`f@=39niDp&8o4FvqvDiMNf1K92^2;R3Bdd1uphz zAgMY2Gynhq32;bRa{vGf5&!@T5&_cPe*6Fc0eneBK~z`??UlQ-L_iRRXHRV=Am$C^ zQV%bcdjnzuv9n*-v|`q-ajSCzU4=15|6gAQV{ZH73_QN+7e(>yvG23NE_~C<^W6OS zdfB;dNYm70S;p%MGIMn`fN9&-^nL#k;z|ICo^Tan7P`H;5@t^$zgr=oy_ zVF&}gF!sZ9iRz5GAP7b`P1DFYj$@M~iDct72gKtFfB_*Q2BNAe#AOR2sxUftb_r&U zSC-`{&fsN$=phql1DLw5O%z4q+~;&w38blPlWC37fBX8mP)7k~!qlAF>(+C{mhShK z0O5g%Ike-o@w%=Y-zxQDW zk>mSwuXcr5tx$M0VPRJScc`Px(x%u|&d~=~c^COcDS94Ob?sXH;88$ zc4%=lDRu1F`8#`}(0$WZv6cEU_uAj@egF8K>;wOoXEs+Jo3fjA2tg zA31&`(2reZpWv=XA6GwUIzGRt(#)3shpYd}3x~Y8H!GQU9Pdg}|oFx-on1n>8Y-E(>OPb<4E3!I%&%0=+PMe;8VpoJ@3=5b|Hu7-LLC^> zmhFw*ua_-*!#v&kz=g@G#XI#_Gk%)#R@k%uDsuQQdtvjlv#U1tZ+2JM?do5`EhEE} z93mh0pH=T$hQdnAeEakt!T5G|AlD%S0hiwI zr(PCs$f)a@(C>72qw?pLCXTr|_x5eQkTtv5Zc_aDCui61WoBSL#A(3vkm-Z!2@W95 zBGFjDxP!}psmH;B(M=(SVI9*`WrJfg-apPik~P)b)!uC1yDi(CxRzJ${qB8ws&v81 zE@^+J1HB(~r-exdSpMe@DZR%S&-x(Zz+Ya5JJw6q@iSj(x%=7hz+UH9zYH9FZ`jH+ zlP1g}`|Ioc3Hzef-)gx0{0Gy6*E=7ka$IF#`F+`q$>H>Md)s>rm*hQvey?6{08Eu{ kf>LUm7$g7QEC0Y-zxQDW zk>mSwuXcr5tx$M0VPRJScc`Px(x%u|&d~=~c^COcDS94Ob?sXH;88$ zc4%=lDRu1F`8#`}(0$WZv6cEU_uAj@egF8K>;wOoXEs+Jo3fjA2tg zA31&`(2reZpWv=XA6GwUIzGRt(#)3shpYd}3x~Y8H!GQU9Pdg}|oFx-on1n>8Y-E(>OPb<4E3!I%&%0=+PMe;8VpoJ@3=5b|Hu7-LLC^> zmhFw*ua_-*!#v&kz=g@G#XI#_Gk%)#R@k%uDsuQQdtvjlv#U1tZ+2JM?do5`EhEE} z93mh0pH=T$hQdnAeEakt!T5HzBi|td9v063 zr(S>FaN*B^&}~Pe`Gw32u01xKx?qdt^W~o&NALW3)tbRzfdymOf*lMs9GjTdI23{~ z;|{J3NbHvIgdW57&tJD>PSke|{~Z4O?26wvtNEYuN+(?Tvvvi;j@H+$`h8LYx0buq z9I9N*AoO)vFB5~V|NbnA2j<4PNjw)meOcYcSZ91$?HFmo4ZidK|2sVK&mLK3zdObo z>ON0)y1}?X)4y*!v%+zib4xYy9bTxdEdE^i@5v`Nh6j}=i{>{l?tK2aW|#b=HVL-i TZ|^dJ;l$wS>gTe~DWM4f51K)) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/color.rsi/meta.json b/Resources/Textures/Clothing/Neck/Ties/color.rsi/meta.json new file mode 100644 index 0000000000..96fedd4988 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Ties/color.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "equipped-NECK from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/1ee286c3df1acf25c766df29cfb3ba5d97a1d5d5, edited by Skubman for Space Station 14. Icon taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14 | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14. Modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0fe4e7e84c0222c2dd42397a107934094d3491 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;i^4 zi(^Q|oVT|&ay1)BFg(=$@;83x)rAVOhy4}q)OPD>?Q{|U?6!{Kgeb#KCWUZ@CtMA8 zf*Q_0wcDq6zL;;z9;UkHdN+%UK@I;8&bRu#eIMg$@qcN5pWNKPm1%-DLlLV3iq;rL zR6%pGgzIjdFQ50UYmlw)T5g`w!+K+DWYRCmT4uHUZLdXV?1|Tg+Y8g|C;x!k(MMNS TzwwF$&<6~ju6{1-oD!Mg~F+{l$O#rlQOG%Q5sOp|x8vx?2 zm(2i$xy!ELNJxhqN#g)8z4seAmfHnZ)c4p2Pz_*y)@(!4m7QmSk8U?sQ c7U1syFS@zVP;_2>lmGw#07*qoM6N<$g3~XbjsO4v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/meta.json b/Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/meta.json new file mode 100644 index 0000000000..49d1945446 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Ties/ribbon.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/e7aabb7e14aa3f9a16916f29e519d9ef84027d7c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..4026b17ad5a927be16c88cdbb58acc087298164e GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=rJgR1Ar-gY-r6Y0tjNRS@Nag2 z&;Q;Ftx2Jc)f*(=nD5?s!GrPSN>c^~i%Vbg64TDD$`ZU-_5S+A+o#X`{37|zziag> z*}V-NA3A}Cfk66A$*KQybnK7K@PA#nz9z>#X5X&kmssCe%=pp1m1qV{A7M!&Q35STSFgrO?)2}r> z02pI;!6TyoE1Fz3*4m_$O4iy-?RPt~?ws(N`pn5aO`eHs`utW(UF!bvXu)LS`mMEw zG3FBB&m(#v1Y(ScF@lK7+d21i@=s-;ZnqFZF@AL4O+%=)F1Oyw`0xPhy5dNqb#--p atbPIPbm%)_cgf2D0000TXlOd~#wkMP(7Axy?~iBA69b7cFeDs$S$80~wk7&>$g@}M cK!rc9GW4^Gy*qKSs|h6U>FVdQ&MBb@0DjvojsO4v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Ties/shorttie.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c71a035a2a669e40532c41d81a45e40e3b00ef96 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=KAtX)Ar-gY-nz}npuoZ4Q22jk z%o;I{U!7gMq7ShDS}F)s!@$5CdR63q!oHusQ;)Se8$qxWEUaw=vGe#BM&jP8JG04pd&$?hn_V-L-(-^AjNjxrK>+fcAOLwz5P&=< z2tb}A7GOS~-$tX+SK4yh%x1G&rBeA-emm#oO78g5xDW)ZkH~XOH_6`ov2!^M#m^$ zuh(MxsRZE0v*F|Mc<=J~R;UI-SnFvCn`A5Jh4?l>n%WonYGSb|eCfGBCba zEXZ~bVEco?;O)Je&4#S^024HPyWLW=*^G|!1Ok`K<%hEC^?E-xdtzF|0+dRn2NAfe zsH7GE-3rkj$FD?iH4B)-Fy0FQetl{82kM0o8qYzHMJOUF0WjV0qNnI0grzVQgrxBw zKgM+@3n7!Fc^<WRcYq)Vq!B#7LCILPb>}=XCTnw;H z5P&=<2tb|_1R&1|0+8nf0myTL0GcmhgM^<1u~BMnmFI~KKU4znvo{}q;x!m-#{JMB z7JzqYc~cTEC$z@1V!kGaPfimg05={xL)Zyo<49b{vlqnEWbis1TXh-{L<01BJ*w4e zQRRojAxeyZ2oNKW6dAyc=O2K5;H^6NC8KbnMT)ezuS*k8yGoVp#5itYqUvPVgbf~I04G}UuOOzK>+fc YAN4xJY4$-T*Z=?k07*qoM6N<$g7B_)+W-In literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4f025b4d0c1270d049485ba6e97a6003e573a5 GIT binary patch literal 361 zcmV-v0ha!WP)xo3FP^|k z1i@BO?6k0RnSjfRyKEu}BIGwA^M{$oD3d2#ED0b1B!C2921t@*EsEk0w=4@h&wB_3 zh~s$0({UWA>-rrxO%vvMCcf|cOc2xnSlo48$nzX*+ui}-{WFgRf(l@3UR4#jmu0#0 zF+L0fXqpC?#{xkGfW@$=VHl*zIF37iYrZTCq-hG=Cm>SH0E(hq1At@AvTUWv69OPg z+yL+gycFQ9?g!8`4NTLti?wYFs;UC+384U8*BzQ~`W5E}fSd4N6ZD0=1tN7H032%+ zMPw7|x_1`56Sazu>#DIsFJJ#2K9e=(>(HN39|L4d6<>A3#-AFbu=S!)uTv z3D$Fh3qaE}yXI8C`IiCUBz)Ec^IYBno_ZeuJk}rx$Rt!0WtVT;mPF6<_)S9J_epUI n@>7mgr>@{^v&#Uk)D7?jE~kpKE_Q^c00000NkvXXu0mjf)ySRm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/meta.json new file mode 100644 index 0000000000..44eb96a3a3 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/eafcc13b50f7fe1e22bc7c52a116ac883e0648cd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/asymmetric_coat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5baa831fe253ab3071c0cf3cb72a000d49633d10 GIT binary patch literal 804 zcmV+<1Ka$GP)u*9%O&b`I&Wk6emoxI zauX*c_R;v!X!KRK-ENKSXBGgJPbQPtP_x}hekK7>87dtPhjAm%=krH7 zH@;r4(|Wxo+Y!L_$K!G8wTHujtVh6a0e2T7tGr&X_c2GP1hD`JLp=hjOlAQPRv7KG zTt^PzZh)~sj{<#|JRRE?qnjQve|6D1{$mZc%I;z zTCMhDne)HF-EQ~eD9fWXRSeNuAT6|51eXgU+vFMp7K=qRpU*4P*d!`52r}vlP(N>i zXeMa$Iw|THgVA0Gvp^I3xgwz5Zc~wPPKouarfR4L^(o;I%g&m+=@3Hg!Kt5DTDhRpZ#y zcwTfroF+&BZai;}rtQ}k1s;dNC+GVD*q?8;T5;vK+b!bfbI9B%vKw%=2yC+t-2dU1 zq%Pxs0SLh&AUUGwZUCFyc)lqngug-ZoFG7+AFJa)8RYH%AVh$TN=$Nd@*qi@OG6|8 zas$+yU>uhf{s6Xhf8e78kpQeb4Bgvn&g zNC0&TS~huoF%m#kyUc8mv@P>2hy}nRq^z({LftY?dXXXxu>huTX1K;QNlPri>=!3M iIe%s5eT0000#el4aWIryOidU+=#+zw^Gl!bWcX`}EC{XPy^J^dC?9o5HL&{dB*DU(x>i<-6~` zQ!cTPsZ;BJdn12qRH%957r{9??R~{xCi5sf_gupN&-UATNzR!01-=Epm%no7eeg)4 zN-;6(_`j__950hk6ekybSAv><^+;{&$_}2GapE;Mm z>MmG{%?HyZYZnDQ;z%4t$LPx{13*Djs~O04rHuATVr)WNwn zy_pl3IKx%8#w}poqsDO1&})P1h9^%V4!UrA9ak_qFg?G#xK;OqZ%owW39^i)LX)>@ zM0UHd%{l+vKbOI_`1d&}6YqRK9 w6IZq`Z@>N1R;sb~f7y5C8*TjA6~D^9-LB0}~#Dr>mdKI;Vst02iMqJOBUy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/modern_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/modern_coat.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..796e397e728ca14ca5d0b1070f484b03fad4e0bf GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEPDcWMb+XsIr`)BzC*r=}#Gxp6`@w zd-(F9E>>-29Qii3UjEL<1ynq5%>( z(EtgYXn@VdtJNx5EEdvgwSLTVkH;ffuh+6%E`OvZj>lv2d_L9w{eFKRZ@1fO+iW&v zG#Xjymo|XGzg{odZnw#7HhT-|Kym42ZC3?3l3&1NIa z1Y`w{O{Y^q`eUEhR%L>&4`4zT2;Nq|&;a&1{K~lbd_Gsfav$iy^E!Ud7gIkE7yVoV z(4YGKzS?K{;WGk9CNLuy{P}!VX^4GXXWJjk>Sy7ipKAd78g7jKjvF=_jrT+7a5(&z z_JG%+0cm~Jh9Z3(9Cy(#>;gzBq7OX?TJLk_dHs7nWa+2jqMvI3`%zXJAp>9lx&faD zyq?3B4@LS}*y!gPP$bNt_2A2Xw+ue_DEnQjnILCegugtu=J~2Ay1$FQ^?w2V0hE^k zb&)j-%sO6#*PkIX13n3#`oJ}KU}b>$lr=M;=qc@se*d(fUG%LC;M|{m4db&euKz)* z15;neRo}V`)E(rf_2UZ>37lwv1Wq(S0w)?EffEgoz=;M(;6wu?aH0VcI8FwzS_`VI z0{=!^tPS8I1(crfV$!$%=L58Ry`FkMh}Uy26=^F2Ajnb}1YrW+#nFVS*9D|O4QN7} z!Lw*u%K{0azjcKmgi#zti44Mdwfm}o27`yT9=zGcGB`g3DU9IpmX?Op4YlxEp4Dm7 z1RK0Z0X6{mmcz>c4Fr!&fVMAQ2I#9c^h!;gu$wV>-!lBy%>%F|flvM_u&xfH-vJgV zZnvBFIshA>4+B__xkLZ} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5f55e55d388b5b9cb15e39fb64f3660259e2df GIT binary patch literal 405 zcmV;G0c!qe@4&vbA?BpuA z`T&B9H_aWuYJlsPFrS4SkHm4nGwLDS)`01p0UO%zlQ|DB0T38M;4I551hj4Y$!}XN`vHLGYXcxKl5-VYx$C;SRp2&%;SUIs z&`SW>>jWU(xk?YwSt4k=GOAL3it*qarIT12;7rF`aT&nzu(5arbU>5Ehuf000000NkvXXu0mjfj$5eI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/peacoat.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e2610b30b2f959f8b3d05651247a3b02d8e2e2cc GIT binary patch literal 416 zcmV;R0bl-!P)gGclZVqs%#Wh>Zv z0KvxP4ZM$#W!LPVuq@;?Ce9@D%bV=tpZc;qfCumZzXi~B-H~OPYTNcER#lZ6$5EAK zd2s^3;`_d&vPq?Qveo+ zP`vMZu^T6zrb*rfK_G33<5)4*7UC3O+ctU5^DLVeMIk385QI64Gmq=u0zf}mWLXy3 z6mvQO!3Efkq8Otc7$e8#K0E}##w=3T^#vQkZrE=YrRCt{2ny=0(F%ZRvE||JyuN;Gk+wJx%wk&cP0OxzX9&I)o z8jVIj+z0r4y4(qy5a7;Z7~mYHY<%V`>Uym_PlKQkXK(v zqMvF&USTYauHP*}-{-rcJ3(9Oa|YPX7e&_fUG&BO1xyo=DFe#Fb{A+no<$*lhV(h0 z3e?rewevt^0MD}eY|I&uHB0-VUfltio=PN5ADws67Y_lG zNSS|u^XU5!ABa%kL<1;rq5%{*(EtjZXaEIHG=Ksp8bE;)4WPhrGJvbKpvWq49kGZF z;7tm62#N=jzV$yJpxy8HljnmdpSe_|#XCf}LJL7Il-6MaG@;F%=cm%8Y>;5or>+o$ zFe<}%AX+tu1=?!o^%(QuJPEQeI$w50$OJY+K-*-31n*UV1E?D87l5`eUIygZwNVzF zb-rczcpo5X4A*(W;{wIw@$lXU-~!hpdD%n7h+~vcNM)!F^olgcCEb|eybRWjts-6O zGKlm-s#`w!&!|;vs;ghtsUC6##GsAO??8-u)U}vL00000 LNkvXXu0mjfC-j*4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..cc800731982c2eea725d3946bf02f736cec58d8c GIT binary patch literal 844 zcmV-S1GD^zP)BjE6vzKEp>v_3T6$k0-2&M)_zNT$G#L!tG8j@DgQr4~6VT8l1PY#x6#4}^+?VKm z1$9xOs7sbEm!X_EU1eE!mXx--a zqP3olm9Ku_D*o;JPrQ2h9BfruK@r;2+Zg6pv&Z=C<0>) z0FY%_`QHAVWto$H;3KY+oKB~eH2`3YIS0{J-%hk?t*w5mQ$X)@yWN5@RthFbQi?Lh zAcXki=yZXZlv!*O^Y*bV@IFbpxD&jTSurw*|7cj2Rdw6CH`lGNG_0OB|W>ZyLSF!fO5Q%|`gI6LJ{HusBhGo{3Ov*)P4(^N?*RZ$eGC<-N|R8mT{o{g21QY{vX-ixqUEGn9IJgx&0&JHkpah!87 z#xTFRhY+Id7Wc_=x%}NMy}1Wttnz5yr!DVX0Nsd4k_2%aR~i#tG(`7dYGhf4IF8FT zpC*Zy1F|fG*(%q43VnybmLv066Dmd&&$Xj^o}7pf$|G z=Xnm!xz_=3?hTr~_swPlDWx*!1^R|_jxY?%!k?U+1ooY3&{M#k7Z}n3UCbmLTmXAs zpl`HBS2GFD1&~rI`@IfiyWRF)0Ii`l>*DF{%aA_5n)>ryPKf@kF%Sen5ClQ|7d!$x Wacc7CAIX#e0000 zF>1p=5JmqgK7d2O(|8D^Op{B9+&~aer7E3@Epvb%so36?DnSmhX9KG? zvaq#5Ce1$BLVstNzhA5n5C{YU|BUi&*u1^8+ui;|U$2&Ueg9BbHP8)Tua@}yx$pId zn=f>_uZd`Cp)sZ(K1|?HH^#KH8!*PSaU3JbtA5xp{_Sp$B(D(1v6qQx>TqTTGxsKj z2_$(10AOY>6O$5PW{3#tx&|}j_VM{>|NHI<%nWNSL>$-6%mb|&N&BW1`$DPt*o_^6Ih(vbk3nDilgUC35@mq z*+5yAYB=ap0%Lu%dh5lYz!Vy!~syk;DL=PQzRs=;1hJ?49?=HNLg4| z!sM@pHmXBYAtb-ePyTuDzyD((A|fKZaY|my0=WA77KB8t~%F#T=g( zSH#cOD|mjaiIdQaT5A%on-;V63R23Rc-^$nT6dEtptbIV5CDL;=X($rKFCWbG>e}EbArUoP#k2LI|Huw=adD1bm!~F-qiT0sz1mgHkFn#!Qoda}If) zZ}Gn4G)-wdA$6k-6h)B??F0Z+RkhQ^P~AcAz~(r1B`_xTgA52ENNiKwzY|9{;7#~l v;GF+jeD4knjlelaJK*8}kcfzgh<}G~Uk|_UY3|@#00000NkvXXu0mjfkbkc{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/meta.json new file mode 100644 index 0000000000..d51fef9789 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/eafcc13b50f7fe1e22bc7c52a116ac883e0648cd, modified by Skubman.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/submariner.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfad9b8f2568f93f22752cfaedbfcaf565b5f13 GIT binary patch literal 818 zcmV-21I_%2P)b6@?DtN7#7Gv2*@g->6;kM_0q(Rrh@?cG&>-1NXCNh;!H%I!&#^x}jhN%FJH z<<8EZT`v34Pm&~0(=<=hG`HE!*wP%+br42>v)SaE&8D(l|Lm$iZXzCrA&3Y>gvo4e zb--k{1^^Hd!Z7S?B+B|)>q5h9Ypp>yDn(FUNz-qM` z)jPV+0k-pe@x6}Ad1KcRY2tuBu}y?#j_|=L0YMNzN@?9ErNq8_vCZz-sA-a7)*9FmCD5VhHK7fcSg&Lo-ymJCf zAtH`r2qB=g?xYavN*u?~T0;m?==&5&yd0plE(#GugvDYpcmfuSMKR*0HaUm`Y>qgj z1KM)rBV2cc5Mt0d0Qg;tG;YkYte6X2OJvRoDA(Rss}<5T&4;QCmyuFJ2!WH6lTrOi zHRvs%lp4G;Y#h*q>sluu48y_gZxZjjCZJUU%3pZQb{B#8Bz{{wz0LtjDa_~dynG)X w5-DX7&mo+M`Fx(60R9JEhG7_nVg4O{0etdlzYprQbpQYW07*qoM6N<$f=NV#GXMYp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0b549383302f12baee1857d91503982b584301 GIT binary patch literal 1088 zcmV-G1i$-fp-!p|8zQCWdN7U8VLS%9^Z6WEo&zNMqYp2z$p^Xgg2iHSC7uLVW zo}r~pK#BQ$ek+G(X-MFpCv8yxMBqDoA1D8z2f!d#fHeHl;L-Q=0`_?wwrM&Fkp!f1 zT_1yARJ3Uef(VyjsBmimi~;yz0A%aCbQ7X*1fW}de)_I{?!VqzSGRKBBSBV-QGLJPM-EOQqCgXHeO{qUtJS)@ zmkzul4_Ileo8Z(F5@>xG%;1MJ0sp%|L_n1B`uns~-y@)IdH@Y3321%E^hbyYpa9dw z_24HID1-4oqeBEcytnBVhr|TLRUCRZh+tRKqti6?6>b`|fnC$3`xS}+eM`(VHj^!} z_W&39Hg9bn#eWF8WF(gb1CEe>J=^aBWHgyaRDL+Cnr%@8r6A4~u^3PT_Cof4A- z+!|;85)t%h46r3lfRvCYLN-ulnj{WDOn^DkPbQO0vP4ZFKL|6>cs#z-M|x1=B@~7- zMTM9EJp6qrmDD1KR&=iQQJXDQiusKM|@^#eFE!>j55<>-R4C2~HjW!RGXn$RZagE&lsdS>HI;r^(d`d??zU@qQT-MG00000kpY8d~iW zO95htjRZpCHz!Oke)(}sKIUe<058A`paN)`W?IMUy0(`9R8=)`@wRQn5Gn_TVK7;i zEuOU!0brGRo}0e!H}4SFxDX70$%~>e<2bTo@ct(eL=XTahms`mI)FG-mZb>d5CF;l zlg@ihiF|@Ps0|53kONd?Sb3VJ-Z60;d!0E2K&uA;CP$&|i3$|Ip)Rlhl-yc7Pl|~U zbB~{^D2f*25DS6Wb)f4yqZMF6wuA-HbT!R?pZPJm6@cse+V6p=71NRAB<+GC0O)9y z8W)~b19Yy}%?Qt$HY@_bzOJugxQ0=Tprltbkppf*?!6J}Sv3H0E?jmi_CaWqs{!1k bXOcr-fTgD#mh|`{00000NkvXXu0mjfA*7V^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/meta.json new file mode 100644 index 0000000000..693e5d48e6 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/tailcoat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/8f59da5859624db9078322a5b214381c09d1b953", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab674a3ac26b2f9f5810ae0b66fcbe9468c17cc GIT binary patch literal 1187 zcmV;U1YG-xP)$-dcNmE8}*?#%Aad+(b!^CoX*UP_LN z04X^t0;J@q2#}JaB0x$GF9MdAmxErfH#4rBHJZ(4;MTRdD&|E!o((B$x017cff(7IzB`Sdp4 z+jS&DLqaSMpzwabZ|*PN{VIEVd*<1#N58{fKQi}tPUX@B<%guo{{Fs%UT1!k!)HEn zClUbmG3L-P*@Xi0^M601U>H9b49stCZf-OmB=G{u2iQK^hD-n?PzTmQ7t{}j>Qwnt zJ%GluAt=?^ULOvDZ}RTtc{2nsA=>Xq3V^X79EL}=4MXjo=R4tdL9JGcoG)Cc!XSm) zL*VAaU(#swN6)E58pD7+Zp&xc?tRn^%SJxF195RMl>j%kHX4n8m_-@&BxU%1Dqdjs zK0x<=_2it~e%zKf&zth#+0iMT@P1q`oJfE>eqbbElR{&m6rP9W$ZvfR)doA@-qWs` zi*Q90Kz%s#Py99t>ZS0wab>R&vViUW;}Cb^vk{wsxGrVS18D<2&X5QoGN6uSctV_s z?^K&wB^c|Y>a+9!fD0agVUHyELiOb|cD3v$0SQP76#?UVKQD0E>l&YgjMxM)v`m_a zeEyDV2$LDJ4_{3R#t*Z&n08PNJpO0$9MRtXAiKhsZSG81Sch3 zO~ANSRvx{d1-#;iYwZ7OJWyqYrR1mxkdmV!KuV5^04X^t0;J@q2#}J)n*ihmkc&f> zsN3xp@@FUw9n=Ka2@zytuy@zlUJqujf6SGH;KQ{5JJLvmfB@>HB|^P5)@rrPJu)*) zN7rwBmb?L(*#CnL@B(h44hDm4_5}du1DTcr^Y8*}mWCc6c>*#o-1#y}i$f=nFm3b1 zg^B>Ay_kE$mBNbj0P4aMD%#YXdJbS}nna|17(%NH!P6pIcd$+a-a0N&`GK~U`fK-mbB?XQ5ork=qQ3wp#FPsD{fRaqY ziQ-7n6JQ!TBqBg_A~P%Gen28^1&WqkB}Jv=_ydB841O`nja~o%002ovPDHLkV1fyc BBwqjk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3b52bdd0b9f812db16ced4708f7b0bd3d7fb76 GIT binary patch literal 532 zcmV+v0_**WP)YtL5u-l-fT8$I2;m;VCoz` zQN3O#hN{(S7=#Uk5rFHuA_S1;<#JiZLK8VM4C2URo()7S0L)vhmZ}^^Z?}8Y>AceM zMVIcbH>us;q22SYg275nr&Hnkek_F13b1()1oHp(*$ef0J()Yb`UtE3*^tOXm}{zq z0H_{)#Rp*w4F&@$6#iZdD^+ll$wdAf$5HzsZWUrzfX(?sfckvcS1q`|*^({5Y0&48 zp{$M}e^_t9$>lqFUZC;}VcLdR0KIz1^E}lKeGcLb^*i5a6&3=__75g($TuO6I337` z??k?v2p~$c)$4J-BWz?0V7jsNeUK^ui_dyge5ES@&0Buc{L%pPs$WLN0O%|Fi(8Hr z-h#P&KCkx1?2%0sfFY{Ys$g?%6r3kZS#Ltz^)~U;0k{=W@qYn`GD~Wn7$8lp9pD?d WbrO$6rt7%?0000P)&jxIAqU6D;&{hRPnU~LYp7XV$yM=S<|sB0%jt1pPQZlCCElf^ZM# zRKP}wIP#ZT7o;D^fjj{E06fQiJSPV7&m=$<4#oksvjp!$sjH2qkrLwov&YEyl}=Iz z62fb|4}II-dvV+$mIa{E-qDfoZ>kdNeE>d5lF|Zvz8$nrzi-#;rwE~b7yw^i*OfRJ zO8`fIZ|Iyf7&J=LBc8v%CTsV0|9i&N6vKegM`wXA!=e8RSEQv8I7jE%~v(0Teh&OwTA;xZgP^YZ@Qsb|D{FDXE1Gw77swn_pmF6@~&R&XW(j?xHIjgH&v zb=iGd%X~h75v3chY)s3$je-BW_3Y5M40XhvG+Y1xi+ZQ@7yw0l#R8$s4w3@Yk%cau zz|TK!p6GyIT0+l4{#XLSMiV{>f8;$1gU@x90GNg)M74p)Kd(f8oa@0iwKS*$(KZZe zM}HkOe+EBHgaD>OUSExw{s^O)AR_y&Gl+a9jmRGbe+nFAguap%nf3r2Gh4)kkp(~y zT%Z>sL{%g!sOgV$0{xmPj0k}FGcQLeIBA%;^#FCmnH6~52C)fXv~NZTI?yI8X#?#t z5Yqesx`CslK$CWjEPzUc-E%_b3u!~0YGXo1eYy!;&pZuA%&_8qd?Y~_!KMo!I*bX3 znq}p=B$g(uf}q~nN$or^aaka3R0K%LQ4t^|M@4{?92Egla#RFJ$x#tt`=Yv6An7Nm zEx2C*$Yp~Bz>Y6Z&-i6&EQGqBmfYH{?OaKK%qPp=WFe>#;1d32x+27y8)}2>Jn-=D zj^qu%NdJ3%o7r8yf^ zS-|EceGNX31yLRT&JpE2^SS_`*WHV%24RaHcBK%G1@!%ZkLKF>55EU)(R;n$ z`?o7aa!7;cWd(R`bH?8pLa5tgGEajlP^aq_;0CYOe_Ka>6~-;VT_61j=xJ10+!j1xWWJc002ovPDHLkV1l903331c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..be64195ff24eff9f16222029e330d729da10f377 GIT binary patch literal 518 zcmV+h0{Q)kP)i`hO*kMvjieBDrP z;#Yi7?zC32c00nW> zUKUDRjR1>s?u*I+V1W=;?<)r=y5;`lm#j#vtaxdFDsAQfp9KT{u`J0l;s5{u07*qo IM6N<$f{}CG1poj5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/meta.json new file mode 100644 index 0000000000..693e5d48e6 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/victorian_coat_red.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/8f59da5859624db9078322a5b214381c09d1b953", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f875f19e1d10a319a5cccd8fdd71ce563271b7fe GIT binary patch literal 898 zcmV-|1AY97P)+KA(egUfHR>j313g`2PMjztLy}&N-U;ZRC4xg)_z=gg_XE*zfm6 zJ^aHkgb)IZF>58-$X80W8n2YHlJB)uB#vX#&hxzTuKZjc*B44Dq-koLPaM?uTi>qb#@(m16Qq9`(Yww2#H0>cE93e`ubX9A<9pq2EC1@Jmr_bdDJ##Mb1=rhImi3^ zJ0_C}7-LXMnX&bGUHNI9Q^&zp{#6^VH^CS)#@o#6vgEKxS$YZbJU4X#I!)ds7wL5|9)L-Y{jO%fCAuC#XQ#S2!O8*k z#77iGCu;^=hriB9M^W^nj=diN0N8G~SS%I@f}j$TmkfVR5Cm8(7T9jLoz^-lGvxbz zrE)~q47j9RkH8p%@B3%1=XKfrI@$?Ik~rUeU60U|mF^M+)($uv4mcbRjZT=&X3iZj zo6Q=HKc!c%G^M~cn@zFX?TX!QS1gxH=SN_qcrT_o{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d1c37423213af60b6d406fc0cafde2754bde4c GIT binary patch literal 367 zcmV-#0g(QQP)N9kz&(KHgGZZ?U%`t-%GC2m3?&6X=wb<)L8}V-Ww)Fo` z&YzP|2m}IwfCp{cy1wt-Us~Vyu5DZAyJs}lC?YP;bME&$UDwfd-Kb?*MwVqPmrG8k z6Gc(X-ghy#d77qZtpT`RuM>S(YpqGs6cKS>3otYvPAVdlWjXPbWr>KeTCD)QLM-Mc zHO2r?6va4+0j)Kg&4%rEJNmvd0TFRYl3#5gB8|3KY&O}j*u=Y) zUNtb1{vT;H5Q#)0kp*;J7lvU7uX4jMgs$tt(le8}3q>UCc02C(JD1DlNB(d)kftfu z>y^5$XP^5qSG+7swAPc@vp9g(nzAerk+7P9Q5>MEDnx`dO()T@auFfRGJr)UKIS^L z)&fx1HCk(oF%Ok*w_A#$nAWXw10oXgJjYs#a}Hw+Ns>@i6}Q_B0AmbUmQfT1#u%J) zSZm4ieAX@eYQQ;%QVQoBP18(`l_X!`>2#XJN1CQdzVBP@7XX~k=dj=J*=#ldc<&!# zrPPDbReRtSZQH&*Ti!BoJRbkoK;QQ$rSRV4y{B#4DOO6+_dS0$37>mmG&DBg(zlO9 cB9X|*CoQI?Ie!s^n*aa+07*qoM6N<$f`_rEiU0rr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/meta.json new file mode 100644 index 0000000000..4e392ed03c --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/6cc60e0443c3d5f0111f63d57c6d32151d90e4fc, modified by Skubman.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c9b5aa96165af6780a6410b40d9af75dec9848 GIT binary patch literal 813 zcmV+|1JeA7P)jBTuW3O`$2*WDYZl+ssMS7^%#M&Gbnt!z18Uq#<3E6x~$ z@B2sl`MwXvSZ1Y8HTltKgd|DqZ!{W#F@{6+RrH;*;{ARfoO1{vu-$HTKKz9c;GCo1 z?^iaWjD8%)rTWKlTuI+4Ye*0Tw!GWzGHvPWbiY#($1$Xo)(LrMr0diD8au#*eh>su zNPf|EQ7M&I0bxm*@bE{J7T%^1VW%S&PZL*wdl>^?=0Lsk8YGG5O! zolf!e^i+9V-BoXMoKr`jC<6W>wHz>=PCGR^zYi4c3ymLv-y8u=Cf(QpcXxMtn@;-M zye($4S#Pme=(hKsLgw?iE;3-TSm^nDu0aq4K@bE%5ClOG1VIqLnp*#%y}!R}07#Og z)qH?52qE<4+9K_U^IQ-2j?7v!61_;(TW3kNjj%6CZ8{G4o;=%G%>hLT r3i*VIbMW)?Q)*Kr2!bF8f+*r2tP$iN{DD@700000NkvXXu0mjfsPKiY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..983be590939476aa8e9e84bdd5bdb84a09fa4ba8 GIT binary patch literal 754 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V0% zPZ!6KiaBp*#jiFD6gf8CV~)~Ow!n8&id;`F)qimK7n9!7JDRHEB0q~4PI21#;hT@{ zTjS?@*59l?e`fZze^Za~eA|32`P;2cWnC?gc@!R6Fnd^>V-V^yZUA#x%o0qbY=2hn zzwiHIU!Hf!uST8&4|c}%bsc^5I!5$h<=(jO^XB_4mtTK-(X0B}+FI{vnP#&~_Qq}f zdSB{+znr^Gf$ijz7yi~QFWdcgFWblcGgG);uih~4)Z4PpXB>Gd>I436XG;*^X*-g( zS<+OBS8Mv|kd+}T0yHlCtoe3t`~CNs8zTZ%UtM(isn9KxgxddKbIiP7f1OqET(R=s zw}ofta~sty&^+LHAX242rLbi~)xO(r_bfQHj&aTTlZG!#ZfR8t?BG~+pJh^L;Q7TG z4Ry6@GkyO3vYT6IUnN;%BX=#iW(#9y%ipuhav7dUt#dp+ zK_2FG2F~M>4u=ZaCKSwJRFT2PUGSUnpSjs8u^F1n3Ns}aY&$jm^wZ+qcPDjbL=;@Q znl&|O<&=x}Sl;eq*naBs&pqY5Z(m-`ddk}L?Pr2P$CaLk1wUN4=Q)~7ZCv1(d}-SC zc}!W;#mbrUyABxYh4>yZn14Qglr32OPS}e?*1}hB4+S(^>bP0l+XkK^TlQK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..52871d955b3d3a3b055dd9181f4619f4f6ff9122 GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEP(G z#WAE}&f7_QxtbjWTFfUnu{v%D)V9{v*7lx%=MwvdO`C(H9R;qOGiW+~RG_0ujit=- zn}3;I-_FbZ&5RNaAY{kpak(V!wTfq6_4nlr1$Rt*H|0iu*~C$G|NHb^xwohP)ofU6 zVPtp4)OT^_ER8ND#eaOC3>f+zNbo(c^m7!L@OsyiO1a2suCdp3|6eWjbqx%VXuI;= zRl1ZPjutTx`@sBIvp{}WstG+kzG)g5Eo%k#FF_t0x=zqooFWV9)tb3irrq6Tu zgKWdH%oBw&iaXNI=(9)gPD{PH=kC$MJ*R8h8P0WSG6zWV9AE$<{+k)aKA&9Fw*vjo N;OXk;vd$@?2>_RLeJKC{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/meta.json new file mode 100644 index 0000000000..693e5d48e6 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_flat_collar.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/8f59da5859624db9078322a5b214381c09d1b953", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4c19b89bef3ffa205de01ddf7fe9a4cd0a6fcc GIT binary patch literal 778 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V0@ zPZ!6KiaBp*on575DA4-)RKu>4=Wa1w_R-TH`F-gWjX${d0rL()!I)Lj@6QN&of6m` z{8GAo<|+2+eSarUo)dB@PJ90ei<=Baer63llX(>$r!a%KXV0E~`l)(jM9tB-^<1x> zf2y&opBKM2?EI!M`x^`$=hHTCpR2PwPV|cPTtE4zReS$k%6xGzZ~OCFslN)$JBk&T z7#v(~KhtN$&74b5iz;i{G!1_(W!v${jW-TQW2*vm5?uWjo;7;UrV=^iraw(+)l9Xj85oc`N&?qF*Lht$e175A?5(#>7rTl`1&G;Ii2i(b+kY=3TXW-f zIm=xVe=j_*3HhaVLhyt6gRc$!8&~i=aP4PZx?@iB%7og;vh$g*L);tI3vPU5=pm~Y zez9*B(>}L9tDpR5JBb;nXkl#BcZ*@>w<6;s^M5s7nLhX1R!x?#d=veaJO8cw?<%qA zQ+btF$CZTIbAE5jcAH46sNAXa^FKM~j=ItT-$_b}&D#|0JGQ<3UL9I{F`J=9kaypa zjI5MNBDpIzsXOK}?AA>bwmZ7JS7@PTVdpJ|do2pC7bX5E>f1~8PI6;3+3|VPVU69n z+(4DjB+eVl+A_6A8HHi9ZVT;}cT8o_w<=mU-*5SGuO7CeJq=-XTiJQUG)z4*}Q$iB}m`!Ok literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4d1b45d40649c145fd8b2365a535137eb486c5fa GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0s`$ z#WAE}&f6*PIgcpt94)@UI_E&Y-vcgJ^{|+OiFXcI7YT42eYF2j;e_u?yK?X8>*w-iS6*}^PBgiXZ zE$h;d&vzu4mx`RQJe&~~%kYND_o9sJ(aLrkMVsdvlr?$O9a=fM6h3&({ao$#x{Ps! zcAj5y!8ymZUw7{>J2O9;?Zr{?+0rivgY1qL9JZ?&IsWJ{@P3ecAfp00i_>zopr0Pn$b`~Uy| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/meta.json new file mode 100644 index 0000000000..693e5d48e6 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_formal.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/8f59da5859624db9078322a5b214381c09d1b953", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c159ee37abb7d00f5eb0c80955adbafccb31fac4 GIT binary patch literal 973 zcmV;;12X)HP)eY#vO@$~f6(WR{K`>7~XN@aZ<$Fi&{zoWYNBuU^n&W~}7vGn@-8oG=iol;(D-t;P3xJ$!$E%TKS@1EmyY^(ykMs=^5&a9tO^ z?_2j*^Gf|W=SuRes)~eRD9cHb&!wsI7Nd@*kj1Sc2AIY$r#QqQXL zD|^6TFz5h4x7&s5x`?6(jIlI|BDk)LZnvB3*EV9_-ELRfF6vd~U!7}YjDazh`%WnZ zAq13CyuZI=I2?iy0?xVYTO3!HbMu@!4yy96s#v`YLWo?v%D6hau5+BFI(Zz&@}e7$ z$MWLKzKr}Pu2ctP-@t~$VXm$Xx4$%2lfl9Relv{>@bdEVZyVt4?d^Y2y7(wO^=Q;` z2mCD_&}7lI4X|3R006G*f^&}Xcq}i%AP8i;E(U`^$Md|j?Z>7vp68`Pk!;yuFc=I5 zgTY`h7z_r(ub|c+2*r@oshk0wh&hPs|Ua!;bcAIXu+jOy5Xg>mr#X`zk zuh(f69kty7Kt4(FPA3M75fOGAipPzbjgvvM^4mcbR7xMriuMLz8 zuv)F8@a#v>@AtJEASf!a1iU?_%wrbKeMMM~n#{j)d zsIE?}wE!eZ(j-x1jA1sLF`v(yy0;`CB0da5thG4j5D|hPKx^Hq(^|7wED#Z#b69H$ z!?05dcMUk_*lxEt=g6`w063q|KkD*4Z}zh+3vT-!q3?!&ax&>)Rg~7`WvN_+OWNb&47w00000NkvXXu0mjf@{_jd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f80b093c25d9d09bb4b8f834ebfac36700359faf GIT binary patch literal 390 zcmV;10eSw3P)`$&0?_tU>Jt0 zT5Ek}bk;L)kNtlC^4s!~f$ettzXoCgb0qNj%%Wi!#sn_)TN3EH4z2aw1hm$4UH6`E kSt%8iQsK6aL?X}d1)T+}PR&F>w*UYD07*qoM6N<$g06S8c>n+a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/meta.json new file mode 100644 index 0000000000..4e392ed03c --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/6cc60e0443c3d5f0111f63d57c6d32151d90e4fc, modified by Skubman.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_long.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..b48c89fd3c79802f26b66cb98b6c61cf4aef7471 GIT binary patch literal 824 zcmV-81IPS{P)yRxpL%!36 zByCEP<_CU#KOkK0N1pedyveC|06`E0K@bG-HyKpvEQE+1$HC3b&B3_cZWnJh8{FUD z584V=2oakyV=SqcQYPi9`h%*I-|zRZZTn!HQYyZ>x&vjie#xhT;smV_!6GTyz{7fbjFvf7KzKXt8R(v=df^!Zb1a`Y!oKJrt1UTmy z4u_S4D5D>SVX6LM7*^7^$_CSF2UwzzEs4 zooTaeI|8bL#x=+2$aaJ9Hq73+r)G}bPSp01RC<7=1`ptm+QdqP!p1lebF`Z5imYwup zXMLE^i2=UvA6;ga%jMwt`8hW2ZDDlUUVaIJAP9mW2!bF8g809w^$&!PkB=Atq9|(h zJU|(Q5b@>ZCF;gw)e#(z$JlPSa2y9pskpDnE2Uz`aj@NPF&>YT_*yf-98wsKM&O($ z=LO#0-a0qIXu7To&N)V-QRbjTD+VZ~;QKzJD1wwSIWI7q%{qVjv)K&hOoEgWQ53=V z{mOfiRujSG&kJ-xQ<~Np?;o_*Nfz|*@dM`^TI;iRqH7uO{r#P}zPr2Y+^%cLoy!2*3KAuw>C#`)1A0Hoo?QepO7|>@1 zbZ)?Uy^hmmtu-DV9(oC0Ykd$;>)(K5LhtYIoliap0$g8T*PeJ|uRst4y=6cU1ZUsl zq6yJHGN36FDj86;Kc7D^(FH$0Kc$vMf*=TjDCQq;s^5FLID(|4);UFZs!Vv(5cuXtiFEbbJttMM@3bsIv;xYFfqHVENosS*IVc8 zq@<)@KYr}!+IIVPbYygN@W*s9hI9HlIw$`8sVONc`gFNOSyZt@3L zyg5Gqr)I;!Ma*q!g>M?)zXg}+DqG=veg8Ne* z8*9^}9S+h{mU6UsKduN% zten-(G1Y5nNl8hF_wN0hHU(YiTPd_4-h=n^e1!`cCa-eU=N7fRXMAMY#DE`PVOrp! zcypPqR{^W|wiPT4ibng>j&ZEisNq=~qIJ}5@yF<*120~@xPAHZUUg zhxyDgV*$pUsveUh6I_&XuIMmd_iwy2=X}tg39MO+5qiu8!cB%2S>_7T8$$X-6?D2D z7#ReoMNWuhuxPt$7uns;B{*T%EJ5B4KWE<5=rX>t+~L*(GuJLN26h?KZ*%{@%ltf9 zi}8$<%%eANbo8cr1xNl$FEnpU~GdCBX`7OivO4wIMl_P3jK726v`{PGO{K5pz0zV)) z%(jpJ#**jkRs0MeuU@@sUa8nnT~o8i=7dBT6VGk|CGBn7x7+hrx&4qsWVgrqTb3r8 UXr_2M0dqftr>mdKI;Vst0Qw~3*Z=?k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_loose_sleeve.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_loose_sleeve.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d10fa7d9b6e7e71666e046816f1759c463be4e1d GIT binary patch literal 448 zcmV;x0YCnUP)J)JVOc_uaVT|2)33v zg(tA|1XiLX0WEAKZuTGYz%0A#j6uQ%e~@wBJm34?o6+5S_Q%=)Hh>La1Gp`KJkJkR zRh3~FK6G98LG~aB9^*KE#l7$QyHx;?+;v^%IF6lV+50pRk{|6%RaNdM10e)J$%kR! zNzMs&tiw+RVio|wP+i-$d~O&99~DKp8^`f;>f84{AK@JSM8E08~9y2BFQ+Y4v0$iFV;403JqVlpNKgI_xo2mgT{=?HxwUaR#ss zKXd}m;+lgHehUy>)3mo^rF(1x&IE#E4RdsWATf&SDuAx*yaTA{JLsM|0vjqL2$D?l zSpZ5-Eu>^q8$r-PJoQ}+kf!NN6h%+6UpCUOzXM5-e2LP#kRl6h|8X#nA>pakK$Y9BqKi&BMdP>|S>_CZ?tw z*1q#qRqRez7wYTl9mo(upLDEk{u~3<>!m7=y>-iMPw@r(^&P>OFl1dCok3U4FcbzkL&wa^i%!{OuwB&Pfrg|mc)!$TQK0o<+gV` zd7`Vc6ZaqYLj-Imq<{NH2S2Z>ti;sJOuUb-iOY?R()!yPKrWUP7IASRvcAp}7f|xa zf~EJRI}5D(W<=8I>Zd#d#6V{&Dwt?{_T=P$CcK%Qb;R!D!myb{`eq`Vn^;^~k=EbV z01`D1W)-*20O}_b=sfgo4e71{R{c|DWsDL{2KAE(GWt8t0P`S1oEE-Bh<-bt0J|B> z_Q#-r+%?Yv`n1Khn1aY4Vto3fll93W{im>);>oVFft^O{-vUq^Z2%NU8vw=820(GN z0Z<%m02D_X0L9S;KykDIP#kRl6h|8%`vxjhh#K9~!9jj3DRp6gUVc{pJN*4en1w!n z;pbPIn)s3Gg0gi4DFZ~6=H=uBzdqykpufK#OG`_LGR6!l*k=LK3XYD#Fbs5bbYN~_ zp0`s?FeCc|%$O^$g$EAs00MykUOa!!_Y2h3)n(KK(jcvZf&w%*H}e?Gu_Y>`ZpW_H zfKOk)@Y)+qxz3w@w6?bL_TJuJWCOq7&yR7lMs-|GFNz~Y~n#|wW*oZ%M#0MjTlmW5DhmDPmB^Al^ z{s5s7TX47bB*bQbm7QX=B4t3LfwPgcmDnPfR8uB-LjM+k;%Eb)INAUxjy3>_qYZ%K bC~v?&&M(vxB=wN400000NkvXXu0mjf#>@UH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3daa6c00517be24472b449e3c02608a60b82bf42 GIT binary patch literal 457 zcmV;)0XF`LP)EKorMcTBo*~4dPNO_zQ!DQkp^0y4fMw1i`g` zgk`F3Z>CP>)Cg35{s=Dh=_1s2)VoW^1h#Yxnu(V zSOP!*2mk@_zW{98Ci|5NT-0jPaBMA~Cwqngnx;t*K->W5SC=FuPt&pc*dUEN7j#{h zEXyME$`X`zc0o}TnpaR)xgod!uxNI91rqTDoiEJJ(aUihvQ;d8=FOzjFexVkLHr27 z%u#36D!g^Ou&%1$^?LByZbLj4gZF3@BKY3xK01yBIKmdFIbM%~hL!39K00000NkvXXu0mjfbPmTa literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/meta.json new file mode 100644 index 0000000000..693e5d48e6 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/blazer_posh.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/8f59da5859624db9078322a5b214381c09d1b953", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd6422e2071df280c7d50affbb4d9b390418ff7 GIT binary patch literal 812 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1N zPZ!6KiaBp*?R}>iD01|>Z=RwMm#CD=q2z#SCa?a7nOo$V-BvGibY4EO=5M%-x`e_!VIG0=oNOJ>S(uL$H!+%7=bOzIKXx(W z%ki|^%Olo?>DT3Ljk@%*919PZ>C$#je039-N2B&b=H>KZ(nTY6Z!nGKx6vp zr`NanH$Gr*c3i?Q+jrsVE`#HBW@-|W3!2+KgsKAPn{%1C8~Ez>-}nCG z^*mQ!@^|!y*I%QKJub}paOd1(A0LBL3~a}%ec4wwU%zemUxbG*V{++-D~mbX4!_3J`=1*a~qyIKiRQ+&3)QV^X!`S7w7*~J29QV=S0KJoNvb0^;Ong z_~lV;tG_5el|fGD{Bz@7?1oCrU*_05uIqSx{J7GuFgBCfzUk|C{`a>3BPoOw%#SP& zGJKqq&`{xL;D8bfB1R2+8IGj-H@q&5kX}&D7&G;-@AZY=-#lx%)gsC}RIWbVm+KVt zA!pi#*!HQ6I@5wCsAj~@`6K3;ec;YEtCU*qjKnW5rxfnz_^7kz{`-8j8Q)k1vY9n_ z6jPf04!$kZUf0-m&S~2F&9}-oY0P0{nHo9k!t1X`OfOsrO`LMDai4)%gml2#FlEIn z|H^mAPHFNv`S_#8x<XY_sH@;!)NK-qj3U_6M)H|!PC{xWt~$(696T9c&z{c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..5800d2f756ef777507e6dcf151c26204cc0bb3da GIT binary patch literal 390 zcmV;10eSw3P)SS+GhFo;E);1yWC46nwhw_voG zya6p@(PkFQew=}kS@uU~7g-kOEr;{toM+w%{=t_e00e*l5CFdgP*v3xV_nyGJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce626a4dbc7101de984698f9afc282bae9fd425f GIT binary patch literal 378 zcmV-=0fqjFP)WVT+z#>xv= z+GuAjHVJ=WWFf)qCXo=>-wd;}yZ`M^@Jc_H0WbgtzySOgK-;!A)UN9uW=WEWnx^UH z6abjpwoSh8i@xuB+O~}>%c3}rDT*SRrb+D6flvaF&0zwuIVyy8p6fuo1dz>#Vc1`a z$njI4KAWpTC?&v`&+{yL8A3Lf=jc^*2!L1cWqf%M1bf_dT~k$6qQ^S+$Pg+i90K4n zyb!f0ic8Zpw{aZz1lXJtfOsFyeVjm^=d>(~sH|5B$mhZ^{0zWxoQL?307J03>$+n7 z=-gWX&jfRZKmui1?mZ`TasU7T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/meta.json new file mode 100644 index 0000000000..44eb96a3a3 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/eafcc13b50f7fe1e22bc7c52a116ac883e0648cd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..366dfe1b53838b82e90c5e734440789e48393593 GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Qf^ zr;B4q#hkaZ?B82D3LJC)v|2?(%fzE4YWd>H6|7PEhqWK&W^BolGAWVjeDTL<`Wf@; z*Wccyy^lBioO$iuy6SK9=31*8|97y+V&HJ+Wq7!PQ9;I(p=B{!f!h1;zxB6mzPaX@ z(^}gOlgx_qqn^l(}x}X zbxAB2Z1+d4&DwqUUAO<;qe+aj&pylNb7QdW&6I1)m2-KyTj_wi{k4XZDNN^|3r{=! z^!~;r91aC`b@>)DPGT{?3Iz{b?KfR;Gv{B6e-O)#eb1Y{@0%^WnpOFF^L>`fE)Ekf zoaWyq@h$DX`~1`cHFoXipEJMyY9+#0B6C|wQMQK7WvksU9p+na%X)#n?7DE#-WeKl z4Fy*i1p1^H4h1r!2kYb1hPli2H>oXnQM!TGAe*tvt9^NF`&^^%k?gyjRP^-2%>s`K zwTgHMlqtG|%ypPKBfCH}U*+IF)-&DjORT24A9($hYvzHwBHI{6iZog-HvB#OkRi0; z)(*BirMD#X?g=_1q?H*+IEXGVTXs;eIN4$Y?~3cM8wH-->pz|>&@}xt>#ByJM-luV z>h?EpEliY7cz$pF_1D{bwp57B5CTT`!mkOX9M5HD-e)NkU)9&3v*9&!PJ#G`@7LFe xYcQ|k-0<)kN6I?>4bB^MKCKG9fa&3%{PP**#D4z%227?544$rjF6*2UngFMpLN)*Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f41f53ff7b5d0afe5c1c266d7d5b806a49107e63 GIT binary patch literal 766 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V0r zPZ!6KiaBp*?O(?jC~)k#+I9iXRxVzlhq5LmLjDWBO3ZV6Em~p{W!jtZ!bIre-P!q* zC++nJ^eqw zE;vT73|SGj`eK1a&3Esw!jccV=KC%0H?-00Ieoij!EFBQrN1_^eR#!m$D*ZR&+WH$ z#~yzak6P1IZKp5X^yRR};`tg(1sC6zy{@&B>wiDt@$BQ3UzmFiYq7X`MjiU{clG=* z`%4UE^N+@U`)%vH{BnO?&v|98M_&$4cyZi~!T$3O0lkj7(_@dH{j9Y>ez##i_igPZ zE-!!I-tucA+nF@uD!ch{(nr!ZFFcy0_%AN#Qk?szy&lZ3zW#Fm@t}NqIHP(0wu>1R ze*^D(JI}FOUnlnWN`6!S@#e7AqP=d)`An(If3LrOx;65PD_cT&t45r|2Cf^ucONSi ze!XkfyYECp+UCd`+3)IK-kz@*)F@YMZaH zF>GXXT$y!FB)GF6$;>;KK_I-N<>|}QCI{zFJr^X+VDy%;@aHe16ISdS8Q)k0U8wkX zx{s;+t0DV3&I22#_y``Ds>t(-wd>eg&jT`lq!)?+RoOHjQE_)%e|_?aM)pdg0I+?;hCCiPQ&c#mdKI;Vst02f?ns{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_argyle.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..0e90c2a2c3a96663b21dd34179337da5f266de0c GIT binary patch literal 392 zcmV;30eAk1P)0(P>Dt~Ttn>y9K~srG!CHR8Z@H7 z4Ma5W<-5slBs~8TdHE&#ZHAfIozKp!_@;lB1dsp{KmvRgK$c}cux;CJVvgf58;0T6 zD*!0&`#ufBKpa9*6k3*r6?a{iEX!hfcOWhStc#;a(=?(uECfH|$h!k^3V_XUItYbP z2=9I0i=4gqRftO+z@}AIvFEz3$@4sMdRWBahmeOZ0OpDg0r=^8ajqmuHX~RI`B%Ge z+5tXuY=jMM+a^uZs4Pp7gW1DBj-$xq>&|ot5Cj2D)5PprMNu%zyKr^gZ2(=@H|^`X zj-n`{JkP}l48vglqjiq}{!*HzyR(0yTL8G-^E|V!02dKL7gSYccL4rZ0Zh}}ZEYOK m^i-eqGm-!jKmtgBH}ngKh@mO=2(yp?0000;z9>>&a}rf}NFj z&_-sY970hPTGy4Cd!9$OZL_*75JCXI&0*5E?PiV$A&+s?U4b|Sz+%`P z1Y;QC-LfpI>zaZfAWhSDP5S7+5vv%SO^O`j$~>#eNVg#Fh?{DgXNFry#;WjX__d{b9NB{@UAWa;C3&|LaM5=F5qi;e!msK qG|fxD**^!kLlQs&NB{}&aeyEE;GU-tpEAAx00005NLfqeVc{SxNn1f8i7Dtcs5_bl}hi%q?UWg3I#aUO-IGZ>f17&lBwX7i9*AGSJv%H@|| z+>3PdBbc{D>AotlDzTgYvTEcrnYWXkacSDs-rp;~YJS#%6r+X5 z9}7+`y!N^@Yq{rhPtLdQMRBVbzgGR#t@&_g?%A~eE)I(?cD%ZLj$6_5es7b`FUS0* z(@!UzdRDjp^5>sDUJ?RbCm7DG6F90P)6cMH!h=;i{M+{=)?O<_n`Ua z|DBK5@k}f_!w}Rb>2S)B88b*HfF%7UFut?;n_;5$#6NKQ+p^!YRm~YXct7ZdCM&qk zW;nZMC!@n0#YfT0pHIEH=;SPE2BWi#^RK<`R(LIOgl)s)h^AwI`~PlgFgtd@l2I}F zqzK~<_Jeub7cV;aguS-rk?=y1jf^$>4I^f}`C1jic46P$yo+T~|AM5Fm{(oRQn~W} zd*=T8?#&i+{X)bdWS`YA^!Rq&U?_hp+rM~|5`!h7Is1+e zyJ~FW7jRgF9|+f1EUt6dep~mcsm1yj*58IMXr7$2|6|PBGk((@wgQtYgQu&X%Q~lo FCIEE9O<({3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca306018cd4cfdb73db9f9bcb25200674035df4 GIT binary patch literal 618 zcmV-w0+s!VP)5K4I+t7`RgRDo(D^j(e1aSyjZcA;#vLsUH}F>D#SXRu3%lCYe^L|~ zFn@*&5NU=8000000Dwd8_xtpn{v7&Bsi1~ZYD&?sV#MpZCg&X8ZnrA7KZo-?zqOXM z)^nefl7tYHqJN4JCnB=e2FGxFUDw$o!Pl?rnuHK^xm@NCJD;Lo#fbY{uh;qA$K&xL zm@5)|{c#+rX`0Qke*e4rhY{e56A_)y=Y`Y!&Fwrcv}h^tJkB}NT9b1wIBwnluKw-< zuyg+8#+cdJ=kqx`Z;W{{A`}@h`1)I0FSHe7^miA)IX6$%_kG1i7-NWtXc&gYv$dA` zzOUBrrsB`hwrwS)+#N5aq_%CN^goVPGh`Hpmk?snzV}`Vp?QuD;aL5sLrN(%@s(q( zrM7LWuIna#)>_XIPy*K9qO?8$0000000000000000RA@7NrbNJCeFb68RFlBbAaPG z&Z)6?Ii)zyX|U22A@9I8IOnKo8tS?(%BGK)!9s{RH|VFyOI3v&InFssw#7NO$X8~M z0HUwFyD?@_3-FWCur8Y5>~u;^!YRdhA71@j1rafJu=bIS*%p9v?tbn)R4`GJby3Ea zT}94-b>3ZTz1VYHFj10W7^rEQMMcU{;Y8L$aDCWGDW_1uL@9g?zanLQD->CPy_+Ev zAtmrNaxD0_wt(Lj`v)Wy*4eu6f8s{~000000N@|+38@d8<}#yj!T-m4~|J1qv;=B+8qW}Zr4l#%8rQi3xzyI!fsqeL0k3<+|XfIWptjqCaWB)FZ4rhiO zzE%OV>y~bJ!wv{e(8zLK?-GzH||vbH(9wVi?MOW(bD1<^BH;!S$8!q zyjEqkBXbrj!=pqAjbk1$({ot_}e%ld)j$l*sG9x>y|;Sb*pOk1fOMrP&AXB-(}oz02U~>gTe~DWM4f`Mq?D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1944635a2f2be573512fd7ec0e685e047ed0034f GIT binary patch literal 320 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEP_K z#WAE}&f6)5TrCCyuI@LOZ!Fom`HP%o)ASD}W%CXw->BeH^tFnX&Y$p=-R;n(Zt2aN zI6ga;s3rfK-T7mIy*C4k0|U#0IELE$yLYYIy!o{!!wsABpZnF^fvi22TXas}mU z%w5PKFv~eL@{$3MU-n*U1-|>8jTS5k#o24k^}Cv$Ro+v)G3RrPxRW~L0hYTymtDLx zxz6?&@|E{pFI8Rl`=+47p2*P9e-;UBy^mk)ekyU_@p|davWwfh{_!vHmecod`J67o z+VC+i_`~@Z+cIaZ$&F?gI1;g6gyC`RS;i)zlJ)T$88{k1C}yF$+m?>sNi45t1AWin M>FVdQ&MBb@026?IAOHXW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/meta.json new file mode 100644 index 0000000000..750fb29dc7 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/8f59da5859624db9078322a5b214381c09d1b953, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_slim.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5f36c0a3fdcb4a543b02ed35aec143f5753caa46 GIT binary patch literal 588 zcmV-S0<-;zP)d?i^DjXz6gTcJ_X8v!+LRj}- zc0irkB?15d0001BmHYiZd@^4`ziFCTjizaaE&5fCxDbMvnQpgRl{;Tz@xg!J_vD-# z=d{)&rKBzTha7PtqQ38EZNj(^qWDgT^@R{5rKI!uJYHe(Tl5b(;zUGBsad;tykrt$ zeeeC~KfTiVclB2jkUA$Kver(V$My`L@GEOFSf_)v4(yCdWsLJZ7IN~x#H zb!!cJh)ZM$TBk%pohKX;Wl$!J{ge2^? z14=bL>`88nSqTU=_q6u@8^<8ld=*#mBaqhJopYp=dg>VY26bIi*LCEaqqW9~VhNB^ zKDD4-uh${%82JW4Gwlb+{W2Xt4J4<3rzB}t%2p1a9Dy*F`}0u(V@#FPLIVH*00000 anD7I0+i~+CuC){Z0000@4r?LjgX899P1UNtUA>%RPp#P{wiS-wU>=|uA7q8|23Z9 z&hC7EZpO{erQLh$&l=8ueP+|yo;82_rzEpYC_2Ls)FM z>{Ge@smat~_0>gw%blm6Zq3_%`@3Dx-y>`eHCA&keXZiP+wBw~$HR6dZ+m_2Y3^`& zD+%qXTvxM9rTE(Kzh3&Qlji}q57W2Pw_B9HCi51|y`Q(ekzrc-?z`1SGiwr`@ zZ#rkokt;`S`W=(yMxt25_5*gzLSeW{0G5?t(r>Oat@r2suFKi4O8T0fR(m%}+3GOV=>MfY|e3DwXNO?z( zoAR#v@9nP@2gOX|%+q??v{Uqwf}m?)V8zU0k6Z?&j6eS*rzA^;J}^sRIHS0(@R9IL ztpobbU${khP3~~;6c^;T1R2@0-A&nc{dM5Q9a42#bJ#XAdL#+DDOKCc@YzqgdHJP_ zD>HA)5}r$m@7Py_t$y^mllQ~s@1KAEdG>FPk#<9J;s1HcZ~acb^%Zy;5ytwUaJu-T ze+>pZ{264GS6}VwVv)L#baqK`k5X~H!}i;{UwIAIxjWo)PN;7KCKwc-f0lo3*KN6B TV&pzx%4P6$^>bP0l+XkK6@F2z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..790520d887f7cf9b40d886d50f082dfd23986672 GIT binary patch literal 366 zcmV-!0g?WRP)-w&>aU8>^`mdjn1dsp{KmwehJKZOJj~fjqfdBvi M07*qoM6N<$f;hR8umAu6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cc32217d1967f57feaa71f1899adec381812d3f8 GIT binary patch literal 371 zcmV-(0gV2MP)*~Z!$5i8_pmGrD2f8MZG-RoU|AN`i9m1x;H0=iKOdH%YTdv&J)(lmu>n!xkC&Hkb&HXS$`#|@zC`lfyJJX2&2u>5G8FusQJB=6sJ}=y@s;b~P4n4om{89kZG=;v|uLE2m2_OL^fCTtCz!QeTg)JF) R#gqU5002ovPDHLkV1j^jla>Gg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/meta.json new file mode 100644 index 0000000000..44eb96a3a3 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/eafcc13b50f7fe1e22bc7c52a116ac883e0648cd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cardigan_sweater.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9a91dd2b596433665a1f6cf8552b0c06d82c7cd7 GIT binary patch literal 699 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Qg8 zr;B4q#hkaZHm+lI6lv>!BBr!3VBtc6I7gEbA%BOLhBkuh7c9Q`D%7Mzs`JI2Ka(cj zO}#$v=FPj+#pkZ~+?_l3|Bv3A59i1W^+`D#3S{=M$YS7h=T&&Pf^p8d(@#G&mKn_y zvA7!~AQfnWFFC^=uV$s+!~!RNoU%-Ts%3~=@u#ocr3~cyUzY6-+Fo)&eM%1_@=`0ji46GQj=S?Uro%%2#t`R-Xnt#RD8f#<+u)_g+#0p^faUvHCM92v3qXTNMaHzDWii`?f-4N@;TIt(aON^U zTeHtU5#CKVbL2d;m>F&}+f*wX5OUPviy71#4v(Mo*hO;^zMn7~B=}c?jR5~A{nDjxfB}T}eZQ^R~wC>GH zGeoyF<}w&<^l(%9zVG(idB-cyFiaM8%YMb^wN$8DW*g(dJHHovz_Mp!VXjlz>>WMCWVfsI_5ww-ds*a{Wr~K=<4JXa_&j Ug<%P|fT@we)78&qol`;+03Ogb%K!iX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9190868cbefd400c5bd1eb5e69d60ea5be5205b3 GIT binary patch literal 643 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|S$( zr;B4q#hkaZ_U9dP;5jxoh_iEH^maWRkDOY@G_!dNq@{(V`wt#F(`@jW>F$IGiBnhD zJB~1D_C0!0#jADhZ)elr$x4&DE$-KD(+{jUuOK7J(6X4Rp&*1oppT0|_wnDiUs)%q zEPc(hX*tWJ(_g=Q`uVl?;kV;L2|Hube(a9W5jtlZKcP3e=E{cp?F<<;cJmL{?LU6{ zj7iJ)V~-7a*qZIX*EoKg=(l{b{E?qE=lYqZ{k^u7A<1Xkr&-L=4Tny9tlRSR?}|5N z))IW}ezkXW9R$Nt`5rC#cx%p|tgT$T*b;tC)cv&U#*CGCEjjF>tuEGCW+tfaZIk9CSfjV9?eC>N|w{e(EtJ^>SI_E|`kGGEB*?rU|Z~A=sWk{96GLCOgcHe!s z{;brTeRJ%(Z$Dirp>%=eq8eAi^ka*{+ci}UM3bhT@qKR|C4I#6vBHM~pJ&WCw0l9n zW4vtW(`1bc)AZ-CSjhE1-T704t9PgEF&Sss8}AvPX<5%cJITb?xH@2=<3i0_Z$j;V zR5$ppzka$t*7hJ{?!?&eJ!=`Sdo)BWSnI~Jf=kzjx#L9r!?m}c%s}&41!En9#X%02 UgcH|tfT@bX)78&qol`;+0OL#=Qvd(} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..36845eff37da905fa9d20c2c55abfe353c55edf5 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D7e7W z#WAE}&fCj-c^ec2SQC8awCb*y+16+HVufVOEZqpU=7UEhoNa8ERIWFy;Qan^d)G-u zpf&~t#yQ1H>(*}NUV4ma1@D$?$2ZK8{+gB3Af>tVgk||_L$^~?zE}s$-ttC!@0xjY zjyG&uyOjO&z5dcXYeE&~4 f!3AUq!!l;GzUk%*L(heL0C7EC{an^LB{Ts5#L`&C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/colored_vest.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cfcf0ca0c3c70cf9f186fff34ff38f8d20079d70 GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C^*m4 z#WAE}&fCk5Tn!2WtO3pE9);R;WS7ewo}2CeSa(m)$HNY*dY8I=uy^sb$-tuJ^gTVm_$@Bc|`2ymy z?Xq}WWBI?|>%ZNoe1mz(n?tYvV{xLWrvfd)7>NU7?g!p zHzvN)xzVI{aYJguYcb)^`{p}&2Q#4h*uf%;fy14b;o%BK1sPM2WWoOjt1d3D(U;hz z|At>>g<894qK?;_@4r9QWC^d(|6BKemCpIM+}2ELlRdBg_*k(fO<^hLw+FlLzPox{ zYR0#=DhXpIX1=lLNMXj?lY5Xgbux``kmnNq_@7Z82Ds3`r(b>4Ki|yHO ze5u;|>3X@E#R9RHzl3slfAq3=ux8mFVF=GilyY$T$Cdxrr>_$nmvEnTm_J~z-pVmK Ubhn@cFi|mhy85}Sb4q9e0GxRfl>h($ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..ff14515d59131a6028f8faf3659fdbdc4473c8e7 GIT binary patch literal 777 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1; zPZ!6KiaBp*ZCrcEK%kBP<<*c91J*A-4H^wYIPeEwPzc=UFpux$1>5~M z_7%Tb@}X8#(XZ}zf34q}-;JjXnHLnDVOSw!%%F9grvb<{XfOUL!j_j+FJmpX8?@J=hwfy)k=**ha=nv&(z`*u8MoD62QOJ1QV8ARVrH%=Y-((w!Sv1(CuVE%+A{ zP2zdLy<`VdaMnhpV`aN@f5^F>TGVr^VcXiQH6HiX0v`XAN<0;}rA+oj^ML+MgYqum2bMviNN&8!FY#E%Q9{aTPM8^ZSE+wHB{A1yza#>}2P;SRG` zZo`rbs$wg7EasoTe}`dK@%7iG!rpT=88a_^d3`#rbKyJ2rR5Dl3#%UfZhW@u+-8U9 zeGc+ZE`>-o-0ge6-@BO2>(W*`EoOrY4}{eft>lEfx*i;ty7H4TPfg6|$ngpK>W;r1 zLfCi=uc>};6Q9f4_Up~piOFu8@)_a2{>f^f%4WXOCtL=Ywi!HK{an^LB{Ts573W_Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/cowboy_duster.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ddc901a4ad5a60279b42a89a13dce3c82d4ecc GIT binary patch literal 372 zcmV-)0gL{LP)7=t+|7y~he#Q;=POhHM- z0#06}i!LUy&nPHD@@x3HgZu9J__?V+D*{A-2oM3T1u%}IS=UwdeZPyiXbUvnvr zd?|z%fEQnu#R-5oL=X}=0jPT_o@JTyW{7hLi3?5u-bL4SN!zvt`&5L)o#A;B7raY= z?ny5D?YM7VL;zI0X__}1xz%*cg?zZc;ST}Wg+nC0HuzOc1Ifh)FH~Xx8Z1d(h;w29 zX?LM61T6s#)u$!EAWA3y5CEU(VHkE6KR!st&ig5VZ(WZ*G1vMbi2xDc4BY{jKC$@) S{n&i~0000(PtbDbKQ1-WlEeD>1#-+CHF7_hz2C2ex0D-@%NmLsG)DhTFz9^B(^^>=)O5jq%8#(@gK? zKK%UW-uCt@j7N^F;hC_4xubPDs|OPAWn2w`Yh%%mVA%J6Un1BW}SgM}8up+H7~KCT9c)U)_2rFXaI zcCT9Xp~A-RbA&{jdWFlZWwj!%7W2Q%{SefjXV~XC zDP_CRG4sx!pRFovx81R4l6dm`_18mBi+=Jv@LYHObpey`?aeIDW~N5|ud!3Vf3s+Q z2m`yRud$#(n_*J-d&%f`@{C&!J#SS_ZZ@3vqHh2DPw&|# z^CiBYn09CXJ*MoZZq60_g! z5^5pnU0_H&u)6St_fFpSlmFjU&ilS?Z@GMdkik3Y2lp1xqc!y1vDHmkQP(A}Y&rvTLoU>sb9qjCfU5q?B6qsj7;I z$md8x+qQmf(xE+ze%rR53GYIzPYV4IW6YvGss57qTwsq+>d9{ zfL+)9`i;=31gx!q+&Jf^C9btzEsLZZp|B>o5p`WRB_UPKe=7-oya^#lYfVB3>ia%v z>Fw&y97uQ#000000000000000;9rCP1ztKKzA}bAF=d zN6rO8?KAHs96A~s$B~p$B!r-%D5xyU%S)gvODc+jgb<{ZqH!D#jdf2E5GUa(c=9Q@ zAG!N{7B^3VlrsA&kW%`k$@hJKcojr9!L^>?z0aP2t#^SgX@YaxFbv)p%VE5NiPMDvjc?v;Pd%pPr&>ArswmC9Vq|+00000=lBC5 WKU*L)3YA^}0000ujP)dXv?2rVfbCLm4aPQRtFEKB(>x+AkqOW3+d!!VpW zr`mxU(=?qvdx?Q<0zWq(2_Pce_7bj%G3ND>AtH2Lcg@3N7>4n8yaA&Fi;@S^c+mg= N002ovPDHLkV1mmTYmxu} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..217a7711d077f8757672a5d0bc98fb758ff69a40 GIT binary patch literal 265 zcmV+k0rvihP)$}W?HRduSDCazVsVM=+aZC$XtsgM6?tz@M_WqHckF4ZhSFqzajw8GQ=ESwC=C^ic P00000NkvXXu0mjfsYP_w literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..49566b12d1caaa546a602e182952079b52ca5d36 GIT binary patch literal 532 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnR zPZ!6KiaBp*8TK_fh_uyD;{C`F5naT{|4?=ZbBWBMKIaN{X=`t7EnQC4dyQw4jin8^ zXJ5R3qP{$gA5M$KNdDJ)ta~Q!l^giPyf@ z>7Esl2Yx&=pUt~#-Rv*F`Kso8?|9O`|M&!lNXB>1?rwZsxBvUQh-vHc=f%ud@iaMC zy8rRy?JTYix3^i$KYwCVj>H0;>u<}fzsT~npFH#PS!c`Xr=Mnj^tmS_!npeCtEK7i3r5ODF zTX$nwigUR{}sm;AgEy_ps}W^MS<1ewP2I*fpzX2ehmlKxN`(CY?f2>U_A4yQGu0X&9BA> zEE`_4Hwh~k07(&r4X@anL=UWz=Lloq28MJE^YtBSCBN%huK}Z(!PC{xWt~$(695T) B=G*`P literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8e0ebecdc78e6b75e8fa0dadcb1407311ab36fdf GIT binary patch literal 549 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VoA zPZ!6KiaBp**{*AH5NYK<$(_g;5xt91{Gr^P<`TU_eXcv$rL4WQwRL(`-!x7?eR>bi ziSw*N#*?e}yUkF1{4hC<zMY|ZgWm18+e+th3%%JhWxdYnu>V(_U(aPs+pucYD~mqnY6a!SX-(QQ_B^}c z@bm1)0H8_lze`undt6~-)_mvv_y6`g;?}R7`GBb`?v&fO${NCzqG6C9oOC#ejN7MelkG@uIty_6_Y52oid-fVP=*ueTD%=kd7?t$&I z81**aV*;z=1gcBmdn5TE`YglrNNKOIXG*le9J|61n?7CF5fRO2B*7RnZ*@Ah zpQ3M!nFH}t;QC1D$Bg5+Y8TaC6Hf(>_(*p?mjI4_eKZhjEqU*=KHmH66nTVLKaC@{ zbM@;Z^DZ0000000000004MX*q@Q(dfU@J zL%&N*#+bX3wDi9K+<4M*IX515VWerAhMabB2g)trlF98 zy?+-(6Y!TPN`O@DUy{<8F5DZewedDxG^0c<=Ax!5Z-F o1iW%Rc*nH}000000DuqS3$y~e&ZCgvSO5S307*qoM6N<$f+2C{Y5)KL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..49566b12d1caaa546a602e182952079b52ca5d36 GIT binary patch literal 532 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnR zPZ!6KiaBp*8TK_fh_uyD;{C`F5naT{|4?=ZbBWBMKIaN{X=`t7EnQC4dyQw4jin8^ zXJ5R3qP{$gA5M$KNdDJ)ta~Q!l^giPyf@ z>7Esl2Yx&=pUt~#-Rv*F`Kso8?|9O`|M&!lNXB>1?rwZsxBvUQh-vHc=f%ud@iaMC zy8rRy?JTYix3^i$KYwCVj>H0;>u<}fzsT~npFH#PS!c`Xr=Mnj^tmS_!npeCtEK7i3r5ODF zTX$nwigUR{}sm;AgEy_ps}W^MS<1ewP2I*fpzX2ehmlKxN`(CY?f2>U_A4yQGu0X&9BA> zEE`_4Hwh~k07(&r4X@anL=UWz=Lloq28MJE^YtBSCBN%huK}Z(!PC{xWt~$(695T) B=G*`P literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/suit_jacket.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8e0ebecdc78e6b75e8fa0dadcb1407311ab36fdf GIT binary patch literal 549 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VoA zPZ!6KiaBp**{*AH5NYK<$(_g;5xt91{Gr^P<`TU_eXcv$rL4WQwRL(`-!x7?eR>bi ziSw*N#*?e}yUkF1{4hC<zMY|ZgWm18+e+th3%%JhWxdYnu>V(_U(aPs+pucYD~mqnY6a!SX-(QQ_B^}c z@bm1)0H8_lze`undt6~-)_mvv_y6`g;?}R7`GBb`?v&fO${NCzqG6C9oOC#ejN7MelkG@uIty_6_Y52oid-fVP=*ueTD%=kd7?t$&I z81**aV*;z=1gcBmdn5TE`YglrNNKOIXG*le9J|6ZXr)fIL zQt&zhR;v{NpsFeWz;3tewAKGzz5&z#T(8&8U)uq&UIJBBVZYz&&ikMWToeVuFa!XE zVThtAtOua?Yw&bB>E|R#I_>3h>1_`%3qNEJ=v9FAdOe$Z&6)+j=W76nh=_=Yh=_=Y zi2fHLMEjRcfxPCU0^J9l>Vkxshw~gB9gF)e!n4lX=FsbC?9mO3IF5DD#lro43l&2M z(Z+H7R*s_;;9d{}D9h6O$*?*kEz5G63lhrhcGJ)1vAJtzEHekI88t>ibzOVi^~a1i zXa?kYK5Lprx6kLZ^Uj+wnx=ux%`oc%yjtf;k~lBGs~Aq-0?%A77w{NWa-8#KP;5!}>5fKs5m-+z|bLyXq;_lA?0000mXTq+$ccVG0)brFWq7bx4;cg5sh`ewB@c0DlR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bbba98af371a59828e6f3bf9df69373fa24868a7 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=dpunnLn>~)y=lmG*np=sF|evl zXWv%-N6aim?J*81pI${icvza1xzIbxNBUEJLJq&tG=sPlkO3g@WAC+DMdz~CzMR1M zWX@Nc`k;mmi!??RO{FLAx;Q*<&2@2kVdr-5tI?wiL0wm)beE=V4bxuwrmMVsZ?&&- zjJvGO`OnF=zL(eCD2z&>FJoF+etlbR*)66o j_tt)|yT`=9@L{iX7H8T=4xQ;ULApF${an^LB{Ts5;G|$X literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e5b6e67d55074dbbc97b439b2b68254ee4eaa037 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=`#oJ8Ln>~)y=BPPtRT^rm{i3k z-uL8f#12;Wf{$E%dOd5-{Qp*(l`MSQard8(wL;Ath7Y+nIB)>9g2Df)_gg& zKdu>^|NOgF#yy;I&Ff!*{f3(~nP3Jph*#KJ-Ix9+=yWb}J8#0QW!3u4xwm8D7VI!# i{+3-IDQ4!(&=BlD{ah;drg(2wkTy?OKbLh*2~7aqzFZdo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/meta.json new file mode 100644 index 0000000000..fe006ca3ba --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Vests/vest_colorable.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by Skubman (angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9190868cbefd400c5bd1eb5e69d60ea5be5205b3 GIT binary patch literal 643 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|S$( zr;B4q#hkaZ_U9dP;5jxoh_iEH^maWRkDOY@G_!dNq@{(V`wt#F(`@jW>F$IGiBnhD zJB~1D_C0!0#jADhZ)elr$x4&DE$-KD(+{jUuOK7J(6X4Rp&*1oppT0|_wnDiUs)%q zEPc(hX*tWJ(_g=Q`uVl?;kV;L2|Hube(a9W5jtlZKcP3e=E{cp?F<<;cJmL{?LU6{ zj7iJ)V~-7a*qZIX*EoKg=(l{b{E?qE=lYqZ{k^u7A<1Xkr&-L=4Tny9tlRSR?}|5N z))IW}ezkXW9R$Nt`5rC#cx%p|tgT$T*b;tC)cv&U#*CGCEjjF>tuEGCW+tfaZIk9CSfjV9?eC>N|w{e(EtJ^>SI_E|`kGGEB*?rU|Z~A=sWk{96GLCOgcHe!s z{;brTeRJ%(Z$Dirp>%=eq8eAi^ka*{+ci}UM3bhT@qKR|C4I#6vBHM~pJ&WCw0l9n zW4vtW(`1bc)AZ-CSjhE1-T704t9PgEF&Sss8}AvPX<5%cJITb?xH@2=<3i0_Z$j;V zR5$ppzka$t*7hJ{?!?&eJ!=`Sdo)BWSnI~Jf=kzjx#L9r!?m}c%s}&41!En9#X%02 UgcH|tfT@bX)78&qol`;+0OL#=Qvd(} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..36845eff37da905fa9d20c2c55abfe353c55edf5 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D7e7W z#WAE}&fCj-c^ec2SQC8awCb*y+16+HVufVOEZqpU=7UEhoNa8ERIWFy;Qan^d)G-u zpf&~t#yQ1H>(*}NUV4ma1@D$?$2ZK8{+gB3Af>tVgk||_L$^~?zE}s$-ttC!@0xjY zjyG&uyOjO&z5dcXYeE&~4 f!3AUq!!l;GzUk%*L(heL0C7EC{an^LB{Ts5#L`&C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_thick.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cfcf0ca0c3c70cf9f186fff34ff38f8d20079d70 GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C^*m4 z#WAE}&fCk5Tn!2WtO3pE9);R;WS7ewo}2CeSa(m)$HNY*dY8I=uy^sb$-tuJ^gTVm_$@Bc|`2ymy z?Xq}WWBI?|>%ZNoe1mz(n?tYvV{xLWrvfd)7>NU7?g!p zHzvN)xzVI{aYJguYcb)^`{p}&2Q#4h*uf%;fy14b;o%BK1sPM2WWoOjt1d3D(U;hz z|At>>g<894qK?;_@4r9QWC^d(|6BKemCpIM+}2ELlRdBg_*k(fO<^hLw+FlLzPox{ zYR0#=DhXpIX1=lLNMXj?lY5Xgbux``kmnNq_@7Z82Ds3`r(b>4Ki|yHO ze5u;|>3X@E#R9RHzl3slfAq3=ux8mFVF=GilyY$T$Cdxrr>_$nmvEnTm_J~z-pVmK Ubhn@cFi|mhy85}Sb4q9e0GxRfl>h($ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..96a18b1bb1234d0085bf54be053d98f08cd64859 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVASw*aSW-r_4bxw*P#G`hKKQ< znjB{H6kHEDA2F^tSJ4{&lx?R=5D$w^YtBZE-Rn-MNhRL=|2po|i8Fhq=dr1HPJ*Jp z?A?a5gT0)mr83MppZ@Ll-$(a0@0>JO`CpOGhfO*sKmU36+vdFH=}A*A8H9gy4YcWr z7diUk$7#c(+jG5Rub0HSyD$g{0;$;RTXL;WE5>xO%N=8PlXvotc|r?3Calw89g{pir4*_#ue0)vjh)78&qol`;+0K-Y18vp%QDG&G1tG;}&Q zXOeR>#_?yy-Q8^B*Uauw{4q$4uXKq^Sly3 zs0coa_6khXw0leh!?s{ML-akOEk><2Y;_$6a{SG`HZSz#X{i@{_5T6FdrR5#9-x z1=_Y{%d%|d4Z~n{U6XKG*0L-v3SF=CR~&{RKdC5+jlos8oTG=+?p+W?(dr`T4H-^> zah1-%rvg;YniBKU$FT_4g=z^vZ@@N~rm6k*b4vgv*gxm{UrHZ=yZHs|wCHy%ZYiVy O0000iz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/meta.json new file mode 100644 index 0000000000..875d7f2b6b --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/ankleboots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..2a148b9725e42a3f32076621fb5b043bfc0687a0 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV4ULV;uunK>+LMZz7_=$m;Vy} z2iWu<9EyH$($Mkz0nrPr>IR8n5^q-o3Y_t|e*1#c_OEO6awo;R08M~{f`%!VG?(7F zH!J9rr{>-G%lhy3?9}mI^?H_FcYxQst6!_~M zt)8u08tZ;7Dyb*;o%Q~8TkT@{pXS!W-40^7xVR^_*2gzbxg?o9$MD$R%%-5MmC9Sh z1+Pd&s~dh3lHRFTC)>l}yPQRG!YYO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..eefd550865357bf79f1f0009347b4c9e078c4341 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQpd z#WAE}&f96We1{cyT7_3KODju1KXKxs1b``$VGkLKRlyMA9)5oP<*J**ZDW1 zZVjga<1B_b#s063N{A~SIcI!q&2lD(g0){~i#vH7w74HNJE7lUmJx$=aq+ouucd|! zQxx=UnMK~bW-y(_ApBq-gX#PSOBuET*$bo+Zf_ISijMoeP^9@qr@MSfmSx+6pi{91 zuL>1n8SV%_UiRSejq3UDZZL0oq0GQ`Jdgcyk8Z?0)`Liz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/meta.json new file mode 100644 index 0000000000..875d7f2b6b --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/fullboots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/equipped-FEET.png index a27e43165c725adc98f66ef4006d198494be2218..428d84dbbe928c7a496a8c39137512241c8a1406 100644 GIT binary patch delta 249 zcmVc001*kOjJcJX>O4zFn_!MJi!0}00DGTPE!Ct z=GbNc006K_L_t(o!|j&64#OY}gptl5CoH`G(-z$HXQ*unsY`TUBo^c2AcL@V$!RBiiAr#Su*)Oqx42=aOb0GR(2a>;mBn}V@ zAaUTQgHMEr1yr5se?X$7!d>m00013M{Ml?001yhOjJdYEHHnOi~l|V0004WQchCJQb1KuZ-lBq`8%3|VssPCNj1S7-GpLv6O>RDD50BxQak_)0DUDi1?rV8 p$b66K=-%90+tXE767$fEXbJ4xj6s;002ovPDHLkV1k8-UcdkV diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json index 05e3d90682..4d09fa5276 100644 --- a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json +++ b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by IProduceWidgets", + "copyright": "Made by IProduceWidgets, modified by Skubman", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..734419adb13136d8e2dc0f37deb224df4c29b301 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnM zPZ!6KiaBp*?Ok=qL7>(DL6+!+xa`>?o|Dgg&u6(ZOFo_H{vn8+|enNh)=2}9zg>VpcKYu|t0jXnRo z_(-A5mZJ|i<$qR(AE?^v7CCLjs#lWHdeb=$3slZKY##jly-vdR+m@G?Up}c?bNtcS zT_(Qj>zfWg46v8$@6Ud-bFKHJCB^^znBD{gitK#-`Df4Rr;kppJ^0S|RMyt2b@PLo zWV1HkT%f`A{q^?5!qfXBbgDdGs5~g!ow)!0|4zy4udmjoM?SN&+i-aA^ZX5e)>psq zR%g8Z)=c74j#kaH>-QCKdjr{ja~zr0sOQhUv1{Gkz3+E6{Qq|03@eLc!_6GC4E|>A z1G_d{n{2+%Q2avMSuTn9pP6bU{&Gd^zVpEpDDrd@*OoiJ-gO#_S@wK;GQ0QZv=3IR qKV-%&&~9ewd3&;dVQyF=&;B;18w|=FJ8OVZ$KdJe=d#Wzp$PyS@7NFk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2a76274f7f7474c8a7dfa6504227ba71c2b347ac GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tt~ z#WAE}&fBTBTt^fHT7_>MI(O+3cSO~H;fN|u>$h(<`6MJ<>yYkMWO)|)jPu;{KQqpM z+91)u2tp5H8SedF`=#hyx4@$Z3)gIYEyBRDZtK5~Nj=pYX7v}H%hl~z$8+GIVoUAX zDN#XQzW;l6RWmSs`Ei-?h3|PFDR;WTFs-$1k!=6nxNCo=X)-t#Xg*bpczM;KjUmhY znDfEoUo-yBW{{9cmr0kFm$Ul4fjyN$fUAs?;c{L>?=DXNSj6cTVt4v5gR1S{ tywY0#U$YthA4{Kh@2hnh1KSSgc#)Sq6PmU&?*e+2!PC{xWt~$(69Dq9eM|rV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1e00dadea0d22adc00afa819e59c09f4eb631af4 GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR% zr;B4q#hkaZHuknSh&b0?3T<%l;$I>iz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/meta.json new file mode 100644 index 0000000000..755a9ccc6a --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/jackboots_color.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae4b962de0875b24b378cfea8fe032ef59caacc GIT binary patch literal 538 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vn3 zPZ!6KiaBp*8Ri{w5OHDe6v*OQ5!?_|$f)svtDvc%t0OwV)nq5*oW>^M0M?iZVq95H z6FQDvTEropBCUUR{`C!U`tzPjDlhrpZP3SZz(R=Ou?ItsG9zBjlE^zb`{v!L*#G}v z)>b_eDgEU|KY#8?+xSE4fUw^Dn@64&zxg)7%zkRa#TU$T{nTa7rx};*j_o-=a5AOn*4wffe#=*ct)BRKPWkI!f9u}$H=ceTt0%Vj z_A{IF%g_3&G>GSJje2Oo!IZN-Iz(&g=SsO?uf1{h>(2)>t-t>I>xP>-hyGY-v{tXV znziziFlU84pK|g3cIO|z%p@MH3~BP8QNOc&4^V<*+UeD1`>$u`@Bh_*;`)CE33sLh z8P0}66^3IIadR4U@^`H{DLlWHu`uSFmcTdeC42qU82@K~((#q=cV7<_-Volv8W=8i z{?_aT?h3D^E1yU5rDx9h@rt|S@K>%0(W;+S?tJA<*s%KK?%to%9#pZO*egFTMd-jR ln~!(J1&*(cYt;F}7<%(k!145|6~M@5@O1TaS?83{1OPWE=ivYV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..45df9224450bf1d30776af55fe122aa15a5903ab GIT binary patch literal 378 zcmV-=0fqjFP)2@bH*3^GeSTJ2mvARegeMlld>%7^*qn( z{V0l{X&T_w`o6ziA`pfl@jMT3AhImexouk*h5>>gpo5_(3QW@kRaFt&wz(3ATA->b zo$=+5U?_uEzeHdh$5rAiFA2nPjN3?93%1zv^)CzDgS)`az*hKA|KVBxPYGPbE`dDH zi6lwux~^+5O_RRCO@GH_k@ya0w{$bIlu zI0M7?O6+REvlG2_(lI+`eD<(F*L64eW8UL86aqp(2z<1_ YH-D3VG}z;_zyJUM07*qoM6N<$g2Vcqh5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1e00dadea0d22adc00afa819e59c09f4eb631af4 GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR% zr;B4q#hkaZHuknSh&b0?3T<%l;$I>iz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/meta.json new file mode 100644 index 0000000000..755a9ccc6a --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/mudboots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..2afa98e4ad64a200610476b410c5fc53ec3b9d10 GIT binary patch literal 465 zcmV;?0WSWDP)yviC?RFbg zo$+{+yxB2m}h{btiI({?HT0hVkxssltM)^&}l zs-CVlt*h&L@lNQ+f3(}{_bKsT+BQQ7I3AA(A;4NYSa(|QoO@b7*Sq5r5fKp)5fKp) z5fS|plg{!_r&H{o!x>|+-ENDVi7%CdnG(Eh+rbG@j(Y)*^mCYUHvm}Ra5TrgfRwRk zcRH<}lS47%mE`6dLY700000NkvXX Hu0mjfXVlO2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a07ff86bb9e087716cbd0dc5713499f5cb2d3abb GIT binary patch literal 307 zcmV-30nGl1P)4p5{21*mENRDfD7fNB7x)DGWtntBjIAUfaZgDwps zD9$-Q6r)}aqzfST#`sY1@!B~T&zOEK`Urriz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/meta.json new file mode 100644 index 0000000000..875d7f2b6b --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/thighboots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920, modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f36c162c45f2b46edbc373fa286a2767d83571 GIT binary patch literal 556 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vnd zPZ!6KiaBp*8Ri{w5OB4hKb-Pu=B&@H{WZ(O6YSQ!v9_*pj|FD}(D--UCmw~ZZ{V(9QuUBK(SBkW QF!~uhUHx3vIVCg!0JJ9c#sB~S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a5cfb448adeaa8a865c803a60c13cc6571f62233 GIT binary patch literal 382 zcmV-^0fGLBP)f`ff0h*?{!9VL7*N_8n cfUgGl1sIlpG=BSU`~Uy|07*qoM6N<$f^;{bO8@`> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1e00dadea0d22adc00afa819e59c09f4eb631af4 GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR% zr;B4q#hkaZHuknSh&b0?3T<%l;$I>iz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/meta.json new file mode 100644 index 0000000000..755a9ccc6a --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/thighmudboots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..0562af6a011a66a7ca21141008c69ffa8d4d66a8 GIT binary patch literal 518 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vm@ zPZ!6KiaBp*ZCrK8LBMtW2QJ5+2#%;_7u_~|lYXP~*WthW1t)3ggGvf3ILa!|96Dk5 zF|q9Ntvi+*auyx5o)ep7_?x-Nhv9@Fqr!2P1{q-n{2Wf94fo%lKA6yOH?RF`RqxTH zixGO$pH|o$E3i27vBG8E^WKo7UjM#UmELT6c6#fT3whg{KQAtG*nht~@lc7C>*}kA zwhLUGRKNS~zbEOD&%_j_oMH-F9a_0FM!~tP@l4a1paW&QYi-PD`q=H`Hi_S4dj0(M z*BAbHF+Fj2Uwl#7<*jy+e(OoC7oX=(`7r1Io?Auw^Isb){+!Ap!^du3bME=(+2*r( zt>*FtebW2?bGLvN=Zv#y|8GqZ7ZjRobpIclV;?7jr5eMN84MGWnH+F){H8FxJ;_~V zw%}%tTK>eJciw*wIQBorpFF$r z9P1vZO(xr~zqZZlT6oR+!26Tgi7Qoqq_b{mvvT2FaeMOm!>czlHO&*}cq+c(=N-Pv T4RhB3BbLF_)z4*}Q$iB}mXqX* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c0dce40cb5650a70802604b56f476c23482c29db GIT binary patch literal 363 zcmV-x0hIoUP)ksR3aHR&T!O|0 z=oEBz-zFnNhMmmXY$Wq15`L5Se|ct}2mDzQKmter2_OOP2@uEel4aS(%kx}0@-GFz z5Z85~s;bqS=lRh0JZ~{g6QU?$f(UhB97iw=12j#8VHj4w>pG^7;lA%LEC?Y0RaK#F z+xLYEf&iMP0n4(O{!zFv0CwP2aDDFk{?tDT=LW#U6&xgcf0`z)a9mfG<#&@1A>fC)=g&w2NB{|NrJjCasnsT@6zTu~002ov JPDHLkV1oAvkiz@S+=DTv8-!X%}nL$-et{GLA12U?Ii;l32nmar~n#&*AIAMZv5`lwR** zYd(?c;UOFlw{Mk}fyU08LP0Dw`~K`&mmsjy_wpY*eQ&3(h6o=WEtW00-I=rQ)!tuT zyYxi&o!a{wbEWgXv$MD!dj0iKq0EUTPjpW=-G0aDIB~*WLAQH0=XdX zn~dbrOIXgG(C`a5_V~=EE9#O*IZtVRh<8tLD|~cOd|}U{Ba2y65*P*C;|}moD4ZT~ UfiLV7FsKOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1694027e4e3328cb8d4c6b603fc485e98455e158 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5S zr;B4q#hkaZ47*wlBwErF{S|IhvEL4_V7NW!@-^m&iuUWb?AGYUZd!1{?3sT_=b4(` zRJHk1t@ZmH`&b%eI2kO37>ZOFo_H{vn8+|enNh)=$pIuWxnbSwu;+KgjgC*ctg=Ao z^c&S5HFoJ5YK*RdZ@QmoB;Nir&6s6!L*}f2(5w3*{Dk^uf46kz6ua>KZ`5_uXO+jE ze{MYehVw(^9v1xr&%adO-e!ANLMI_|+WptR|F)g}!gE7qPuzOj_mT&h{yaAAQ;vBS z-{|Y~!cjtJLFTMA=5~q{^tbE&NBo2%N22WQ%mvv4FO#pBMtxo^| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/meta.json new file mode 100644 index 0000000000..755a9ccc6a --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/workboots_color.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..cae375e15331e98d67276627e4c2b4b0ad93c90c GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRs zr;B4q#hkaZ4std-h`7WnEbS=Q-XQh+W1eZ)gV;AmH!wOY&3fT)(ms>DY2B{FcH%aF z>Rn~H9f(6WJ{R2oo;)q}`{zW76QBQVGCAfbGjYH7flE)^^?vmH@nxE|O!D-mCpSxO zZwm=6tt{`CH#|S1=$W;`r2UobOFS=6e6g!lfTy_|#VG9xi);`C`+htj8=6#l%gA;Z;b5A(UW56l022~_&r!deqOy?@g+ZG)-r qz6*&JxcMKDI=`2zGb7*O5!-F2NgJQdy1oY(cnqGdelF{r5}E*K9FB1S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b450d0de39703d236370a1872e2d5838ce500a74 GIT binary patch literal 283 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tS> z#WAE}PI96|g2AhXK=vN1ge#1T`6NmYtYB_i$NWq`?w9<``4ZA+JA8Z8_*P_R{_oGT z(A&6dme-y>g%=Fg?&>?%^S!-)yu&x<`T-7~bn$5mS{Mu&)-yXyQ&CfGz8Pgz#dCdK z3{$j0{k<4AlR|^&z&Jji!%j>hOexk3X*)N~Vw>^*^L2fL-OCnDVVrHjac6HSv(Mp6 zhyJ$rbKLZ|;7Vu{((aS7I>IoAui@DD`lO?sQ`K)VdbA1Z`mM3K$hUwU>{K^dg9m&J Z3_pCMd1uePvjONa22WQ%mvv4FO#lxvWiS8$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc9bf797d73004e2989980c04829aef3ac64db9 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5Z zr;B4q#hkaZ_Ifb~3bdYYdTQ75i{amdGZU86&ANMax#EVoC-3fbvUuLyntIdvOwG}`Nol-KJQz+)WSF4LsNl}z(8tms!^vPN z#89Nd0F_AAQ#fBdJvH*t{r2?d?^ay*bxICBAO1KhN$)|DiPq%15%=fRb4_~CoxgSV zkJ>x8e`iaYvpr+dJN{V3H@N)9%LPh`67heorUV^xWm$BGad~s2|FySfQa9{x9De(? zH+x$&xA=qq_ix=i_V){4|K^)EaUzRio9tdruDf4bU#DC9ZL!7&1Kkf_KFMsY@V}xb zFso*Jxy;rVT3O9FoQvuY0p*Ol8-LU%X&p$?*~cUHn|T@2ABo#pI{(DOKwv)WSj;GozKisadY2oKW8llj28w^S3j3^ HP6xZsWR3jPQ3yPhz*%(<<1NnGRBqs<9 zW+`xFMHGE3J$8M*nrXw|!qs<=oIky1-`)o`7A^d5ta4knUj6!F@fnW)|5)EV(?6aZ z)8pn{|5bPQxvIT+->hYiC@t~gDJU+@HQQ!ZXuk94;gYV$2M=_gb^muQdz&=xn|E*j zyjy-VPxYOm;ep>dZNE?Q^q=>?mur`Fz4prc+3WkypLws!_Tn4g-aB9R*ogZdS2&@` zKoHqXOuw?1<2l2+&)<#C^uIb?<9E=q;q{-rJ{MQ)^Et;D^ZdPQsO_rw7jh4b>h)K> z3jBM>{NSF?-xsZtyDDzQT2ou0bZ&O?1}!dzA|Sdy$7}A%>WL*~!1!VCboFyt=akR{ E0QjWEV*mgE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/meta.json new file mode 100644 index 0000000000..755a9ccc6a --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Misc/flats.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/89ae2531b5934cc52fef5a55ace3e5f10882e920", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..0503c909c56cfbe18953015214a18e0f776d500d GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=w>@1PLn>~)y>+m+*+8K6Vfz%W zjHF)+xPN`%jB2pTVA|R8@{mmC!Rng|!fz8f6)m6q&)cT6_hU@D3Q#i?9Ej^NoUXFc z=D5V?t3NfD&I!7;>EABvM`bE^&TP@?UY2=j*Sbkd_Pr0izV+6&sWUZ?&6vGx<+>kx zW_n)ItDl#?^Y`VS|FaGl@Z7xn^xdQ-0!~*;?_PT=;H0WK{eAuWxJQ?N!t7yS_%Juf z>$cy4&BZ@AzpG|UmCfhg-@nZMYRmES(@kYdt%FZk^zHs^{p?f!Zl?6V4BH-DyJx*g Q{RT+Cr>mdKI;Vst0CE9+b^rhX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..441bc821f0f457ce6ab5b8a62a12d235575c1d6b GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0s-z z#WAE}&f7_Qc@HZHxbbVwHei^1VFP3JjwNZVW(yKo#S$3KAK>V7+{K~T@_*5io!1lY z&;2paQ2&RqiUSiA6+}B^@6|mWG~e?1nzh@DQkA==O0k9B45=`8zUSoO WsSo?Zs=os0dj?NeKbLh*2~7awfq1O| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..eec1033574db2b01788fe4d9fc4bb13d8c1b0046 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FMR zi(^Q|oVT|QayC1NxL(v=BFw!($lNT0J#WnsrZq>Oa0|0cKDk5s^F3C{UXJ_D1*ZH* zj2RwDGJND|s9=jJ%Tn&s7gTe~DWM4f=(d0d literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/meta.json new file mode 100644 index 0000000000..0442c1039b --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Misc/high_heels.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/fd91b0d016b9001f9bd0e034d0b0f8ca8130e23d, and modified by Skubman for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..5427b205c08a28c9d4ccfa6277a12dba4edeeae9 GIT binary patch literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU~KbraSW-r_4bx^U$cP#+XMM6 zv5Q2)^ctQq6i<(tc(42;<1@C2+Lznbo|&Z)*_!_CV?FQ0etlmS{gUba3mrQ9}aPPO>QWn9R zPqj+U9kev>nt!}Z)1lII%I)%B!B1Mnd*k-^$|t*U zBnJKYb@lY!GYM${SGgGcmJ6R+yDF^m+^y}dm3xYQYEON<|L-;xB{;a{VOoCt)6_4U z|G(P4&5iHtodZftf{xcqXPdj(oL>0a>WR&>X9u<))?wh@aOPn_Mf9iaBlBV#?g%R= z1%z(N-F>@xL+ nglblX9-&*e{+`sgyr#~i^5Enzr30UV5yRl=>gTe~DWM4fq@K)u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5bbb9c60e867e2a344dc0583310dccfe186684 GIT binary patch literal 277 zcmV+w0qXvVP)~C-EadQ55ChF?$w? zNN%0$oHM5g7={4=5Mx9L0i|Cvj^kSqw=>hbChDgGVvN@bXmNge2IhIbMnG%yhXrgo zYKa~Iy1joud49_$SHsNT$$*Gt5y{gukA==O0k9B45=`8zUSoO WsSo?Zs=os0dj?NeKbLh*2~7awfq1O| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..eec1033574db2b01788fe4d9fc4bb13d8c1b0046 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FMR zi(^Q|oVT|QayC1NxL(v=BFw!($lNT0J#WnsrZq>Oa0|0cKDk5s^F3C{UXJ_D1*ZH* zj2RwDGJND|s9=jJ%Tn&s7gTe~DWM4f=(d0d literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/meta.json new file mode 100644 index 0000000000..0442c1039b --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Misc/long_high_heels.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/fd91b0d016b9001f9bd0e034d0b0f8ca8130e23d, and modified by Skubman for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..c6571d1c0102ec30359369dae9bfa02f744bce7a GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRx zr;B4q#hkadHu5$bNVq(7J|)28aG1lx$E|_p4ZW>l)@T5sU7GGwxa!eRivkchBRFMH+AZ>YSdGIqS`=-S#}qvDvfKc4klh zS2N%KzNPhlg9gb7%U1rq^L_8$S?^D8+Ee%Vns3XlbsKZbOr>2^>i6lJ+_wO#atIBT z|9)%R-PrHf-wDjBPy2f!v7vI_$}T8-CmYwDK4<7JWS!(QijTTkL8ojGqu<-?kkC0c7DdLDZn6Q@O1Ta JS?83{1OSw1pC14K literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..701e64c652fd4ea9571a5a3ccbd19a5e472da73c GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq{|D z)5S5QV$Rzsdsj6(2(jUo_(Hu$H&;3&$-;U_Yc%C|Kw|J5e zvzh=?@vOx2XNvX(-jJ_};5onmLLcTb%zK_&?SH*A=XP)JCLR5J)&&K}3k6sjEyP_L z_r2e!!<}L{Hr}wjOe_M6RZmy}XutVfD&K>DiEDH)w zZxU!zd{!woFHz#eXPMI2=Bibzx_XyBc@`+5=o@U}Tg;ar?{_dL_WE63^^5BlR<6>o zWxSOl!KUI_bXod%;1`cV8F{t~Z!{SyZF-}|HIe}!`#$ez`AQtxz8 zjlS!K!r1GHx3^vSZmYz_xFObvVRnhzj-a?b-`_q>eR$oo$X9kxhM$b8J-H16vqpAA9j`wZ^0q z|B@F}m`@01z=v-0T=>2>d)BfIub)4D_%1hEp*S^iSLM9vrT^C1t4JK!7ZWPFEVHOI z_VLxy9bDZ8Jco<+iYI;-+i+Go-n4w1A9up*Z-U#_uzmRd@2c7RzwS4zSPu#t^gaH5 zyui_}>Aw4ktcJbp$3r7p&c~VAFTSpDLX&|oQf2L!d+@o=PnIKR9u!X#Q7B`Zzxj!< yfN}Hrn=9KNT$HRi=eM7=4=A?`V&Fyg3TBp~s_7rwHk$y0kHOQ`&t;ucLK6T}>635( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/meta.json new file mode 100644 index 0000000000..7e0308d761 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Misc/skater.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/fd91b0d016b9001f9bd0e034d0b0f8ca8130e23d", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..559ea0f0412d793756567211c13d0139dcf25bc1 GIT binary patch literal 378 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRu zr;B4q#hkaZ9J!heL|oio+}iv7Bh#*LZ1aw1S1`SQe2;s}&xP?zS|??+96G~1al(Y3 zl^wI^v!9sAFhQA7!JWyWkEKC|lfhDmp-6?{i3bBViAk(qYX5KfzAd+KkB;}#;@sQE zcJ5mDxMJROuGWn`$XD!PVuUn&dWzLrJNe%Js8jCr>mdKI;Vst0MqiB`~Uy| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb36b95f3b33897dd5eba90b901a124d99f5c24 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D7ezo z#WAE}&f6<@IU5v2SQDDV3V5d%Fwd7gmRM89JiS2iwOeCneW2h$OM#1L_sCB#NRwv= zY6F2bhI2b-*tHAHFibo3T4d>!FB%QA0uIXrtXlq>vqC!H_L~*&CtTiLnk(Xz^IgzI z*nu}=bIBF=*p{-?AkMv^>lH{%V!@guYd$RUHx3vIVCg!0LhnKJOBUy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b35cd94d39df07b2afca6767a26d640a159c8098 GIT binary patch literal 377 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TSB zr;B4q#hkaZ9Jvk~@UWO)`2NJu^0{H9&$&t;yC+r5Z8F*JS}k`OFURRDS(z=rg#XA! zhK^)Lf#XaHeXI^L+zl3D423!jk0KbL66!Gr3T09wr*+=no~vEzyLjWf-|q{RImI`; z|2Waysei90PqAL$nefTi z<-BG_Yp_$=N0qliIYMsVH&?7X^T_j+_JJp_U)}ru=M@OK2JFlfmfBll|J4^V zDcyQx>vD#_g)8Bs|LsTng-q=QYMJD=9H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Sandals/flipflops.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..554feb95c8f155ac82e346472289182b41199eda GIT binary patch literal 382 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRh zr;B4q#hkaZ4sx~_h`6}lsM0yM`DjE>diTbKYvRomHg&40CCsQ4__E;Be`B@wkIY3X z3{N~5PE2H&pv?YkU5mS9juXh3(#Km-I*Uf%Nv- z(OLH%t48q0xnzjBq&M_loAtedGyHmMn!{w@`G%agJK`4S3gC4L%#9Z~$``$pnZ&x} z*?UzB_phq|gFVD1%-TQwfy~wED(P%0Pv85ml)ak1mQnL(HD{LF*PGoB?*93!xz&EX q`|bmC|NMPxvYGdq6WFVB^uJAA89XWQ^mkx@GI+ZBxvX`L(Y>uum4G}la zi@6znP698e}*bEQJ_~R2Z;H z9Auidy7b+x!)f7Po_A*^B~SjiMq>5$*{<~#FH}2vPJb}IKR11f7305SIxh?_xEww5 z*EnQVwD-)Pj!c_$PXGN@vM)k{ZSlU}pR%5Q&#RlY?4qCJ_RDpr%C<;tP1$XKujO|( zhpNYc`q_ou2ikw8?9+23(pfZ)-5x`Xl1TvE-EfDhIMYh4pX0 qwO9Gs?uPvzHm}LgXN%LE8qX+_n5U#>6?_L6z6_qOelF{r5}E)?1D;|4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7d0e45141729cde4a4ce68b22528265a1e90b5fb GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ2u~Nskch*{2@Waysei90PqAL$nefTi z<-BG_Yp_$=N0qliIYMsVH&?7X^T_j+_JJp_U)}ru=M@OK2JFlfmfBll|J4^V zDcyQx>vD#_g)8Bs|LsTng-q=QYMJD=9H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Sandals/flipflops_alt.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..554feb95c8f155ac82e346472289182b41199eda GIT binary patch literal 382 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRh zr;B4q#hkaZ4sx~_h`6}lsM0yM`DjE>diTbKYvRomHg&40CCsQ4__E;Be`B@wkIY3X z3{N~5PE2H&pv?YkU5mS9juXh3(#Km-I*Uf%Nv- z(OLH%t48q0xnzjBq&M_loAtedGyHmMn!{w@`G%agJK`4S3gC4L%#9Z~$``$pnZ&x} z*?UzB_phq|gFVD1%-TQwfy~wED(P%0Pv85ml)ak1mQnL(HD{LF*PGoB?*93!xz&EX q`|bmC|NMPxvYGdq6WFVB^uJAA89XWQ^mkx@GI+ZBxvX@ zdF0mpKYp@e6YEqJ-kprrzsD!^YT50lPa|7@=#*}n|3b;YN_x?e!5+fOyhON?eA=k3NZh?b>UD;qd-RXyh8$VkIx4L-S{GJJEf!S zz)#`y12ZBDbNW`n(CXaxF$!PC{xWt~$(6966} BWN82Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..f470be1865ea626edd17abf334a6a242f507575a GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TS4 zr;B4q#hkaZ47->d1zh(((DgYQ;=+19A<3e#x|21T`El#s7PdCEd5MXlH$%+6$}Bdu zNO(~a&iU!T_nakNtK4tPhHQ20V`-4#WUv%sC{kf~;=yoYBEtk_Mg?~!2dKn5rn>(6 zrxiEyZ+=hPt^fS!mZ`H|8~!s~ul|l{+w0iSHGiW%t`vH;RrB#j={< z$7?ICStp*AUbx;N>!YQ3dhi#XCcN%~I@rPG(w&VzveaL9sk#`njzb+T<4!o z+;8S}Ohv~Z`F^-1&k;G{gk-mU^YecWPnujbfKvHCd8+=cy%*G=4lyT&vFrF^HI8bn RIACZqc)I$ztaD0e0ssxXpyvPp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..de73a45c00b6c4af9e5e958b22bf93e67db9f8f2 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5Y zr;B4q#hkad?6a60CE7lQe-PVt(2PaY#(CD1XqD*#YjlIyi#nHV@OdoBBI>EVZC>)^ z{K5pm<9Bb)Wo`fd*EDLy8Jpkhf4pg)!_Ot6i=`H{Q5op^cum$Q{~ zk2+S*>MOo|TsNF~N3VR}@+D^PcX0e?eBkus9MgNrgxTAxR_5N@SbFDbXV+{FJ^`!x{)a^&@}KLu4l+7De{UGm_bQnSB%Htcbztq{ zYKIelY}@qQzxL)gl|Fx;TUuMWwTf%WujiecQskOr0~sa+Gfeo+eC*4j{YMTzY6gZo NgQu&X%Q~loCIHl3u7dyo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/meta.json new file mode 100644 index 0000000000..fb340cce69 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Sandals/sandals.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/462115b50143c4e1d2722c08c1df66ad8f0ae087", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..7b6d87af338246b7f2de6d9397a162ce5d72673b GIT binary patch literal 727 zcmV;|0x127P)}aFClimgJ36ig6|+{ zM0|&UHj0H{XJfIZv9q>}o{$N{byqTT|B!n>klpMO&&=7`++}ChsBo$QR5;ZDDx7Kn z6;3sP3a1*N{leAF_3ZfYXt3(>(1g}ERY2Rm%$jCvAV1$dy;2I0WS74DtU+x62heq# z5`ko84A$g<%7DA)$JuCmcfbM2tvpYW$yNdPlLwN{BVi5z+wtv$VuO3#z1{FR*>3>E zMmw9G$76GLaXFh#KWI2ypC>HO;W*BppPr~pP#J)K4w3PXSl@Yy2Z=TZINS#^ z2tH=H0$Tn3gFR~B+F$z3Mne?40wkO?fH;Cm1@z_#2f$pD;D;Dh;9|W1 zUXQ|@Jc3F|p9vP!2Dqii$>WwtQ3b5ynt-@0`YHqDeGg>vUFSn1b-GNj=$mf=H~G}` znV`jF07Q9Brp(Njy~XlqL1h3O#~-h?Y(m$wK@9jQkoRRAWV{&aC&8{`TnVY31iQ4X z+Ckn3#ZEk?R(&N#g;Ncn!l?#O;Zy^taH;`RIMo0uoN53SPBp;tC2ofLw53Dh6OXMi zvJmoVONYWY2EWFLGary*Oh#&ixBy-TaOv?j)tHQ&QOH^W@1I}G{Z#ESybVTsK3i){ z;wGKqGF8LR|yWKK3rSH;{O548?k$-WHcG=b+6urJ&57EA^#%gkdi z!HQev?u>#KwE?a;C7u%bYepgZr0A*vT#DAt5K!sDh0pH#kupI_3OQ`?=002ov JPDHLkV1kk4NxT36 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0e90e48e64fafced78d14ef32d90005355f3de1d GIT binary patch literal 351 zcmV-l0igbgP)u-~l{<2lzjL?S5CxCez^C zc;f(&*0&;x27&pXUG9>j_yD*i3~h1e0NM3i#KUob+fxrO0ndS zDz4ZqK(FIb-x`;Q1+ZGogXMZtB>A&4?-T&$Vc31|a|426$a5jYgNRI_s23^y(4uoh z05F7LO8dN`ElvQ+Ab1^8u>r`GMCNFTqzWtmv+redTfT9CPv%mI0ANltLDdus06oS> xZ=E1)v%v{~ZOE9Fa6Sn+U_S+@BM;CzzzeL7f=F_{Jt+VH002ovPDHLkV1gHgk5d2u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/meta.json new file mode 100644 index 0000000000..9d77e1c3f1 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/asymmetric_dress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/17daf9f2e02d96c7c5b18fb8d8760882577ffbc0", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/black_and_gold.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/black_and_gold.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..810b1f0e02c42c1fe4c8263e0972c9f5020f8d6f GIT binary patch literal 1036 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 Dm!h80 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..01d34e177c14ee729f0c76bc58bad82eb43ee30d GIT binary patch literal 485 zcmV^$ma@>obFQxToG3IRo(9ItpdqM8`lWrR@=4IDfGW32u3}2ApmeKH8GuTy9D5TR zyDdYKA42)QkJV~bxe8hp@Z13`XN)+GWL$PTwue{?0D30qs1ktdy4-4OmA^ zx#RAjz)f%~U@{RVs!GlF0Owq~Wvmc4-hW-ErUVLvVThqUfq!iy&J6VXeV!yqb6X(F zYKR^<`o>%D397)<=gFZI2($57^WmMEszmrcsheY<2Z|hr5XcJYRv)z zp55DW#p`SBRI~Zs@FuYS?2=u5XNnhJ>RHCWydIagoZhr%{*RU232D5Jq5>?8uXept ze|LOYW{v6jd8TZk2M*`8tC!n~vEIA$clGXj`U=@Rvl@QyF8#jo=A)yb?<)7d*OqV< zd>~eEZq5A#oIgs0_`B#|&9d2WXyQ~uJ z3oJJs+pyRGn-`INzmX~8FGmvV1_AActNjXL2l$tN6X*~-@Ip~Qx8b6*LKws9c84_# yVfIZCjBDyxV5)x!9^v|6P{rZGovU!kRBd*qW3)?R>=Z96j&Xiw}ANVWCR;+)XmPkx&grMdP zm3Gy3wW}4LbACFsg$k+N?^A2P*<_)^a3qmYfsdP^FoL1uFq4Cf7{j9t3i6lGjQ{(NO#8fFbi(tW5hAU#6sCNdKY4SggNSR! z?J!@Bgwhfh=hJH z;#nm%Nrmyqk$uH?-l{#%5&57hR=?wJeDahx0n=1B=}5oc_3f9nLB~;lpgxCLle^F7 zZPU8$!~p13h{mcq7! zmX^`wja%iLRBA-nuy_*L|BrPNbpJBPFs@_1e#w5r4ko8J@)sgi6t4VZoa@Tu^j7{t zp_o9?|AxNJ4HJH|m&{>pxnsZJv5vwMkom-j=WFj!Qd4#yrr*K(C(~Y~@-93Zc zNAgs=s;BNfr*7RYcNG!pa|8lVpCb@}`W%4()aM8Upgu<+fXvP5bXu#|>mjG@y<%=| zPE!=cvj0>nr8OE2Df`bV0uBxiD4We{l}hCi$x^ALmCI%6KBWb)8fDaz$B0IwmTjk} zr>y<@`dX?_M-ku$Su32JoIHvGd`JCL0$Jf%O#uKTK~{uQ^1!nb007yksVSBakrC28yH zM6c3m_WhOFP4zl?g}3d{eLM?3Q#<%a;mA8mus~Z|Tb)q=c`so_zE|6}1-QJtq@nG5L&f3(D~%$c92psLJqj?Y{MszbBLc)I z(1H7H*|#MC2tj~P6A}6(o}^?l$?7jIE|>@#8yjpCAb_f>o<;*mnu&mVJ{4tPOMqsx z$vVHeX;5~q(5Z(IAY3dKX>V_j)j9?|3vAMQ{`Md8M6OOcGr<8fUGtqIVTQ zUx2WA4q)`H01=j!me`cwBGg@67K4~L9j)$>?YFA{B6)H2%?zTQivU5$Wq7f|>?(jP z5u->SJD%kmAvX~SKz)ut0P1rD0#KhL5PgbMF8$dE|+ulEs!0Xy~42o;wvfu^M7q^&GV!PyZL-xtJP`` z>YVo1Qv|>;-!lJBA9=qX37h3|=N!WK)SFo;0j8&?HDi{4xsHE`GS#%FX9GkO@_Fh+ zfWaoBqg*a~^B6SC^6NTzL;$79H*oT1n;+uTu!EisN@5-GRW(M9Sc6jJFF+nU(WV^#LoX2<8lv;_b9P-Q z+;7z%R(9!M8l=O+Lzg2h_;!6oVqOqW}N^07*qoM6N<$f_HeT?*IS* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/black_tango_alt.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..829e562cf4364e0aaba383970d64877160335440 GIT binary patch literal 541 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 Hl+XkK^eoW0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a4bebfe85aefd982f8da47272bd71acfa7f8e1c2 GIT binary patch literal 516 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnW zPZ!6KiaBp*>U%H;${gR%zB-$`$Kp$5_K?nm#YK|(SboB3I>$aQoXP9l)`EvWkQ$uH`BPr`zyEMgpT%B^# z{12RZWo2i7Fa7pcD+3v+$31<=kIBf%pLy-((R|~~yoQtKrHLhl2^Z$G1)@!-1g@yO$NtdiXI%`X*N6U>f z2l;l?*qyh(oLS5jYRt}BQno(LYvk*T>>iZ^ zcZ17*|Gxge+xP9i@*^pHWewH|58l?go(eg;<~c>(wz#O(u&J!LVnc=jMp-=d+(FE%TAcrZE;drNE>m}I(nMpp4Dj*@Qoy-<~J(@3e cLqgA9+e7qqLhA1TV6-xLy85}Sb4q9e0N2&p82|tP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/meta.json new file mode 100644 index 0000000000..ae07808486 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_blazer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/af40bc8515d560aeff3d397a5f33f556accbb890", + "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/Jumpskirt/blue_sundress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/blue_sundress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..59029dd6f83ad6f25efc8e62b8579cd90bc1840f GIT binary patch literal 1168 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 N002ovPDHLkV1fmX*nI#1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamblue.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamblue.rsi/meta.json new file mode 100644 index 0000000000..c11bafd63a --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamblue.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/462115b50143c4e1d2722c08c1df66ad8f0ae087", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9b12afcc924025f905b2c496ea38ebc572ee3b97 GIT binary patch literal 1430 zcmV;H1!?+;P)td{?2u@EzSz5K@11+*o;!CQ zjqo_?1i<5{69A8+P5?ZPIsx!Fln7|u zjdY=*(FdbgLN=aMwqG*=G~f?4!nG)Vic7rPN` z38JN~6^oDlMAt|ZEtk6x@-<<7cFwl_nh2orbHQfxna(HUap5SPE*%%p*?&d+W^a89 z*T!!mHu=nUBWkrD{-h7_I!{MG zy)zD<-;ebEE)q{?(byai&hz=pT>jK$Anos^(jo#^o(hst%pYUm%iH4n-0zRj+;eu`nb)4fMaU>fJedU(Vm1&!XLkgNm6&q$*&YUOJh+do*eZOXCM2i-2Cs>KmY3NG z!|h=(JT{2-mR3swt-Y5-BJPSr#K`2j1n6jaxD&cdBu_M$S=)pT>^xrtuJ`{(0;;f0 z0G*eacWrLol)y<2=)W~4l91crXtVTq5+C>*kvFrxY|G3q50&0$n*jE@lmN-Ne*bH6 zpZ9biWA;2rs2l|f`#Et>r2}jekb04{GJd55(y?{uz?n;cjxyZY1D=!s9c2{wLfJEs z0ISW92BT;S1;t#za}r=F4oX@34q5@ zCjcHtod9?obpqgV)Co}elkW2XwLrB^$`R1k6E^lY67K{FY)j!Fuk>Hr1XP|A$V9VZ zCYD}^fep|V6|xPT(LQm_oucxNvAa7%G<@yWP593Ftu1PTE3@35HjP6E=)AN^q=DBC zZn&~NF2PkyI!W;j|AI*2F5#)u5Z!o_a54S7UI+LTM;T26^oqi=NB zlE9Ur0Zjk+tLsT{^YL`U==a|ll@gfxK|Sgm5y0M%5;(fh0bSq*X{7|5z!3rQsrd$( zlvMZTRKN|=p?hBm2{=u%^eP~DqTfjpGSVyvMmcc_35^U4j%$)m$5KG{6I%RE( za|Aft&1g%25_FiL)0DvF@nNMIp^^lsK@LL%C2+Kpfo_Nzha0 zJyfJttududVq^LxT2v%vrb+MvF&naouHSnGid6tuH-W4@d4=+3yG8M&lq7SkzdVj0_80IWx>uT$ zDHgyU_9%zuTg3x9>*_7Ib$&D8%hC-Pv<*6M?kR9*nPV6)$0{ZOyxo2MCKx`gdJa!^ z|5KeS01jjJs6@}5NX>wCb_p1xT8##_z~SBkH1gJsR?=@lUu#1YF$17^Wd2T$d}~>RbV$n#2ka gw*-Iy5C8(;9R-@fcKyuoqW}N^07*qoM6N<$f^ulMt^fc4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/meta.json new file mode 100644 index 0000000000..c11bafd63a --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamgreen.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/462115b50143c4e1d2722c08c1df66ad8f0ae087", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..0117c663a834da3ebacd3257ca682d5d8506d12f GIT binary patch literal 1666 zcmV-|27UR7P)(p9~~9QUoB$ks<&|juZh%a-;}Al0%Dtd09)1 zTVq$!{_VTfpuG4oUHM7`EOOmzj7^UGr&3lD5o>r>dUkZ2I`KD-c|#pa@~2GzjbEI- z9*#M;1$P9$jw(|#?|F<)1TiNq9jE)hvcwx`;9B?7czo_+92vhA9d|p*Fc`Uxo>03v zWT=oZEdpYVFLJFy>-9IIzg6Vc$|uK1CkIgCS}T>9NfKy0=UwN{#pk}Gc%@<+-o4Za zk7Ef2g$Xo%XMP<{zyS<=E9Fm@glQ2lHJK!V#@7|UhQL@iJXvM(nJ%VTXN;k7=oorK zr)NA2rsgwR`fh*!ruU*Wev@+<8V6dj>!Esl@IxCOEnJOb{w~b82M{I+bocJzc9iAR zV0hdwf7@EJ0(-7Bze@l$hg%Sa#7kC_{(%_Ma+vB0hAOevdSeG2{4WAIY{H`Tm zc^l;Oo`R=vKO#6Z`YRSVS4wXv&wiNOkzw^VIA5$jHFh8>x=M|Hm3FQ!| zcJIK(Lbr_h7nW|q`(696L%3q>)?_7$UDc>EM)AD}1%hM{rLG#>obm`2C=-zDC`6mD zUu<~+9OykOwd(zzLFX?l*QL;z!-Nr-#yfLIB--cf&0 z<^w8Y2Pmf?vsB7u@kNhdI5q}bk(*JdJf9K)Omq#a--xa_m7x-Z`Lr68GdH6^<{ds` zJ))uWb>;b#Lx9_kC#zf z=z`q!1SEND-j(PwWp^-2_pEu1?w>a3_&qHf(gDOh9FR zoxzs)@c2!BjS9A#j98;9a%$z>guKimXnfEnuIHf_>q0ph5zclR)ENbU%qk zVSH7=7TKad8Q3cqLkAk&;k}0WSqL>YWaOh+5MtgHuo}Bp?us@-_V=DaWMVklHU3M- z=|edO#0uD6{-9Lm<@Fn}?|7H=5UauN&pOYuIOx43ji(33>!pH(>Hs!L*{7rN3<*0D zq3MNY{+UX~+DM21k@&FIy&WSHi7BB2M@Eh`{>JE;gyua#u97B{Y1pe1}3pdxvTmIM8;6=niX6k3&_ z>2~~F=&X{L7VQRi0Vd#heN=ZMEf3gQ@|Iy{UtUgP%lerA9oPjLN%>5KEX+h%zIQkZ7|vkK#%9VKu) z{z;~7FGR?^S&H%`HXAQSW=f`Z9Y7NP56~jOdxyObOa!U7!bo!b3C+_#(iUX%0{{R3 M07*qoM6N<$f=+({`2YX_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsampurple.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..26842eaa026a9f3823ad31f349e7d439ce6daec6 GIT binary patch literal 525 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 Y2j#>Ws`aR))Bpeg07*qoM6N<$f`My?8~^|S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamwhite.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/cheongsamwhite.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..70a60e5efbae29a9a36ee5250a6b91866bd1d849 GIT binary patch literal 571 zcmV-B0>u4^P)LAk7a5)ZLqaNHA;$t3j&=V$2e?O|?3CIICMIKvcj zI1bWX6g+=HYQjy^Z?#&PitkqdO4ZvPL&(ZrCWW|2?!KEANkla&1MtZ+uN+4P8x&N)o+`oNr9h+VbI>*-ay~e#V`!Iyu9q_!1?((wTlo2<#L(YgYhu{l}e>+ z`%*U#FDxuzW@ZMtT<)ErY&J{t^YfUSn+tWnmP#e8uC8{p4*;BVget(?+#Ed5gRbi> zqi1Jlr0Y67&%@HvQn&?+F)+q(b93|V^V{27Y;JDCw(W2QI669lq9}NNe#YzTD*)i_ z?G3N5uTT^P2L}hC3Q#N-!5G8v@bJ6OWmyJe48Gre-5cyS0>{V4n4Fw^=R~Pg!u|a{ zWLXYX03w3#`z`SUn$0GN2oDbr;bs5;OifKe(=^P^&LW%5QYw|g`1m-cr>DUf3sr!r zsVU_1d91Imw@xP0G-+*Z4f%W?&1N&)3`i!En3$M=s;VF&XqpB9P*oLUV`GstE~!)s zilSg+V*}-KnG{6<5n*w05tT|M+zeohfrvo#PZ17ME_feV_x5k5^~3I9w|g)ai?!Yd z84xAy0SE#ToDQK2P_0%!Ro{SEEQWkOAL`;A$7yZ7Km^xygC+@&kB{LB;QKyaUS56~ zov5UBGIT>}7o>bN-PNF)-G6h9(Dxm@m> z{jM{hllqb*wVaFU1n8Ijt~+3HI)WE<%sEd~*30GHF9fgR(zCa)l2m}IwKp+qZ z1b-@)Wqo-=`@i?A-GF6TR45ewb0G?a0)6z$vaIm`88Jyc)KWm#0O z*Qrn_P_0&@ehy@GrF^5&AkXutR;y99T8%^m%d)6itx~O4BhT}w(P;cA6Qy3i7>~!{ zc^(*J7#bRiW39f!`10q5?okk*&fNk5*b)7|;0lKcU!^1;pnug`&`6=MKF5TVT(RY08TLyHBvZ|_RG#W^!(~)IB zI-N$N(SWL|-}14qTi|2U5nPdT&Jo3VY?>wo<8ZPpfAS~P8jwsT-wjB_Vlia1S*WUt zVzCHCQ9_Ttq9`a9i%?Y+*=+WcKgnb=JONf#R+#Vm$mMc$adAN-BO{2%Db4Zeecs!1gkr7;6Tu?5TBj5M2va-^Z4};x0(BAN9nugKQ(ViwWe+uUu z>2w;7***vK}nME^z`(}pKclK#eu+Zd-oUR)wCo@I5|1_ zGBZOJAXsSooKE}XR#c5pd)9TD84?Htg75G*VyBY*_{Q4c00000NkvXXu0mjfsm@F# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/club_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/club_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7ea0b70e6b6324f8553a5d25be1ad44e9c85a5db GIT binary patch literal 476 zcmV<20VDp2P)=YIhlohm65o~1Mobc|FH>^6DNyZ{Muw-%*?nzEEnc2Db z4?IT@0G=ZV0M8KwfaeGTz;hT2u)4Y$?e6ZjrM26JZGK|`1_uX??6zT>-$;P1t*vNw zc2<=e8yjsu*=>XVtJNxQZ*TuwZLU7;F^u_*cR*iXAN0w}} zV&zdTm({f>{;yPawz~xVKR-V=7eT-}?OFJZcfj4Mx%kV zvop9vl3zzw{?r0&Z*NDu->0Xin>KkQ%5}Y7SN+!4*R8({wc^*2l|QurBwtuq__hz* zkB^Vx0)eVi;Ihh&V{5^srQFPxa3cL224&)I{(=58~ouAgy#qX zz;grv;5mW-@Ekz^c#a?dJVy`!o+AhV&yguZM6Soi#^B-;xC!_f{OaneSvSoRF&024 zU~Yi^9o}_ALdfcyJ< z6_jM$?&#=5IyySAxw(m=!Gli@zxnz3T)uJ%P^nbZ zkJ#DSK~doQ$J*MO6=P3c zVEoQ?2#p-%N;|HfU?hNqp}%S?3O2`KlpjDyI9dikLdNB3WBA(TE}(C6{4@@e9D!5< z&=DOn1%(7M0D^U~F--097NBp6pmVkw$LZ;*{WE|LNuIRpvH2oG=pw>*<1ooiF**Z& qJ4ZlZa~$D=2s}p+0G`8p0saE>{6h6_a!_sn00002fgorh3R=Ywu#v21@QQ`(-YW^qLQXT2bBD~A+@Iu&{#YeI2~Yx*0LlQv z;V_#_CKXvfcL2+>l>A%)Mx#;I@Ao-|VOaUi&m912G#d2UOf-l8iIf1g+by-*ZO%Q< zL&zSHeT)|h0PS`=j?3ken<93*-KSqTz2QW>OI-L&PZa302jn3yY z)oL}mTrTWiuh(J$Aj2@ITCGx=rnFwK$+m62hX09_08Xb9&1N&so6RN-1_PQ-r|f?! zB>>U1)oSrI-hl7>oF5JcS}YdD0gT7v4D;RV^`4&Ck|N)1He443f%IV{4S?pZ>;71S z@hFN&MgQY#cwcCI+$Kpvx~@|k$8RIXQHT2b+K`$CDFAG_swA)buu$K~!Pn2p{dn!6&%v9j7R~}dvi;_+ISk#qqZor@UP``Y zn66!r*VBJMRei0pX~VYKeV>}I^Os0(Z$DNW^g>=zT+#GF#3!3~ms{jdzCWsTOnMBXlJB+KPiB0!o_+bHvq4CAk9SQC_YWJk<)3)VWJGM-`w!@M%u-p?&%nOPBipBxc2a((c)(vi}D!~7kHUW zdA7`6@o;TxxXt8QN=6NH^nD&!*&Y(}n7PQy*Km!m#f^Q%TsH*+{QTP|>*%-JukJUy z8}|Id%`=@+&d a=1uRS{#`kELIs#C89ZJ6T-G@yGywqa$t@B9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e635c5d5e3c4a67cf69b6b9afa71fca06139f7f6 GIT binary patch literal 318 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEPtC z#WAE}&f6&)xegf!v?;$3k%_rea$(`*A2RzoVt;F}s@L+er^`Fa9688WT3q-l#`g9R zX77jVI+qswzvRvTss4NWlJ!y37&sajI2^V!Y`JDxvsveLVAVN>d$XGZbLX$hlVx1t zqj)@U`s@D;2^@Q#b=9)?`pjlKmS&<74b7X zyJ#C~*u>d9@lh9xz*|4B#-Axs2M%0mU;egu(u2EASId(ovo*x@X;x~BF{lWxpYE!} z@uY0tPj&;f1ir5|6K~8?7Gf|n+}ik{i)F)oo|F8&!3^?342&7F4_FVJNtZoRu74fq OcLq;aKbLh*2~7Y*G=9eb literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/meta.json new file mode 100644 index 0000000000..27235e41f0 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_fire.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fb63881dc01c99717ae1bf9e5463840f5b59e00a", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c2e1dd15fd14e62db8b8ae2b254ae26a4f7154 GIT binary patch literal 1108 zcmV-a1grarP)GK;b!+WbMxbN z=6mzae6u@m3>imG05Xo80Aw6F0mwLV0+4a!1R&$c2|&hSOn~!h++kXH*(?kyOACw$ z@C?0myZ!sbp}|3AND+((I6ZEnRIGLKUmn9buQ!3ZU-s=6QU@afX17uJ^xkq7%D|rr zFw-u-b_yKTfyF0w;<$+%P(yI#!KLQzlr(|P?;YGXMdtR?s>+YqFKU-~*7C|Y5g#{fOilXrtGh7j-*^+8xIc%=j}v(7p04kvmHBp_ec3K54JO{^@3GhCoe05?1}fBvE74MI}29rp?( z2znvCZRMe#NN+O)HStt&@1Q_xvN}5&}6Cei9ytZ(GmKzG) z-FRy>L=5w?FkYxd0NwA<-FazX!wo?*n=LQ)3ohJzV*{P~xWnPudhq_!FVFUq@AUQ| zV-H~brSUw3NZjRN#EZ*YNCds!C3!JCs9qOZ1aS5Vd##1zy~`&qlHr}u+Z&TGGIYdu?wfaMqdscX=2ljS5q+G1C406Jj5_s}(%%S<&~@>0+Cy3is( z9@uL5hd zSPu80LG2${XA|Q+cW7IGmV;%-g8uKDV zz4+{Gf(dH_f*^gWf((w0dL&!mw-ou+nP(}rgX<@B9MrsEzJv=fEC4g^U$33cxQOM#=aY>$2_s2f$ a4fQYfGYN)Q4aL;}0000%DjB_jB+1u8a6% z82|%d01SWuFaX*B(S;MyXq_|bw^%6v!f1Ite(ptNI4@QjK)=JVTJ0wD_d`S@p8@_P z_A!LEv;fxbVZGhjQL_$wyFe|DFZ6-74{RNW*!l493X9+HC{M?6t$eIjCrLE zAPs9*HpU2eE84(yevnK6)Lt(h69$7XZhjhw-j^El`QQXeUZ)+kE3kcI3v=%>Ok%rd zwunIXqf VuK)eEZSepA002ovPDHLkV1g|0%fSEu literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/meta.json new file mode 100644 index 0000000000..27235e41f0 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_orange.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fb63881dc01c99717ae1bf9e5463840f5b59e00a", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2c589322142e1147ffc5a3f886baddad4febb1be GIT binary patch literal 873 zcmV-v1D5=WP) zwy+X_>arL9o{b*-&hq9{oi9$t`0sS{8tNp;QCMTed5S(y$t3nfidCCig|f=Rz5$1 z4!I15;CJ2#xhy$8;fvo%0GWu)a+~nUUt0hPzg1v8uM05@Lh(CAKso$eHzBU@$#1<3 zuIh!*%U}rp^fp-MB91GYoBEyyLh{!VfUm%^`I&Z$&nJibi+XN{v)Sj<`KE-MBA*D! zUrT_>9oBG!wh)p(%>jrUNdQESBmg2u5&)4S34q9v1VH3S0w8iE0T4Ny1&~B(_P*M% z&<5xWV2+X}!mdeKX92`303%h77Gat)nq;IK4FM5>4>CT3<~dzxA=q%90s3e>(RdEv z1Kj*lc_>bCiJO7aThGHJNXbJE`VoY?={*|@kk18J4}2Ih8VOK7ulEs>tH8)IT`KYn zO>z*81mJnSX;#>3VKtz@oc&E>M5FsP`7_V!C2O1K<%SvBz>n7o!r4D=aR^j}n>aRl zXb-D6gQdrp<>%Jv6j{dYJvX@Q=B6lom^N&3t0qC)Br0Jo0K+fe0ixQd5K@G4;|cL6 zO4-&UV3i&>%?ax^NtrMmA~HGF9R}Xt217+bRqy*iZGQkEYrbHod;h(hulEhwC zoD`3owE1whrOm-^bcK&$8r1h+cRb%6zt zRi6Wh+y$z>nCFTGKpjrqetxRsi&l(fZvFcQ_D;u90cZ@fNl-4Bj#pt8`zoGAkXFaA zDANnSRV4tbz6eld{@DP={zIZXJ;&LGN)GJWU+f94*kgFe1?yvIL!|&{UpX)3^g$^A z`URWAXWi0kv)kV0={Qc*dbZLr9ZF?Y3SjRE_ZZ_C`X4>u033i#eFIN-eH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/meta.json new file mode 100644 index 0000000000..27235e41f0 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/dress_yellow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fb63881dc01c99717ae1bf9e5463840f5b59e00a", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3e6588e618316bd8e53cae0253deb89bd71ddb GIT binary patch literal 861 zcmV-j1ETziP)PSrmJ`GskjN03 zCEo#UVp+Ze5>D*M5(gkyZ$d^)xbRjK6wUmqx~s=l_mft$J+nKn`c3t3`mIsnr~**o zr~**or~**or~**or~+92bn)l+a&PzDtFE#qPQH9y9(>%VrrCMqo6j$ovmfVldVHjg zK`j6(yS4s$b(~+#sd>{7mve}K%6FYVJ=WjP+yqc*qUPb47xL+I8ChVtmr4MB`i$_q zcNXCOVdWV(Z{b%7fRx`_-|oHszd;#wH#b(95CZ4Bo=z&@{>Z+zriRgo4E*X*VDIfVU38qEwFr|M zJo-oxcqq2OGz_A$e{XJspz?u5NWrfb02OZ|l!AC7HNPnXLb64B$x!mc(r{LGSs12mhb|ya0I_#Piu0ljBKP7ba8i4+^ll z$;0yVsT1n{J-5MBO~9LfR1@%C=TFIBr@~Y?ssL0tssL0tssL0tssNTh<@5uLg*7IV z0N5Ingi{C-@>};NO#<)&1;i-lG)Mr_q=7OjZ(T2#`v4Fg2vb5X5u`_fk1>m-q@7@n z7o$TS1udckkZ)je_yd4GkAekJ0)&;$@!nv_qo75yCg8m*6mq3{`y3?zp2petZ>x?F zTjseSJqm}PK1XGp+949Ad5k$B2BAlR;kq%>hn!pFT^<1o)B+&oIqf+85m2sC000+{ z0%1HZJ3}G3;=EHkg+GutMe*TyEHDYsw?#b#VjhG^0BKB^(jA&2j`}`e><{JsJmX*R z2DjN{+;)dUXNEk#$Y7H6h$Y$|;OPs<5lgf`0Oj01K^Y4>My(!!Wd4BEzJM{Y05T4X nMKoEsDU}J4(6I0lvwh(O;ypmuic7m74L4??7 z1h$ zW}Q|uz8()p<#jzpV+n+K3Sg>~_q@u*0-)@(5Xrry3M>GWywmbO#<^kvoX-~(M8DBw z_!ir&w@M-wz+yIa=F8RHWQMp^0GPXOJFY}tc#b$1g1rmIeP4x!=Ya;SasV#OB?FqRskT&n%ZuDYz=^#5Siwo zAW1V~RiG$S#JST@3V^bwZvY(xeVA~oz^VW>AsorNPAKUIg#gGVef%a6*=|VYs6@O| sN>-r|Abv^oGTbMN(ENW|17)Y+0e|Px#07*qoM6N<$g4gAui2wiq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/meta.json new file mode 100644 index 0000000000..9d77e1c3f1 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/evening_gown.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/17daf9f2e02d96c7c5b18fb8d8760882577ffbc0", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d119ec220fb3e4e4bd945bb570c9ac9bb91e24e8 GIT binary patch literal 1162 zcmV;51a+UVN(12j_4T!u2);fxHfC)Ui2P_*x76h~ngk&Po$Ob-26%vCvG}4)!>=>|F2c=r zyWOjkk&D2&tvNu(uYw7`)(GIn_V)IIesK`Fu&`kL3E-07=oUCyUysVyBO_ER6ngcI z+gm!nzbDsl!Ed|}0{NTKQM&AOdUZGlhGBwjej@|khxgXX%?;7RgYnT z1b*_&?>^%ZFgrU-zVAoJQ&UsYV^_fBmc*HsUwoiLu@N8^OV^Nba?U^+7#YBO^?Z&|kkG<*AwdiwklM>`iaL2_S?flk7wm!(X#fBK07*qoM6N<$f?T{Gi2wiq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..17d92f25e71b2e8c6e3530d324742d57cf90ad0e GIT binary patch literal 518 zcmV+h0{Q)kP)q;9QPqYSjvB_lOU5W!_tJMX`oc9rLkxU|hr_qRQR*i-;xTVH9Nzw4fXdcvgSvErz|JCs8=kZ8MqU~BXSPRV?a6`UoX5C zw+y#SI~$AoI60q`U|M!zp=`;&n&ojqZ#?{-HcgP@Fr4&9$u{hbSpED2i!cVB<6I37 zBNz>2v>DoxSq~JfVUXw(WjMT%2`uTpvLSx?@;86}?b~*9TZB$TNm<+7vOvFr>h7@B zsS~%=f=i?^h?eYX~|BKc1}qqN1FqQ$RPty#3tC(?Ok^<}>*I z`+d^W?B@C7$2neoU1M8Sb?DPm*6`0euUvg>St%L1;ES5azUP=VXHDT;;4YpUyzj-=V^_1y zX7B7jv1pF`%O6*>wod&lH}iLZ+5zeQjc>je{{8c3`@@eP>(i@z{(h)kIY)o`^yueB z=N8JTGO;x??*4K2`1#qh4;fzZf9$q6@S$GCX-V-X9vnK|LX3$LhdN_p7Q|aDvnvr) zdw9_Dk`` z7TmD`iK+`z7D+MP6gQC3Wqq?+Q6sq9Aw%6E#91M_`@luN1|Qx=A6+JQYsQupZ4TSS z8ZQJf1co?&c>7{SNZ&T5jy+OLckWI-bs^}$J}IVOl2a;0vNRLoc@KVy-~VQH$y=6= zEDoC!SCtC32rpPA*0^|X!y>6B-xn_xe(#C{8hJ{p$^Nf!cEeNg5G`PWW$<+Mb6Mw< G&;$UsMM?|+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c07e87632111b78d222ec1da0ce2163e768a6264 GIT binary patch literal 741 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1^ zPZ!6KiaBp*?a#jLAaZg4-ci`O~#YMUNqFb2rz zGIT9wbtv4zpwTDBaP%V60*fdH5qItekmQ^o#{K?&O5dNcZOfJZ`S0^?Yi9N%MLT=` zY&PzAq{lJCZ+YP6n=G+Y+L!pef4?|xeYt^(F}GZOa39e;1WUhQR? z$J4+WyU7@@UyMjdwi_ z2NMKh|Ga&Cy&|ZpIQ{pc&n9^$QXA*67A{il0DAd@4S!m~L#En?>{r^v_FP~Ne^KuJ zdsk=#n`>b@%bDlJhfD8vuyrrE+IXzd@ZeRYbISMQ#mXN_KKO0-`bo;fv(EpeTL{HR zDBE;V@o!h}?^M=RxM|LC``nlJtM?bXdpT6ycewh?x_k-ClkdDCD}h44v?sigUQjj_ zD5z!2qWN)sNcH-F`saR6Q#WM&oojuGDT8y#%DAon&dFvnhLpv9{XO;d`#TebHrzHh zn8|Ux;J&$nlh*Q&j}oo5zqEtlcrd6|AdQBD1@z0BqGh6M|@%K+0YgQu&X J%Q~loCIA*wTp0iW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/meta.json new file mode 100644 index 0000000000..ae07808486 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/flamenco.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/af40bc8515d560aeff3d397a5f33f556accbb890", + "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/Jumpskirt/flowergirl.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/flowergirl.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e8c1c921925eb08c537ab1c5113a61f834a85b GIT binary patch literal 1017 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|WDF zPZ!6KiaBqiHu@oJ8o>RQKZ6%j#c#IqIvope}(d&76rlrrRZ(p>HA>iwiCn~dj)cORP<$B$2{{6dmb$xa9 z;+G{};o;$H&+R*(KRuF7?!)7UHlIINPbxb)|KRiI&vWIP)06i9sc-UVcv#@!@9(d7 zKJ9!q|I-!Q#T;g>Fe;zY?$dOGse+Rsr%8bMb^XqmNoF;h^{18ZjxDTSJCDWQ&hCY^ z;30i625DIzS>rw%9j0Z+y&a^_@c)>z@K5iw12uN#nsv?->Ng7h`m=|hap4~&#<=)+ zS;GApTd}!p`pBYwOCrx9S;r>n5^_@XN)Gy))^FZq zbMJD4SbZ+zhQmqh_j1f`9}b9&du_1fXnb_Tru_#}FIaJAeO#_>*d^o1fE_zBJ*d+1 zzna9Tl5t6XBSS%R_4bX=cDp{ zZg@Zc^YZ1(Bkd}VpI=wq$&tkUft_RiUfCM6*=IM^?LU8X6_bsfU7APuYSG`S|2o(k z*ds5+E%r6wk2!JfJkX3#L6uyF-1qO_Z@-nM%xIz0));;J`}guoOtXjXur6OXr z=R1~k*&gmb+O(x%+r}#gw(j12yG!2bjnwCZiiUS4+BmtqT|HrYZq5G$L!IR}j<3IP zf=OV-5k{|yV~;mhHLzIx`O&he!;sU3DWkIXR?DpP6S;G(au|HxAyn&Dc+)cJ9{nA;b0F`rgS;p|#`)bPiq7d%U59lUgg zzi$~jQw5G6Fzmbtk`@oQ?AA2 j$K|OKu6-&Du6_6avMw`-I~B+Y%*za(u6{1-oD!M_r4mVdn+BfMO%;JA{Qc9>PT%(F=G1 zJ8xhoSlHQlf^7cqBJ$QWMOh`V+i{%2i04{(F;JpB{ETinRo{j$t z0Gp?23jOOE#F;2TNC8kvKijtDcGEO848tD@;D>e`hp)FR>q{E|He;I-22lh-z?qo7 ziMa3s5`Nj_(f~qS*X8=23`uVXs6DPC(g3I`j^iRp5@Opnhwy#B=(>)_=XoZ1o|CGo zq^nl~5HbwIZX-DoKl+UUc%Dc4zUQ`RJGz0{!;d)YfH?q&7y$&;i*aE7<2b5rr}rk@ zw#_^M4jNjGieaN8n7L@31KT(CJD&Rv8j&5%~h8sMYauGb8`BV%jc_jx~N^f3=Y92^`R92^`R9RE*9 zc?YPfdbq#8|JC>XzsYZ=XDCdvs;Y-1 zc>1WS>LK$fuxP!HBxq3-cSKR#0f4@yX&(eZP>QzVy1_RZjo(yN?TVtfBg^tn-EA_=j8RDYYp&yANjtI5JKqX+5TBA(Nyi33>gCMTm4d9VAIo^l7zP5eeouE|fp=>2x}U?ct&WbzP6Xd!C1MU1u^! z)BF;DRX{9K{VY<;t`JqgFpSLLi*~`<32+=Ix&*qen|a>-{e8$H_+@qpAHy(^<2WI+ z4gi46;B{R`0Kl{Z03fsVUDqw-f2{-zhr@6@9w+9%rfHeoQf1&-_K1HvDdX`N4Tr<9 z@(v)`O{;(`%hC7gbjqaqv|ZX?yeN6QV66lQg0S=|K*RGqCJD&0o5mxJZ>a=4KR+k3 zAHN}?t3pqgDnQ$dSD)~pf2aADPJrV$;i|U67$>HSZQGTs1Ga4^{Kx&JP1kkTp_K`k z&*z!h4}#!_zRrsKr}@#m3n##FoRFS-01z!QbQOXiNUh54?QN+pNE?qaeiJzHOLHS@ z#yVXfl%(;UV#KmUdp=8z0hv zG>5&ty}~>>I5;>sI5;>sI7*=1ZhtXN^J-K0n5KEvZnwV_87q`Yf~u;&(%a;ZkB@)U z5%BKr?qBrQ{A4ouXEYjpE@G?jc1{okSBj$itSHJagb3^H@x=qyCr#5nR1y4IFGN;6 ztvQSR`S$?OZ#J7BSyw-jMx<*C?EwofY3VTchwp5-^!eqGMh9fQyR@Axk4r`xLmozD}?>K0aoegsOe!S_Cc23geFH{rXj} ztE&LU_>D#&9(@=XuC=-Q1nA75ac>Hp^-RwniTi zw_TM+U~BXN%WRj?2yBHuAa1itjljn11IQxBN+Yn<`hYYJc{KtXtq;huQKd#;WAy=b jaoA{m0L=j*HX4EN8id>pYs@LH00000NkvXXu0mjfvg0P) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7551560d20a0b1d6acaa115e918dea5e7eae1abf GIT binary patch literal 498 zcmVn4lXQ!Vd7$65ahAuNU?W=e zwPFAmGUozFk|Y;#IMr^qZws*9ZnHfh($ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/fluffy.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..4b345efe9482493491d0e4aef9f8ed10a40783ec GIT binary patch literal 1257 zcmV=P)09^lr~$IZMMxX_l11rbGq5g%Rl_KqvFY`ufk+)zz=A>pqvS)oQi9^YimZr)OvPgeBPE zR~Fz+vpM?U`v;EW+^^T`dq@X^!EvEb!0|DTgKRGHy=}J_M8bHnu`${o4rlTs-|p$D zGQW}lcxbIu5-){lz4yG26SC3b;^G~o6wIq?bqD!$gHYjrP_2qauh$x%@cr%Y{k~XR zTH5YhU5TyWSX3(GOJn{ZCRP5K0uVVp9EF4k#bWVcQ0N~)+UWQD->C2a^6Lbl!|(Qb z;&)K!pzz~!NO9Z1du!{m3HNQpN%3k6K*aMZcvL(lh`kn=mk3GmY6(CS4h%5pi}Pv?GB4t3OeRFS zP!<3qY=h0ZNCbcflk_y0^UGq(g-2>-EdWrB6EVO=mH1T!#l>{JisEpOukr4khe`*P~#sR+20pym48DYx0;t_a(I&N2K575+?5Y`=%0?tP76Ly~p zA_WMm{YtSoP9XyR6R6<4JH%}T#1HTm#w!Fh9|l}k;h!o1A9(OEDlmxv;D1NDk9UVS z10wMQ)aKy?T=y_I#9DoU?a!wIuj?N&&XLz0EWEDOw%u}BdoNN;0KQo{ zCJa_*+%K?JuYc+|&J$q~;1D661i)lN)_4q{j~}vMKv>3bIQ%1f65@Q8*WMS9iDbWk zu#6~A0>!BHJd+@xICg0t*XuX@0>Uy-c-fP{W6_0?0Q`dk2Ljs_b|HHbcr2+1An&_J z?bq7?eUPQJxx9RR&BT+SB>+Az@e%fOw|m3Jf^#;(n>zR?9^#F1kc1(T-Qjs`mCwx| z@V`O(HOMC#)ZFIb5g<-E9_z0`5`jkDxDE{y$o>HNGrkVA1(@X#u;mW`J%=P)${Iy3lP`3WdHwpRI3D zD6}gdpvzL~PAuIB1vL^zL=)4T;FWP2&E%&@!2@A3W-{lycW!3TV0+d9-~ey{_+J3E zYW1sJF2B33dm}%yZM!p>OfH9`(dnN6+&3D*(`?pt9OtZ3sdUi#zTek%9sNG~;V>8D z9tMM>LIGN}T40+dyJf8T$occiEYLLV1TDebSymh4F#csYRDwtZz+~r^72RWUm;k~s zjEm6pGi>Xg=Y5blgz>EqOa&qlpk69%^kH&sn(bHL?*bxNE;;&SzU{qC09a3&*j+5v z08vIbZvx^<*PE0faSSe%dQhr?9_NhGiAm{qn2W|_CN5i&b^?6Q=g~#N#BYxCYusQu zT|XyKK<5UKiwNr~Muy16wWmy|egTO9NrJfykyfbz$S|*QW&l}vAyNULAW;V>Fw{a3 z*-!>Rg~MEifJBHi+i)rXikJ)`5hAOU4j&X56R|95D*|RM-oIVK$?vtulD}G;0H1UL5qF!bY1`e N002ovPDHLkV1ie)^-KT& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/formalred.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc0a23425b92e40d878def68638583b4964a0cc GIT binary patch literal 837 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1{ zPZ!6KiaBqi&UfE(5UFe8D($pqy6SwI?OL?>!OKp+**Tonzm>lkC(iP}LGGK%iEkT@ z9_6UM;Ow$=+AgPA>2oKgnOhmp6gNLpqoAKsvTyqNJ(6dCe_CMK!+?&Bdl(K@79H}hu;OF^u7)Y@y0i#G1i3fHn=Z*NQ788gpO@4Nn^N)N_WKU-M}WY}%a-`@M^ShEm=Rzj!jqv@KCii`!HqSii> zmtuDc_`uCM;r#QzSF>2BrP@j!{%o=DZr(|k1rNma7+Lh%3X`X(IvmtjVYnuzb@s%e z154)pP77&jimwoNnDkss@m2ToN9O-o9f~=)FJzeHExY_OG=?Q<#k1#P3n~jAigz8I zef(^iyO{Xfg!yuJ?`z-ZTKQuqYr+#7K@Nwb=XDRP|N6`K?6&>qY~LT=$icGU(Q`3{ z8Gmlidy-M2E*!wCRj0>z>+Lu3npZ+Hai3jk{wEmx;OTNWd0y4w$3@|MmevJNo(nll zkx|xQQT-pt_@Qi7*y{I%K@(T3;#u*tpKHOUX{iop^Xs^ppBXSUAmI}=FRuJ!m};4F zPJV$Edm^KRM;H#@%FW7zXUh4-e*ZikrJT|)P2{;9NAKAFRD#%x8F z(wkdBRm>7i`PS`r454Qu5~oL0Oie%e;N!m3xu^6RCRVa6TGai{<?O`@Iz z_B&h=P~4@as>kRyW14+K;mW9*R#u0}Lic{Xk?`wT^3&rkqyED~hdn0wKl{VDs`x~Y zeS=o}nIFt6ijbKt_6icf%<;_vwvoO{T>+w-~Dy!gxBzFVdQ&MBb@ E01{b#h5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/gothic.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..235bf739f94654a2aad2fce2cf0fb7d0f8fa1666 GIT binary patch literal 440 zcmV;p0Z0CcP)qsVmS7 z9TO1CA0z-Agu+x=i=dsSVOF53fK%Wmz-0mF*(XMXQUMs+1f9jT$8)oLoTo8$iC~@A zpEYcsP!WP}f#(ZvQbVF3C;~u!XMCb_ zy?e6Ml7u2c6?Rf z_kHV1$c$T*MgUe`Y%N8OKxr!q9Dn!bgA5X>5g2p}eEa@u7ZDxSq`1Zz(EaO%T@!o} z8G=#)u;R`QVg+F->7^KrV`P*Z0X*gN| zq~T}g$+39$7ESqda9K*TgSoM)!E?mU1Ca2U>$+f|}?ZxB^E8hZK z1P2M$C)81s5G?>g9$|;ibtXVl0ULNi4BKMICq)2=P_D)bF=7zU0j^{$!XDdW3W5c| zg9V7>A3*j;Va`6%&x5}IHNXuUU<+(YiGnBrxXRLbot@29B;|rm$I}LikoDgniRk=( z&OV`SuxnBXl5PQ;m*?!~PLGoV{I)0q*RrR_0hXT>x8+6M{7Dh;zhs7i_DoP3j=$Hc V=AqH$cnSaj002ovPDHLkV1htl0tEm7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/kimono_color.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/kimono_color.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..006f56936d44938d4bd08fe3cd02bbf060d50c03 GIT binary patch literal 365 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..245fd0713e4c3b82f080be44e2371e3f87a96d6b GIT binary patch literal 321 zcmV-H0lxl;P)2_OL^fCRt>*c|q@(`vf2F+H8< zM~icDxvFu0phW?EbBN3#)Y0ccumHB}o%@a^!w0}ASEg$!J+4>)i`i7qmn%zVS=O!? zqb~{obC{Op*_jgr{iDx?U=JZ(xi6Tb4iK(_)(~cR|4&e&05MfB0K7H!9ij6o)M+rq z03^f$z?2tn1`fCKwJnG#b`q+4*iaPvLL!PMp%3BLaP=YPK>$yPNUGNi{3XB*0%BY8 T>S>lc00000NkvXXu0mjfF`j*{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/meta.json new file mode 100644 index 0000000000..9d77e1c3f1 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/midi_dress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/17daf9f2e02d96c7c5b18fb8d8760882577ffbc0", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..74ec17b58c3f053802afd4b62fa3f9c099769e95 GIT binary patch literal 843 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1v zPZ!6KiaBqicISyW3goB=C8eu;V^cXdfkQxL+mm{Sjw6rcC(KbypZ16U1gF!V=B3Jw z9G(0M7IP*D3hP~YXf^BOyUN|=%PwXvTXNYht!(w~w6e7P-|SF{n?Lva@$-F4UdyffIqkIm-=n|1Ep01P`wr?bOuBn}=k{BA`}LMqU*POl zc5(QW{M_IF&39wY56|x2p7+}$YRT?<|8(nr{&6i7EP4G|V()?C^`1-yh1<*ui}y!g zKdagD%zv_a!Mwef4%M$_P+&Lw@bJ^)4Dpno2QOa!T59QX;ZN{^UBN%ixeh%4d%J)B z>L(05WcqVhdNWN>8v32L>Ln3tveE-+lD(pSEDqFSGq3^T!^}UME zOCo07|Ek1dq~Y`8rUH}Y&$CPo6&(TWAwoNW%s(^J|IeM~aPH@JlcLYt?VYEcs(SKu z%6V7Ly2%VLzZ|xA-nB=?>%(q&M!Vunfxr_-^TiT8Qdt6bef9o0o8`j##mT9vflc?n za=55SAHBcKaixqe12%l#bz)t^$`8k$2r+mk&-zf$G3itB&U0MGzJKf(38hzUiM9UCa4SjzMX!%+p%7 zwFi#->ojHcACfU{JFU{H8>QrH_3H47ZyF2{+7}8V6NDJFCUgA$^*ZNesABJx8557C z?wr1p{e>gnT1RH#X=@fQux0YOVf|wki^QkrOU`Z7SR%)mbjI1FEoc3qz<&%yPlfK9 za=bD(U=uOrX1LX7{=N4?>Vyaty)_!eE~ieq2EONENcqU_vYt=5&(QC6&XlwA0$Z(o z^gf;Y%8|3yULl<4<{!q39+rFM8rObe&sY~@n6uPgA)V*#>;)lxuULPuzLqduao#|& R1(-V+JYD@<);T3K0RV_OhduxR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/openshoulder_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f9126c010eebb3bf4dc88c5d0a0ea8562c47df GIT binary patch literal 403 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 N002ovPDHLkV1ht>-~#{v literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..66f1c963ea878536510ceefeb82a57d148441c39 GIT binary patch literal 472 zcmV;}0Vn>6P)zKfc^(37xNGgmtEVrcDi{G^Gi*9bQ>u4fwb8QBf-K8us9;UajREEm z-IG{OCX+=g^5#jB=wa+I%vk`C>$=ovG=8iD##h6bstR$%0vO)5sD7UowgB zzTeCttRv1DKo$Tt-&X^;N{Bn%W8%md0RI8I;Pi8$3dq~|e*m&9iw1*%9=0MOjy#Tx z0X)yEMNuSI<-iFOCc@P(1NL8V=D4splX1& z8l_R;0beXJMq(f20Ut;-#-zmPCL$&+386p}L42?kt3`v>mdKAn+HH~k7rIrJR$1EX zep6=MRv80vtgC5a0+BfB;9300cOK1R%hni-40& z-)I}wms;-iY&0lucAZ}NN(8+3WQexB=IeWQDm66~h0B*2MnuPjOJd*&2?+=f4|mr) zolf^VRry{M(Dutkt>@jxG5%ROx(7yQ%mV95YHdi4jTXOK{cyhDNnpDx^OvG`cvK9S z$ViHFKa&(btIGF^0J2Nr$?so6>0s)jMxY8Jt{rxU9R^2G1` zsR>d(2Rkt_fv~VJp#gkmNdj2UXI1%L5x~aSC|Q2(#0}iKbqiVczAPG@XQKJ6r#mh>|!0RO-J8|ZXW!O?Tg5s40 zh=_>5)BF2GN%jxDkcc;%rwp+Ho+QXwmrHnL=b)G1@`-af|)(Wxi z*%5yF`udQy^90bm0Y;&#s|yZ?1L^7Mf`ol#(b)9q74h!s?j^d~R3d=0OHXk0r8GRd z|96a!kK^|3+u~hMw+&U#R~YIF%b(d`sXNr5B_}5f0=OKxzt&A$;6 z5&~OSr*fOhk>KRyr29KHU{&p)yPhu5NKBM{gv`uL5pT%ZC;04i)tf@Vg93UV>*jc$ z+fgRq)axsR4M>|mDb_#X9CL_z5hgd6!YEi=>t6;ybb$m(peJBG->X820IA}Yb^T%u z64C|`42g{fT_J4%mjL_0AdGQ9>dvopwWq8BPkeA*2&D>2@HxvB5k|dy1gI~Ck(ipA z5^)CuAA%(buza!(^IS$!6-oq9#knD30L18zv(J)Pyz5)>&PZt5^!`g~9JTQH_H5A~ z?nU%KSp#xvPK%O*KfXQPT|YcL?Dsvu-9UFoaPTq|ryC^bB~V|X)SfZ{41}oe^uYw9 zu`iojV8($6BTYtvbcGQS(V~td&`)UIJpa4Yu^&;NOi`gZAG# z?=fd1K?z@XpmUx8UlAk#0gfO62yg@mK!77i00JCA0`&aJ?E3)TKyROPYrum`eRkiatu4tk>YQIVLD=aWp3sFI+Z8p~g@SO{FZ_eXIVL7vg?b7=%SX7uUM)uHPe zGr=4@Q)O#heVIJ*WlE3da( zI%+N(dq+sZQvlE78}B42e|B}If8#+Ijn>vyl$4Z+Wys7F37Fk475EefFg@09$Mo@d zJ5}3JCV(m?cZIwfLpzZ2_IZ~JG}i#q6No*5 zHF8GZl-u#86AXn3UxN`n@Rv+o1jrDSF0jnn`MLmmK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao_slim.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/qipao_slim.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ef734d390eb74267813b73e7617466f01ceb1c41 GIT binary patch literal 516 zcmV+f0{i`mP)VQ!Pj5=UwI$+zL1OL5T92jx&Y36`#XQuz! zmHTiyN>Wmi!BAVBB!>{~fHRk_{eRG9$M9`I2*ds7@4yzq(?)alNT;C7#SHce3KMnIFhHt@a+9>23ermwXvcM zAxqv+Hw2I!ak5yQA$aj?26F>l1~xV}2H&|)!Ss_??-*7@i87S#{YRTL00MjRG{N-! zr!N`KRp@}@{rB(RVEpvyQwGKSEes5My+|>VGzWlu2g(U+;RY}7^nz_RuqgnVAKJl4j6R+EdT)OC$#_8xqAEn0000?GXc5x}0@h+@AsD-W z*hm_Sw03F4E)c6&SlHPo5U@Qgqa5Kxxa1(@j7KpQK#t=DAjk0nND@CEz7Q-m_s`h=J}4UYGYjzH^3?#> zi9#Wm-`oAm$jZp2V6sr4`$I#)Onp0d5sdwiAT3R3TWmj*06VjHgRRe>qI(n)h2psgD7^;nFWSGU()t!ZzkWJQ59shYoFmXY=>hxHKIof9YF{LP zdH2)M>;$ja`;G2(m9)sI}qi}PN zEiviAtVjTJLd*Bw%y$|=5mH~w_bNL=fbR$L{Wr9Tm3BM8X))io(*SV^IFwBuh}a&= zhy+MRg6$VQ!Pj5=UwIiQSB;D6Vr4~*o>Q{;dn5>o#` zv??p>|J1jyF)W!aEc#!Qm6gGdi|fD5i)TbTf+z<(w|Dw~_vQ^S8)ON{GGs@kew1w{eKV2~vYK>FRgcML*8LSP!? zdt}E^JqkeJ`tRQm2Go+OPhS|?pfm%}0U*oaYDfS?I{*~tpi~ZGgM19aAj@HK53>9= z5YsFdfWRUy4hCsyX*hp*;dzG0enU9_>C>kS44)WC0wfnipg70JCl!$7fac$S8E$`j z59iOx;$sM9K=6TO1Vbt<9RQ1aT!5yD5Cp(kkbwbfK8GbjnmT}x<)B1L^F)Zxa!yW8 zlJ%410Ce9YTMo;f_wV1QodaN&!T`MB0S5bv7cUsd0VGw&=n0L~Qja1BkXzJJ%>mdN jA#`;Bt-z=QMjZeE&4|Cs0>@DJ00000NkvXXu0mjfHr%mm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/red_swept_dress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/red_swept_dress.rsi/meta.json new file mode 100644 index 0000000000..27235e41f0 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/red_swept_dress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fb63881dc01c99717ae1bf9e5463840f5b59e00a", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sailor_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sailor_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa78447e8eff82efdf19575b8b0a62f43f360aa GIT binary patch literal 1608 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 DvN)Vn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bc6857014d495f22e557cb8616b019307620051 GIT binary patch literal 474 zcmV<00VV#4P)VQ!Pj5=V{0Yl3HW~(p$2hpcO^%=3rx&IAj zXpXqU$Up)h$pI#!JPgwul(AZnsv5)a`5h}m?FyCuq&R})D9Ac+_dkpcatw%XC=dX& z{0{@K5DSBil**fG;a{)2$CHjz|IV3R~>)wUy;)nZn^UB9}EmY`7dAoGOXF5 z_&>zsK0!y2C#s_Z(ISo#*#UKE; znEgN8=cHIpvI9Vg3zWzlq3ICWVi0gLy-iXMAlU(+c$Je!)dI5oE-ME(R6tn~TNb67 z1JD7o<;Q<*0E+w|*$k2#(DfN;$rW6(q+3ps135yEi%^#)*8^hKfFBm%(lsj49i?j)3kM2Enm z8{Zi;7`z!CePCb^W^iYC^a7KH$&&(zasa6n4AmV#OEBtyQ3s4VV89&!0DT0oNlHVP QL;wH)07*qoM6N<$f_8ht@Bjb+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_green.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9695339f7d7b09bfd0e2457631e3cbe63a8f5fc4 GIT binary patch literal 1358 zcmV-U1+n^xP)gD}5 zj%V&K#yWkL9#7E7=-n6@LhT% zIzBHpVkdy3JXxo~YdOu+NrV9_-gHUA?@0h|42HzhFEsBj9DB!(e>K!}e(u9tl(rI7 zS#S92j-7yZ%Jn+o2Uz-Op7vdPqfG?-@-64v?ezjt4A6#D)(F2i07GbHb&K;48x87) z^8ni6*waY_-2d~`Z<-hUZ~Z!FCI$cx#~QTns6!60<5g?ki1Q4$2#dA9siHWKe4B6C z@lB3yj?B{j)U)EYMFJqW6)%(h%thzg?KtrMALcRui@;8zCxDlQKoIT}9Cv~^4ep&( zk65jHZX>3~y7S&|2c+4`MMrE1kH0xrZ!nq$JHhRIb$p#nqf%&4esWJ+%)uY`20!pE zfZO@>ghf>{F94v0E|fGkix33jr&(!s{>8!|ZO|I^60y%>w0faCB8Z>Nex1@?ke%-r z(Cb#uw?yy@kpKunK);=5xJ7_X|CH6uQCS-z0T6_$se~SoP@0|!un6dt_sa5~uq&p+ zhzU#UDihS?nP6845Co9`Ucbm=aWCI9F&Z?*FV6y#Dj1$$S6P5)NAu08Xyf$n6u&w|^vMIldO-U0 znqI6R_4#lyPsJOFuC59(KX@?}Pj7R~<5)Z(;`iJGW^bqzGp44*IG$BEaQpzr<<>QS zZUD1x-kpvDcoM+mLTA7EqbxunM`0!7)n@8gEG@O zni_dzbZ?Nkz{?`IolnLsl0qba+d1wHTrmP8uybo_Nep1;0SJD5g>1L;^$q#U0uv`f-v;4Hw-!w{^=of$Rv3ZV2wzw_$6 z_9@XaIRz4M-fyo9B)~wyYB~?}V&w=NGr3gT3UQEEE|37nPTr1v_iD`!xS zghyY?AFC)lO?tCLgi*yhfNVN zzFD`hsBDwkAQAw3^ia92R^XhPmHFJ8_k*@N0p{McrD>Z0;&OTFGrDcVzrYySRsQau QOaK4?07*qoM6N<$f^pD|djJ3c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sari_red.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b5d70a587928313e0e7831af803972b0ee79cfd3 GIT binary patch literal 504 zcmV$KyU*z;#->e9&cQ_s4rGF3~~QT z6jHH`i^!(7*J?6BZ~>5*AT7=N&FvjcI1SFlZx5~!@^}m%g(Q2Yd<($^a6cX+H0Xm? zOh&@!^gfBx80BRI7IAKX$NU80WNa#|n<+emHF0hLN-nt!ZTW2an=jDCY9I(z-xU%k zz-&%gToq7UNt{+|=7Ks4iC5nhB|ieM{iqC0aSF+>@M>ue%K#t6rJ`HUgFgl^#eF3| zRP?P*!wx|4rnRDnCHHjYCjx|H6;Fkpkpol(gVKa&N;UvG z-&4tiQS;$y43kV7LL~?sbwMYglF0000>g72+iy=f{j})j&yf3U9V`;PZY5T8H(gqC&-B5w2b#NoudWjASbiXBuwf?Q^hpN4o5)4k9-sYro;A6#-j}>!b z%Xi=1)51}6Up?Xf-P!98>wjaAv$!+C`^?F0PC5+ye}ZG97f361$sA)^bNzLR-TeKz z&A&6YN3EUno~`!dYW5i>O{+HF?2+qt-}fqf>W==hb$bt}@1MwE5O$~PTa~TV{PXpv zPCuQrUA_Io$$T5uAIi+KiHnL}ezrLvzQ2N(qws~`qhyCt7BGt>yQ`2yn309 zyb~1|6+9Q6$XDJqmEmZBY5NK1hGL-@70(Wq6ngY%_3f&$8B{kt9(yg168AiT}~WA#aXh6I7O zpXQeWF98bg=d#Wzp$P!aGC4T_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd94a541c778bda62816b3c3f6230384b24b7e9 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D0tG- z#WAE}&f6)rd@TwBt?eno+}u`PZ+A4tuvF>4@chE?ZA#gkhEflM=(YBz*BH)RU-=~P z%ygcItmcQAbPh1-e9&nulv!-(CiAwNJD?yUL85KOWlQyMzaBC9UT*kqml`9eJ>#-T z?q5;AwFjcO6XUQi`PuHX^$=`$4q0L5)}QQgwSk^u@O1TaS?83{1OUoZY4-pC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/meta.json new file mode 100644 index 0000000000..6eba7ec163 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/short_dress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/af40bc8515d560aeff3d397a5f33f556accbb890", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..0d28f73eb91cc8873926c9ebc5ddb22570466bfb GIT binary patch literal 595 zcmV-Z0<8UsP)T_>ul61H!EM|~BS`u`nFXL1;Z;&3=%zu#lG+rjfZ zjN^#={f^u1hIyV5$1$_z?AH27l0*!{AeI=0K_p3HH4Sa(zy0y|BsEco!#(4LQ z3nTM9qitIN!0~vr9(1YEwk_s)HvT=M0LX?28HAEZjn2 zVHk#C3Yh1auIR7$C@EG-UD7W@UzBP;aVsefA>5k@A;h`)p;di?ob%Jf=c&(n6$8#W z|@d#8@~$3DLnVIlD1}^wpsFEYGjGx zv-zs0tK*F=9t7LZb^P(4e}Xcjf;*E#A4`J_CxfLBLy-!@6Ay+H6B!^9Yno1NDk+p% zoH^^o^P1b+1m~r^-E;ZnlVzEQ=Izlv!}6rEZ;?iU-Tc@u2hR6CexWzLd;i1O%F@`~ zDxS}DzCWnjpPYYBY?*h01e*+B`_F@aD|X+FI~OfiW4X<(x*;`U*0Rqp?*IG#xcp@F zVV?tEtL9!$pO*UK_rL5fpWjc|-a4~k)v7aP&jc!?Gx)K%4b#yL0t>6Fnda?nbG2_; z*$`m*$8^mv!87|C1WfRAt5PCiLkcJhydg$TpL0EQN4MgcxnESv)uU8be3%9MI_(y8xX3Q8RR zxcB4Ro2eyrjsk0>uP5LCKK=d%wmH6Tfm`}+J$t@+^_`R7101fGzOL+lEOFRikGpL7 z#N9vTxHP&B?ewZYcDE*ySwV)Yp+JM-&_V`|b|%~$pSW!|jSEW8*NZDNnpLxH+xqqB z^RoZ{S&q3MNIQQ3$Wn=qWG-Po@=g4oXfjB}w`}{yi43!CnSXDcf5@ZZ?7YVRQNOjb f4@`!H$~pbRLhEM)?X8akhChR+tDnm{r-UW|8V0ZZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/meta.json new file mode 100644 index 0000000000..71e133c487 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/skirt_pencil_gym_bra.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/17df1ff2b48ed3c5108497e20c888898611af5ee, modified by Skubman", + "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/Jumpskirt/sleeveless_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..08a4d711c63cc1504a2b94e5b3404508119df9cc GIT binary patch literal 685 zcmV;e0#f~nP)_yP6rU3rdU7Sd}# zN~?{2)?46r6?T>L+*Nqj`YZ$7s4805E`fx8V*_aZr8Xfn3R3HUlz#6vLZxYB0J@5g z7r9KM5I=Usp8`q!Mh0MK*y(J#nP;@<_(6={KGuH^1(DQmJO!vz3dD!bCHDYQ`s_78 z@+NnoZ;K!(#|!}Fm;s<1GXRuh27q$R08ow@0Ln1~Ksnh35(uTDrPJc6IDGvurlzp# z17ejK_)V@$6HtpZ@jQ%)69>zHuw(xleOD&X&4>D_7`IV$4d@~_xUEKkODhBXd>jTQ zT_1p;#u&<_;aVB+^88vkm#z;W4XhC;Wp=SC5Gz`c0=52y0XQ0UMGKOU;cfE->X zpmbV1r59UtJI@aLNy{z?izIT%+6nqQF#laFT_Z#qbR6zI@R<85W)(=#XvZoxrBdUm z7<}DoJOb(Qkgn>2o6;tpUKB`3#?Xrb3CS3GQy?J~L+=VCO2=Sdgg`lF04V1NrRvZ9 Tr}n$G00000NkvXXu0mjf*WE00 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ca3daff18f50240ff00d230035c69a8395c9d617 GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQga z#WAE}PI96|g2AhXK=vN1ge#2B=NW&Wm-)@VNY;0a#K+EyXBfE-&Ees{SJxihrQ^q^ zaFWr$yD*Y%lDer#TbR_2`rmdJzDHF&&3x6+&OhJKCLr{Pwtq0YN!S!4qmq*U$F=>v z+0R7p6UnhOn}6!GcjME^N{cgRbBHzuG8{VbaV55Byj%jZwvt;jZEpCTC^AKC6TXYX*kuRRuy(?^bC7 Pz0ct3>gTe~DWM4fn9*{- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/meta.json new file mode 100644 index 0000000000..9d77e1c3f1 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sleeveless_dress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/17daf9f2e02d96c7c5b18fb8d8760882577ffbc0", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..3a927280b11b35695cad1de0b2770c7f119f462e GIT binary patch literal 1894 zcmV-s2buVZP)zyBzHwBtb|EUFZUh&?fPMmTA*1*p z!iZ5s!A~G4f{KX2(U{;u{0svw1UCwz;=-LcsN?&A&uG%qznc6nl{TiU`u4pd_x|Bh zeXG0cobx}Ys+u~d-5MNC0<6K&B)}RRO#-aJ(Imhc9KR$1ix)3WdV72An|IUGiAyY>+9>Y8#iv)x^?Sp>eQ*WXwjl%-@bj( z@`DMOH*a3DV#NxZJ9nkoJokAnhJ+vjFzU{oJGOrPdOLOMlpQ>H(7L+1xRucI|Jbo(ws-Gd@_H=fP8G!qEg6GpHurl%G%NOTy z0>ISb26!BQN)WK9UacNwzf7$D&w;7UAuPeyO#SiXU=pa;HdPM8wGg;xYd>c zH*DD82AVy4cEX~=Y78mcw{N$hp&{G6d9%HK{n|alv_Yx2Z{J$A!0`9)-`mrtPu&#sO;6ekVVjcD7)_f@IdLS@!15o80lEwn2<%3u6d)oQ`F=kmw>DiVA7;XHj*xW62O0=L`afk-1mw= z-p9D^?rzuj{P}ZRwQ7}Jym-;IVE+9174a;-scuP#4igeEefo5#z_e-8Dt&mLt?%8t zca=W=zkK=fyZ2}b$)Zr$vlgV&%07JfFy{WYZQCl>(g%{#h)ncu9wsE zAG*QPxmCIM_3Kx+-O2D7GiEr0(-5q@M{8Ar`7Gn{D3OK}08z-bB9PUec2v(G5^|@2 z_VOi5mbeue5P||q@LwUwbNBDxZz=0TNYjipMj_37|M>A^#o+9-+3SfA^dZF7!hm=i zgP9U2ppfLhB7tWif&XQYK%~h?TBaKdTo%%a`#i_a6oTMg;MuchF4X+>z=yoT*7u`l zihuNv#7&R(U6hMZeQc)3WJcydOzH$D-SSzEm$QYOWpg#(Q zSFU;){UcOkw2xo%SiDR$39tr7lK^XQGzqW{;8rd$-HTl9%uA@3);jJ;6Eo zYJiNL9c|X%_m`^$AQdm2XmyGlib87unOHzxZg6n0;)PqcZc(FSwFJ{|<;s;#CiMvD zz~P8=ibXU5%E!NY^=gb@6bea4SBvAvj~l6PfNYNE&_y)@N|uHqih%w5_uIXD_r~;* znkGxTY15|C4k;!A`M#l{q2$VyD^9i#bVJ9OD2yWD$dMzaG#M?45)LO>g%2M-T=Vc3 zkcCWSqXW7C`eKVRqNf10HD3i4Y71N=%eh4-^Am zCSC{1RQW{{dB`Pz5)}zkE?$DN{q=|d;MWBJKSig0bVK*NGMQWg2z5LzVcC)tm8#Sm zB7v~?byBeeA4nk%$t8f*6ed*%BxAD`TQOl*Eqw0-96@n}fUYEQLw16oH9!kqwh#fp zbUlq1R4t}@0KYB(aza0df)_zp_F0z#*&@k$LR&E2&PGHiqP_$*u)hMUuSjaT2vjS; zx`b@MZYjoaA&3Cw=DB9eksxh{KNI=}kxqQ5fzrPOy#XsH4*n`z5AXZ3hyq`}u4`H# gQA9wkP?jG50R{q7mIDCz&Hw-a07*qoM6N<$f*x0;>i_@% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ac96bcc62230c677a0cafa0657648f3114740e4b GIT binary patch literal 691 zcmV;k0!;mhP)nB8@EMt9(Fz)H&QuBrOEE{y{HV|f9*0A2tu zfd31iTCIxpdYww85>+Y{gWA5X0Diw;j7Fp6^Z5um6bgy6*~|c~+=tzAxzr4y2>?!q z!yzRS32HPNR4$jv?RMixgvPp7t5LC7B-lkF5zP>)00@rTL9*E_3jzq}x2utU-)?en zoJ0QFYl6^}fquWwbhFtcyWP%yUoIEQ|FXPufb(=Z&FrNtXmR~L0GbO9W3d=@yIm?2 z3ark#T#o&2wOW+V=h?c`>Cj*>pwVc=_E3smuP3TCr5XUW+if}?kCaR%nIo^)D++=@ z=z2h9G8sCZPLxWeXuV!D8|^EI->MHI!m-#rZAbUJCb+mXZJkoRzVjNW#;mG`h-tyZ7D zgO(=Yd4S1eVn98o(<#eoFc_52&gU~5Hy+sKao~+d~AI&*!Y!l>ML- zOb4JadSBT*4ZxkE?p)A}O3ekC0*Gz^NF&Oi#TkdeNb1%D_X6B?Bs}-uM)OzSJuEyp zpMTu}co{JFm;#=Od$)ch{h9$dgrrz6SglreTL`~3e~KRo{t&=N=gP)>H0aX+U%~uD Z{s8RfFfyuKD!Kpw002ovPDHLkV1kOsHF5v| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/spider.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f008ae25a25ed8a8d73e1077024658902c308b GIT binary patch literal 1313 zcmV++1>X9JP)N>hY(h>387P8b-$kKp6;=$ zGu;rnKN!2as=D8MU%mQaz4s%f92o(Wa%2Qh%8?O3DMv;Cr5qUnTCE4}n)3SYsi9TZ zDzFT%oS^a$2u}cn-1wE~zklU@q4vV5s^Rwm}_$cC98sHJ-09mfFH_O+1X(w>+R7F?RiMF0;=)Amybk0T(8&Tnd?;& zLZCSTV3B*?=nDV0GbldF|@zqN%AVLw?XUv|KLxdw>wQwzg)To}S9bQt2s0!P3%_bp7t`ZWjSQ9v2M5ptCdo9UjQ&?Cd06 zXc4fvx!EwmfdsWD;)Gb<RR|g_nTU)*zpww%B^SdG-4rByS z%8?O3DMv;Cr5qUnlyYPQP|A@JKq*H?0Hqum0orf4lM(ROaLSX43%F&O-q4)Rr}Q&K z?C`k#41tmmc_Nzx33hTu6^648Zk=LCkWhi(s9PcSgyg}-t2%wsJDAlcfO7>92Ct{Z z(AoZzh9GHNz`>`K#m2KPoTZ`xeFA)P1ppjbdxNBL!B>`=m!N^r1R!3ohN}+`52<+n zrIQ$Oe0*$`72_Qa8_)lu{{Dy5`^O_E8^tQ?r}Oi3vho53n&t$k(DDF|wa?7V*m1#^ zP94tVH#RmX3CQ?>;sFyA6Y{#gzJ6ssfES?&P#Hyl)WOK#ayCY=!jQfhFN(#YA!M0y z4#1dyyC|eCM*g1uG8nMLBw)K+R?vJC`!W~++XE;GNLejfaiZ-6nPIp;Rs^vRFpT8( z0uIse0_Y%yfuoxyqIm%C2!-+gJot@n-6~^jCh7s0aFLWT`}lReBO*XMM+nhanWP{D zVoN$ZYxVr#;2 z^z_BWMO`>qz0ls?o)`(NgDM}0qJuU8LV#b4o{~zE@Y8{1N6{fW5TTSKBY;wl)D!R( XF0CkthR91900000NkvXXu0mjfhvsH7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/striped_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..606fe0b83d7e2ee35c95e231bc459ba8c4c788bb GIT binary patch literal 517 zcmV+g0{Z=lP)1K{MJZ@`%Wd_?Op zG)JO11&DNj<>Zu@0EBwI9xTg}*V@&?ESA9(AkqOi`RT<<<@I_U{eGVz7x5HF@!XO> z0ZQ(go=N1JW86>c5+M75(z1)%!u)ie=(yK- z+@H}}qYZhY1aM_0va1?DV?F5-PXRH&^r5TDG{G0)#!UU zKxO4gZT`!YB_F46eQnjze9{EeSH<<$m_Y&?!{XDK5%L3%x_gW(7R|;s)_+re!BI!^ zNfR(U8KdDBuc)A~XlqP=_7lA9w)@T0)fLYflbTEBpTRm??4Q*i*7%X4lh*qx9brc- zp$!eCtmg;qZFJ>aGtJaQ=*`=Aj^s<90N5Ii+~&q#I+TByZq!^ggkuMs+My_5e#^_| zVxa@fVWv7lW8)K!=aeD<4v;_YcbXavr7lz?9eZIJ^gWNz=;)Y1JOC2hEFO>|0E<0y zHfb;qr(-%k_=KeL-3PGP&CNCAo{_-7PNXcP2!I1jXL@qS^b^6%!l@^g1r`cf*QzTm za{yqDsli#PxughSp>8LS>&N2P*M8};j~Pz4zV0So_M_O*rX%$sJJ&y#RCy#3nla)06>8tTp4YxF%nHjFCV(9`w)%eT6Up>q<{%1T0E8Z{wd3Y>V4L?>l@a22 zv&HY`aFG`vDUyLO0k1#a)s=|nm;g&l0Y97|k}t@BEI2&g<`JTi6fHKz^zS6%Cs3Gx z)L<{{syq8woV`Z$zoG2?O7_}L3XrvH%zX;-v)=Wae7w88e`^i&Y z9o|hT@)2Ijb4>tWCPTSOb(@U6LhTl=2!Qip_ox)%clm@|T|yeHLd^;?(7}x}c0~Yo z9F-uP0w}atr=~2%!)(zp7Z1;m6Oo8dIiAlI0roPOAB|FsaIa*#3WF>PU?-e5DLKV% zabIZ|+zaple63I=yp-ih6yQtctdjvb;ABsB{)6Wp@U2|>NE;0af1D7j8LM7Qv#&gP!z!v i9m1c)DBuV@0sjEVhBZnVQ!Pj5=WGIY3(8`2W*~XBmkVr@8~E4M=uC zY;-8Y;-w5IzWx7<|9|C_P==1Sv$S_Wq;ngPtO7d%CI+&6@zT`{y3fCPb1$;Lq>x41fRpVEFg<7XuSB8-ur( zE5nXmhruBNk|Pz6s2Y@V-l$y@a)!oOy%)$Xp zc%U>foh;vz>;O;#T)eaoRSXy+uxJ4}ilz>LWi{j+00ZP$PLcyaDIDFGMFp8Caqr<~ z%a9jw`@g>PC!%u#(GCC^4omGY%kzS=fUId?M}VRMBrhsj1r)0w)>z^l;Au7&nA&H+ zeGH+eVWfUiOGKg_u>Djr!`5wWC{X~)4KP6SL^yZ$1W>$oL%G6GIths9LD_GibSX_7 qfXDD81`5E?YY&V%VAKJ_&H(_f294~l!0`_N0000__+=M literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress.rsi/meta.json new file mode 100644 index 0000000000..27235e41f0 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/fb63881dc01c99717ae1bf9e5463840f5b59e00a", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..14c11610d7da1c4b251f2aa84161a60cbfdc2607 GIT binary patch literal 1099 zcmV-R1ho5!P)k>r%1Vs+Ixy&*BG|aqYUTFfPtoUz33&E#hc2m0=jZ3S z(bXSwG}(MYv`fyxnH~%Vx&85YOpA+)g`OuS;PO>h1>4rWb=u9xN)aX!!#o z0>JttGp+~RZl`phD%RH4oHar;y8dXCkDF&VswWICl4a3J{nM9*4a5~-mYXX7c1nWl zDp0|y9*~YviD~dPRR9?8Fa6F5K=8^bI!$|kV<33gkFqh6F)k52AR^%D`Ph6>-8$%37XAjyn388+=FzC#y73^ zNOuBj0-Ad_G}`)`eFU$10-aEMv#pi^D&+K{Lk;Rt)!+uGpFdRh&vqsDOS&Ab30VF9 zn)=6wc?Q5df;Tguocc_aLj|9e|NnwSQpUnVku?GR?Zb2n%8aYBUyoD<^0DJSfSm>; zz*hI@EA4E*Q1jdnc}teSnt<$I&HZf1G$)IKjV7coUnhR< zlK|3_;I;N$ueBTFXD-2ZDzPsmU>dtyR39q0|KMJTRE>18Cr)=A_B|@W2_sjgOFMFoL0bnPEn1h z(q3r-^jG0U?&hSxjdU47go#oF=rR=+E4T)~``4v1Qc;ACQUoAqb_Abrtg*XHE|H0( z?)Xp!r3lc)3Osg=s%?rjLVCHO<4(IZt^;h-?E21bhi3t$I9j4wP^GQX1mI#aS8H`- z7n4Ph>ykRq1{Bi<>aZpNdoRk)Jc!^^skJh(!eG5zSH2G{)6<0!raz{Svrwo4pw~kd z)Seur0tI%csAAIw{A{)bodA4*dPE5*NZt_b1rmuN)qyp2Sd|BoqTuZppJ>CV0QhPP z>)+&c*I!CyYG^{bUJrnbW^&+GF9>mzDU4KGVJ4sB9$^b>0*1q3Lp$W)nwq`fyZQ9$ z+JQWVkt@_w8+XJKnIB?tM$uj1S~FaiFv5u+MF|keP#mEWAHpj!@*Lh1@COu43dYP1 R@=E{!002ovPDHLkV1g`a`>X%} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/sundress_white.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8455b5bd1919822dc6ea0e147375a17aebe14b8d GIT binary patch literal 434 zcmV;j0ZsmiP)uMOm?q!dqVLb{oqc!j?HMW6J{<-$+;HCW@b&47c9&mR zwP~y3$@i)Ut{wa36fHgJ&p9TCx2wL*2vlgDD#L8IZ=d)ry#gTy|Cxt#jViUR=H3COB{<*s*%y0K4-cZ?pT_MAo(OOOA=Ui3>Lyp`_o0czP z%&bdiJl9ukBGbEa^WC4>v-kL?z5RQfG1Gb0{ngwh-^-spi@RY6bhZvd$LTm*=Qy`n zPuA-)^dCq~$;m#)67@&>rL9PBRhX%L( znf+zE!^|%{iq~S;_hZHxmBzC!ImRDE3hw;65-jQOCn9RQ$lrR}`X}Ix~@rM|{G+B!-xl2V$P-vxWWR{v zOlPFJ$T_ANuirkKa)sqU?(fC(q*)l-ZPQbeuCmQ|@SXpMz$Mv2Y2`6jQFH-Bn+@)X`W>oUHP`Mc=P zo|Ie%9{DWJgl8|NKYhOSQ2c53=S7uS5|`}$FoZod@v>Xf{0W%489ZJ6T-G@yGywqA CrBvAf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/tea_dress.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/tea_dress.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..44640995811cc8f23e3bd87a5331be052c70e2cc GIT binary patch literal 389 zcmV;00eb$4P)fQU|clG6(s

+ji>IsiLue?Kjw; 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 YFEdfZ3xucDzW@LL07*qoM6N<$f{M`Z6#xJL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/waitress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/waitress.rsi/meta.json new file mode 100644 index 0000000000..19721ae28c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/waitress.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/af40bc8515d560aeff3d397a5f33f556accbb890, icon by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab6777576eb64a2908ccd331592b691600bc311 GIT binary patch literal 977 zcmV;?11|iDP)H`SA zjW6J1Bo`rvfTx_|B^OcH9E6Y@Oh`g9>@JK`JyUM&%(`0DsTrjEgH4#3-LCGh>!*AA zOCWGW0w8ci0w8ci0w8ci0w8ci0wiDl`Dr6teKUNZeeMej`_Tg=U+(svz}aq^t?iuF zSU%fb&+s|G5UlXG_BHlJ1WY;`usi^`I@-=wUVi*d!qw6HEEx^mb4y_Rw})HVqu2Yj z3Bdar`>GJY!Q!Bi1RDJR3YiC-?*k0B90B-2x2M4)`|i0R$Ue?CUSFRd=N`G~WnV-9 zX4q#>53-BP3wHO5``hoGz}Ihf6~M~Ahya{%fE!rqEW3n*tfL2{m*4ZJll)^}1`9iN z`{U6~et&&#f?fo14p{1RXNa<{a0e-5+Vy1o3SBO#TyCH+BBYNj9}a9%8D zAIkR83uxdx`C`Auc}|c*L;z1X+<2;FUjt_+x0eixlE=v?`gba7PrMG`1ET12dLdNQ`sT{rzrtrS;wv!-9FYJB z9FYJB9FYJB9FYJB9FYJB9BKlrwEzAS=t`*4R5iD`C_oAi?SliLJCnA7!L3E83z{MmxtG7l~m#|vNIan1W zmFeEr0o9XZE6mddc(v!Ix}n%RgHqi z1JxeDPm0NKQ~QBM8U<-$^sWMJ%|6-Y8U?(T`hb^227x*OOonaD{ydF>bZ00cfX?D+ zL(;}J_`Wp?Vh@-aZAT}tNTZ;6ITK%rLE!iWV`(Z!5K?b600000NkvXXu0mjfni{jV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/yellowswoop.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fb6f811b72c964936ab37598a1d4fd00c8ec3d4f GIT binary patch literal 418 zcmV;T0bTxyP)f{R)y4c6)L-`m^ z1&6+YUAmMCaT6V?*bc!8xA|{88flkvlGx?`kPvbp|M#DJ&y7d_EC=8K9DoSmf z@1rwqJvTrZ5&=}}*EAo-=IUYgE9HFHG^i6r$wUTvUF(L}@EC4RFoz0Qn*2@II4)1oJ&2qKOynV6vMtw?e@3ILH10XTc z7ghYgZb+m?2jbNvscw_&1Y=n7t4HScBgwL8+OGmgN9`a6L4Ij^F+dRB9GSAP1mByO zG!mZ!S!3S$F#qdtDja}K_s=`?v@Canzs^v^C2KZdO+O}g7iZB-gq_eIYw?Y8QkOOc4KhtiM+mZ%(7AZQ|xKtZBGP|=4bO-yP)dQTKc=qXabO3e2+VY6qZ=1Adka0fIJT00P;9|1IXj>4Uk+sH#eu%)zzu;(9lqT>z9_6 zG#oE4FKKLSEIZ`ubG4wY3!o4JIJ?!NEZ~ zJUrw}H786!@Z;m-s=T$el@@eoXD9Xc_8R;W6ACf_!H$t0w5@@%%xjCl+@pzn$kB>$CISpX!9i)6-jpquUMG*c^1gb z0({TZStx%_0}c)jl#{cwvzF(xWkA0B3I*CR2M)wyG0SUF&lzHMUpC}40Mm*7c~#Hj z0B3+{3e0(*6g-_}PHSeqOzvFwS;6*`Ac&CxRsx&?`Zr+J^~~ob5E&3(`9Po6KN#P? zt^1e$ybK!Olh@=ZQv5GmU)8)E?edEZ`0cL-3I>A|3We17+uK{C3|w7Z>3>hiDg6HT z*Tj$Fz_lK6O^qJ?ZR$H7#fcK4HpN|l1HQk%R}VpDWo1-ZSxIgIyeeoNPft%&UY-i! z`r2Ol*%|{N;^E;zk>d!sWkMhjp!4%{6+Ccyda8beii!$b?G^R!@X5(ZpsA@zBNtI! zU9FDDzC3XGK&jyyKpuy00C^m~0pxM`29U?$8$ce1Z-AYf zCMG5{yo!>p#XAKofHXEX(#*_^SdZ8M1b=*VL{*`XB925NG&MC9&_5cE&w!Se z7TVa@poWG9Mf?`%>grNQXn+>zfHo<_24DjM3;;4WB4pb~P)dMXY4wCVo>BsMX%6i^PV=jm@AR3Ko`}_L= zF8^^;PPMhQ>fG7qGyU&B-GrDB6$@~eKmp8-wAMef3r$3egPyhZ_z zk3G-p)%opq%Pf{h&Q=EmiVY>pzf8PKpb18sY=sS#I zSXTi3NBoY20jAUGOABBMkoMujJk}i!hi?7@Ns>^SrsTRV8HPc#*^Ku4JzcL?I-O2* zyWMCs8p&)a-vZowm_fVUj^F=JBn?m-mSstg$AdIYqrqU%JplUZI1WRZo0t22s;Y`V t?RA|1KK+g28*@PJWeZBx?&&ov@84a+@LS%PmzvP>~) zTH-NTOf>uZ00ZP@84r&FhRE%m5$ zoTJ+iw)pbPinmD{JABlb!x_{jcNWSVe|^74erwk4%F|CTok=r(QnWK-^G%m2dz?4C zZK&Jd@3pik$L#f9o4eb8>(3QGa+Aqyb;63h`ALT#UfA6itNRY9?hV5%p4_`HOStNn za#Vdgu0KiyxNZs*n4U4HpXf;3fxOnx5SfAThaH^Z&IpEdV%#O_b-KK?jj z{q=iK`{RxDdA7+us9U(Z06Jiz3_;OXk;vd$@?2>{|w5sCl+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/amish_suit.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7443c9642a3d14eee79e3bc81a3942e43070e71a GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|S$! zr;B4q#hkY@H)b(83bg%a7WJHHl(e+0Y+KnrhXd>rws3JZ`6n%X!2CmGWlKVqb$7!g zw+SMdLaI_`=Z;Q3UAerPD{=Zv{wL=wW9#kPzNQEz^l>m0yD-d9W;!4v$ndO#!N8rR z!BUCgj36UeN{Q8Ew(r&V-(~A_4J1~aOleBE%c7CLGQ?@|#e$}#56>>{C3}UGn-xd`uA(Ml1BUdoiT2D(+~SGq-~yg>7?{c#={Q< zwnp*(thpE4)Aw&zX3VVb9tZACTJ(8?dEfEm?-$Ke_;;A)XRu%BUb*$zXG@#OEVkck zR~W`jHV-+Fw>bFb^yl{774EApf4$q5+|!c%$?ZMkdTkx~cZKDXt*%U)A74@P+fA*Q z`|=Kx_b06nF7FpHdoTUV)WK@5n~`Vt`UI`%Pk2Qg-UjK2UCsLX`=c6(kM zbO4PiJMeDZsTKN_ecqo>%~wPVK$NgmpT=-o?U+>t_lDf0HQsCZKvXkWtgz!M<2K)( z(hEWfw~tux-I4`T5#qUEvCi%65oU(h6u-?~kSqMS7*+QlNv7f(+&>sK-`BE+q+H1d PrW^)OS3j3^P6RT2@lumlI%jI>ZkMkLS{111V8ulX)>hC9#sb?^IO z@ZJY{-@Wh0ckVamp8MWCw~jmxUjXtrd;!Sg@C6``!xw-&4qpJ3i$kH1fijs)QaBtA zaC;_`F{06^INsjg4v<4&{;jPo%4V~L_Qu9WYHDiI;;&hN;o)JUr>BQHJ3B?a{q{?v z_2OMh|N0>6kw}DQXJ=_*V#4U}@3&n9nLm+8P&^(loI_ogza{}d-qqD5j#H@=O-)VF z!pG-y8 z1v-=abM!t-FGAhj-NFOh1_wX6t_y7eF#h2IC{F_1X)B!vlmuvtKB2}lZQ?i>JWbEy z5qh0Sn@n*kei_>}}$Nxmtncf2Q80e*QFkb^JRRiQitK*-}y zo(AEHItHl1+-bR82g(A-Qw{{+WAoJH6wrCOvwUoBuNB%s5M=oB!rWZ$<-`djC6(C<{<--bK3`?*w-9D+^F6(6|x(o#Iy#pwx1clS^Q3@cS`&(rO)l( zAW;o4rv3m*-(at(o9bP!eEubyc{% zyg!ElgUlNyoB%k=ErG)}*r@b89V2#jc0`H5gY7b$t#!)-AObIr=7V3sCRJz&aCCGe zO5U`ItF oyn$*7@V_jD*(RCt{2mcMJlP!PvY&>_&FLtPxifuIQ1&8Ae~NoIGUyj*=#n!{Jmb!lO&03+qM%BK->V;YSk;3%TOp3XnuHd z?d>0&!RN;l%|%g!cDoIRVR)*lazk(dVDe(INVa8J&}=s0?fDXpPH$+`b)EdE@pIe| zO95E&TrLOQZkK$uS`8|d3b?Kdnan+;QYrE~jziA{f#9kDOWta=W`mQn;keFVd9@G# z-(FFaNpeloKoEq<`e-zoK%gJjQ3!!?z)^*T01vNyFuzP{wD*^*1Um(T!GIFWvJCZl zo#qS-6Z&!E2JJ5^z+wPQ>i_;+Z!{XA;VR&-w0v%~|?T03GvgW`6t#krj9gu-k{jA=%T%5HBM<4J!x0;#0+u}bT-VM{2)7k+3OWOy)_I#c{%$*PzU|y$(>Hbgv^FFtNeu6~;ScNtY Z@CzkK$6#Z(!jJ#}002ovPDHLkV1oC+>DK@N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_suit.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_suit.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_suit.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..cf1969c0398ef03c681bd4401b11506602487a73 GIT binary patch literal 1612 zcmV-S2DABzP)P12 zOAw!I5F(;NfU2|-AQGvBgwPGUijP1_Dj}f?36MyIs#a<#RYl#FHYEWfFiC0R#?IG? z8#`f``{Flo9RJ?f<1RdB;hFcDIrpA--=b~|;|LSS_ir+&z?2+_`SM0mD9RD_fQaOVSo0463T(A?aN%F0T` zc{);gX=w>#V`I#)Y>GhqbbpGx;^JahEEZPJkI^6-g25oOC*A3oRs@jqv3RNdRh$_7 z6mK3n!U$9K&jjSu+S(eXr>9vtk@M6}B2oWzkyL=#(I&X&a|b)Vy?+=-zkit3Q$He3G)F}d z%`XcerRp!rpHzU7`e$LaZ%2(~Oulg!tE15;jEsz6=i@E7^6PcGDQJdr)5c0~GMP|SRRyot%SPU6sZazFfsg=2Ma3}7&Rb>Y z`D2Hd{eGx2Km@ZPD+~q$Y!#(gSy_=e{V*A=D6yI`KR>VPp2878&T`zo{jdBDP{+<~ zHk;-G5bEmcWM}8(7o%1A)jNQ)vO@XX!0N}x$A#~w>i+;5eR6(sYMecDNrY%&w1&Y@ zC_C@n#IF|mA0lclqWKqF&SeB-lV4bXL?1fY{s77qzpwx^Gc&k*ck|a4Eq=LJ06Bjw zGT|2z;BU|GTV63E3sFv>1;4%sBF~`F(}^mgws0Vv+XkkC#}PoUg84-z^fcMY{+faOX*R?mU6-6`&B+Y8ueJ`Mw17 z9b8A1Xq-ugOW+e$EiFTWUo)*uez;sV4XnT_!vBtX36!?mk7 zmGi&G??7vu{^`d0Ndhj>1c~^!z@s~*;hR?q_&FUZMIMzb)fB{0Q{BiCqLdP|+3cI_ z2`tS(1VRF=?-YX+?KscL(cXbvfw+j5?^EFRkn@pUVrfG-0*Iid`ag+wif~X~K3>*F zD@3@Y#>Pga&hPiBia`DUfJ`o?5TxB2_X@;aT3WUxT`mIE0?_Rpync4g(*)TFIS&y@QqPwpF*kx$mNQk2-$k)(5C?M9RCB6&-(s$iIN{FUG&X zi+V9eE+i0wBp%>Ej70bkgcEoq9`xc#6ODSRMzcv{Y~scWg`{l?Z3AT?>%O78LK|sk zDHxJ|m)UvqX20LOyxnQRe^wKq3D5*+0&oLFqfsLki@EBJHxxio6eFL{V}4OH9^RL2 zGny~V-C*mgs&YZp4L~mshr>vx(|ED6gb(lD7=uIC@$vmzOgvdaAP|5gNtDV3Q5OK2 zhe9Fbaye$AX)iH2G{wvbLQhYkOP1L>}&GmMT;GJsn7jsPl8PttWAZnqnP;AIskZR>WNM0q?_s96Ea zT+=j{EX#%!4_*nNPw8jlqnj#bUiGp#<&kk2pr(!mxD>nvLAnaRH(|bbn#Jh!q6RTkZl5E7N_DpC z_H!=v0~2H8<@nzm4SeDPNNrtYqrYPxo!(X`!OKv8Zz5aVwbyvXeHVzL1eeDHT@dhP z6UgjdFdKuQHVz=yPZ6N4tsNfITrkb8Z{3<_GGIR=UU64|%q*>~t(td07kd^(@oWG{ zbb2yRt^Z=*JV6`=J9U6Y$`L@RRH~YvSq1)e(ePYACj!W3v)I|$J`$tmbJBp^06(?w kRlnGBBRbakY{EwB4z>%07*qoM6N<$f>~1=E&u=k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/aristocratic_tuxedo.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/ascetic.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/ascetic.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c61f3bcfd7c3269b92200fcc3f39af01470b3e52 GIT binary patch literal 899 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 TA8!3P00000NkvXXu0mjf876<+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_jeans.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_jeans.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a74305892b608556e0b268679b99a48d05fab3e5 GIT binary patch literal 446 zcmV;v0YUzWP)235NEZDd&C;#; zAWo&9LtUhlhToT00Hp70H)I^ zNsN8Z5JeHFstP3t3Byp*b)8_2!dMgq z@qM2gf*T;qvT8VPN`=EQVm*%Is+OiHv=J8o4l)d*dPe|uW9kU4*S*S}&H(Z}uLe=E zPOy&9GkBg?TmZ5xe{Fr}0F7*&h3W*Lwv*8Om;*r&u;;r2pqJXVP3SjAHATm9`uPn} zO`A74(F=fOSwxcd%YElS`H(g)a09Hp$109b2e5s4hMTh!fVUNl%J5O<7;2IJv}|;9&5*qa=A!oS(c}= z5|gfcRQ_i(KoEo>g>$)F(3WL+te+49K@g_0`lI|WwJ+s=QlV0*L|0Z;&~CRO2m(CM z1JCn;_4j~Lzw5eKUS3AK-JU25G)<%aIOF&qvtjt3%z&k(CFJvY2!eoWwaO7fP$(2Y z2!X1qkYyRFs$$SztyVcf5U{qkHgOgVj#I5xx%v6|A^t&IC=|f+d}#i}Q(wBSi(0J) z*L48^wr!(cufy{^=(;{+eLny=jsw#)gMLxry6(_8_xJZN;vel7S%A^>@&D_MM&rSC z*!Kg#+1c4tE`y`|JkO(0C_Lb=)oPGs8TER7Y`>`$LgjLqKDP%%t;nMAd!C16GKp@t z8`!Y?i7-EIU7Q7<|M-0ctH1q=`1s-dvjxWPmv6CU zKpgyuutBV=Yu`5{uZKIQgT-_T^ZfT=j`fR~WWu_-_JBVs_gs`tKKbR1g*&H%d#^XM z+t+n<4afS$5dX1$5iCsX0t`-m_schK)*{?{J>*w2L;U&GOl1B!{N!K)gza$WbVB*3 zjcN0Tz6xC4STFL$h1ce1U|?WiU|?WiU|?YQUm(&0%`ZL{Y@`^))h?433VDW+FzVQlXY*L6+qphTGd) z5JGTxco-^%xv-Njl}Zpr5sIRq*XyCxY9WFA4?KVu)gk^<$I1);LbUF=1QLwPE5Rglf1VRWDMG1UyLXspXiULB&Pz(zT3s4jV z>2x~Oc%dGNIgSIvFkss@lF1|hpxJD~wrv=Ofo8KAy8z8*^T`+-$B8!s{5L^f`8gcNLBHSsVKU(A>MDpSYz8F4X29sBZhL#1cDr3Dih^#pi(0KVlMK*x9g-wH zs6*bZuhZBB_}8(=uE=X=z#t}lE9FV#Gf6tmm(L{W=TC3w*WI_V*8yL5-_p;Y-cX)kZ&=af^IfqpZs79YBBfVILtpW zj{Rn6P=r}e{xK1vOg?lSFp9-=>eX*&Cyjv}k54*)ZZ=*m_-Syn42atC^2Q2QVAdPp jAg69N*!uwt4AJo)CLlTczkR1w00000NkvXXu0mjfDpPFy literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1060d96b829783dbc8a5fbb32499675048ae78eb GIT binary patch literal 463 zcmV;=0WkiFP)T~CdJ)uS1%R|lu9KGhr{sOUazN>Qece1 zaU7$6=HeE%+ih*zHW*{DZ5y0(4FH^TO+;Xffr!xQbhHV9eB8p-Y6U4Jlu}_XAR(oM z=Xn5t<#LI{32@G}5CQ<8lmZa}0Eh@uN)S<)-@enX>spBs@O>Xr%J4a=L{yQW#`pbX z6(|%6;jQ--2x2rJC6(9|1pNj8#ux(EM`M7v@*7Qo>$;W@B6RzqD1n;K*H@d-JkMh`U!z(n!hin+0F1^j>3JaB3EP85p3ez5wpgv<$=CoMiw2002ovPDHLk FV1iAz$!`Dv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/meta.json new file mode 100644 index 0000000000..6fe5d59ece --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/black_flannel_khakis.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from BigIron github | modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..ae65a7865d74cf81f2845bec3e83dafa810cd5e5 GIT binary patch literal 1278 zcmVx^T5o(|iB`>BRK1iiDFD;rEOCg~?hzMz+<{(H!6M`tEL_%H!sUQ~o6N%=C-oMTE zeiOgV+~&OO?Cnh+c7G4IJF|21`@Y|NGdp+RL@D411)zW<6o3MbPyh-zLIEh?2nA4S z{Mnc77On$7jfnETeTH%CmL=+XzW+wl&D={ER3R|`mET5IJnQ_{8^3D-n4HntN;Exf zS&fZE4;~b@tAq$LKRf%rb}Ia?1lYa5%c@NP?Q@QmYhD*e~f6rp?=F zW4`_5=#XzBfWJCcEAC%Bd;H#ZA2n^U+q>moRRDG#fO8O`u5S4`oaZv018Be7ClO@l zBhi@cWGSG%TYlG5AoXURScqhj2%!()Iy+muou7d7@)a<18Oml-!~y}%@@gn4fIRvP zj56lnjX#$cB9wXb8Gb~8Jo*q8_bdQA519m#_5s5?jB+0GBZQSO(W zW#{GTA@jS90_A-`U)u%h{k@%Z0gkb=fYW(7BD|oa02hDkq5ArrR8vFL+&m=e`o~V@ zKOdIt^xEJcrPD-nb5j%_9U`wN#xKwDV$(sDzoY>1c)aNR*;xN^$#QeE;ma$q7{5HV zc+_R*Rrx(lfwO;g(do`OQOoD{RVSQ|b3{0Wa06ulmZrcw9slHmye0YFQ2yFa`rr(A zc^%Lq03#EtCeySi63IuKNm?PV@bbRE3zP-GtEM;duWw+&;?aRk&WVou7Bzh;=Kr2{DzL{i)y@hj36RUC#rqaS&Sytj>gf6m zX#u!?&MueP9&FIkuaioBDG6}*<`rYt*PTV@*ul{WZEFL#U`IMt=q$>xQKc{CDFA}u zwp~_kaj~HO5a~s)Rd`Y@T2(~{#_m@B*C1nEWa+CJYmuB{=mMOM8CA9&p86=q0Fb6~ zIbq0J0NfOf+9G&CxD_t91CtCg7xf&DkdYRg<*&P*1X#$KwD9gkQn8%94lwWKyVQ!Pj5=V{0Yl3HI_BR0LG+cATNz1_qlyDy z7QooM)^A~W^M-*zM1+CCEzk!=9Vw0=$^kYWiT^pc_!wS1y#p7!d6R)bT^&Lr0|{vr z1_7Y@BRl33L??I_c8_yf=@0mFmOx3U%f`iX7X|er+r3K^2Kq&kYhhP0asOx)aSNU$hYGRcqd0+8ijtb4;{3 zRgcTNDbgk8>cl@`CEFl}vw z7x#?#h(o78Uw%@%mW_w)+|QG}Zs*><$@TxvtG!0lJCjlV{rc8puS*lw-YlAaSMS*4 z_qIjx-$Em`#coYsV6v^gf+6#o^8Ba2bh2ADbQjd$KAqzA_O6^&_}Z6C{%D;zk`h04 zYtq8G4U=~-{xh}MWad_<3oJ7EbNrTFi#yYP`A=ketTxMEmYj9#pFIB}c;foz`T%Vf z*M|DCr+;s!e_Z}&{dt|uVLV%eA4tCzUuSn_PZ-BbP0 Hl+XkK^eoW0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a4bebfe85aefd982f8da47272bd71acfa7f8e1c2 GIT binary patch literal 516 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnW zPZ!6KiaBp*>U%H;${gR%zB-$`$Kp$5_K?nm#YK|(SboB3I>$aQoXP9l)`EvWkQ$uH`BPr`zyEMgpT%B^# z{12RZWo2i7Fa7pcD+3v+$31<=kIBf%pLy-((R|~~yoQtKrHLhl2^Z$G1)@!-1g@yO$NtdiXI%`X*N6U>f z2l;l?*qyh(oLS5jYRt}BQno(LYvk*T>>iZ^ zcZ17*|Gxge+xP9i@*^pHWewH|58l?go(eg;<~c>(wz#O(u&J!LVnc=jMp-=d+(FE%TAcrZE;drNE>m}I(nMpp4Dj*@Qoy-<~J(@3e cLqgA9+e7qqLhA1TV6-xLy85}Sb4q9e0N2&p82|tP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/meta.json new file mode 100644 index 0000000000..ae07808486 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/blue_blazer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/af40bc8515d560aeff3d397a5f33f556accbb890", + "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/checkered.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/checkered.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..785d31b6cf774c0214e0078f34e4c3df9b77c267 GIT binary patch literal 1786 zcmV9DWGMuPJh3hCpN$WLKufYMOD>vO?s;LGr#oraz#6rkO75f|>Fv?ZOysU0C_r zR7_-qGlC!Sd#`q1$$H;Fmu~jC+2P3U^PJ~A=d7Ib0}L22V8DO@0|pEj_+Ny>VOm{X zrIV8rI^TYBazd-Cs}v50NpJq;E-R##WGYbX4scF1$N9C)6`n>TO3 zah&!yNs{pLli2a2M=m<8XkualU%q?+ z&-2J+GT=B4+uPe18XCgu*RS#F)hlgeBuUZ|px&3y=Q|z+j^ij02tX7?jE#*UlgS_u z2q2wKUr2(_=flRvhL%)S$7T3i=HB_w)6>($7^7#;p0zl?va&+Iy024&LLvJ2@gs#o zp_b={LLp*|(bK0-TauxsE))t;E|;VE`T5HyfaiJ5Nsi-aY-|kqd>&4x6QxoKZnqnX zqG%(ae((H!mr20S{DD9KnM?*=uNS#o4#UI4P!t7zzaObo>Pq>4n~3MnpA%z@CMPF< zIRbkAA8>x|KY8+m7-RI}#fy&lP3?}zy?gf{NfL&JhM*{lwl)ZYaOpY!C;Sr=6ObfH zd+P)O0Z5Vrzu&JrKh(Fu?CdO+N+nucTx@y&ClU!=6L6k~F{bgW3DBD#$z+m3p%4jz zK#4?x_V)HD5{YP^lgT9M&7Vjli065V#bQ*cRA_N=kph80$NZ*t1vs5f^!N9pr>6%; zM@JYO97MTXhRtR}DwRSo7&Pf=z=H=5&}cN!)6;|g{(jW!bqov);QROQkR+*XeoMO| z4i67;>((t4i$&CGHPmV~+`fGqy}i9%`9XI5`gQE@@1tI?V{L5>9LM48>FFt~Rx36(Hc+e85DW%Q<#HLaETdMd>E8KfvkAr+s?{pCwzd!q22J^V9tQ^p zI6FJj-v9t$jKOBJwY0fhE-=Qrl7L2|0gJ@~v)Qb*5fPfrrv3(4EEae?9vmMZx3rth zW{i!E>E3xFg3V^b&6_t{+JF4`(eV^)I{}KKfav04o6F^NH^6K*qf)6{?8LQeC>Dzy zJ+rMv&}1^<^z`(vbpF4%c6WD;?K%Sn3>YwAz<>b*1`HT5peJT$XUXAk(BsFC$>DGi z{c3Zd3*b18h^R%&?CdP*-ud%qa#K@Nw7$MhL_|)fvuj2;olYVmT3=tMsi~4HjBG=??O=&h@uFW%Y~ht9h2Uj-`?KF`1m;7Za3D~*D*Re zif`Y(!R>ZKmSvPmC4Drgr^4!)oO)IljYdfn#jd2l>2#7PiWH4TTQsPerl+U%OTe8w zcSx!VzEfkXq0w# zb}pE%YXXwVBxSQ%jo|3$h{EBpRv*x<1gKo$aF~vcjx^3}HmiG$0+Puj$+AqcEK{LS zAW4#li1a7^Ndpm)BuP{#6f`}$7f7gh_wF6p?RE?g52IeMLzZP-3nPAKg3sqeUtb@J z#Ul3i_YsLi+SXv{guK~oqFgS+YPG^{xBs;tW>%{eySuw6m&@Hb9@kv6SWvB2(QGzh zwOaqG0nKI;)oK+Mi=}%893LN}udfe-gM&z=QaCs`=z8Z54i1n?r7$=+h`zqQ3pES6 z8ele?VYk~+DwY2F{zR!%g57R!sTk3H4e06V!QS2;dV702CcY{h9v-66XkcJqz}T%a cV4!{c0}})Z%eSo8ZvX%Q07*qoM6N<$g1H@Q@c;k- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/checkered.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/checkered.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..96eb9761a7d4a49dc8b64cc1834f0268a87b253a GIT binary patch literal 599 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 O0000%_NEvWWVqn1% zaTsuh$cZ7XiU}U7`c0qTefIbKbngxtG-&X@!>iJ4t<8(t7~}noKdS(1ZQkj0Sglq7 z%;$5AF`l(HS4sgOgkU>~N(NLI`}{CkO(hlvrzXDJ4M=;QKy82$WKLj=Wny z`47V|Bu!HQq?F8NGo+LNq-jbRh5(gBTprU@3_YwzqY>Nfc8@QwpTz-VjOU!gIrnC5 zJRZN{ir!=Q!BGwrA3LI<9AhTU$*a=BzO znb7TaX|-BpSyul^sI|_oS|0%T8UCW(ZnIvm`S$e-01w$CQ51Q#I`EJ^0?_OA&T%J{YU)*is6gI5#QbsTz}pZQCkYM*7002ovPDHLkV1kPx B*gOCL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboygrey.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboygrey.rsi/meta.json new file mode 100644 index 0000000000..f96d1c0590 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cowboygrey.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from DesertRose https://github.com/DesertRose2/desertrose/commit/704aa5e9e3b86d6e1dbf64a29ba976f7ef53a4ab | modified by Skubman", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/disheveled.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/disheveled.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..db32f0601f355acc81d57bec7c24dab88512b1ad GIT binary patch literal 1099 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 QqW}N^07*qoM6N<$f+o9$ng9R* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_jeans.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/flannel_jeans.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..da697fd0a3a836310a3f3059c19ae808e5129c76 GIT binary patch literal 447 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/lightblue_shirt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/lightblue_shirt.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6d9676d9d51d6257f1b30a5a7d3ce8f16c95a3 GIT binary patch literal 476 zcmV<20VDp2P) zJ!{)g6owxe8w)N%L&6CZLlG3Z6%5|;54v_Kc(^AEgfDq0E!6EKBb z;z7s)U4NiVx=HL3OD-A;dM2HtdvxD>J}!cWhKB!<(PWmtXIH^FXJZjTYt3{#bVid| zUf2NB@zAM7z-ThdgCHPHQ|r@OBO=yTO0ifhDv4;7-CRUaO5wULB7!jn0Amayg6p~{ zr4W%yC25sCxiN+)ipa7I0N?jntycKH4?vb>L{Wq>h9C$^i)fXpd77rA>$N>`!C)}3 z&xJo-uWgyih&Y*nBHg?F{^(s8hDW~Les9b2&l#AGhmO{oIFA3?Sg$kiIwp=|J0+(C zv`;N~?;~Lt((m^x#hf(-hZHkkWT3Fmp$P3;TN|e~0YAQ7pB$^3ySYNklf&q5Pe+nL!u-o7L$~ag0wj_4va}6>{eYhOYkMe!0y*Rq6iN$N%^^Whw+v$1 zF-S@l#ie?nmX>7F)~-kbZubGkf}d~Z?d(wA89+ipLPA19LPBD993CDnZ#u4mzu)ht zfBWz&JU9O^{B{Wd@Bf^l)oQ`_{d9ct)C2&$8og7>a-8uSdL4g#2vhz?-{_c!mqPps z5BWjY#MF-g0LQXO&m7o?pG$y7?+9JnhT}LOwv8YN&}=plIu2~xM(8-e>9{lj8oeVJ?IiJ% zW;5kCf*`r>dEESj*NDYpapPDvJkNu!>l?hfuEX;@q4#m;0M~V4Sr)=Dgy(r^x7)BR z3$E){B0wIOs0~EK0OtI7JXSo4oWafR}PdU%sIRLtPJ z<`5EKyE@Ad(egJ&^EmQsDm4NOLqofxrfo7+Mu2w_q1{no7}|dC<9%Se4eiIDzF#J5 zkX9A}HBC#`{VzYiO>Gfr$>ENG%;tktzfM&Vkl7mqvBnJU{(x;9|M~~MK2Y(`EH1r2 z002&Yo1jxCxYr;!K96>?u`mG|y(0{tTg%aCqyWHhI9!Hd2(s!CXaJ@52QV8#0K~TO z@L_;Q&-D#^T-W8YfjeXdgTWHGsuDMwO#n&7hE;3J#$Yg5vWjpJ1kiOoEsgWqz?}ou z33Oer+<9gLE0Hl9M4T`DhtOSw6hI2FC$h@bRiOxORrJBCnxgKC9TF0E6#oKyZCBp- SfaUK10000&VhE_xi0E0G=L0c%FwK2-JFZ?g9XAZw6K_ z0KI-IuKO;+KmY(9?x!kw=h6oNxSoyKG}MByf112hECT?D1YFNXr(2WByEV9;4I&9v zDwb8HG6SglE?^U8(-4j$x6sPMakB(k$; ygh7^{wx8)Kw!BL$qrKSlhcE>lVp6k z5UNd?0bF0*S+Hm$J{s~ZQ$^CBCBS#n{iy;we3<}j)7A=T>Q?}1kJAe1^!(2N%Y^`u zKok*1LyjmS5UmYqo`1sDQ6a9CCG%nBgZ(*4{_-j?m_%A<7Ie&&<^}vlV)Ut? zOc-(lSl4_$SI^aI^?!#jP0l&rfXNkrF{b*TV+W{na?wXU-kOK5|Vs+6fK8D)%3 znIOZ54Ic~o;LGUdgW%hk2*ZbUh)<3&MiG><;V$uEJscNWI1vIAj^>x09lTl z05Xlw)E-ceUHlSlZEZMz{=7-E)3I7#Uytjbeuhik9VQrrbbjX3pw;#8XDk4dd-7Ba zG&P~Dwl+0rCNCQu6?RWvqMZ>U2!2~W2F{(scuh@e&|Ho)KiT=bEPqA$w`-WFR)6VxxMm`V!88AGeuCq{15pm#zKt>}%hK8k{&C_T$c%qQ z0lxUCMtwS12qg#v#v(XTYfcEkBBVFmIgKBB<8TMXd3> z^7eN4DrezW681xtAOV0n%%$qB{^UiIF$Ab^`wpYhcUWz1Zq~gD()k%YI8dDVq|!aG67;C)^b{QWcu?-D;&=3j9Il(<}|tgFLW>ZpO1HD>3}wUaj$^c_5ypR{L2cE{;W@d26?xi)t*VNfMh*w@H|`e!)mc4zbV0|#N#QG z;7@BQ!>{X2@X;_mf@leH3{a?y3}apKXn2WwW-)IOqy!kE8~w=c0elzS30U%Qtb7jF z2lLP#oWsYvgZR03D~v=ClQ>fI6ql4YsWvx%;yJx5c>ctXT@L9!r38rOZ6@-~DBYHL z1GqU36eKw>DXNIjhN8epJWiB2oyfNoq|7t1X?**)lg^KU*QN}lZ-LTnI}o3ZVQMOx zvRSQ#!ag$m7)Hb4aKL6O635KPytYjiL?%MI`qLEyw84i$A>k0$?M3p-PY+mZ9xQV+ zSOoTg?V3#ny8jL{*+8JnRN>yIvIFY{GtG9M*({DVey+1!4|3lFWG~?RU&d|((gWa9 zbs0zr@O>lD`!I^j4;P>N>cc3V0~!M`3<>@iuKuz3+{F)Ky7;98V1hl>A$(Jf6j{?- z3EO%g!T*GQ3;Cbu?o&#D#w%T>Ol(HM2>x6UM3y5b0J0o80g&a$34km|P5@*%asnXB zkrP1n0^TY=;Paup+=c!7>r?iHNfSmw%T3VG+1ZA{!BO=4e}(Lhv~-3DUeLkq9t>{= z2Cm&i#f1xE@VpP#P_?#s0ZV~7m`h8L;KYpKITQGc;0c(ex8#PAbq!RuRVf} z*ccGkxj!X=vGHeU4v)e4PZU*kb~+B@ARO?}gxJG0F^EG3(lI~`p76RS3TFoi5>)Z| zaWh(fDnnp0LTB`Up2`GH>lV0eb{u`5lQdK~CpRHri@+16)8qA?+$pG>Bw1h>8 z6d6L!V~X+}H*O$3@8-@^Lvx2@rVJ56`~0Ri*2WSOvT@%jL5PF5KEwYDFbDgfC2CC2+o|SHBoc)tMy8OC z0h$PQd*MrimnB{el3YRr_JKvvGkAvX=T?4!75^8oFD!r_=n{ZupTV;qdj2mq3e4?z zZ7aPDOs9O3h5i*_DG(0K#;37SU~cw-Z-bfXDP4W&7U1MAEhiw33-_=gIOEm+`GxRx zuf9HX32=H3l1U0tQ8vNY%#fv!NQ}^YD8y;@p-a9WT>>;-xwCE&|J6RM%~L1qKZ^bb XQsD!`EnmdD00000NkvXXu0mjfSFvVG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_suit.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/regal_suit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b385d917b521d5eb7c670cf93172ef078cd0c750 GIT binary patch literal 643 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/rippedpunk.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/rippedpunk.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/rippedpunk.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..6c70bfe260607885133f90f7e6ef8d313e55d733 GIT binary patch literal 1311 zcmV+)1>pLLP)RCt{2n*VDXWgN%fVQbPPO`C+Q8MrOlFh$m%tPYfdEtIie zR!mhKE7%E+`GdHsP;@921P4XLO@A31IAvo~e<;LXM1)q@f3S+wnvA$vmp0$lZcTIB zJn!?Y&vD7Jq|fCp8Qi^~+})F>&-?Sd^W1YsKA)|yIJN<>IJN<>IJN<>IJN<>IJN;I zoo`-({OW}mg250jeS5~i+YgQ%k#o5WejJ@f*FiX75@zUc+JJaGE)SiU!mr1sF?6yY z`wqlp3WS6cfBvDgUuNy`_=G$>JZ!iLX6bLr01_V<7(j1tFS5$@_ZNWIMqg*&L_V{u zTz{vwhe9FN-$)Z^yuQ9ZrZc4I(y8R zj(0!!2*qMi?N9xvzfmS|{Zgs4p}VbWKi*FLMD#bc0%(GXL;}%h6xqE=lz#5Pi~ap@ zyWQ-lWo~Yc^)nK#@ALWa;d}3})u)9fPwlBx3ahKDLi#lg;O^5mPjD05`;(aeY>Ktb zFDxiV#MB^pz(%ZsN_{@LYPW!1{h9`RedZf>pC5Yp0B9f@kbm~c@rkk{hxhyZtJ7?Q zYJ^()4?|SH?kzxrP#_|R_HU(rO#^=UX0L{q|<4vtgOIH#>U3jk@QKAQ+X|dkO7ZHda!lN7D)Gi>;Ep{{KX&C&jO(^ ze1Q=DPAhkAoh_m0H=>b04L8Tvv7 zEM7}FHq&MnX6V~{04$De04$De04$De04$De04$De04$C!10I&AZv~CkCI}l)nWum5 z`F=V2H-?AO%O7GCeM?T^s~gdv-i{Dhu=KPj`VGqy&_11CQWq- z=gyvHZCSUQ)h19u8m|3G_);k~ZLbHzo&r=S@WS3_&W>8s^Kzus&CEJMKKJtdpSV9Kyyc^HiQ(4NRfVLjM^xUBK zQKy_^W@bi?L?UPfwCN2F4wmisqp!SFw~9oI{U#{Vd3=2Qfwqy65w%{R8B9)2vLmla zsH9qqwGcAE+v%qqy-Z0-x{f}zNA3y);B>WPxsZdjUV_>Dlg`4~?t(wO10H_}!F*m$ z%>T~fp+xC__wEYq140H|PhEBFh&&;a5MA@h-`toy55!DJgN!H5E`N~4z~iCGQ;Z_x z3GV^i1fT!@^%S$=YI(` VzoU~J4DtW~002ovPDHLkV1kNvf;0dC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sailor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..18ba43708c994fac832247500bdfa46a507bad18 GIT binary patch literal 504 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7863f55196a0328af4c8a8633fd75376dce525b7 GIT binary patch literal 480 zcmV<60U!Q}P)6he1_(w{)$oG~|skebYxq?;Tlcjk67=bM|%Bqwxa^#DCU56}Y`0rHnO^xM$gI6abUX z(zaz;6h#reOeS=>T&gG&S$?JoQ3=52#gz_+LwcP~DcWwyw(V>@#_2$4KZJw9K*g;z zh8)MC|L9ME{OW@=ht*0*fZ$kRK zKc$ODkpW;FjK@?@l>otk{Cx3q?_sWUofbe@`8J!4ito3MGJm^H6in51MgV2vQo|fD z^Tlt@MA`uS^anxRA~y`c+b+NNxdIH=D!^zoQl-zA9WdA(od7^EFPZ_sMA`tm-Hzfo zR&Bib@P_1kCjby1$4$s+7jOkw=$qVsBY>iLRlae6vO}k{gQ)Ct%k*2&2%rre9pD=m W)3Z`}lXH0h0000UD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_black.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2f6e2a2d8e5e4fc12275dbfc079acd662c931a GIT binary patch literal 1332 zcmV-41$M%ax)C>>5f)X#)+EEUHBp?V_tb zK%o!Nl}SUleTh;+N!}pPZJ~=2NU{pv1WFc8Ks6yY23M79CAj+6biS)OVl>g%I(IbJ zi=uk_z*nXAb^yAApvmH^7;nB0n7l1 zzB)Rjhnw%KvEg1*b{#o!X9L$QTLeEpP|D_J&f{}?JW|I}{tE?Qa-L}hW}trfnw|~% z^kLqf7+nEy-7-Z8Vcz zn|TI=D%vXx-|Jif{OWhQ9c7!O-%zD|IhUK-I0gB-Wn{rTeqi67ad1L_mdo37GmqB< zDgT8Tz~s2m4R;l;c+cO?{Q*7L$puJB zQz!VygyCWVe9HUr`|VYC7Dxpz`JNPE_xaeer{kZ4p4tt_6G6g#t^o7Wr{&G`*LTlU z@b#bHC^0Vjo(|^S2eXg#zxLC=wEx3z$*XI{f|uJ(Mq1EH}F0U=bslsBmf8sg~_&O+xFDn?@#vOZnsNu<7sJa zhI_^b4SsP3lu9M)bUM?Z0XS4F7L5q7y1Gh(!QdT!Oib5=0078?WDvjvEX$&^v$J>j zF)>>AlYXJs>(SU-2b#@hrdq8!Y&Q)*zb>>gAUo%Wh$;9dAZXWtSOBD6&;fil@%%Ht z~?hS#vbwz!%jfRO4 zN5jYaHsY(erEG)OESs9HBW*+P1<|Ml&i!HZS8-Yb%&WcE?Sip-;rI9Yw0oy8V_UQz zAPBJl^J?!c!`0zQIX=)DquGxj5&+L1R$N|X@x1?7zT%)f9qinS6X;ENurtYkyQe1^ zIz3Ux*a4*LkT?T^TMW0XnCubY;DZYwx6w%MB`%K#;qMqT1?)IskoE|OGhlOb(>Xdi zQdzLQz3n{p?50X%93b~8Y?s!YgM)(%`z9@thzldA#%^tGIb0y+W(5dfqDaC%FfXc7 zmjG literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_red_vest.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ef3945305018d5195e84f653377f1da8320f84 GIT binary patch literal 536 zcmV+z0_XjSP)C(}~$p;X80H-28 zi-_PG2tI&=2;$hKi&LSK6rmQSt!VzV-s?TLxuKM{$-Ok~l5gl~PEYdv&gn_A1}jzy zkOHItDS#5dX`x8(`(16;abf^yWa&Ee2!W$=g}&5l8b)X~;Jj#4%*%qr1~}Z^r|{9{ z<|xPaI0QzN$Yb4Wvk@C2764wMJT_U4t!eN@DPWxpL?nPP z7o7@yGl)v-4eA3Q_A=%u$pElU210rXH-ZVYgOQiBx$rlUlhIs&@$Mbh;W$=GTpe)M*$8kba0h7l+GT0000?Uo%X$?au7()MWQd$ZQ|G`^|jw=Eu%^6)8AM0i@t4 z1(1TH6hI1&QUED9oCH{1U5$>9kAq3S^9J}#n=8MS03iMYb^Y?$i|Eyx*8$3RtxvMD zvJwSBAbAP_{%Wb3OXxvjJKs)ZsS_GXRfES>* z3H`S%|4ac$Zua!z;-Y*z?W#u8Edkt@r3fZJQLoo!G#W{zQjuP-ckO>R{MM5o-L2p6 ztFl(BiEqH$*m#sWAXHerk@#Ix1<=*+_5Z4j-bUk533vf*bV1&ig%`x}1Lx=GiW36B z1HsKX!Ipof2ap^u!Ymwyp`4wa$?op1?CtHz&d!b;9v+Sbzcy)e#Rmgl9)IlPULkyGL2fznj%tLAUtp(uh-|2K@9w0xz}k;} zfXR=JaeANa1B1a}yy?J~7e7s5_YIxj6;2)yw-NCLy#q|U3!GK~vjX_-WBik!yFTLb z^3s{#T7Wq9r`fXx8k;4*^G0ZvEiYgNNMcJ0D*@t;n|z)H=D}Z{3QNIJ3LphXDS#9l zr2tZJlmbY>Q3~MlkbVf^^IIT~x;T3Pj->wwupX{ogw_Hu?8Q(u5)&HXEp?qoUcj_E zob-NY;A2#B}O1V zkQPn?#KqptOpQE&i15L|!8Kdbd;k;H0>s7M(;P~=zzoL&uK5U70$}`M#?@!p&CN}f zpBERf%nQg(Kz0hyZnuN>KRZ+DY+&sH<`Tn{6`x1rY`hr@U>c3hyHZbrzLO(>ETd4? z0<5pEM{qk_!~OH9R1$C*L>*eKR=~R1&PUdP5x5w(zYLIa>_Y$_A4aSLdEtQ&0mC8J zTw${U%o9Y}?RMu8A&Q#KrfM`cL+E+0UxR2o+z<&1^8&b;8RG40kl+^7=LX0GxzlWi zQ*|Gd_qqO?Fmr`mkV*h3KaXXQ;P_7iX8}0od~btwWU=%*2{7+-z%1)fo(fCB@f)oJ V*+k{=7ySSL002ovPDHLkV1hHX7dij{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6026e3641c5ecdb07489bcd9f4b938c40f85a299 GIT binary patch literal 483 zcmV<90UZ8`P)2t-KosJnZ7 zs0~pI0Fw?5j|c#kWzlN2qL;-xoeYjSLXtfaWKT$W`#mb$uKsO*54V629URZHk(lsQU;K1x4rkJ0|M77fa|*4`t7y@2D@V?01(WJW&qHUGC-Q9 zv|g`yj4vO~2FdRP0FvXl32E&D>3|5=I?rDVplDu|ZyccP(An8RRQ9{2`!A>k(1!L7 Z@Ch(_>Hf|8SA+ln002ovPDHLkV1k(q&oBT0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/meta.json new file mode 100644 index 0000000000..2dc0faca88 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/victorian_vest.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/53179e9bfdd2fbd028849aa9eddd2a2fbbf332e7", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/waiter.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/waiter.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f2425708947cf373769b1f03c0433571f70ebff5 GIT binary patch literal 1511 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..28e98972ff126c0a901e32abb7201bc90152c7d3 GIT binary patch literal 255 zcmV%9jv z!&>{DOEAWWb52A=oO5D~ks}xI6Hrd_JkQd$?OT1@HjLv))vloL`}htaplO;I0mN9% zgefIO4>u4(xcg7jw5xyI0|2nDtEBr*eK8CJK~WSXlM9D$f%*^R3|s&J002ovPDHLk FV1hSuX;uIL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..94da484866852eb413c5c3863d012460490461f6 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5Y zr;B4q#hkaZ4Evf5L|oW2tF^4Wtn?0Ed}+Zbt12t1p71q%)05r~p-1np&YF2$BCzKW z^Zy+)^d~4YD!4N_^szL^a57j5F%+pVJn>*SF_8fzaoqQSMW6d+lNZ1Db-h3Tx#q^M zTUo+dg=1-uXp|1y6joy<9)2xN^Ng#TYIRq?@Ym4$7zxY^Y`xk zSbJZ8|4(C`<8pVx@;7m8_-p5T`F#2t#RJy*YTXRdab_P5G5pD|G>l}avHI~(OW*A| z!-U6b53U~BZ*_3*KgYO-Y6twXKdw9FVdQ&MBb@03jNz=>Px# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..91127bba74ed0d66b2cfe62bff829f4d7627abba GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R4> zr;B4q#hkaZ3|F-{2)KCv*g0|L!kN=QyhxjO;LL?HCxm}wCOTZ3Tc~z>+pB|%Hgt>R zFTc(Ai~orS!- zF;}`Ram53c(>d28-py`U_j(ck>es*iR46^^ed;&uz^--fx3`7vXlM2^R%d;!gI9; zD~qeDm06N@<}>B|+U@6mY?DrhZ~OkXvkYcuZ`Jy}Td(@zXR`m|^@5+CJqhDSax4~K zY+~7yoBqISTEq6YJTaPjjQ!Tknq90FcO^Rlbq>5f=g^bH7+21gB*Oh+m$86zF~fmdKI;Vst0EQm1Y5)KL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/meta.json new file mode 100644 index 0000000000..f4b631210b --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/yoga_gym_bra.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Yoga pants bottom from World Server at commit https://github.com/GeneriedJenelle/The-World-Server-Redux/commit/af40bc8515d560aeff3d397a5f33f556accbb890, sports bra top taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/dcc7a7923de9b9f58832f0f73bc20d9b1fdd84b7, modified by Skubman", + "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/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/equipped-HELMET.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9f277fe62c4684d37b755a97db17fe8bfa5430 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4auG^jv*CsZ*SRqGdl{jeY_gRq_)z9C(KM~ z#;N!5QLX~gfgBSPrrHavQGTDsKK-%Zrsc&hHFan29g0mWGmAdk_Wzwmuj{dL^V>Ib z=A|iqsZvk;_2=5F?YDlM{c%)2HZC^D^xN;{g?g*6TJ^<>ICjhP?Mu?1_FDd^{=b9@ zvkumPtHra=x<~BMzstRVcZGJ{?H{i45nn?~rKdIsZ7MAK|00Z~`~N4a-eTQb8P2zk z=vPHv4G-X6=6d^%+xg@P@9RpLUCuB4cz4p*Manm}FviLNJq!hZLf1xlX8HHJJC(#cr8ZJtgr6_FC&i{rU0D>TKB>&znd8GHg`Ktn+tJP9t#!@qe8O3|qC53}Lss5z tty?SqG_~}`&i$>{K0_Ghhy#pV4~6Tdy_Klj#asju^mO%eS?83{1OW7O!$JT6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7d97b3ea8baefa89b14aa0421dca4936184f8d5f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!;66_m$B+p3x0g2ZH5mx7Jvbcdq2Y7HV@^cO zm%sB5oIH5;Ix1u74Ee$FuiWppU_0HNqjOrcU+wr| z&pqNDVv0ZOwm-eNB-47+w#BD^s_8jxNeEu+o*Xp&%=Pd5;a^)W>>!{e^NBw~zf)*qX3`x&PS& qiMnrW5B|#5DEY3N667T)Xv^sRIxsMmHD3ql69!LLKbLh*2~7Z7ns?Oz literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..4fd8fc820d5699d481c7cf55b231985c78c053a5 GIT binary patch literal 684 zcmV;d0#p5oP)EX>4Tx04R}tkvmAkKpe)uriu?LB6bjQ2w0sgh%X$aibb$c+6t{Ym|XgTCJjl7 zi=*ILaPYBMb#QUk)xlK|1Ro%-E>4OrQsV!TLW>yhIPS-H|L^1Oe}GUcG1Y7v2UN{6 z648j5&a8?Zujr!LhiME;%+zDa#S}cp*FAiEzYFs$@47!nkCHVR;1h}Gm~L3a8^kl4 zmd<&fILHc;LVQjDP$4;f@IUz7TQfH~;U)zlK>Lere~bVfyFk5a+uz5wT|WW*&%l+|^p|VE>?i5f zrWQH^dbfd#>!v2}0hc?#z>_W+k|X(P3Ar5ben#Jv0s3!&?lre>jdPqn04eI#@(pls z2#n?_d)?#RovnTQx2Dm*AH@K2$aow|*8l(j;z>k7RCt{2+A$7;AQZ-N+H~arnirQ& z-k|rtN0+A21Mm_?I%#axR0Yx+|G$Yy_=Fd>hcN&E000002Xo31T8V^i{CGZB|6{m* zYsONS)Pa>qxE96mQ!r-vAwJi8Rbxa#t|BB29d6#MzRfkxeJw)l`Yn(L4JAuiC#KD6NfZ$|ipylGD9y`*CS)lFZ!{V06uC#RC8UAj%6HJ6*W; SB%eC~0000EX>4Tx04R}tkvmAkKpe)uriu?LB6bjQ2w0sgh%X$aibb$c+6t{Ym|XgTCJjl7 zi=*ILaPYBMb#QUk)xlK|1Ro%-E>4OrQsV!TLW>yhIPS-H|L^1Oe}GUcG1Y7v2UN{6 z648j5&a8?Zujr!LhiME;%+zDa#S}cp*FAiEzYFs$@47!nkCHVR;1h}Gm~L3a8^kl4 zmd<&fILHc;LVQjDP$4;f@IUz7TQfH~;U)zlK>Lere~bVfyFk5a+uz5wT|WW*&%l+|^p|VE>?i5f zrWQH^dbfd#>!v2}0hc?#z>_W+k|X(P3Ar5ben#Jv0s3!&?lre>jdPqn04eI#@(pls z2#n?_d)?#RovnTQx2Dm*AH@K2$aow|*8l(j)Ja4^RCt{2+D#6FAP|P(uSvHaz=pW# z${Y0lM`?@~fW#$T(f9+lvI2ddm6-sULBfWS00000001uL77KR9`0)K6hUl1*&GVP` zYq-ZIKihU5^1l`-$vXeZImsBG%6}1@PoA7x3>>X3eiL%?{|3V3$vKVIZWb@S_+Wkf zgGbZs|HRH1|LS|6TA+4+)pge50RR91000000Dwe)z!68@;!CvY4>%&yOCU+fxA+oe zZ$PvWp+Z?3u-AxCo9q)1>%frey92V5t^M)?006kW4<5Q;a=_U&iU0rr07*qoM6N<$ Ef}M3SC;$Ke literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/meta.json new file mode 100644 index 0000000000..5bf4bfba4c --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/beanie.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Nukapop13 at commit https://github.com/SeeminglyTypicalUsername/Nukapop13/commit/fbb54ee986f6f321767cbe227dfbf1a9254a0a7a", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/equipped-HELMET.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..81ebd493bfaef2ce1841caabd4a3f1a013d2d4bb GIT binary patch literal 439 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4L+VOjv*CsZ*Oh%I_w~G{Nv?=u2~rZB8o?P zcCp0#QrOqf|BTz>heT|PPHB&#!mcGQg@u+s=a&n}EGdr(+H#-2Wq1AUFY{wAzbwzX z{`Tg@+h>)om#xa1?)%|;OV`!<`+ad@KV#zOotUdZlUR<+xu0NYvBS&t;ucLK6U;ti^!< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..160035df0e5b63a4552429e63b9a123d0037b267 GIT binary patch literal 346 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!;CoLO$B+p3w^Mw%4jBlv9@k?LTzmGIyvD98 zaR-bmlFmP1UFE&>!TDudyA<@+?77h)(ld8gi5mev$QO-&(yjY|EVWwZp0;yVO%QdajaWFknm!u1S07KSO2?hs4It p=JjkmcV4Y4Qs-z=_@nH?zwBt{3-*H-4gtN+;OXk;vd$@?2>?*2h`j&+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/inhand-left.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..4857563e687c5014b60430a6a94954e728289edf GIT binary patch literal 391 zcmV;20eJq2P)Px$K}keGRCt{2+CNLfKp4mIpW>h`6k92Uf`b)GhKxan%&wA`;7jXEaBy=jDCi;% zr9ziN!NEU^=ypygtyT1zr<&;ZGlheDxO=!uhF>HA000000095Vie<4ZiJc@JUtH&^ zySKaJ+V!e7>s9qm&rR3(-l|ohEQ#G3L`A^nI)+~$lha;uk&fD|W#`?GCMy-aEq_e9V%O!ou zv;lbxZts_R*FR(0fVA70y8=aL)^-0Lm==2ff5TEfgI>`$4*&oF000000LmjvVz)>F z{U>Be?4nk~`B2r5h1N0qKj0@#$MJX1FKX5*&X0vQp)l$2BJ#xXUMWw2rBa^&i#Wct l>8({9U)lyp#PI--+beSqbj*S2^F#mu002ovPDHLkV1f@+vb+EQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/inhand-right.png b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f95e2576b9621fe54f4c2b2c489ac59ffe777ae3 GIT binary patch literal 399 zcmV;A0dW3_P)Px$Nl8RORCt{2+ObN*P!z`TPjS!+MI)t9=#n91$QW?Q>?(N#AI(Q_aO>Pb(aj+g ztV1B+pmiy_T?dJ@jZM->F^T`*bjeM^IVbmKIadMz000000Pvsel)W+ZJtIk1cMqkX z`3o0kr{--oS2COH_VKAO*4@0xG-*kS;zUuLEM2Rc`|I9snog!H2v9Uo@qE=M=Haqbnpd_0*daP05#$-#cLD7PqzldnOXopbw^ zk)-JP^~XXK7N7~%C09ma0RqR)Y=Jh(tz7yaSX8(D|67HLtp4@elso_c00000001a2 z^gUDOZt+$uChYbtQ2TQOc`9{>o6s^ZYois= tMwM1Tn_A`@cY52_GOrXgEpq^9iBE10dy7wj0Ym@*002ovPDHLkV1mRquw?)M literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/meta.json new file mode 100644 index 0000000000..417f89d562 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Head/FalloutHats/mountiehat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from DesertRose https://github.com/DesertRose2/desertrose/commit/704aa5e9e3b86d6e1dbf64a29ba976f7ef53a4ab", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6aa2cf783079e8bd70483f7ac32f5faec475ce GIT binary patch literal 1229 zcmV;;1Ty=HP)V`5cix+MlaQGY zmYI1oyWcn8{_nk+_x~M8IWhx~a%2V|<;V;`%8?m>lp`}h=i*YSQv4Ot6zMQn5 zoSe9$qoZnne}6v*OA!9Oy*-?tpEugOySp(wJZ!`t+JO1_d3Snx8e?N)>i9>%y?yiu zUsNjUxT~uR>+9=STwHYL=H_BI!OOp}uz=aw*~U2@oAQS;faK%j<7)rn;sPrxD|qR; zc$v$oEd{WhxVtV^6a4(EtE<@D+-#h`y1GKGRx{#nYk-jV_xI!Y_*k`3!0zrYwt9N- z$MfenJv~+J3`<@YrwPsYiJm(5+1Z)e(g0KbP!S;HYinztwR^$yA~sG0@%v%I-_iiO z&%P$)OG``0=kq8O3hF%DhlYk4$2?C^#9bea6b0@01yT4zMF7e9Loy08>7(mbBqAp@9Dtwcfx+Jr2%xa{s}xE)Ysa5FD!z7M+QIdu_?dN zlb{HY2=EKA4TigfylhROWx#ixAJEm=0q4sOyx6MXufrl93~u3d`5~&EH@I+bun&6> ze!|Irl3uOdsI3XVmH}_C9|G6)oim1i0mDyfsvG?Dr}wH;*aG>TubqGX^|}r|{BTwv zI1^N_tJ?h9UBGdiM*llFIA{!l>;~0p6}CYRY9MHUOo67{+6KrInDjk91yTgtlQ4ic z@8ywwe|uOM4TAFQ%{Q;0x!D$E&iC@O8<_q9*?Is{4s8R1=KQ3d1>)w{HlSHQV}F$Q zaodQSU(0}I%S|?yz>?t4#sH)onE^;SG6RruWCkGR$P7Trkr{xL!^i+x1xoTos1>5< z(KdkjI&PVVE0@de^71kU1_p9&9l1J?0EFx4=*XR%oK&yEQ&Us?Xy+oe4DhC^xn<6d z0x0B%$B$Lf#4Et63FIJ`-2BAE1bpf9_zNW3VP<9q-&QL4xm02t!Y0V^tj%YY|ey~l69w(on+;pDIIV(WKR zFOYixtJr&&zgLsspLCmPYz6K5fO5Il-QM0-QNSm`UpflFN1#}ARK0+0kfT^E;?2i` zQeQ5Ab5GA(l^_XUBcPoaVV@@vk0mY66uD$;VHw_xbZ>93Y7;#s8nnj%5g>&U?DI+8 zykCR2Sc)mLL|%seZ-{I_)GDp0+))cNA{&rYR@fG|u>oaOm8GyabY!ytQjWg?vKYLuq-SVV00000NkvXXu0mjfk2h6? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fa577b7aaa4ed4ff172c88c13d491e29f5560851 GIT binary patch literal 473 zcmV;~0Ve*5P)oYX?uGrEqV^pZ~q%?sqSD5&W?P zfB+Bx{|i9VG(xMc>uX-UUT3x6?@N0Ds8lMXP$(dm%b{2-VmKTwy<{?pPN#!*yNz0{ zMoOj9#t>Wm0?V>sq*D0IW^vT(;ch&}w%Q1Qo}Qk1I-SCC95fmYlnFsul31-)t8AQ# z&hxc#3S0?L0IFuQiEg)xr+6GM`8-P`@MEzU&ysuqtyXKLPb3m+{vv^J0Tyu*!!V#I z3Zl^{8y}5ENT<`wp8DVBhX)WWn#p9?GmQJuQw0goem0wNZ_Wkqn}P&((M|wA@4&$T zY};nB2MN&rAON@WJ5J;X&WsXTqJkQa2 P00000NkvXXu0mjf-|xj1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/meta.json new file mode 100644 index 0000000000..c34c5240b1 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/bartenderalt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from DesertRose https://github.com/DesertRose2/desertrose/commit/704aa5e9e3b86d6e1dbf64a29ba976f7ef53a4ab", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/caravaneer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/caravaneer.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..30d4c815b7513728bdd734a14788f1d7df5f94c0 GIT binary patch literal 1762 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/desertbdu.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/desertbdu.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0149e82843bc8e61ce8e66eba4272d7ee3c7ecc3 GIT binary patch literal 627 zcmV-(0*w8MP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0q#jeK~z{r?UYSR zLO~RUj|oK(Dn>~b21>QbN(drtQ$a!7S_FzeK!^fyU)w-vqd!1ghARmQ+NCXA)HXsi zt)LGOtwrJD#yiZIMd3^zi|9UZIdk4~?wm6p_mYl|&cDaNtrXE{RLke{N8M=Ag%9H{`5aHIlI!jTF<2}de`Wb*9ntp8wUMt`qW zDjtvLOC=x2Uq(l1WMsr6M=<%HJbW08|9tl@+43J*046VV7O1*WrF%p^Uwf=R7{_(Y zb0Grr_gv_uty(Q`ns&L{@_8%%BME?;4i66#s}J1seY)>?`uO<#`CuIL6j~}mm>0LY8QBCW2j24jfAS>^O?^&Ll!3V?Z-->OV##D5s1{7nT|Sy`d}{(f3o zTGHqLZEb1Qk#?N=JPu$U=Fb?}5(Q!YW{~nX6<|~q7Tm0-r)S?aGx8=dAAdJLKTlDi z?tv)!%>VD&8nw5z?MZ#uzyV<%z-h=Cfb%$EiXJrpVgaCXE_X_&T&cSp zq@IoXHozK$3vYPb1|k8}>W?})I%vDWHE(B!Ha9oPCBOkRa+a@2Arb%)&t-E5UeBJ% zQ)TrNxdQHQ@@Fz9sb2pYoNw=_&vz_`u;A*>&RAXe$_QFqxt=+Wc?h&V5Nz+c+sM*wWHAblS|35QsK zgBBiftq5DqFA@NYo$!LE(U>c^;Fm6hyrYb{f(!n%22jG03P1@*DgY%MsQ{F4qykXF zkqSTwhm`;_LFN24i5VHe4eJJro{G$1%UJGl?r8ZIZa$B6lh{%!c!j~ zM~VT=g=4k){S`TEf^AX}L;}EJ5IuYTJQy1q8qx+Sizp5eOfEP-H#Zkt`{~v#ZKEVJ zMFJqrCMPHL_vPhfT3A@1Ki>VN8x?nyQ83Ikz@b7dA+ z_Y?mF;5f*D_V#xDHrBQ+6&2uy4W?~Uhy~bKU)My7i;MJf@i*P1z&-&)1X)0ivw))y zP5?HTwn-rt;Psm~bo0iI;GDZdEP`v8&YLen;XG{13mY_I0Z?Fg^8*Ub(%avI4NJBS zN(sQhqN6#|fBhOwPfvU5qp#yhAi1ANfJ`Q{=Nw|7Gs6bOQ49QRHV~X`ILyXoXvsD+9GJrX;Pa!Hq0@UmEePcUcYE&u~Y31VwA{8CiKn8%Tqy%4YQ1lwvco;+iymhnZi3&DKAQFJPvF2_uZi~Zt z-7R*ET@D{2a4leaAdb`qaSaH!q=C4cH*Fw81R!YF3lX^pey(oNaRJ=sjujh35&#BZ zpN`GWj8*{LY=bQ#2@u|-6gR*f#d#o-05IUVq7N|lv1EX`>Wi~Q&OpIK_2<0-wu>Sw m0phIqhoKe1r!Pe*;rIr=W|oFbz<c>I^10iQn~-~?%o~u|J}P6$Qt~yB!C2v0ILPy z`+jjf9Fno;x>erwJQ6Pk18^KiX$8QtEMjhS42Y8$l79bd(KJaO*KuDMhRhJcPjFcj zaHS|Dj=EjZW7q)jRzVQJ&3H`a2Zue_DNWDIF-DwcX-d{`Un%A)a97|p%Rtk0Qu0wb z$4K)cTIwsP-&|Bo0H5V7zUS}nZlQN{+{oFs4XrdG9;%yW1LEZLY@q@?=3D@EJx`~w zscBUOa4srl0DAj8e*;zBAWdiP?N`l*dAcu+qThc4G$nCeh4f{<2)MNk`Fjq$;(7u! zr)H>KqXV-zX{_@?aQ6V3qR^O{*K@pL28bq4O8MpmZ8*Fwtw6mAabGI{KOH`Ke1K)O jTK@wQKmtgBe+lpb(A12G5W=UL00000NkvXXu0mjf^=7!v literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/detectivealt.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/detectivealt.rsi/meta.json new file mode 100644 index 0000000000..c34c5240b1 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/detectivealt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from DesertRose https://github.com/DesertRose2/desertrose/commit/704aa5e9e3b86d6e1dbf64a29ba976f7ef53a4ab", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..38a8d26bc9711d2c0875b56d07c2b3b117d14a3f GIT binary patch literal 1651 zcmV-(28{WMP)!Li6;&5?O0>n2Q-@vflGwZR8 zYm8^@bsE`6LhG5`opa`V-wfby^wi>L8$d0NwgJ@QXd6H+j?yI6por;o946 zVC}8vd-U7=fKJU=LI(Io&oSbDyOD0)n=KMvzceA$E2I`+;(XGNpJkZ=Pm%}py46tB zHXm3J;;-2NPT=r#Qaqj_x7#hPuCD6bZV&6fcGb(CGg|Y~FL#3tH{rr%uk^|LKKA+c z4?!~MJ189AW$n0bU)E)z*h-e^6fvPD1FpX_Aw9Qsu+QCz10tQ7Ji}pV5a1WdlG-$cFg1i=xW zS!NvI#pIy_lZURKAN|eVfnFIknNaf*$jfPu=*}h9SsR%Um#+|oWid6zQi8sRKr&LA z8i($}%?<-|2R}NU^l6!E!vX@QrcK|m>7UmM^t!v##rx(;=2%l_v-=P=f(n9f=QD1ny4~y z@7O7(gD;KJXXWTqEi1h06XofHi1UpGq)0*U+kHd@V%!I6-GProIX@!Ic6?GcWAH-< z*OV{ti~JfE4iVNG+=tsHy`dwE}CPgN* zr7nIU13=8K1#*C20hh}~TB5VFlOmDGk^E{<*Ea2Ry-Lx@HoYh`f?vo0o@M}?zd!Sh z?hW5%iKk#TnudBC}p!%mB2t1~|Y46Oi`1asphrG{o+$b@Wj9=`*46gbax1 zBuYm&h?a>qOR5ma2$ZMz($Es%02esZ;T-Ejb?BtSPD`@3-JIB}7TyDpYRG`i2Z{lx zz+OD9L}0ogNJ}8<7f+vJpYOz%iUn9`3O(A9+hQ7om%xz8sT3no7T;0&dFrEHI0FL98;9CwoPD%J8|**=)}_|q`wh+>fO|2yU0ezQSqFk7 z0wDu7QW@IM8^~lbQZBbki9~{Meg{Gj73|Clq%FV!u93k$3LWgwlg%jEY__7NOny&j zJmCxo2LCu@vD4KhrS;mc{cZL*C9{g=0GLDb|iFmeRUxJi=!QVit@aN;| zb%;tDt3k+sP$=}D1@_9YzxY`xQfT|PK!?L~r~p!44zHxK8ibbsijlaMS79*uW)w-l z0S%mgeDWiS^Yi;6*2;`{I1E|d6TtKC&kygMY-~0GeiJukVn$(o(gbm;kz{!mN z6Vzs4UEc>Z>s&x3l%5sfS)c}We<9M0a{-l5?W}+ZRPO=R+RZ>IC(A_nM-5bGz>7Q^ xREb}05L6k^%pLzIH0oDw`%6)3akRVv{{ls0B<$I+_J;rf002ovPDHLkV1o7Q7Zv~j literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1692b15326b60dbdc8fb419374313cc7d1a8817b GIT binary patch literal 643 zcmV-}0(||6P)L{0aW&dy)ow*Wq3agrO$fTI4t5$&yohY< z-}B%>5D&70r|Hy#2wk1Z@Z^tnP(^XFC8bMSx3QS-(?(0dE?JEtBt5kK*%J z3&j@|)T{x_T$yx(PU27i7N5Ui;Lfu*66dEzrBEWRA?HD)Js8Fxw|8YfJEDTHGYAF| zSb}|T?Ch>stw_vC*q&!$%Ca~$A^H2uACQHLdcbpg0&tY<`1XT>#MN3uJPTSIO{9j~ z9k-uCJVb&91 zx0b*r_B@bQOucz9jiY9_l!7u?k{$T@E`j)dUjW_XW5-Y4eUkO!^$D!M{sQCDIiTG= z_i0Oy3V-%z*lE{e`=CT`tZ`vqr543INs#XF7z zr(Vaa(iW2EFG3p}gr;e-S1OgF17KnCUh(gZ*4p>9OeTY{*4Mw`NahT-x4!jrL^uF{ z%rthsx_no;V9vR|1kGkMS^!^y-|Zb`8b_9Z&O7QyZoznfSPyb-mk5M`U2_; dAPS2CegFiz>6+oXR>A-P002ovPDHLkV1hXOF!ule literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/meta.json new file mode 100644 index 0000000000..eca18aa7c1 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/fudd.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from Civ13 at https://github.com/Civ13/Civ13/blob/d5cca4c4d7a649176c5f0b26d02dfccaaf5649f4/icons/mob/uniform.dmi, https://github.com/Civ13/Civ13/blob/d5cca4c4d7a649176c5f0b26d02dfccaaf5649f4/icons/obj/clothing/uniforms.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/lumberjack.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/lumberjack.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..bc6d6d98bfcb0ecd4a78cdd16142a01b7c99cac9 GIT binary patch literal 1785 zcmV8aRT%$`cC;I7JGL$$frA?+{g&b_DS^!vWw`OdlLp6}D6z)>Us1&$&CC~y=BK!Kx3016yM z0z?|OcRVXoxlbR!p}xKnUjLcZDxZp0uTsLT|~;(B-?#AJe+kBUfZ})?n}rI zO7pldFb4m8yrla`;yY^h{m4kh@-re}{}Y?#uIklTzhwuuZ0o@MH(%qd!;V**>hZ(4 z1AFTm@X8x+;>PuUY`<|8dgBWD#J{()M#BE~P4e3ftMQgiV)y3KQtWPM#JPzHR-T`* z!I@}#U{eiB%XIRI!P^|S4w^NJ_XJ$FHB2hTK`lz!PjYncUO zQVeZXYtWOBZ>em!uU#bQXC<}6j0??5zf6#pfIZEP@_4|DA)hj;3JEARu@NAq$!NxY z!gyZa>vm%{5@!9idcmHi26@ak3)@^sk*_$p!ICsqr%VHVsS!~rj0H(b_POkI!jq6s z{V$B$)5=dvK(*cg>*@+-JS}W3t(|NYKKA7i96ow7+3ur*2XW}buh=!UqlJ+A^|<`d zf-2ogJXvjK@@Zk?^11QMfJDhjpmwwnvVK$EWo4u#z@^Nk9#_0f1vj2X!ccBnL`J%P zqHsqd=vIuNl0%9HmH*{Q!wF=3y#B%c9)z?6T(sZsJ|xHh6EmI(RsM*CR0Wpmrv?`t zjwOGG%UyJzLBFLSv=LhHJKI;lVqc>!N{=o9cwu>s)qY9K^_L3s>u9l$y`%*{cNsUwjJCypMZad>~l8 zij_yz+aR$`&wK`jc-jLzh?s1{P+q}|T_}k^VTc5sY-IJpkoZ$a)9di?&1=bLbH2c) zT{)PsTs|4kr=utysq=v36uf7>;p>u`DJVn$ZFwWXrG?P6;O_&E5`;YT%LRyF z=MvjnCST>QTZjOfbD7lT3b~N~NUZ_6K#>3xIEnUs1&$&CC~y=BK!Kx3016zc z2*_7HKqlZh16zDHh=j#CgbARiYp-(>JB>#4=**xaskJkA(70-qDh1SlLSGYebC{}H z&&~**Tkv5j8p${!oC+ZVc$}U>)w}AdVcKeC`2s&4KFs3s?np!yiOQ(K^Y!&I$@+XS zf_L6Oz;Y6-1AX}I?lkr(x&dM&2oW&p3F4F#gCiKm**i11?26|L)Jahmmk&jw$Tb3z zq!{nO^t^;mzlaB9rzAgS!(pbwaun++?1_K*;GQO>{5;s@Wv*W1Qb**SKhA}dy zEf|^!DiYZt$HPV-5teU@IWXjbqFWVwcDK;)2@yciR&q6GD2!+<2E&HOVL?1E;J9){ z85?lqE;L4%Ok{=doCG=z9UI0dy2f3LN|R2+I%1$Kfb9 zd|#Ipzg)h{>b6!@DIVZabgPLcQV2lU11JN7O7eg}EFPPq`~Y@duPq-UV~{LvJjDkG zJTr@Q6M+x`W9C|1TyzRMg00(k%W9)CYQY1c6dxS;=hu>fl%9Z$WS42+WT`3REmfG915T!*Vy&XjQ7M8k8!ks%UJ^PcYW6%tPe(t+!v zW)OrufRn&eRS4mEZ{9;>?Hv}G4*)%hC_P4v4w}{gz8XJ_sBmheT8k%YB7g*|&CSUc zv`$0S1n>lrNF1X189 bcmnF9FCq5ES+J;f*{oS3s2NDtn_z;WP zIo5_FBdDMJMe=2zovj{usI9f*+HsNl)=MQ}2w{MuvnG3W74P4MFgiAcwS@%^L76_z zPT|k*0@BBApM-<}DADArL42+o$o@J+`o~X<`~7(L`~|lE)v)sE3)Engd&$SdtJ5`r zhGp?Y@P(lC2BBQ2sGL->&F)ni4JeTT9)}L@BfqGG0Q_Drf7>lq0h0Qx9~x^9*utaa zG83G zW;^+{XiRa(2MI|ZM5e`7d3&Mv_mymv$&rMkXtS;I=Ni0}QAqtJq!=^oK1TBJ>1P?{%p@-UwLfnJ5R7i@V^$$kZh+5aWu2`n? zd+wWz+wHn<+?f_;elX12H#6_|eZTj;_jcxeb}~6E0m$UA1R#^c5`at&O8_!CECEDr z4u`{1Nl6JS2ZKQyuOA*BmT*2eIG~=M9vkTd@bhv_O^s3?i^Y_(D1XiZfV{1(jg@O_ zYw1les2Fp%tBY2am-$ag4-wS-larHYoJOYv0s&3@ISByr`wt$Rse2?zG+?u_Gw}YE zE9{)QFRvn`^Fwd|qH|sjQT}rU;N&2in3!M$$H}B}otFz84*K@V6GAWLQv}}gJi^i) zR)gP@ij>~`LhbJxVXp~ z?C$P9*YSKjmrFZduQ%hpsOJ$N!k<-up`jt0`pm)Sfj~-S)e@NXIZ!-lC%}K? zJT`OfsWDPAr7LITV>uF~a8mnpilLwY3*h%u zdz9b%`}vVE*LN@uY_{z!(+3j|!sHk8OAqvd`EG#V0)YO!% zwY639csyhj5NQbe&CN}P-|cp5jzH^s0GS-Z0$|+ZNUtj>C?F${Z+>9`PM5l~*xTD< zhY`p(zmNc!baJWF3wrQda{!qfmH=dOSOSpAVF^Gcha~`+9F_oNa%d8uudh$S+t)?E z`{xVT04Xmor@_HNVS9uHfb+4z_!G2-g#YU=Orw>=_~28aw1gmcNf($>}%tAkCj zO;iLS0pKu*z8@V`>O%MKK>%z*61iNuivZ`ph{wqm4m0N?PoFB+?%uh>Y!r!1ApsC( zUq61#%D=vRNh2d8)Ya9+K2`Vj_EHrY18{Y8bWm||G3x->;JbE>b<9@}9}2Z4JOmH{ zH69O*kB_sjvmgfklzZjH&=47cPjB6#kD8iT88*Nc*a6!_Aud2H#smP=i3m3W0eV5k z;KsXrAWF|45QVS+2z$TZuWUkKDDWsS8sG+C3lb-y(I^|HBG9x9B0~dYV`F2~+1bhJ zetY$bi~_hmXlS70<6~xn+9pv53BdQ>yk4&|%gO?r7JUtmBsL{ESNTztH%ask*1 zAi6&&908e@7(OpxyG(C@qe&iunZ`S8!;&o0o{#{CKac*S?w2n=V|(=~Llc^+0Og@Q3f?wAa;Am`Y zl)zbEU(aknM?j1v*?CbLgy#SdIGs)jSy>>TpPx6(d9@7?0o)J)ISO-gbDC_hUWdu# zumsThAQGc+{MUdDj#R?77HAd#lMaWG6QG*2rKLsM*w`Q(TA@jR>FMeJ#iy`**kR29 bWODost1ZPbk#Xmw00000NkvXXu0mjfa|M$w literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..524e4e13a2995b298673c9f47aecf35148dc985f GIT binary patch literal 486 zcmV@P)?K=5Ogt(7sC z1_)Dg0f=|7*J@423k49Sxm+%gxo?2y>kC}nUSexKhU4}tdJnrumF{s?-o(rMC*Hgk zD!^U5ghIZ6cCUwWc?bK4nin^4S6%CzuK(&{XTD@1JI+B$%O_G chL#TS1z#bfqN>^U0RR9107*qoM6N<$g63Dx0{{R3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/meta.json new file mode 100644 index 0000000000..c34c5240b1 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/manager.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Taken from DesertRose https://github.com/DesertRose2/desertrose/commit/704aa5e9e3b86d6e1dbf64a29ba976f7ef53a4ab", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv2.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv2.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..85452d6444400b76264a3414abf943a7c2be08ef GIT binary patch literal 888 zcmV-;1Bd*HP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0}V+;K~#8N?V7QR z6G0TlM@s_%0}2-e2}xt2oe_nU>BKfEEYha;Pe^H>HiboMu}c|HE~e7LCK82^gFA>2 zh;8H>_j&L3HoN;KJITqu9~^IIc6Pt_-p;-pJ7W|@Q4~c{l$>%au&L;DI$PMmU~uia zZntaC_4|F%JtdI-a=El^PPJOKR;r(RFvJ^;hCLpS$5)cT&rPROFG&dNhuP&@5~&7~ z_`ht^7mh0 zSAC~ffW){x6qIZPk7U52O-Yd=P5^`u^zY5eT%7-~7HwAtT!_+lWv?Rm^~*)DY z=>NCB0$HI62yAWmB50FAn&?eUcX9OkROw%z~^mb6*5SQ!lvI6;>1s;*b3=DjSL74G){)!Z!hCojj$B+p3WC_;A2_ijAK@Lt%hw25|iUJ+d z(w>1Booqegw8dxSikF zrutitqn8)g8;z2ktlVM(sb&WS4y0LfG#r_bIm5z3)`Q1(N&(}d#SAR(?(AevO=NF* zvXQZgkAYS7MEDIJet!P;O#%!{_?FDOp`qX<$m8PT@+Uknu#w%|sKK)6XqTwUOwS;Z z3rrK9GDI}BFqYV9CLC~XSn|VYy7-^xr>JG} zZTRx@{Moa|4;)uN_2K2^Y@T1Qulw_;_vbI{Wp5U1)rY~PtvnR|FatKt~Q}a^7^I$LUggI;pc5d5Z!q0QXylY<6c*Vqk i%k7|s#LI?8MuvpmxeZ)_xi^6!&fw|l=d#Wzp$Py`lBRPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D12#!SK~#8N?V7)f z6G0TmM=OJPkO)?R5R%5qN)D8isYL4(7WpIm6H?lzO<|E*u}T>f4%1lK1VSLD5X`}e zkZ$$6J1@T5%l>$?nT?wFfn$DTcE4}lyq#P2jZqXuQ4~c{PLx}=%tgQ74{X(pMx))e z=&w{NVSP9pitZ@^I_ve?wr6qzsYN#Z5|7zf>;)}(?G@H%cWYgLbBeEcU0{4#-|2?mM<{&BI1DH5VIBe0k8v2!AB`fU>2qB5GaayR!yzD) zMA~%{((aSw43Jk}v`O`Py?|C7;Rge#1bn4@;6q=u3C2l_0N>E0sdPo;t@B1Tc=+IM zSpV|vr+NM6t$FqGh2eb{%S&$&K>E;0Dy90O!Oxzb2WR*0n`-UMTyCyzlvh8#oA>W7 zyg7jDgXMBz8ja{bfvdjLBS2!jEDLfrCJ$$zM4Oxu$T%tkj0E8Z`00*m4Rs>MgabOee2@(oN0ME{r9RXasln8)0c3Aow3p!mVUO#;wj^OZv z8i3m)wL@(1lc$e@YVA&#n+N=`g3rSd92}J32O|Kb%%vG)@go2M2=SbJnUe?5;;As# z$%BLL0skWE09&3c>Hu4cp^fmEd3k8l2B;{C1IGLUX)SM8SJxD!00000NkvXXu0mjf D8!D+b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..eb369eed90507f45a8e8633c7459516b2aa50e84 GIT binary patch literal 447 zcmV;w0YLtVP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0aQsuK~z{r?UXS~ z!%z^%PbY&|sDf(LtSh)b}70zgBTP=QCp4y@(}Ce>SAR9IxNWe zzTbF1w7;9MvH-LauUd5ZvNPnHj=*?XKp2J$ipLBh5OIMc{q@Rt|M0BSp`RsgD4fYObxIduD`}CKc ze!S8B-S}?`fVk^=q*OT*`2)$NXJVMDHDds8TPrU5B-n@bTeE)b2%ycYt54 pi=Uhx*Z=z%gLDTh7R#nX^bJO4u*pRSO{o9?002ovPDHLkV1l)c#A*Nl literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/meta.json new file mode 100644 index 0000000000..6424b6b36a --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerv3.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "made by PatoGrone for N14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteran.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteran.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..65477dc3cb3a7444c87c002c89b933324ba5ea34 GIT binary patch literal 1495 zcmV;|1t|K7P)0$`xs&5bnb575WYJ;C1nq2C6p zw)@6CBvT0RSCyAjMTw0%8*6CL6G+&X9&TgvOH0E1SqlL2?L{^|cqmSaeX`ljv~7GY zD;rdP3?6(KwALaMA}iwjSqT7jpKW#}DGp1zwrZ7GV&{Gv&6@}t@ek&KKcfIpG_n$1 zr#S4@n?Zh!-jD0^l?mziH?ku983oX{+=YnCXRyImHb4YX5GRZ=1MKRS^#s*&d$|)WP;we?)035z)>hC=v z)TfXDAhVa1@&7M=b}-?0bRVKec0Wk9(I}mL^EHwM@GK}6TmvWHh{e%I)OF-EUApqS zp+1EKIRDYxiT^te^in`kyry;s)z{o@H~>*#@Zf?ND$e!1YPdh)C4c~?0yBK@U-X`^ zy?*q4rVXqRP?w>~zwg-RJTt*BbqW0W-AM}f#nxdM8_yS9uq(a{rDgzt!Hf9wjYu>q%PT1W&T0erU>X^{D8Y9XdN;I6jwKp@K8iv0J4-~iX^ z+JD@L1u?~&VV+TOHtduB{KjvxV$FRpKt~Y zd8fHuU5gQIg$%grn@PkZJp=TQI(#SC%nZ){z)R+*--=%)?|cA&@*L0q3_1NA zMwxtS6U*fJfFS{JP5|e1wC(>Z3<-dZ2uEXlSmow0ZH7Zlr`&rWXdjnz4;um1MV*#5uXHh`Je-c z;@07DHoqY$Zu2-NG6A6NIRxSz5HWaI5*L&Kj;>C5G{#4WI!uzy}0j*hGki9a|*P_(UPp)v?kBU5oPt3nrD zxT?_7(w1S$z|1VBolQ5Lc9AIzrO?H6WjAA?i$Yf}#8wmvp{QN>69+^?CH}`4f5`ay zzH451eK9}h#hX~(`!?sj<9qiz_q*rZ#GG467KbeWSsb{ z{53T-grPT_xQW4Y|!{IdGKM< zdW%drIXPkT7bF1G#megyhXsr)0jsW(GCe(gX(D9f&t^INc?E!?P}Zn8Y$Os9&lvq? zR>BN_Hp}79D}b@)nwy(Nx*Ib<@7IF33}mbMe6~>joC5g$eg)(^J3E984uh_&tO$$y zt*tF_ZS-R^@_M~RX93%O$`kVDaMsHX28V6gab9(+S*!l z7GU+Yalk(?Frc)xwPoeUBH%d=e@+3Q}01{W!YkF91(>|=)r#}$_nwM45RX%h18{BpLzBVB ztT9;vfb5lP*Ti+``#WjB>(*Vm(cMK&>L&I4;}1v{z_YJfaQ*S*qw_e%iEiG1Mt{xC zn;MfPz;EAtn!XO)4pLNAys_yz`5Nm@2fzg;4=#wI;pZ>kH$5J^1Q0+Zx+Nz6WAL%# z!v|j|`oKy7tqe8(w;%o>G86n#OCbEq6N-PE})=L1^+)P5m8SwQVy#2?)-Hy%p> zY&wPbWI+bM{i`rp9JT;tao7To#bFCT7KbeWSsbh7C+}xzSy*&{Cy2KD+I}|8X6h|H)26d@FPYJSOV16)(W-JmeR;! z(UO867JWLI0AH>cj+sA=u>?TZ7iyzNSXEUed`Lsw!;fp(07tGE5F-cd3_uqcYG1_+ zfR&yB;c!@3)F5ybGGJ|OEgh5e3^0Dw;X6S&Gr;&g-jKo9Pz z6qW$qL^#8DwmMC>nw=Ecc|m8%B*|TWqU*_3YTSv?4NnDyRx{bWM`7ZCB|xt_(ZKDX z^7VtyMB05G{7%970MRmk_DSj~xu-g4zP?$GlRG)eRwY3;0nHgTX&)MtrS1?R1~h8* zonkXF6!q^g+T@Wkw#hF8rUbw_0qwAocK?5cDFLt%;b_dsuaDCA+`jx(K~W`ujnGxX z*0>Qk5P^j#2BrmwmT}^G6dQ*r0ZO^!%Z|bRQIsr>e*s%%ZsWq{Rb2o8002ovPDHLk FV1ffZsZIa@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranblack.rsi/icon.png b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranblack.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a74305892b608556e0b268679b99a48d05fab3e5 GIT binary patch literal 446 zcmV;v0YUzWP)235NEZDd&C;#; zAWo&9LtUhlhToT00Hp70H)I^ zNsN8Z5JeHFstP3t3Byp*b)8_2!dMgq z@qM2gf*T;qvT8VPN`=EQVm*%Is+OiHv=J8o4l)d*dPe|uW9kU4*S*S}&H(Z}uLe=E zPOy&9GkBg?TmZ5xe{Fr}0F7*&h3W*Lwv*8Om;*r&u;;r2pqJXVP3SjAHATm9`uPn} zO`A74(F=fOSwxcd%YElS`H(g)a09Hp$109b2e5s4hMTh!fVUNl%J5O<~h$uL#=q%|&^WYZh`Vomq+O0{}Hf_=-X%~CV z@1!TYx%s;1=H9e$?+?O1=OpL+{^xi8=iHC~X(f}x5`at&O8_!CECI;mumm8JLz4jK zhg{OceArg4Y&2ea)GaxW*eSM^A#Q)V6Vk*lBmf3_e$Y*Gu{eG5^3&3LKi;&#^72F= zL`Dh${%*USI@)YB?(QLPC|YQX9*R@mK0D}=;R(mUe(ssw<#FAO?M6o(~6ncMsk0rx(>vKR#bIae zC)t0L_4vPDkx+}jnib)%D}Zv%4Lf^SxU&ezqf$M}sRt72fof~Mo>j|VQ-JY-J_+QD z$u#{Oh%seTO9hK^cs<34l=aw*`a2yBM*-R^`PEnv{+a^xb{?fCdb`;mv8FDMdL+#B zTydsLBLnqc_-1Wbv%Fm+!0gNU(eG%VQ^p@J;rHbyf&Wh}e@y|Pwte*MEok3Z(5h3Fy~1@wRW?^uZ+N-SLW3iT=cFf=yeW;VN>qm5LCx;pICez=up z{kLdkd5tbS)i3?<=c4Yn!sr+MW2WJQl7HGC($ue}r$J60zPC!Q-V^y6JH7GxMf&pE z_hdA{gTaEA^ZVylnJ8LB5E1~hj1R|DV9WOArE!Ui;2AkXSFd{wc^X7ifeYgE!Gr7U z;1P-YrUgO*V1Oe-eZ|?I3W%*YBLJTu2$q6>eo5G;h9ck~px~4C_QDZR2zM%r07OMI zpya9LlNtzbf*?^-XB7127ZRY-24~c!*DQYPtuUD!mH=dOSOSpAVF^Gcha~`+9F_oN za%d9Z%5!HWS63@dhL8!GYudw5C0rgImY#I?P}Lch??Z5j z6zNYm0+cui5m3*^S`ZQ-m?+<2e+veged`@Nz1`nJW0%NKeD-OkcqZYWggPHy3Q542M!Cq7Z6+4|AQevSf}jdioT5BW=hR3DfC>%TTBWr=at(RMR6OlSI`62L zj!Eul1`toaNQJm)O*1D59(kUh7nKk|X<>oX9qF3`P&$x46VnzTV<)3EpLs3^HZQK_ z=d}aim(CCLGCuRK4j>b!w)XP#8j^B#p38~608sZ51adpTW9ngQTo49WaJjPUL!TFO zGbL!TJfgw(hUr-^%#{T=JGnvPg+Yyk0dB)d!{kU;_V#V(=WqRez|QV5+HEFm?ECWf zA0XMS=`T%jkr5A}C`{Gmcuu_H(tVCl;0Z%L7N!P5H2^Q{_JpPVtv`&$x++YJ4`XS0 zUF~(^0Azosy-ATaHH>s6RdjKx#{-->RL#>1Xs9R*dhO)iF1sVs>YYreU lDw@|EARp2Jbbvnx_y7R}3>-M>mIC literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranred.rsi/meta.json b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranred.rsi/meta.json new file mode 100644 index 0000000000..2415346db5 --- /dev/null +++ b/Resources/Textures/_Nuclear14/Clothing/Uniforms/FalloutSuits/rangerveteranred.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "taken from BigIron github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} \ No newline at end of file From e8a01bffea8aff0c16b3fd79ff02fdbd930812d9 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Mon, 13 Jan 2025 16:25:24 +0000 Subject: [PATCH 031/215] Automatic Changelog Update (#1526) --- Resources/Changelog/Changelog.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index bdf09d1010..5be64c1d89 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9796,3 +9796,18 @@ Entries: id: 6685 time: '2025-01-13T05:56:48.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1521 +- author: Skubman + changes: + - type: Add + message: >- + The Fashion Update is here. Almost two hundred brand-new clothes have + been added to Loadouts, like colorable suits, dresses, coats, blazers, + boots, necklaces, hats, glasses (including new Security glasses), belts, + a purse and more! + - type: Add + message: >- + Pets in the loadouts are now colorable. Go wild with pink mothroaches, + blue mice, green cockroaches and more! + id: 6686 + time: '2025-01-13T16:24:56.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1526 From 3a09bb2690f56a0cbed3360358573f55dbd7aadc Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 13 Jan 2025 13:20:20 -0500 Subject: [PATCH 032/215] Maybe Fix Antag Related Crash (#1523) # Description I'm trying to fix a crash caused by character profiles saving the same antag preference twice. I have no clue why or how it's happening, but this should probably prevent it from happening by making the profile sanitizer remove duplicate keys before saving them to the database. The relevant crash log: [goobcrash.txt](https://github.com/user-attachments/files/18391763/goobcrash.txt) # Changelog :cl: - fix: Attempted to fix a crash related to antag preferences saving multiple times. Co-authored-by: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> --- Content.Shared/Preferences/HumanoidCharacterProfile.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index de009eb20c..7b7cd5d122 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -478,14 +478,17 @@ public void EnsureValid(ICommonSession session, IDependencyCollection collection var antags = AntagPreferences .Where(id => prototypeManager.TryIndex(id, out var antag) && antag.SetPreference) + .Distinct() .ToList(); var traits = TraitPreferences .Where(prototypeManager.HasIndex) + .Distinct() .ToList(); var loadouts = LoadoutPreferences .Where(l => prototypeManager.HasIndex(l.LoadoutName)) + .Distinct() .ToList(); Name = name; From 0d1bad0a66cb38a1e8496661685afc1b9aeb5e61 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Mon, 13 Jan 2025 18:20:45 +0000 Subject: [PATCH 033/215] Automatic Changelog Update (#1523) --- Resources/Changelog/Changelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5be64c1d89..b6862905c9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9811,3 +9811,12 @@ Entries: id: 6686 time: '2025-01-13T16:24:56.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1526 +- author: VMSolidus + changes: + - type: Fix + message: >- + Attempted to fix a crash related to antag preferences saving multiple + times. + id: 6687 + time: '2025-01-13T18:20:20.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1523 From bc0708ab3f602f5f348f2e0a0585effac9f5c3e8 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:20:48 +0000 Subject: [PATCH 034/215] AddTraitSpecial (#1528) Adds a way to specify traits in the jobs special area. Hashset so you can specify multiple traits. Tested on Nuclear14 to give the tribals a specific language in a friendly way. ``` special: - !type:AddTraitSpecial traits: [ LanguageTribal, LanguageChinese ] ``` --- Content.Server/Jobs/AddTraitSpecial.cs | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Content.Server/Jobs/AddTraitSpecial.cs diff --git a/Content.Server/Jobs/AddTraitSpecial.cs b/Content.Server/Jobs/AddTraitSpecial.cs new file mode 100644 index 0000000000..1bbc531705 --- /dev/null +++ b/Content.Server/Jobs/AddTraitSpecial.cs @@ -0,0 +1,30 @@ +using Content.Server.Traits; +using Content.Shared.Roles; +using Content.Shared.Traits; +using JetBrains.Annotations; +using Robust.Shared.Prototypes; + +namespace Content.Server.Jobs; + + +[UsedImplicitly] +public sealed partial class AddTraitSpecial : JobSpecial +{ + // Datafield for storing multiple trait prototype IDs as strings + [DataField(required: true)] + public HashSet Traits { get; private set; } = new(); + + public override void AfterEquip(EntityUid mob) + { + // Resolve the necessary systems + var entityManager = IoCManager.Resolve(); + var prototypeManager = IoCManager.Resolve(); + var traitSystem = entityManager.System(); + + // Iterate through each trait and add it to the entity + foreach (var traitId in Traits) + if (prototypeManager.TryIndex(traitId, out var traitPrototype)) + + traitSystem.AddTrait(mob, traitPrototype); + } +} From 77690023bcd455f6ad45739119d971d496facd7f Mon Sep 17 00:00:00 2001 From: John Willis <143434770+CerberusWolfie@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:28:35 -0500 Subject: [PATCH 035/215] Fix NTR Stamp Icon On Paper & Fix Job IDs (#1534) # Description This fixes the Job IDs that show in the time transfer panel because the users that added them did not add the FTL for them to be named in game. --- # Media Images are broken up by their respective showings.

Job Icon Images

![image](https://github.com/user-attachments/assets/f7356d10-5a82-4cc1-9589-3a6099920c5b) ![image](https://github.com/user-attachments/assets/0a7423e0-a1b9-429a-85b5-0049c6891e0e) ![image](https://github.com/user-attachments/assets/8333ad4f-475a-4344-81b7-184fbffc47d8)

Nanotrasen Representative Stamp

![image](https://github.com/user-attachments/assets/9a7b9693-d9bd-4d06-b6df-fa0aa3787096)

--- # Changelog :cl: - fix: Fixed the NTR Stamp Texture on Paper - fix: Fixed name of Senior Officer, CBURN, and Deathsquad. --- Resources/Locale/en-US/job/job-names.ftl | 3 +++ .../Objects/Misc/bureaucracy.rsi/meta.json | 3 +++ .../Misc/bureaucracy.rsi/paper_stamp-nanorep.png | Bin 0 -> 159 bytes 3 files changed, 6 insertions(+) create mode 100644 Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-nanorep.png diff --git a/Resources/Locale/en-US/job/job-names.ftl b/Resources/Locale/en-US/job/job-names.ftl index 19c63f5803..600369f596 100644 --- a/Resources/Locale/en-US/job/job-names.ftl +++ b/Resources/Locale/en-US/job/job-names.ftl @@ -8,6 +8,7 @@ job-name-borg = Cyborg job-name-senior-researcher = Mystic job-name-senior-engineer = Senior Engineer job-name-senior-physician = Senior Physician +job-name-senior-officer = Senior Officer job-name-scientist = Acolyte job-name-research-assistant = Noviciate job-name-rd = Mystagogue @@ -43,6 +44,8 @@ job-name-qm = Logistics Officer job-name-cargotech = Cargo Technician job-name-chef = Chef job-name-clown = Clown +job-name-cburn = CBURN Agent +job-name-deathsquad = Deathsquad Agent job-name-ertleader = ERT Leader job-name-ertchaplain = ERT Chaplain job-name-ertengineer = ERT Engineer diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index dc7906e859..8807254a3d 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -236,6 +236,9 @@ { "name": "paper_stamp-qm" }, + { + "name": "paper_stamp-nanorep" + }, { "name": "paper_stamp-rd" }, diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-nanorep.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-nanorep.png new file mode 100644 index 0000000000000000000000000000000000000000..17e14730deae5f26a2f014a5dd97bda25d83064b GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}k)AG&ArY-_ zFFEoaP!Mpr=pW4cLgAo;YlxcCg=WsGOx_Jkmj8b@d#0zDisvQ1@227Y{jv{tUU@2% zZZhZE<%XHwsRx#P{o>zP{!@IHkes$a%s&4IjH;eY6%2;o Date: Tue, 14 Jan 2025 01:29:02 +0000 Subject: [PATCH 036/215] Automatic Changelog Update (#1534) --- Resources/Changelog/Changelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b6862905c9..7f564b2f22 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -9820,3 +9820,12 @@ Entries: id: 6687 time: '2025-01-13T18:20:20.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1523 +- author: CerberusWolfie + changes: + - type: Fix + message: Fixed the NTR Stamp Texture on Paper + - type: Fix + message: Fixed name of Senior Officer, CBURN, and Deathsquad. + id: 6688 + time: '2025-01-14T01:28:35.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1534 From 3e8a7d9b00e19e160321eb81d69a884189dfa4e6 Mon Sep 17 00:00:00 2001 From: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:08:49 -0400 Subject: [PATCH 037/215] Station AI Features and Fixes (Also General Fixes) (#1525) # Description Check the changelog for the full list. --- # Changelog :cl: - add: Added Holopads (unmapped) - add: Intellicards are now useful for removing/adding a Station AI's brain. - add: Added the Communications Console to Station AI actions. - add: AI now has a warp point. - add: Added more things for the AI to press. - add: More AI laws have been added. - fix: Fixed the mail system - fix: Fixed AI actions - fix: Fixed invalid spawns for station AI breaking and ruining your ability to play it. - fix: The Station AI's name will now properly send in "arrived to the station" announcements. - fix: Changed the CPR sound to simply not loop until fixed. - fix: Fixed unlocalized messages being sent for the random sentience event. --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Co-authored-by: Zachary Higgs Co-authored-by: MendaxxDev <153332064+MendaxxDev@users.noreply.github.com> Co-authored-by: chromiumboy <50505512+chromiumboy@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Client/Chat/UI/SpeechBubble.cs | 14 +- .../DeltaV/Hologram/HologramSystem.cs | 2 +- .../Holopad/HolopadBoundUserInterface.cs | 101 ++ Content.Client/Holopad/HolopadSystem.cs | 172 +++ Content.Client/Holopad/HolopadWindow.xaml | 107 ++ Content.Client/Holopad/HolopadWindow.xaml.cs | 338 +++++ Content.Client/Stylesheets/StyleNano.cs | 15 + Content.Client/Telephone/TelephoneSystem.cs | 8 + .../Storage/Controls/StorageContainer.cs | 3 + .../Tests/PostMapInitTest.cs | 14 +- Content.Server/Chat/Systems/ChatSystem.cs | 4 +- .../Clothing/Systems/LoadoutSystem.cs | 5 +- .../GameTicking/GameTicker.Spawning.cs | 1 + Content.Server/Holopad/HolopadSystem.cs | 786 ++++++++++++ Content.Server/Mail/MailCommands.cs | 51 +- Content.Server/Mail/Systems/MailSystem.cs | 1141 +++++++++-------- Content.Server/Medical/CPR/CPRSystem.cs | 2 +- .../Systems/ShuttleSystem.FasterThanLight.cs | 56 +- .../Silicons/Laws/SiliconLawSystem.cs | 2 + .../Silicons/StationAi/AiVisionWireAction.cs | 4 +- .../Silicons/StationAi/StationAiSystem.cs | 44 + .../Components/EmitSoundOnUIOpenComponent.cs | 12 - Content.Server/Sound/EmitSoundSystem.cs | 6 - .../ContainerSpawnPointSystem.cs | 17 +- .../Events/RandomSentienceRule.cs | 15 +- .../SurveillanceCameraMicrophoneSystem.cs | 4 +- Content.Server/Telephone/TelephoneSystem.cs | 476 +++++++ .../Buckle/SharedBuckleSystem.Buckle.cs | 4 +- Content.Shared/Doors/AirlockWireStatus.cs | 3 +- .../Holopad/HolographicAvatarComponent.cs | 13 + Content.Shared/Holopad/HolopadComponent.cs | 133 ++ .../Holopad/HolopadHologramComponent.cs | 71 + .../Holopad/HolopadUserComponent.cs | 104 ++ Content.Shared/Holopad/SharedHolopadSystem.cs | 43 + .../Components/FTLSmashImmuneComponent.cs | 9 + .../Shuttles/Components/NoFTLComponent.cs | 12 + .../Components/SiliconLawProviderComponent.cs | 9 + .../StationAi/SharedStationAiSystem.Held.cs | 2 +- .../StationAi/SharedStationAiSystem.cs | 99 +- .../StationAi/StationAiCoreComponent.cs | 10 + .../Components/EmitSoundOnUIOpenComponent.cs | 17 + Content.Shared/Sound/SharedEmitSoundSystem.cs | 11 +- Content.Shared/Speech/SpeechComponent.cs | 6 + .../Telephone/SharedTelephoneSystem.cs | 39 + .../Telephone/TelephoneComponent.cs | 219 ++++ .../UserInterface/IntrinsicUIComponent.cs | 12 +- .../UserInterface/IntrinsicUISystem.cs | 27 +- .../Audio/Ambience/Antag/attributions.yml | 4 + .../Antag/silicon_lawboard_antimov.ogg | Bin 0 -> 294307 bytes Resources/Audio/Machines/attributions.yml | 5 + Resources/Audio/Machines/double_ring.ogg | Bin 0 -> 16754 bytes Resources/Audio/Misc/attributions.yml | 5 + Resources/Audio/Misc/cryo_warning.ogg | Bin 0 -> 22347 bytes .../communications-console-component.ftl | 3 +- .../Locale/en-US/deltav/station-laws/laws.ftl | 20 - Resources/Locale/en-US/holopad/holopad.ftl | 151 +++ .../interaction-popup-component.ftl | 22 + Resources/Locale/en-US/station-laws/laws.ftl | 56 + .../Locale/en-US/telephone/telephone.ftl | 8 + Resources/Locale/en-US/wires/wire-names.ftl | 4 + .../Maps/Ruins/DeltaV/biodome_satellite.yml | 1 + Resources/Maps/Ruins/DeltaV/old_ai_sat.yml | 1 + .../DeltaV/DV-atlas-conference-room.yml | 1 + .../Maps/Salvage/DeltaV/DV-atlas-epi.yml | 5 + Resources/Maps/Shuttles/DeltaV/NTES_Box.yml | 1 + Resources/Maps/Shuttles/DeltaV/NTES_Delta.yml | 1 + Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml | 1 + .../Maps/Shuttles/DeltaV/NTES_Propeller.yml | 1 + Resources/Maps/Shuttles/DeltaV/barge.yml | 5 + Resources/Maps/Shuttles/emergency.yml | 1 + Resources/Maps/Shuttles/emergency_meta.yml | 1 + Resources/Prototypes/Actions/station_ai.yml | 68 + .../Catalog/Fills/Lockers/heads.yml | 1 + Resources/Prototypes/DeltaV/shaders.yml | 2 +- Resources/Prototypes/DeltaV/siliconlaws.yml | 115 +- .../Prototypes/Entities/Markers/shuttle.yml | 1 + .../Entities/Mobs/Player/admin_ghost.yml | 26 +- .../Entities/Mobs/Player/observer.yml | 1 + .../Entities/Mobs/Player/silicon.yml | 274 +++- .../Devices/Circuitboards/Machine/holopad.yml | 13 + .../Structures/Doors/Airlocks/highsec.yml | 3 + .../Structures/Doors/Firelocks/firelock.yml | 3 + .../Structures/Doors/Shutter/shutters.yml | 1 + .../Doors/Windoors/base_structurewindoors.yml | 3 + .../Structures/Machines/Computers/arcades.yml | 2 + .../Computers/base_structurecomputers.yml | 5 + .../Machines/Computers/computers.yml | 26 +- .../Structures/Machines/anomaly_equipment.yml | 6 + .../Structures/Machines/gravity_generator.yml | 2 + .../Entities/Structures/Machines/holopad.yml | 177 +++ .../Entities/Structures/Machines/jukebox.yml | 7 + .../Structures/Machines/smartfridge.yml | 1 + .../Structures/Machines/vending_machines.yml | 1 + .../Structures/Piping/Atmospherics/binary.yml | 1 + .../Piping/Atmospherics/portable.yml | 1 + .../Structures/Piping/Atmospherics/unary.yml | 2 + .../Structures/Shuttles/station_anchor.yml | 1 + .../Structures/Wallmounts/air_alarm.yml | 2 +- .../Entities/Structures/Wallmounts/screen.yml | 1 + .../Wallmounts/surveillance_camera.yml | 2 - .../Entities/Structures/Wallmounts/switch.yml | 3 + Resources/Prototypes/Shaders/shaders.yml | 5 + Resources/Prototypes/Wires/layouts.yml | 51 +- Resources/Prototypes/silicon-laws.yml | 356 ++++- Resources/Prototypes/tags.yml | 3 + .../Actions/actions_ai.rsi/job_view.png | Bin 0 -> 508 bytes .../Actions/actions_ai.rsi/meta.json | 3 + .../Misc/job_icons.rsi/StationAi.png | Bin 204 -> 170 bytes .../Interface/Misc/job_icons.rsi/meta.json | 2 +- .../Objects/Devices/ai_card.rsi/base.png | Bin 4432 -> 6812 bytes .../Objects/Devices/ai_card.rsi/empty.png | Bin 4292 -> 6697 bytes .../Objects/Devices/ai_card.rsi/full.png | Bin 5121 -> 7638 bytes Resources/Textures/Shaders/hologram.swsl | 23 + .../Structures/Machines/holopad.rsi/base.png | Bin 0 -> 457 bytes .../Structures/Machines/holopad.rsi/blank.png | Bin 0 -> 83 bytes .../Machines/holopad.rsi/icon_in_call.png | Bin 0 -> 414 bytes .../Machines/holopad.rsi/lights_calling.png | Bin 0 -> 425 bytes .../holopad.rsi/lights_hanging_up.png | Bin 0 -> 432 bytes .../Machines/holopad.rsi/lights_in_call.png | Bin 0 -> 326 bytes .../Machines/holopad.rsi/lights_ringing.png | Bin 0 -> 4429 bytes .../Structures/Machines/holopad.rsi/meta.json | 100 ++ .../Machines/holopad.rsi/panel_open.png | Bin 0 -> 221 bytes .../Machines/holopad.rsi/unpowered.png | Bin 0 -> 441 bytes 123 files changed, 4958 insertions(+), 876 deletions(-) create mode 100644 Content.Client/Holopad/HolopadBoundUserInterface.cs create mode 100644 Content.Client/Holopad/HolopadSystem.cs create mode 100644 Content.Client/Holopad/HolopadWindow.xaml create mode 100644 Content.Client/Holopad/HolopadWindow.xaml.cs create mode 100644 Content.Client/Telephone/TelephoneSystem.cs create mode 100644 Content.Server/Holopad/HolopadSystem.cs delete mode 100644 Content.Server/Sound/Components/EmitSoundOnUIOpenComponent.cs create mode 100644 Content.Server/Telephone/TelephoneSystem.cs create mode 100644 Content.Shared/Holopad/HolographicAvatarComponent.cs create mode 100644 Content.Shared/Holopad/HolopadComponent.cs create mode 100644 Content.Shared/Holopad/HolopadHologramComponent.cs create mode 100644 Content.Shared/Holopad/HolopadUserComponent.cs create mode 100644 Content.Shared/Holopad/SharedHolopadSystem.cs create mode 100644 Content.Shared/Shuttles/Components/FTLSmashImmuneComponent.cs create mode 100644 Content.Shared/Shuttles/Components/NoFTLComponent.cs create mode 100644 Content.Shared/Sound/Components/EmitSoundOnUIOpenComponent.cs create mode 100644 Content.Shared/Telephone/SharedTelephoneSystem.cs create mode 100644 Content.Shared/Telephone/TelephoneComponent.cs rename {Content.Server => Content.Shared}/UserInterface/IntrinsicUIComponent.cs (59%) rename {Content.Server => Content.Shared}/UserInterface/IntrinsicUISystem.cs (65%) create mode 100644 Resources/Audio/Ambience/Antag/silicon_lawboard_antimov.ogg create mode 100644 Resources/Audio/Machines/double_ring.ogg create mode 100644 Resources/Audio/Misc/cryo_warning.ogg create mode 100644 Resources/Locale/en-US/holopad/holopad.ftl create mode 100644 Resources/Locale/en-US/telephone/telephone.ftl create mode 100644 Resources/Prototypes/Actions/station_ai.yml create mode 100644 Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/holopad.yml create mode 100644 Resources/Prototypes/Entities/Structures/Machines/holopad.yml create mode 100644 Resources/Textures/Interface/Actions/actions_ai.rsi/job_view.png create mode 100644 Resources/Textures/Shaders/hologram.swsl create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/base.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/blank.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/icon_in_call.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/lights_calling.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/lights_hanging_up.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/lights_in_call.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/lights_ringing.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/meta.json create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/panel_open.png create mode 100644 Resources/Textures/Structures/Machines/holopad.rsi/unpowered.png diff --git a/Content.Client/Chat/UI/SpeechBubble.cs b/Content.Client/Chat/UI/SpeechBubble.cs index 68c937a788..b0902f7e22 100644 --- a/Content.Client/Chat/UI/SpeechBubble.cs +++ b/Content.Client/Chat/UI/SpeechBubble.cs @@ -2,6 +2,8 @@ using Content.Client.Chat.Managers; using Content.Shared.CCVar; using Content.Shared.Chat; +using Content.Shared.Speech; +using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; @@ -17,6 +19,8 @@ public abstract class SpeechBubble : Control [Dependency] private readonly IEntityManager _entityManager = default!; [Dependency] protected readonly IConfigurationManager ConfigManager = default!; + private readonly SharedTransformSystem _transformSystem; + public enum SpeechType : byte { Emote, @@ -83,6 +87,7 @@ public SpeechBubble(ChatMessage message, EntityUid senderEntity, string speechSt { IoCManager.InjectDependencies(this); _senderEntity = senderEntity; + _transformSystem = _entityManager.System(); // Use text clipping so new messages don't overlap old ones being pushed up. RectClipContent = true; @@ -139,8 +144,13 @@ protected override void FrameUpdate(FrameEventArgs args) Modulate = Color.White; } - var offset = (-_eyeManager.CurrentEye.Rotation).ToWorldVec() * -EntityVerticalOffset; - var worldPos = xform.WorldPosition + offset; + var baseOffset = 0f; + + if (_entityManager.TryGetComponent(_senderEntity, out var speech)) + baseOffset = speech.SpeechBubbleOffset; + + var offset = (-_eyeManager.CurrentEye.Rotation).ToWorldVec() * -(EntityVerticalOffset + baseOffset); + var worldPos = _transformSystem.GetWorldPosition(xform) + offset; var lowerCenter = _eyeManager.WorldToScreen(worldPos) / UIScale; var screenPos = lowerCenter - new Vector2(ContentSize.X / 2, ContentSize.Y + _verticalOffsetAchieved); diff --git a/Content.Client/DeltaV/Hologram/HologramSystem.cs b/Content.Client/DeltaV/Hologram/HologramSystem.cs index 212a797fd8..0d4cf098e0 100644 --- a/Content.Client/DeltaV/Hologram/HologramSystem.cs +++ b/Content.Client/DeltaV/Hologram/HologramSystem.cs @@ -17,7 +17,7 @@ public override void Initialize() { base.Initialize(); - _shader = _protoMan.Index("Hologram").InstanceUnique(); + _shader = _protoMan.Index("HologramDeltaV").InstanceUnique(); SubscribeLocalEvent(OnShutdown); SubscribeLocalEvent(OnStartup); } diff --git a/Content.Client/Holopad/HolopadBoundUserInterface.cs b/Content.Client/Holopad/HolopadBoundUserInterface.cs new file mode 100644 index 0000000000..20b55ea8c7 --- /dev/null +++ b/Content.Client/Holopad/HolopadBoundUserInterface.cs @@ -0,0 +1,101 @@ +using Content.Shared.Holopad; +using Content.Shared.Silicons.StationAi; +using Robust.Client.Graphics; +using Robust.Client.UserInterface; +using Robust.Shared.Player; +using System.Numerics; + +namespace Content.Client.Holopad; + +public sealed class HolopadBoundUserInterface : BoundUserInterface +{ + [Dependency] private readonly ISharedPlayerManager _playerManager = default!; + [Dependency] private readonly IClyde _displayManager = default!; + + [ViewVariables] + private HolopadWindow? _window; + + public HolopadBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey) + { + IoCManager.InjectDependencies(this); + } + + protected override void Open() + { + base.Open(); + + _window = this.CreateWindow(); + _window.Title = Loc.GetString("holopad-window-title", ("title", EntMan.GetComponent(Owner).EntityName)); + + if (this.UiKey is not HolopadUiKey) + { + Close(); + return; + } + + var uiKey = (HolopadUiKey)this.UiKey; + + // AIs will see a different holopad interface to crew when interacting with them in the world + if (uiKey == HolopadUiKey.InteractionWindow && EntMan.HasComponent(_playerManager.LocalEntity)) + uiKey = HolopadUiKey.InteractionWindowForAi; + + _window.SetState(Owner, uiKey); + _window.UpdateState(new Dictionary()); + + // Set message actions + _window.SendHolopadStartNewCallMessageAction += SendHolopadStartNewCallMessage; + _window.SendHolopadAnswerCallMessageAction += SendHolopadAnswerCallMessage; + _window.SendHolopadEndCallMessageAction += SendHolopadEndCallMessage; + _window.SendHolopadStartBroadcastMessageAction += SendHolopadStartBroadcastMessage; + _window.SendHolopadActivateProjectorMessageAction += SendHolopadActivateProjectorMessage; + _window.SendHolopadRequestStationAiMessageAction += SendHolopadRequestStationAiMessage; + + // If this call is addressed to an AI, open the window in the bottom right hand corner of the screen + if (uiKey == HolopadUiKey.AiRequestWindow) + _window.OpenCenteredAt(new Vector2(1f, 1f)); + + // Otherwise offset to the left so the holopad can still be seen + else + _window.OpenCenteredAt(new Vector2(0.3333f, 0.50f)); + } + + protected override void UpdateState(BoundUserInterfaceState state) + { + base.UpdateState(state); + + var castState = (HolopadBoundInterfaceState)state; + EntMan.TryGetComponent(Owner, out var xform); + + _window?.UpdateState(castState.Holopads); + } + + public void SendHolopadStartNewCallMessage(NetEntity receiver) + { + SendMessage(new HolopadStartNewCallMessage(receiver)); + } + + public void SendHolopadAnswerCallMessage() + { + SendMessage(new HolopadAnswerCallMessage()); + } + + public void SendHolopadEndCallMessage() + { + SendMessage(new HolopadEndCallMessage()); + } + + public void SendHolopadStartBroadcastMessage() + { + SendMessage(new HolopadStartBroadcastMessage()); + } + + public void SendHolopadActivateProjectorMessage() + { + SendMessage(new HolopadActivateProjectorMessage()); + } + + public void SendHolopadRequestStationAiMessage() + { + SendMessage(new HolopadStationAiRequestMessage()); + } +} diff --git a/Content.Client/Holopad/HolopadSystem.cs b/Content.Client/Holopad/HolopadSystem.cs new file mode 100644 index 0000000000..3bd556f1fc --- /dev/null +++ b/Content.Client/Holopad/HolopadSystem.cs @@ -0,0 +1,172 @@ +using Content.Shared.Chat.TypingIndicator; +using Content.Shared.Holopad; +using Robust.Client.GameObjects; +using Robust.Client.Graphics; +using Robust.Client.Player; +using Robust.Shared.Prototypes; +using Robust.Shared.Timing; +using System.Linq; + +namespace Content.Client.Holopad; + +public sealed class HolopadSystem : SharedHolopadSystem +{ + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly IGameTiming _timing = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnComponentInit); + SubscribeLocalEvent(OnShaderRender); + SubscribeAllEvent(OnTypingChanged); + + SubscribeNetworkEvent(OnPlayerSpriteStateRequest); + SubscribeNetworkEvent(OnPlayerSpriteStateMessage); + } + + private void OnComponentInit(EntityUid uid, HolopadHologramComponent component, ComponentInit ev) + { + if (!TryComp(uid, out var sprite)) + return; + + UpdateHologramSprite(uid); + } + + private void OnShaderRender(EntityUid uid, HolopadHologramComponent component, BeforePostShaderRenderEvent ev) + { + if (ev.Sprite.PostShader == null) + return; + + ev.Sprite.PostShader.SetParameter("t", (float)_timing.CurTime.TotalSeconds * component.ScrollRate); + } + + private void OnTypingChanged(TypingChangedEvent ev, EntitySessionEventArgs args) + { + var uid = args.SenderSession.AttachedEntity; + + if (!Exists(uid)) + return; + + if (!HasComp(uid)) + return; + + var netEv = new HolopadUserTypingChangedEvent(GetNetEntity(uid.Value), ev.IsTyping); + RaiseNetworkEvent(netEv); + } + + private void OnPlayerSpriteStateRequest(PlayerSpriteStateRequest ev) + { + var targetPlayer = GetEntity(ev.TargetPlayer); + var player = _playerManager.LocalSession?.AttachedEntity; + + // Ignore the request if received by a player who isn't the target + if (targetPlayer != player) + return; + + if (!TryComp(player, out var playerSprite)) + return; + + var spriteLayerData = new List(); + + if (playerSprite.Visible) + { + // Record the RSI paths, state names and shader paramaters of all visible layers + for (int i = 0; i < playerSprite.AllLayers.Count(); i++) + { + if (!playerSprite.TryGetLayer(i, out var layer)) + continue; + + if (!layer.Visible || + string.IsNullOrEmpty(layer.ActualRsi?.Path.ToString()) || + string.IsNullOrEmpty(layer.State.Name)) + continue; + + var layerDatum = new PrototypeLayerData(); + layerDatum.RsiPath = layer.ActualRsi.Path.ToString(); + layerDatum.State = layer.State.Name; + + if (layer.CopyToShaderParameters != null) + { + var key = (string)layer.CopyToShaderParameters.LayerKey; + + if (playerSprite.LayerMapTryGet(key, out var otherLayerIdx) && + playerSprite.TryGetLayer(otherLayerIdx, out var otherLayer) && + otherLayer.Visible) + { + layerDatum.MapKeys = new() { key }; + + layerDatum.CopyToShaderParameters = new PrototypeCopyToShaderParameters() + { + LayerKey = key, + ParameterTexture = layer.CopyToShaderParameters.ParameterTexture, + ParameterUV = layer.CopyToShaderParameters.ParameterUV + }; + } + } + + spriteLayerData.Add(layerDatum); + } + } + + // Return the recorded data to the server + var evResponse = new PlayerSpriteStateMessage(ev.TargetPlayer, spriteLayerData.ToArray()); + RaiseNetworkEvent(evResponse); + } + + private void OnPlayerSpriteStateMessage(PlayerSpriteStateMessage ev) + { + UpdateHologramSprite(GetEntity(ev.SpriteEntity), ev.SpriteLayerData); + } + + private void UpdateHologramSprite(EntityUid uid, PrototypeLayerData[]? layerData = null) + { + if (!TryComp(uid, out var hologramSprite)) + return; + + if (!TryComp(uid, out var holopadhologram)) + return; + + for (int i = hologramSprite.AllLayers.Count() - 1; i >= 0; i--) + hologramSprite.RemoveLayer(i); + + if (layerData == null || layerData.Length == 0) + { + layerData = new PrototypeLayerData[1]; + layerData[0] = new PrototypeLayerData() + { + RsiPath = holopadhologram.RsiPath, + State = holopadhologram.RsiState + }; + } + + for (int i = 0; i < layerData.Length; i++) + { + var layer = layerData[i]; + layer.Shader = "unshaded"; + + hologramSprite.AddLayer(layerData[i], i); + } + + UpdateHologramShader(uid, hologramSprite, holopadhologram); + } + + private void UpdateHologramShader(EntityUid uid, SpriteComponent sprite, HolopadHologramComponent holopadHologram) + { + // Find the texture height of the largest layer + float texHeight = sprite.AllLayers.Max(x => x.PixelSize.Y); + + var instance = _prototypeManager.Index(holopadHologram.ShaderName).InstanceUnique(); + instance.SetParameter("color1", new Vector3(holopadHologram.Color1.R, holopadHologram.Color1.G, holopadHologram.Color1.B)); + instance.SetParameter("color2", new Vector3(holopadHologram.Color2.R, holopadHologram.Color2.G, holopadHologram.Color2.B)); + instance.SetParameter("alpha", holopadHologram.Alpha); + instance.SetParameter("intensity", holopadHologram.Intensity); + instance.SetParameter("texHeight", texHeight); + instance.SetParameter("t", (float)_timing.CurTime.TotalSeconds * holopadHologram.ScrollRate); + + sprite.PostShader = instance; + sprite.RaiseShaderEvent = true; + } +} diff --git a/Content.Client/Holopad/HolopadWindow.xaml b/Content.Client/Holopad/HolopadWindow.xaml new file mode 100644 index 0000000000..9c3dfab1ea --- /dev/null +++ b/Content.Client/Holopad/HolopadWindow.xaml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +