From 8131821002058dcf8a2381eff5f8d0f8f9dcd366 Mon Sep 17 00:00:00 2001 From: MegaDaimond <158335048+MegaDaimond@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:39:19 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=8B=20=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Catalog/Fills/Crates/security.yml | 3 + .../Catalog/Fills/Lockers/medical.yml | 10 +- .../Catalog/Fills/Lockers/security.yml | 19 ++++ .../Catalog/Fills/Lockers/suit_storage.yml | 2 +- .../Inventories/atmosdrobe.yml | 13 +++ .../VendingMachines/Inventories/chemdrobe.yml | 3 +- .../Inventories/clothesmate.yml | 50 +++++++++ .../VendingMachines/Inventories/engidrobe.yml | 14 +++ .../VendingMachines/Inventories/medidrobe.yml | 15 ++- .../VendingMachines/Inventories/salvage.yml | 5 + .../VendingMachines/Inventories/scidrobe.yml | 21 ++++ .../VendingMachines/Inventories/sec.yml | 1 + .../VendingMachines/Inventories/secdrobe.yml | 27 ++++- .../VendingMachines/Inventories/virodrobe.yml | 19 ++++ .../Inventories/winterdrobe.yml | 11 +- .../Structures/cryostorage.rsi/meta.json | 36 +++++-- .../Clothing/Head/Hats/alex.rsi/meta.json | 4 +- .../Clothing/Head/Hats/jake.rsi/meta.json | 4 +- .../Clothing/Head/Hats/rasmus.rsi/meta.json | 4 +- .../Clothing/Head/Hats/richter.rsi/meta.json | 4 +- .../Clothing/Head/Hats/tony.rsi/meta.json | 4 +- .../Decals/bricktile-s.rsi/meta.json | 2 +- .../Decals/departament-sign.rsi/meta.json | 2 +- .../Decals/ind-letters-mini.rsi/meta.json | 2 +- .../Decals/ind-letters.rsi/meta.json | 2 +- .../Decals/ind-numbers-mini.rsi/meta.json | 2 +- .../Decals/ind-numbers.rsi/meta.json | 2 +- .../Decals/lpsignwtext.rsi/meta.json | 2 +- .../_LostParadise/Decals/markup.rsi/meta.json | 2 +- .../Decals/minitile-s.rsi/meta.json | 2 +- .../Decals/secsign.rsi/meta.json | 2 +- .../Decals/starcircle.rsi/meta.json | 2 +- .../Decals/wheelchair.rsi/meta.json | 2 +- .../Interface/Misc/status_ai.rsi/meta.json | 2 +- .../Objects/Fun/daki.rsi/meta.json | 1 + .../Misc/specialdelivery.rsi/meta.json | 4 +- .../Weapons/Melee/telebaton.rsi/meta.json | 4 +- .../Weapons/Melee/telebatonSpac.rsi/meta.json | 4 +- .../Machines/book_printer.rsi/cartridge.png | Bin 619 -> 0 bytes .../Machines/book_printer.rsi/full.png | Bin 234 -> 0 bytes .../Machines/book_printer.rsi/high.png | Bin 202 -> 0 bytes .../Machines/book_printer.rsi/icon.png | Bin 619 -> 0 bytes .../Machines/book_printer.rsi/inhand-left.png | Bin 259 -> 0 bytes .../book_printer.rsi/inhand-right.png | Bin 259 -> 0 bytes .../Machines/book_printer.rsi/low.png | Bin 201 -> 0 bytes .../Machines/book_printer.rsi/medium.png | Bin 201 -> 0 bytes .../Machines/book_printer.rsi/meta.json | 100 ------------------ .../Machines/book_printer.rsi/none.png | Bin 216 -> 0 bytes .../Machines/book_printer.rsi/slotted.png | Bin 326 -> 0 bytes .../Machines/book_printer.rsi/working.png | Bin 886 -> 0 bytes 50 files changed, 261 insertions(+), 147 deletions(-) delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/cartridge.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/full.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/high.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/icon.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/inhand-left.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/inhand-right.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/low.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/medium.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/meta.json delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/none.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/slotted.png delete mode 100644 Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/working.png diff --git a/Resources/Prototypes/Catalog/Fills/Crates/security.yml b/Resources/Prototypes/Catalog/Fills/Crates/security.yml index 592c153508..01267e06cd 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/security.yml @@ -8,6 +8,9 @@ contents: - id: ClothingOuterArmorPlateCarrier # DeltaV - ClothingOuterArmorBulletproof replaced in favour of plate carrier amount: 3 +#LPP + - id: LPPClothingOuterHardsuitReflectivepatrolsec + prob: 0.3 - type: entity id: CrateSecurityHelmet diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index f217791683..9e28863b62 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -109,7 +109,7 @@ prob: 0.3 - id: ClothingMaskSterile - id: LunchboxMedicalFilledRandom # Delta-V Lunchboxes! - prob: 0.3 + prob: 0.3 - type: entity parent: LockerWallMedical @@ -145,7 +145,7 @@ orGroup: Surgshrubs - id: ClothingMaskSterile - id: LunchboxMedicalFilledRandom # Delta-V Lunchboxes! - prob: 0.3 + prob: 0.3 - type: entity id: LockerChemistryFilled @@ -187,7 +187,7 @@ - id: MedkitFilled prob: 0.3 - id: LunchboxMedicalFilledRandom # Delta-V Lunchboxes! - prob: 0.3 + prob: 0.3 - type: entity id: LockerParamedicFilledHardsuit #Delta V - Paramedic locker with suit @@ -196,7 +196,7 @@ components: - type: StorageFill contents: - - id: ClothingOuterHardsuitVoidParamed + - id: LPPHardsuitAssaultParamedic #LPP - id: ClothingOuterCoatParamedicWB - id: ClothingHeadHatParamedicsoft - id: ClothingOuterWinterPara @@ -211,4 +211,4 @@ - id: MedkitFilled prob: 0.3 - id: LunchboxMedicalFilledRandom # Delta-V Lunchboxes! - prob: 0.3 + prob: 0.3 diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index e2d7ad1483..8931db3869 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -26,6 +26,11 @@ - id: BoxEncryptionKeyPrisoner #Delta-V - id: LunchboxSecurityFilledRandom # Delta-v Lunchboxes! prob: 0.3 +#LPP + - id: LPPWeaponPistolPF20 + - id: LPPMagazinePistolPF20lethal + - id: LPPMagazinePistolPF20Rubber + prob: 0.5 #Кибербуллинг метаюзеров :D - type: entity id: LockerWardenFilled @@ -54,6 +59,11 @@ - id: BoxEncryptionKeyPrisoner #Delta-V - id: LunchboxSecurityFilledRandom # Delta-v Lunchboxes! prob: 0.3 +#LPP + - id: LPPWeaponPistolPF20 + - id: LPPMagazinePistolPF20lethal + - id: LPPMagazinePistolPF20Rubber + prob: 0.5 #Кибербуллинг метаюзеров :D - type: entity id: LockerSecurityFilled @@ -99,6 +109,13 @@ prob: 0.6 - id: LunchboxSecurityFilledRandom # Delta-v Lunchboxes! prob: 0.3 +#LPP + - id: ClothingOuterHardsuitSanta + prob: 0.01 + - id: ClothingOuterHardsuitClown + prob: 0.01 + - id: ClothingMaskClown + prob: 0.1 - type: entity id: LockerBrigmedicFilled @@ -197,6 +214,8 @@ - id: BoxEvidenceMarkers - id: LunchboxSecurityFilledRandom # Delta-v Lunchboxes! prob: 0.3 +#LPP + - id: LPPClothingOuterDetectiveHardsuit - type: entity id: ClosetBombFilled diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml index 734bd485a2..c22577f748 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml @@ -257,7 +257,7 @@ contents: - id: NitrogenTankFilled - id: OxygenTankFilled - - id: ClothingOuterHardsuitVoidParamed + - id: LPPHardsuitAssaultParamedic #Изменение от LPP - id: ClothingMaskBreathMedical - type: AccessReader access: [ [ "Paramedic" ] ] diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml index f2cc7e8a54..dfabbc8cf7 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml @@ -14,3 +14,16 @@ ClothingOuterWinterAtmos: 2 ClothingNeckScarfStripedLightBlue: 3 ClothingShoesBootsWinterAtmos: 2 #Delta V: Add departmental winter boots +#LPP + LPPAtmosBlackSkirt: 3 + LPPAtmostechjean: 3 + LPPGorkaAtmos: 3 + LPPGorkaWithReflectorsAtmos: 3 + LPPQmcAtmos: 3 + LPPQmsyndAtmos: 3 + LPPSkirtleneckAtmos: 3 + LPPSkirtleneckQMAtmos: 3 + LPPSupplyChiefAtmos: 3 + LPPSupplyChiefSkirtAtmos: 3 + LPPTurtleneckQmAtmos: 3 + LPPUtilAtmos: 3 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml index 433210dce7..524d963557 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml @@ -20,4 +20,5 @@ ClothingOuterApronChemist: 2 # Realistic PPE apron for chemistry ClothingEyesGlassesChemist: 2 # Safety glasses ClothingHandsGlovesChemist: 2 # Heavy duty chemistry gloves - # End of modified code \ No newline at end of file + # End of modified code + LPPChemistHudGlasses: 2 #LPP-Edit's \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 6c99f925ee..a6e9e02f44 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -21,7 +21,57 @@ ClothingHandsGlovesColorBlack: 4 ClothingEyesGlassesCheapSunglasses: 2 ClothingClothWrap: 4 +#LPP + LPPWaistbag01: 3 + LPPWaistbag02: 3 + LPPWaistbag03: 3 + LPPWaistbag04: 3 + LPPWaistbag05: 3 + LPPWaistbag06: 3 + LPPWaistbag07: 3 + LPPWaistbag08: 3 + LPPWaistbag09: 3 + LPPWaistbag10: 3 + LPPUnathiWraps: 3 + LPPDeckerJumpsuit: 3 + LPPDraculass: 3 + LPPDrfreeze: 3 + LPPKilt: 3 + LPPMaid: 3 + LPPSchoolgirl: 3 + LPPSchoolgirlgreen: 3 + LPPSchoolgirlorange: 3 + LPPSchoolgirlred: 3 + LPPSwagOutfit: 3 + LPPSwagShoes: 3 + LPPGlowShoes: 3 + LPPIceboots: 3 + LPPRainBow: 3 + LPPBlackFlannelJumpsuit: 2 + LPPGreenFlannelJumpsuit: 2 + LPPOrangeFlannelJumpsuit: 2 + LPPClothingNeckNeckerchiefGreen: 5 + LPPClothingNeckNeckerchiefPurple: 5 + LPPClothingNeckNeckerchiefRed: 5 + LPPClothingHeadHatCapRed: 4 + LPPClothingHeadHatCapBlack: 4 + LPPClothingHeadHatCapGreen: 4 + LPPClothingHeadHatCapBlue: 4 + LPPClothingUniformGreenTracksuit: 4 + LPPClothingUniformBlackTracksuit: 4 + LPPClothingUniformBlueTracksuit: 4 + LPPClothingUniformRedTracksuit: 4 contrabandInventory: ClothingMaskNeckGaiter: 2 ClothingUniformJumpsuitTacticool: 1 ClothingUniformJumpskirtTacticool: 1 + ClothingEyesGlassesSunglasses: 2 + ClothingHandsGlovesColorBlack: 4 + ClothingHandsGlovesColorGray: 4 + ClothingHandsGlovesColorBrown: 2 + ClothingHandsGlovesColorWhite: 2 + ClothingHandsGlovesColorRed: 2 + ClothingHandsGlovesColorBlue: 2 + ClothingHandsGlovesColorGreen: 2 + ClothingHandsGlovesColorOrange: 2 + ClothingHandsGlovesColorPurple: 2 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml index 5d732def49..82d7eb19c3 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml @@ -16,3 +16,17 @@ ClothingOuterWinterEngi: 2 ClothingNeckScarfStripedOrange: 3 ClothingShoesBootsWinterEngi: 2 +#LPP + LPPEngiBlackSkirt: 3 + LPPEngiTechjean: 3 + LPPGorkaEngi: 3 + LPPGorkaWithReflectorsEngi: 3 + LPPQmcEngi: 3 + LPPQmsyndEngi: 3 + LPPSkirtleneckEngi: 3 + LPPSkirtleneckQMEngi: 3 + LPPSupplyChiefEngi: 3 + LPPSupplyChiefSkirtEngi: 3 + LPPTurtleneckQmEngi: 3 + LPPUtilEngi: 3 + LPPClothingOuterCoatEngie: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index f4fb03e6c7..294a7b2c98 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -18,10 +18,23 @@ UniformScrubsColorGreen: 4 UniformScrubsColorBlue: 4 UniformScrubsColorPurple: 4 - ClothingHeadHatSurgcapGreen: 4 + ClothingHeadHatSurgcapGreen: 4 ClothingHeadHatSurgcapBlue: 4 ClothingHeadHatSurgcapPurple: 4 ClothingShoesBootsWinterMed: 2 +#LPP + LPPMedicBlackSkirt: 4 + LPPMedictechjean: 4 + LPPGorkaMedic: 4 + LPPGorkaMedicVarg: 4 + LPPQmcMedic: 4 + LPPQmsyndMedic: 4 + LPPSkirtleneckMedic: 4 + LPPSkirtleneckQMMedic: 4 + LPPSupplyChiefMedic: 4 + LPPSupplyChiefSkirtMedic: 4 + LPPTurtleneckQmMedic: 4 + LPPUtilMedic: 4 contrabandInventory: #DeltaV UniformScrubsColorCybersun: 1 #DeltaV ClothingHeadHatSurgcapCybersun: 1 #DeltaV diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml index b5665df37b..609c41107c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml @@ -13,3 +13,8 @@ SeismicCharge: 2 FultonBeacon: 1 Fulton: 2 +#LPP + WeaponCrusherDagger: 2 + ContrabandInventory: + LPPWeaponSyndieGlaive: 1 + ClothingBackpackDuffelSyndicate: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml index c4608af34e..924c3f734e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml @@ -16,3 +16,24 @@ ClothingNeckScarfStripedPurple: 3 ClothingHeadTinfoil: 2 # Nyanotrasen - Tinfoil hats for Epistemics ClothingShoesBootsWinterSci: 2 +#LPP + LPPRndBlackSkirt: 3 + LPPRndtechjean: 3 + LPPGorkaRnd: 3 + LPPGorkaRndVarg: 3 + LPPQmcRnd: 3 + LPPQmsyndRnd: 3 + LPPSkirtleneckRnd: 3 + LPPSkirtleneckQMRnd: 3 + LPPSupplyChiefRnd: 3 + LPPSupplyChiefSkirtRnd: 3 + LPPTurtleneckQmRnd: 3 + LPPUtilRnd: 3 + ClothingOuterCoatRnd: 3 + ClothingShoesColorWhite: 3 + ClothingNeckTieSci: 3 + ClothingHeadsetScience: 3 + ClothingMaskGas: 3 + ClothingOuterWinterSci: 2 + ClothingNeckScarfStripedPurple: 3 + ClothingShoesBootsWinterSci: 2 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml index 01b58ae40f..e3148f2572 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml @@ -30,3 +30,4 @@ FoodDonutHomer: 12 FoodBoxDonut: 2 #box evidence + LPPTelebaton: 3 #LPP \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index cb0c10c129..d36098022d 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -26,4 +26,29 @@ ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 ClothingShoesBootsCowboyBlack: 1 - ClothingHeadHatCowboyBlack: 1 \ No newline at end of file + ClothingHeadHatCowboyBlack: 1 +##LPP + LPPSecBlackSkirt: 3 + LPPSectechjean: 3 + LPPGorkaSec: 3 + LPPGorkaSecVarg: 3 + LPPQmcSec: 3 + LPPQmsyndSec: 3 + LPPSkirtleneckSec: 3 + LPPSkirtleneckQMSec: 3 + LPPSupplyChiefSec: 3 + LPPSupplyChiefSkirtSec: 3 + LPPTurtleneckQmSec: 3 + LPPUtilSec: 3 + LPPTacticoolSec: 3 + ClothingEyesHudSecurity: 2 + ClothingMaskNeckGaiter: 2 + LPPClothingMaskBandageBlack: 2 + LPPClothingMaskBandageRed: 1 + LPPClothingHeadHatRedBandana: 1 + LPPClothingMaskBandageSkull: 1 + ClothingHeadBandBlack: 2 + ClothingHeadBandSkull: 1 + LPPClothingHeadSecHat: 2 + ContrabandInventory: + ClothingMaskClownSecurity: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/virodrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/virodrobe.yml index a5965ad4de..630e4beb10 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/virodrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/virodrobe.yml @@ -11,3 +11,22 @@ ClothingBackpackSatchelVirology: 2 ClothingBackpackDuffelVirology: 2 ClothingShoesBootsWinterViro: 2 #Delta V: Add departmental winter boots +#LPP + LPPGorkaVirology: 2 + LPPGorkaVirologyVarg: 2 + LPPQmcVirology: 2 + LPPQmcSyndVirology: 2 + LPPSkirtleneck: 2 + LPPSkirtleneck2: 2 + LPPSkirtleneckQM: 2 + LPPSkirtleneckQM2: 2 + LPPSupplyChief: 2 + LPPSupplyChief2: 2 + LPPSupplyChiefSkirt: 2 + LPPSupplyChiefSkirt2: 2 + LPPTurtleneckQM: 2 + LPPTurtleneckQM2: 2 + LPPUtilVirology: 2 + LPPVirologyBlackSkirt: 2 + LPPVirologyTechjean: 2 + LPPMedicBlackSkirt2: 2 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml index 0f8c73dac3..09ad00f016 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml @@ -18,7 +18,16 @@ ClothingOuterCoatBomber: 3 ClothingHeadHatSantahat: 2 ClothingHeadHatXmasCrown: 2 - +#LPP + LPPClothingHeadHatBlackBeanie: 2 + LPPClothingHeadHatBlueBeanie: 2 + LPPClothingHeadHatGreenBeanie: 2 + LPPClothingHeadHatRedBeanie: 2 + LPPClothingOuterCoatBomber1: 3 + LPPClothingOuterCoatBomber2: 3 + LPPClothingOuterCoatBomber3: 3 + LPPClothingOuterCoatBomber4: 3 + LPPClothingOuterCoatBomber5: 3 emaggedInventory: ClothingNeckScarfStripedSyndieGreen: 3 ClothingNeckScarfStripedSyndieRed: 3 diff --git a/Resources/Textures/Structures/cryostorage.rsi/meta.json b/Resources/Textures/Structures/cryostorage.rsi/meta.json index ed9f72a60e..d361b5f161 100644 --- a/Resources/Textures/Structures/cryostorage.rsi/meta.json +++ b/Resources/Textures/Structures/cryostorage.rsi/meta.json @@ -15,11 +15,31 @@ "name": "sleeper_1", "directions": 4, "delays": [ - [1.5, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], - [1.5, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], - [1.5, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], - [1.5, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05] - ] - } - ] -} + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/_LostParadise/Clothing/Head/Hats/alex.rsi/meta.json b/Resources/Textures/_LostParadise/Clothing/Head/Hats/alex.rsi/meta.json index a4d090165b..69b8f9a187 100644 --- a/Resources/Textures/_LostParadise/Clothing/Head/Hats/alex.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Clothing/Head/Hats/alex.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Made by Qwerlink(discord dago#7393) for SS220", + "license": "CC-BY-SA-3.0", + "copyright": "Made by Qwerlink(discord dago#7393) for SS220 https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_LostParadise/Clothing/Head/Hats/jake.rsi/meta.json b/Resources/Textures/_LostParadise/Clothing/Head/Hats/jake.rsi/meta.json index a4d090165b..69b8f9a187 100644 --- a/Resources/Textures/_LostParadise/Clothing/Head/Hats/jake.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Clothing/Head/Hats/jake.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Made by Qwerlink(discord dago#7393) for SS220", + "license": "CC-BY-SA-3.0", + "copyright": "Made by Qwerlink(discord dago#7393) for SS220 https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_LostParadise/Clothing/Head/Hats/rasmus.rsi/meta.json b/Resources/Textures/_LostParadise/Clothing/Head/Hats/rasmus.rsi/meta.json index a4d090165b..69b8f9a187 100644 --- a/Resources/Textures/_LostParadise/Clothing/Head/Hats/rasmus.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Clothing/Head/Hats/rasmus.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Made by Qwerlink(discord dago#7393) for SS220", + "license": "CC-BY-SA-3.0", + "copyright": "Made by Qwerlink(discord dago#7393) for SS220 https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_LostParadise/Clothing/Head/Hats/richter.rsi/meta.json b/Resources/Textures/_LostParadise/Clothing/Head/Hats/richter.rsi/meta.json index a4d090165b..69b8f9a187 100644 --- a/Resources/Textures/_LostParadise/Clothing/Head/Hats/richter.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Clothing/Head/Hats/richter.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Made by Qwerlink(discord dago#7393) for SS220", + "license": "CC-BY-SA-3.0", + "copyright": "Made by Qwerlink(discord dago#7393) for SS220 https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_LostParadise/Clothing/Head/Hats/tony.rsi/meta.json b/Resources/Textures/_LostParadise/Clothing/Head/Hats/tony.rsi/meta.json index a4d090165b..69b8f9a187 100644 --- a/Resources/Textures/_LostParadise/Clothing/Head/Hats/tony.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Clothing/Head/Hats/tony.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Made by Qwerlink(discord dago#7393) for SS220", + "license": "CC-BY-SA-3.0", + "copyright": "Made by Qwerlink(discord dago#7393) for SS220 https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_LostParadise/Decals/bricktile-s.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/bricktile-s.rsi/meta.json index 2658bbe3b3..166cddf8e3 100644 --- a/Resources/Textures/_LostParadise/Decals/bricktile-s.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/bricktile-s.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "CC0-1.0", + "license": "CC-BY-SA-3.0", "copyright": "Made by github user @Morb0. Modified v2 by ko4erga (discord)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/departament-sign.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/departament-sign.rsi/meta.json index 91ca171029..fb92ddd8a2 100644 --- a/Resources/Textures/_LostParadise/Decals/departament-sign.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/departament-sign.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/ind-letters-mini.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/ind-letters-mini.rsi/meta.json index 53b566fef1..2229d1d4a5 100644 --- a/Resources/Textures/_LostParadise/Decals/ind-letters-mini.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/ind-letters-mini.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/ind-letters.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/ind-letters.rsi/meta.json index 7472f22442..3da6695fd2 100644 --- a/Resources/Textures/_LostParadise/Decals/ind-letters.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/ind-letters.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/ind-numbers-mini.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/ind-numbers-mini.rsi/meta.json index a398d3a506..410d63e12f 100644 --- a/Resources/Textures/_LostParadise/Decals/ind-numbers-mini.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/ind-numbers-mini.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/ind-numbers.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/ind-numbers.rsi/meta.json index a398d3a506..410d63e12f 100644 --- a/Resources/Textures/_LostParadise/Decals/ind-numbers.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/ind-numbers.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/lpsignwtext.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/lpsignwtext.rsi/meta.json index df86372cb8..2d4fd74fa6 100644 --- a/Resources/Textures/_LostParadise/Decals/lpsignwtext.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/lpsignwtext.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/markup.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/markup.rsi/meta.json index e19ff7cfcf..42f1934fdb 100644 --- a/Resources/Textures/_LostParadise/Decals/markup.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/markup.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/minitile-s.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/minitile-s.rsi/meta.json index 50fc352e23..18cd972a15 100644 --- a/Resources/Textures/_LostParadise/Decals/minitile-s.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/minitile-s.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "CC0-1.0", + "license": "CC-BY-SA-3.0", "copyright": "Made by github user Skilets", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/secsign.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/secsign.rsi/meta.json index dcccb470e3..a18ae275f7 100644 --- a/Resources/Textures/_LostParadise/Decals/secsign.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/secsign.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/starcircle.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/starcircle.rsi/meta.json index 63fc41ae4c..c5f380b99a 100644 --- a/Resources/Textures/_LostParadise/Decals/starcircle.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/starcircle.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "AGPL 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Hqlle (Github)", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Decals/wheelchair.rsi/meta.json b/Resources/Textures/_LostParadise/Decals/wheelchair.rsi/meta.json index 331e12ade9..6fc2b02f07 100644 --- a/Resources/Textures/_LostParadise/Decals/wheelchair.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Decals/wheelchair.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 2, - "license": "CC-BY-NC-SA-4.0", + "license": "CC-BY-SA-3.0", "copyright": "Draw by Skilets: https://github.com/Skilets", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Interface/Misc/status_ai.rsi/meta.json b/Resources/Textures/_LostParadise/Interface/Misc/status_ai.rsi/meta.json index 070bdbf3e7..26162afd93 100644 --- a/Resources/Textures/_LostParadise/Interface/Misc/status_ai.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Interface/Misc/status_ai.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "CC-BY-SA 3.0", + "license": "CC-BY-SA-3.0", "copyright": "Made by Lost Paradise", "size": { "x": 8, diff --git a/Resources/Textures/_LostParadise/Objects/Fun/daki.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Fun/daki.rsi/meta.json index 925163054c..1dbd262fee 100644 --- a/Resources/Textures/_LostParadise/Objects/Fun/daki.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Fun/daki.rsi/meta.json @@ -1,5 +1,6 @@ { "version": 1, + "license": "CC-BY-SA-3.0", "copyright": "Taken from BlueMoon github https://github.com/BlueMoon-Labs/SERP-BlueMoon-Station-13", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Objects/Misc/specialdelivery.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Misc/specialdelivery.rsi/meta.json index d5bcc17c0a..9e64816e71 100644 --- a/Resources/Textures/_LostParadise/Objects/Misc/specialdelivery.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Misc/specialdelivery.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, - "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", - "copyright": "Made by Qwerlink(discord dago#7393) for SS220", + "license": "CC-BY-SA-3.0", + "copyright": "Made by Qwerlink(discord dago#7393) for SS220 https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebaton.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebaton.rsi/meta.json index b44223a9e8..fdb6fcd2d6 100644 --- a/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebaton.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebaton.rsi/meta.json @@ -1,6 +1,6 @@ { - "version": 1.3, - "license": "CC-BY-3.0", + "version": 1, + "license": "CC-BY-SA-3.0", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebatonSpac.rsi/meta.json b/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebatonSpac.rsi/meta.json index b44223a9e8..fdb6fcd2d6 100644 --- a/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebatonSpac.rsi/meta.json +++ b/Resources/Textures/_LostParadise/Objects/Weapons/Melee/telebatonSpac.rsi/meta.json @@ -1,6 +1,6 @@ { - "version": 1.3, - "license": "CC-BY-3.0", + "version": 1, + "license": "CC-BY-SA-3.0", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf", "size": { "x": 32, diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/cartridge.png b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/cartridge.png deleted file mode 100644 index bf32beff2ee224d910a333cab59cbc406336f9de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil~2Ka=yCZ-n0Cgw)QXS(}DheV{!oV$GD)Oof}?#}LkNg2iYMYS~zJzoBi z^OvkIENdt#ZRqNo+1@jK-s07>7px49NKDTu)6zAZI%{cL=hVJQ^V++o&6vAv+N{Oq z*7jvJ9UVP0jLob|Dw-SGCRo}z7nC=q<&-C;7qu`mx3jSL2gepxG$myg$0X&%Cg-+W zoAudQPIk1;$}88=GmeXkjg5`AclJriDve3X4G4`73QI`JD2j;7jEKu{^$G_1pxepr zJCL$33Gxg6PZ40~Q>zgN8pT=Q5n0T@z;_sg8IR|$NC67I@pN$vvG9M}mzdvVAmX~U zD_2sfI4CuE&8aJXf+BYd4F3H;|0%J%$$Ojr?=2Ox_AL26Z_l=Ae-Fh@__H-&^s-qQN;MAhy0?ad46Z+q9RV2XZ$jM_yZewf5DFwDa#a7S{+C?9b_zu~>eB=$(a-bm3RJuR)*R|ZJ`|~dw|G%>Nf86GebK;M8 z3EVyZq3GOx>mBL&w!i)FHw1Z2-s}3E8K{SWp}_SSbC%hn|IZiymYnyK;WHxxLrjd9 YboD#C@6*iVIYCN1UHx3vIVCg!00q-jF8}}l diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/high.png b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/high.png deleted file mode 100644 index 375fdfd8ba7be28f2887f54956d7ffc1b6318ae3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sEXgD|57Yp@DXFy7O}F{C2y?X8WR4Gui47c%l6%bk0q)%Qrt zZ-uV_Uyfz~#7PmdKI;Vst07=(EhX4Qo diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/icon.png b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/icon.png deleted file mode 100644 index 7401ef855465a2fc7bf7b2807997879982fc87f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijo0(?ST6Ov0^J>#!le{kZ|^(oU=M?`14dqp2Te&zmy7mCUT=2qS=?qQd% z+~(s`mXy@8vh|mc(3F?gw{r|JF?W}jH&RhH6_rpqbmZcJL+AGHKcl8$?&BM4;~e7W zAMfJgVsCG+rl!VFC78Ev|F(FyQ>Xk^d+=E~1_CY5InJ&Mq%=x`{DS`z2N?FP(vtw{ z;VkfoEM{QfI{?CrS=Tx_fgbhnba4!^@b8_>Tij&8)8?GH+3ehUU&o0ne_#6lpMUz2 z#^%QDwtJPX+dc8ER=@NA!F;9z&J)cSFg%wLY1Qp*w4U-H@k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}z8kzeGwX^|JtR+Ey!T*7P;rBMaV4whJfk$L9 z0|Vb75M~tB@M-`G=6Jd|hD5l(y=KVApvd78DDtlU*;JP9sW+P>xXnLnCq3FMvhgg3 zzy~1mW4x3!@1X>@V!ThLFohYfj5jH*7lJavm=iJ?Pc(E^>bP0l+XkKwdPci diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/inhand-right.png b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/inhand-right.png deleted file mode 100644 index bfa6b35c3d35aa986de97b7f271f4acd5428a688..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}z8kwCN{*?kL){-E<;Qv6t@Ov9yFi?QAz$3Dl zfr0N32s4Umcr^e8b39!fLn7SYUOUUx;K1P)SX%Qx-OsfvYr#hO6+hmcYL!WQJ|T_= zXb}U$d$Wctp+Y`xg-Mq^)_!gHX#PRDVd~?;oTnDd%b6JtKv1=OfaS!CX|Y=FR#EG3 oPyBBa@GITr=+|0?I))W~>fQFfuiet`0qte*boFyt=akR{0I^wBjQ{`u diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/low.png b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/low.png deleted file mode 100644 index 1d56e83adcc78ae1ae2dd42860c1f44fdb25c2aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sEXgD|57Yp@DXFwWD(F{C2y?X82H4F)`{7c$HXr2X}tUEJCo z*A?(#RpT$YDf68l@=ss^s{LRceEMAAshh`cWY_-ryiEW1^J#Naqu)N zOSpwOns?6ogCB!s{xD7gs%5B4KarE;J;(CcF8lwLm#6NU&t;ucLK6Vzc0c_9 diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/meta.json b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/meta.json deleted file mode 100644 index e79a8183d5..0000000000 --- a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/meta.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "version": 1, - "license": "See repo license.", - "copyright": "By temporaldarkness for Enterprise server exclusive use.", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "working", - "delays": [ - [ - 0.2, - 0.15, - 0.2, - 0.15 - ] - ] - }, - { - "name": "slotted", - "delays": [ - [ - 0.25, - 0.25, - 0.25, - 0.25 - ] - ] - }, - { - "name": "none", - "delays": [ - [ - 0.25, - 0.25, - 0.25, - 0.25 - ] - ] - }, - { - "name": "low", - "delays": [ - [ - 0.25, - 0.25, - 0.25, - 0.25 - ] - ] - }, - { - "name": "medium", - "delays": [ - [ - 0.25, - 0.25, - 0.25, - 0.25 - ] - ] - }, - { - "name": "high", - "delays": [ - [ - 0.25, - 0.25, - 0.25, - 0.25 - ] - ] - }, - { - "name": "full", - "delays": [ - [ - 0.25, - 0.25, - 0.25, - 0.25 - ] - ] - }, - { - "name": "cartridge" - }, - { - "name": "inhand-left" - }, - { - "name": "inhand-right" - } - ] -} diff --git a/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/none.png b/Resources/Textures/_LostParadise/Structures/Machines/book_printer.rsi/none.png deleted file mode 100644 index 1b62925312578b51c5eeb2d0e73a30023b84e176..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sEXgD|57Yp@DXFxS(?F{C2y?X8WR2NXnD9VUy)9K7~-d*L*e zCQgoRffuYNq$}?6lCB3TW!P4HC1=T$b-Q?%PI))ezW0rNwpmio{aJ}+_P0-4+LwPg zd(rJ%`F)T|Ac*My*)Xg3=Ks%|f8U(<6C@DBVLth)+^|L?k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zx_d>NTY0Ofs94$hTUuJ$Ifj^+yC)=GZ9Th%FO;D=-z<=%ZF1f~4?5lXKLTVcy3tFtQ18HDsOK4y`z`)$l zc%Nm5{GB`h#rwZC7j2f`A;k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0F2l#}zCM1`-dd6S9{@}!^>rE+~U~=0xhg&T0v6QdC3JFXRD?E z{nvl&gQc+XSBAtI|HD4!u#8F#1DCc%v_axdF3$N3 z^?Pr>UH5&G!DOaI`xx^0+7F-Ie(3dM(?I@?pDZ=|ZRPs6dt8W97jn2F-tfI{zk5@e z`Ba9aeGECRjdGGFBO_z4FTecqo!)y!!}$%zPR&pW@Oi};IKN@l#D$z&)f`IsJASe7 ze5$c4Een~};OID?;n+f^;-^pJOJ>eBp4YH~zhQ6w?QibY`I%LpKV<34Pz<0(6TRLW~ zS|#xL*h`tyDrz;C6|FdSH%#6t^(1!sr;kg{EO~A0b$GFfO%~&iEp}`NSYF(9+AHX} zAm#m)-^GgaY~)|u+qtPS`MKv@{$qQCm5l`_Sjnfb*1Vf5HM5f;H}PwYz}Ix$7u88h zX-EFi7hvl?k2GKQl5;|Lk~5{J_(i5Ak#O tPt!