diff --git a/Resources/Prototypes/Catalog/Fills/backpack.yml b/Resources/Prototypes/Catalog/Fills/backpack.yml new file mode 100644 index 0000000000..f6ddfd31de --- /dev/null +++ b/Resources/Prototypes/Catalog/Fills/backpack.yml @@ -0,0 +1,57 @@ +- type: entity + abstract: true + parent: BackpackClothing + id: BackpackClothingFilled + components: + - type: StorageFill + contents: + - BoxSurvival + +- type: entity + abstract: true + parent: ClownPack + id: ClownPackFilled + components: + - type: StorageFill + contents: + - BoxSurvival + +- type: entity + abstract: true + parent: SecPack + id: SecPackFilled + components: + - type: StorageFill + contents: + - BoxSurvival + - Stunbaton + - Flash + +- type: entity + abstract: true + parent: BackpackMedical + id: BackpackMedicalFilled + components: + - type: StorageFill + contents: + - BoxSurvival + +- type: entity + abstract: true + parent: BackpackCaptain + id: BackpackCaptainFilled + components: + - type: StorageFill + contents: + - BoxSurvival + #- StationCharter + #- TelescopicBaton + +- type: entity + abstract: true + parent: BackpackEngineering + id: BackpackEngineeringFilled + components: + - type: StorageFill + contents: + - BoxSurvival diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index 96b0556f18..e3e11dea52 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -95,3 +95,18 @@ state: icon - type: Clothing sprite: Clothing/Masks/mask_mime.rsi + +- type: entity + parent: MasksBase + id: MaskSterile + name: sterile mask + description: + components: + - type: Sprite + sprite: Clothing/Masks/mask_sterile.rsi + state: icon + - type: Icon + sprite: Clothing/Masks/mask_sterile.rsi + state: icon + - type: Clothing + sprite: Clothing/Masks/mask_sterile.rsi diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxbase.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxbase.yml new file mode 100644 index 0000000000..0fadbb8698 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxbase.yml @@ -0,0 +1,15 @@ +- type: entity + id: BoxBase + parent: BaseItem + abstract: true + components: + - type: Sprite + sprite: Objects/Storage/boxes.rsi + - type: Icon + sprite: Objects/Storage/boxicons.rsi + - type: Item + sprite: Objects/Storage/boxes.rsi + size: 9999 + - type: Storage + capacity: 60 + size: 9999 diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxes_food.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxes_food.yml new file mode 100644 index 0000000000..29a21b0c4c --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxes_food.yml @@ -0,0 +1,26 @@ +- type: entity + name: donkpocket box + parent: BoxBase + id: BoxDonkpocket + description: + components: + - type: StorageFill + contents: + - FoodDonkPocket + - FoodDonkPocket + - FoodDonkPocket + - FoodDonkPocket + - FoodDonkPocket + - FoodDonkPocket + - type: Sprite + sprite: Objects/Storage/donkpocket.rsi + state: icon + - type: Icon + sprite: Objects/Storage/donkpocket.rsi + state: icon + - type: Item + color: "#951710" + sprite: Objects/Storage/donkpocket.rsi + state: icon + - type: Storage + capacity: 30 diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml new file mode 100644 index 0000000000..ab23c1689d --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml @@ -0,0 +1,149 @@ +- type: entity + name: lightbulb box + parent: BoxBase + id: BoxLightbulb + description: + components: + - type: StorageFill + contents: + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - type: Sprite + layers: + - state: box + - state: light + - type: Icon + state: light + - type: Item + +- type: entity + name: lighttube box + parent: BoxBase + id: BoxLighttube + description: + components: + - type: StorageFill + contents: + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - type: Sprite + layers: + - state: box + - state: lighttube + - type: Icon + state: lighttube + - type: Item + +- type: entity + name: mixed lights box + parent: BoxBase + id: BoxLightMixed + description: + components: + - type: StorageFill + contents: + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightTube + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - LightBulb + - type: Sprite + layers: + - state: box + - state: lightmixed + - type: Icon + state: lightmixed + - type: Item + +- type: entity + name: pda box + parent: BoxBase + id: BoxPDA + description: + components: + - type: StorageFill + contents: + - AssistantPDA + - AssistantPDA + - AssistantPDA + - type: Sprite + layers: + - state: box + - state: pda + - type: Icon + state: pda + - type: Item + - type: Storage + capacity: 3 + +- type: entity + name: meson box + parent: BoxBase + id: BoxMesonScanners + description: + components: + - type: StorageFill + contents: + - MesonGlasses + - MesonGlasses + - MesonGlasses + - MesonGlasses + - type: Sprite + layers: + - state: box + - state: meson + - type: Icon + state: meson + - type: Item + - type: Storage + capacity: 20 + +- type: entity + name: survival box + parent: BoxBase + id: BoxSurvival + description: + components: + - type: StorageFill + contents: + - BreathMaskClothing + #- O2 Canister + #- Injector + - type: Sprite + layers: + - state: box + - state: writing + - type: Icon + state: box + - type: Item + size: 15 + - type: Storage + capacity: 15 + size: 15 diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxes_medical.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxes_medical.yml new file mode 100644 index 0000000000..09d5699b22 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxes_medical.yml @@ -0,0 +1,67 @@ +- type: entity + name: syringe box + parent: BoxBase + id: BoxSyringe + description: + components: + - type: StorageFill + contents: + - Syringe + - Syringe + - Syringe + - Syringe + - Syringe + - Syringe + - type: Sprite + layers: + - state: box + - state: syringe + - type: Icon + state: syringe + - type: Item + - type: Storage + capacity: 30 + +- type: entity + name: sterile box + parent: BoxBase + id: BoxSterile + description: + components: + - type: StorageFill + contents: + - MaskSterile + - MaskSterile + - MaskSterile + - MaskSterile + - type: Sprite + layers: + - state: box + - state: sterile + - type: Icon + state: sterile + - type: Item + - type: Storage + capacity: 20 + +- type: entity + name: latex box + parent: BoxBase + id: BoxLatex + description: + components: + - type: StorageFill + contents: + - GlovesLatex + - GlovesLatex + - GlovesLatex + - GlovesLatex + - type: Sprite + layers: + - state: box + - state: latex + - type: Icon + state: latex + - type: Item + - type: Storage + capacity: 20 diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxes_science.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxes_science.yml new file mode 100644 index 0000000000..b52f00a68b --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxes_science.yml @@ -0,0 +1,23 @@ +- type: entity + name: beaker box + parent: BoxBase + id: BoxBeaker + description: + components: + - type: StorageFill + contents: + - Beaker + - Beaker + - Beaker + - LargeBeaker + - LargeBeaker + - LargeBeaker + - type: Sprite + layers: + - state: box + - state: beaker + - type: Icon + state: beaker + - type: Item + - type: Storage + capacity: 30 diff --git a/Resources/Prototypes/Entities/Objects/Boxes/boxes_security.yml b/Resources/Prototypes/Entities/Objects/Boxes/boxes_security.yml new file mode 100644 index 0000000000..1308c376eb --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Boxes/boxes_security.yml @@ -0,0 +1,67 @@ +- type: entity + name: handcuff box + parent: BoxBase + id: BoxHandcuff + description: + components: + - type: StorageFill + contents: + - Handcuffs + - Handcuffs + - Handcuffs + - Handcuffs + - Handcuffs + - Handcuffs + - type: Sprite + layers: + - state: box_security + - state: handcuff + - type: Icon + state: handcuff + - type: Item + - type: Storage + capacity: 6 + +- type: entity + name: flashbang box + parent: BoxBase + id: BoxFlashbang + description: + components: + - type: StorageFill + contents: + - GrenadeFlashBang + - GrenadeFlashBang + - GrenadeFlashBang + - GrenadeFlashBang + - type: Sprite + layers: + - state: box_security + - state: flashbang + - type: Icon + state: flashbang + - type: Item + - type: Storage + capacity: 20 + +- type: entity + name: sechud box + parent: BoxBase + id: BoxSechud + description: + components: + - type: StorageFill + contents: + - SecGlasses + - SecGlasses + - SecGlasses + - SecGlasses + - type: Sprite + layers: + - state: box_security + - state: sechud + - type: Icon + state: sechud + - type: Item + - type: Storage + capacity: 20 diff --git a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml index 51544fabf1..c972607ef5 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml @@ -9,22 +9,18 @@ uncuffTime: 3.0 stunBonus: 2.0 breakoutTime: 20.0 - cuffedRSI: Objects/Misc/handcuffs.rsi + cuffedRSI: Objects/Misc/handcuffs.rsi iconState: body-overlay - - type: Sprite sprite: Objects/Misc/handcuffs.rsi state: handcuff - - type: Icon sprite: Objects/Misc/handcuffs.rsi state: handcuff - - type: Clothing sprite: Objects/Misc/handcuffs.rsi Slots: [belt] - - type: entity name: makeshift handcuffs description: Homemade handcuffs crafted from spare cables. @@ -36,7 +32,7 @@ uncuffTime: 3.5 stunBonus: 2.0 breakoutTime: 15.0 - cuffedRSI: Objects/Misc/cablecuffs.rsi + cuffedRSI: Objects/Misc/cablecuffs.rsi bodyIconState: body-overlay color: red breakOnRemove: true @@ -62,4 +58,4 @@ - type: Clothing sprite: Objects/Misc/cablecuffs.rsi color: red - Slots: [belt] \ No newline at end of file + Slots: [belt] diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml index d62b69d882..fd044ba811 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml @@ -15,6 +15,6 @@ id: CargoTechGear equipment: innerclothing: UniformCargoTech - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesBlack idcard: CargoPDA diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml b/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml index 38e1f44803..d70aedb6dc 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml @@ -13,7 +13,6 @@ id: AssistantGear equipment: innerclothing: UniformColorGrey - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesBlack idcard: AssistantPDA - diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml index 14f9ea8bcd..c53e4a8602 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml @@ -15,6 +15,6 @@ equipment: innerclothing: UniformBartender outerclothing: OuterclothingArmorVest - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesBlack idcard: BartenderPDA diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml index 8cd3ed63e8..c894a616b2 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml @@ -14,6 +14,6 @@ id: ChefGear equipment: innerclothing: UniformChef - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesBlack idcard: ChefPDA diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml index ff6ce07861..b207def046 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml @@ -15,7 +15,7 @@ id: ClownGear equipment: innerclothing: UniformClown - backpack: ClownPack + backpack: ClownPackFilled shoes: ShoesClown mask: MaskClown pocket1: BikeHorn diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml index 801d162339..6258c02c90 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml @@ -14,7 +14,7 @@ id: JanitorGear equipment: innerclothing: UniformJanitor - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesGaloshes head: HatPurplesoft idcard: JanitorPDA diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index dc5ca4269b..d1e7de6324 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -28,7 +28,7 @@ id: CaptainGear equipment: innerclothing: UniformCaptain - backpack: BackpackCaptain + backpack: BackpackCaptainFilled shoes: ShoesBlack head: HatCaptain eyes: SunGlasses diff --git a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml index a92ccc03e1..a0d26826f9 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -23,7 +23,7 @@ id: HoPGear equipment: innerclothing: UniformHoP - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesBrown head: HatHopcap idcard: HoPPDA diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml index c92118c6f0..f42372b89c 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml @@ -19,6 +19,6 @@ equipment: head: HatHardhatWhite innerclothing: UniformChiefEngineer - backpack: BackpackEngineering + backpack: BackpackEngineeringFilled shoes: ShoesBrown idcard: CEPDA diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml index 0f1099d79d..fbeaf3b5b8 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml @@ -16,7 +16,7 @@ id: StationEngineerGear equipment: innerclothing: UniformEngineering - backpack: BackpackEngineering + backpack: BackpackEngineeringFilled shoes: ShoesWorkboots outerclothing: OuterclothingHazard idcard: EngineerPDA diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index 7629149734..2e738fb1c1 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -19,7 +19,7 @@ id: CMOGear equipment: innerclothing: UniformCMO - backpack: BackpackMedical + backpack: BackpackMedicalFilled shoes: ShoesBrown outerclothing: OuterclothingLabcoatcmo idcard: CMOPDA diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml index 3371416216..db04903106 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml @@ -15,7 +15,7 @@ id: DoctorGear equipment: innerclothing: UniformMedicalDoctor - backpack: BackpackMedical + backpack: BackpackMedicalFilled shoes: ShoesWhite outerclothing: OuterclothingLabcoatmedspecopen idcard: MedicalPDA diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 75a3ed2fe7..a9b41a2cb1 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -17,7 +17,8 @@ id: ResearchDirectorGear equipment: innerclothing: UniformResearchDirector - backpack: BackpackClothing + # Note to Swept add science backpacks + backpack: BackpackClothingFilled shoes: ShoesBrown outerclothing: OuterclothingLabcoatopen idcard: RnDPDA diff --git a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml index 7ae835700b..787f88037c 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml @@ -15,7 +15,7 @@ id: ScientistGear equipment: innerclothing: UniformScientist - backpack: BackpackClothing + backpack: BackpackClothingFilled shoes: ShoesWhite outerclothing: OuterclothingLabcoat idcard: SciencePDA diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 9f567a046f..00293c4e3a 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -18,7 +18,7 @@ id: HoSGear equipment: innerclothing: UniformHoS - backpack: SecPack + backpack: SecPackFilled shoes: ShoesJackboots outerclothing: OuterclothingHoSTrenchcoat eyes: SecGlasses diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 58c8a3ce4d..1ee779bce6 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -16,7 +16,7 @@ id: SecurityOfficerGear equipment: innerclothing: UniformSec - backpack: SecPack + backpack: SecPackFilled shoes: ShoesJackboots eyes: SecGlasses outerclothing: OuterclothingArmorVest diff --git a/Resources/Textures/Clothing/Masks/mask_sterile.rsi/equipped-MASK.png b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/equipped-MASK.png new file mode 100644 index 0000000000..7502e741a8 Binary files /dev/null and b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/Clothing/Masks/mask_sterile.rsi/icon.png b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/icon.png new file mode 100644 index 0000000000..4067149249 Binary files /dev/null and b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Masks/mask_sterile.rsi/meta.json b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/meta.json new file mode 100644 index 0000000000..7ec693eda3 --- /dev/null +++ b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/meta.json @@ -0,0 +1,51 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "states": [ + { + "name": "icon", + "directions": 1, + }, + { + "name": "equipped-MASK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "up-equipped-MASK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Masks/mask_sterile.rsi/up-equipped-MASK.png b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/up-equipped-MASK.png new file mode 100644 index 0000000000..3ba8642c01 Binary files /dev/null and b/Resources/Textures/Clothing/Masks/mask_sterile.rsi/up-equipped-MASK.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/beaker.png b/Resources/Textures/Objects/Storage/boxes.rsi/beaker.png new file mode 100644 index 0000000000..6fe24bba2f Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/beaker.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/bodybags.png b/Resources/Textures/Objects/Storage/boxes.rsi/bodybags.png new file mode 100644 index 0000000000..80612572aa Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/bodybags.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/box.png b/Resources/Textures/Objects/Storage/boxes.rsi/box.png new file mode 100644 index 0000000000..e62e0f699f Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/box.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/box_donk_pocket.png b/Resources/Textures/Objects/Storage/boxes.rsi/box_donk_pocket.png new file mode 100644 index 0000000000..53695eb6ae Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/box_donk_pocket.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/box_id.png b/Resources/Textures/Objects/Storage/boxes.rsi/box_id.png new file mode 100644 index 0000000000..699aeb7c48 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/box_id.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom.png b/Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom.png new file mode 100644 index 0000000000..50379bb475 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom_big.png b/Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom_big.png new file mode 100644 index 0000000000..00833bb163 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom_big.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/box_security.png b/Resources/Textures/Objects/Storage/boxes.rsi/box_security.png new file mode 100644 index 0000000000..eb5120f812 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/box_security.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/circuit.png b/Resources/Textures/Objects/Storage/boxes.rsi/circuit.png new file mode 100644 index 0000000000..a713f67254 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/circuit.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/disk.png b/Resources/Textures/Objects/Storage/boxes.rsi/disk.png new file mode 100644 index 0000000000..219e8942f4 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/disk.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/flashbang.png b/Resources/Textures/Objects/Storage/boxes.rsi/flashbang.png new file mode 100644 index 0000000000..7feb84489d Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/flashbang.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/glasses.png b/Resources/Textures/Objects/Storage/boxes.rsi/glasses.png new file mode 100644 index 0000000000..d5d151a7b8 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/glasses.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/handcuff.png b/Resources/Textures/Objects/Storage/boxes.rsi/handcuff.png new file mode 100644 index 0000000000..625b865dd1 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/handcuff.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/implant.png b/Resources/Textures/Objects/Storage/boxes.rsi/implant.png new file mode 100644 index 0000000000..bb99baa954 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/implant.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/inhand-left.png b/Resources/Textures/Objects/Storage/boxes.rsi/inhand-left.png new file mode 100644 index 0000000000..a45ce6c693 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/inhand-right.png b/Resources/Textures/Objects/Storage/boxes.rsi/inhand-right.png new file mode 100644 index 0000000000..bc2f8c7cbf Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/latex.png b/Resources/Textures/Objects/Storage/boxes.rsi/latex.png new file mode 100644 index 0000000000..46a4cbbfad Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/latex.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/light.png b/Resources/Textures/Objects/Storage/boxes.rsi/light.png new file mode 100644 index 0000000000..ddb5fa3147 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/light.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/lightmixed.png b/Resources/Textures/Objects/Storage/boxes.rsi/lightmixed.png new file mode 100644 index 0000000000..8df25a0b7b Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/lightmixed.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/lighttube.png b/Resources/Textures/Objects/Storage/boxes.rsi/lighttube.png new file mode 100644 index 0000000000..8832163fd6 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/lighttube.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meson.png b/Resources/Textures/Objects/Storage/boxes.rsi/meson.png new file mode 100644 index 0000000000..57c7818d21 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/meson.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json new file mode 100644 index 0000000000..c2a70f35aa --- /dev/null +++ b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json @@ -0,0 +1,299 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA 3", + "copyright": "https://github.com/discordia-space/CEV-Eris/commit/9216a1754b1e1d25b8f771b15fbaf4e086fcade9", + "states": [ + { + "name": "beaker", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bodybags", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "meson", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sechud", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box_donk_pocket", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box_id", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box_of_doom", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box_of_doom_big", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box_security", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "circuit", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "disk", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "flashbang", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "glasses", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "handcuff", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "implant", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "latex", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "light", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "lightmixed", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "lighttube", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mousetraps", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "pda", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "pillbox", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "solution_trays", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sterile", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "syringe", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "writing", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "writing_of_doom", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/mousetraps.png b/Resources/Textures/Objects/Storage/boxes.rsi/mousetraps.png new file mode 100644 index 0000000000..2d19c7d55b Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/mousetraps.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/pda.png b/Resources/Textures/Objects/Storage/boxes.rsi/pda.png new file mode 100644 index 0000000000..349cab8e1e Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/pda.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/pillbox.png b/Resources/Textures/Objects/Storage/boxes.rsi/pillbox.png new file mode 100644 index 0000000000..572cfd01f4 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/pillbox.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/sechud.png b/Resources/Textures/Objects/Storage/boxes.rsi/sechud.png new file mode 100644 index 0000000000..0f52ce46bd Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/sechud.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/solution_trays.png b/Resources/Textures/Objects/Storage/boxes.rsi/solution_trays.png new file mode 100644 index 0000000000..4e6b6beb3a Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/solution_trays.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/sterile.png b/Resources/Textures/Objects/Storage/boxes.rsi/sterile.png new file mode 100644 index 0000000000..f78f0813ba Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/sterile.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/syringe.png b/Resources/Textures/Objects/Storage/boxes.rsi/syringe.png new file mode 100644 index 0000000000..f047d81891 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/syringe.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/writing.png b/Resources/Textures/Objects/Storage/boxes.rsi/writing.png new file mode 100644 index 0000000000..bdd60fa809 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/writing.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/writing_of_doom.png b/Resources/Textures/Objects/Storage/boxes.rsi/writing_of_doom.png new file mode 100644 index 0000000000..fd1977d96b Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/writing_of_doom.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/beaker.png b/Resources/Textures/Objects/Storage/boxicons.rsi/beaker.png new file mode 100644 index 0000000000..7bbb9eaa1d Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/beaker.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/bodybags.png b/Resources/Textures/Objects/Storage/boxicons.rsi/bodybags.png new file mode 100644 index 0000000000..756a606caf Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/bodybags.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/box.png b/Resources/Textures/Objects/Storage/boxicons.rsi/box.png new file mode 100644 index 0000000000..0a12d0e141 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/box.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/box_of_doom.png b/Resources/Textures/Objects/Storage/boxicons.rsi/box_of_doom.png new file mode 100644 index 0000000000..89ecc16cde Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/box_of_doom.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/circuit.png b/Resources/Textures/Objects/Storage/boxicons.rsi/circuit.png new file mode 100644 index 0000000000..f7c448ee77 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/circuit.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/disk_kit.png b/Resources/Textures/Objects/Storage/boxicons.rsi/disk_kit.png new file mode 100644 index 0000000000..c6ba755256 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/disk_kit.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/donk_kit.png b/Resources/Textures/Objects/Storage/boxicons.rsi/donk_kit.png new file mode 100644 index 0000000000..615408735d Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/donk_kit.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/flashbang.png b/Resources/Textures/Objects/Storage/boxicons.rsi/flashbang.png new file mode 100644 index 0000000000..3d2f1dda56 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/flashbang.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/glasses.png b/Resources/Textures/Objects/Storage/boxicons.rsi/glasses.png new file mode 100644 index 0000000000..3819d40b22 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/glasses.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/handcuff.png b/Resources/Textures/Objects/Storage/boxicons.rsi/handcuff.png new file mode 100644 index 0000000000..1e695be9d2 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/handcuff.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/implant.png b/Resources/Textures/Objects/Storage/boxicons.rsi/implant.png new file mode 100644 index 0000000000..183cd48b2d Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/implant.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/latex.png b/Resources/Textures/Objects/Storage/boxicons.rsi/latex.png new file mode 100644 index 0000000000..ae5d788f8c Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/latex.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/light.png b/Resources/Textures/Objects/Storage/boxicons.rsi/light.png new file mode 100644 index 0000000000..f16e4fdceb Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/light.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/lightmixed.png b/Resources/Textures/Objects/Storage/boxicons.rsi/lightmixed.png new file mode 100644 index 0000000000..aab16a4557 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/lightmixed.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/lighttube.png b/Resources/Textures/Objects/Storage/boxicons.rsi/lighttube.png new file mode 100644 index 0000000000..b257bd68e5 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/lighttube.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/meson.png b/Resources/Textures/Objects/Storage/boxicons.rsi/meson.png new file mode 100644 index 0000000000..a124ba5d96 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/meson.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json b/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json new file mode 100644 index 0000000000..7e5c5370c1 --- /dev/null +++ b/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json @@ -0,0 +1,218 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-NA 3", + "copyright": "https://github.com/Baystation12/Baystation12/commit/bc9fbb1722530596e3aa7522ee407280b323ad43", + "states": [ + { + "name": "beaker", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bodybags", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "meson", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sechud", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "box_of_doom", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "circuit", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "disk_kit", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "donk_kit", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "flashbang", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "glasses", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "handcuff", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "implant", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "latex", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "light", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "lightmixed", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "lighttube", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mousetraps", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "pda", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "pillbox", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "solution_trays", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sterile", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "syringe", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/mousetraps.png b/Resources/Textures/Objects/Storage/boxicons.rsi/mousetraps.png new file mode 100644 index 0000000000..4f9cda8b50 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/mousetraps.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/pda.png b/Resources/Textures/Objects/Storage/boxicons.rsi/pda.png new file mode 100644 index 0000000000..4c625ad354 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/pda.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/pillbox.png b/Resources/Textures/Objects/Storage/boxicons.rsi/pillbox.png new file mode 100644 index 0000000000..bde84ad2b3 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/pillbox.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/sechud.png b/Resources/Textures/Objects/Storage/boxicons.rsi/sechud.png new file mode 100644 index 0000000000..6695a14b0a Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/sechud.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/solution_trays.png b/Resources/Textures/Objects/Storage/boxicons.rsi/solution_trays.png new file mode 100644 index 0000000000..66267f50ad Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/solution_trays.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/sterile.png b/Resources/Textures/Objects/Storage/boxicons.rsi/sterile.png new file mode 100644 index 0000000000..60f2b86001 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/sterile.png differ diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/syringe.png b/Resources/Textures/Objects/Storage/boxicons.rsi/syringe.png new file mode 100644 index 0000000000..90872462f1 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxicons.rsi/syringe.png differ diff --git a/Resources/Textures/Objects/Storage/donkpocket.rsi/icon.png b/Resources/Textures/Objects/Storage/donkpocket.rsi/icon.png new file mode 100644 index 0000000000..c84d483006 Binary files /dev/null and b/Resources/Textures/Objects/Storage/donkpocket.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Storage/donkpocket.rsi/inhand-left.png b/Resources/Textures/Objects/Storage/donkpocket.rsi/inhand-left.png new file mode 100644 index 0000000000..8e81bd04f8 Binary files /dev/null and b/Resources/Textures/Objects/Storage/donkpocket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Storage/donkpocket.rsi/inhand-right.png b/Resources/Textures/Objects/Storage/donkpocket.rsi/inhand-right.png new file mode 100644 index 0000000000..2dfb972cef Binary files /dev/null and b/Resources/Textures/Objects/Storage/donkpocket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Storage/donkpocket.rsi/meta.json b/Resources/Textures/Objects/Storage/donkpocket.rsi/meta.json new file mode 100644 index 0000000000..a48e79dae2 --- /dev/null +++ b/Resources/Textures/Objects/Storage/donkpocket.rsi/meta.json @@ -0,0 +1,56 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-NA 3", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1", + "states": [ + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +}