diff --git a/Resources/Prototypes/Entities/Buildings/furniture.yml b/Resources/Prototypes/Entities/Buildings/furniture.yml index 1d3fdd96c5..7ca4eba938 100644 --- a/Resources/Prototypes/Entities/Buildings/furniture.yml +++ b/Resources/Prototypes/Entities/Buildings/furniture.yml @@ -69,7 +69,6 @@ sprite: Buildings/furniture.rsi state: chair - - type: entity name: wooden chair id: ChairWood @@ -80,3 +79,16 @@ color: "white" - type: Icon state: wooden_chair + +- type: entity + name: bed + id: Bed + components: + - type: Sprite + sprite: Buildings/furniture.rsi + state: bed + - type: Icon + sprite: Buildings/furniture.rsi + state: bed + placement: + mode: SnapgridCenter diff --git a/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml b/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml index 79e6e48df7..f445b49531 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml @@ -92,7 +92,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBedsheet - name: bedsheet + name: ghost costume description: '' components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/cloaks.yml b/Resources/Prototypes/Entities/Items/Clothing/cloaks.yml new file mode 100644 index 0000000000..1a6237eefc --- /dev/null +++ b/Resources/Prototypes/Entities/Items/Clothing/cloaks.yml @@ -0,0 +1,106 @@ +- type: entity + parent: Clothing + id: CloakClothing + abstract: true + name: cloak + description: + components: + - type: Sprite + sprite: Clothing/cloak.rsi + - type: Icon + sprite: Clothing/cloak.rsi + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/cloak.rsi + +- type: entity + parent: CloakClothing + id: CapCloak + name: captain's cloak + description: + components: + - type: Sprite + state: capcloak + - type: Icon + state: capcloak + - type: Clothing + HeldPrefix: capcloak + +- type: entity + parent: CloakClothing + id: HosCloak + name: HoS's cloak + description: + components: + - type: Sprite + state: hoscloak + - type: Icon + state: hoscloak + - type: Clothing + HeldPrefix: hoscloak + + +- type: entity + parent: CloakClothing + id: CeCloak + name: CE's cloak + components: + - type: Sprite + state: cecloak + - type: Icon + state: cecloak + - type: Clothing + HeldPrefix: cecloak + + +- type: entity + parent: CloakClothing + id: CmoCloak + name: CMO's cloak + components: + - type: Sprite + state: cmocloak + - type: Icon + state: cmocloak + - type: Clothing + HeldPrefix: cmocloak + +- type: entity + parent: CloakClothing + id: RdCloak + name: RD's cloak + components: + - type: Sprite + state: rdcloak + - type: Icon + state: rdcloak + - type: Clothing + HeldPrefix: rdcloak + + +- type: entity + parent: CloakClothing + id: QmCloak + name: QM's cloak + components: + - type: Sprite + state: qmcloak + - type: Icon + state: qmcloak + - type: Clothing + HeldPrefix: qmcloak + +- type: entity + parent: CloakClothing + id: HopCloak + name: HoP's cloak + components: + - type: Sprite + state: hopcloak + - type: Icon + state: hopcloak + - type: Clothing + HeldPrefix: hopcloak diff --git a/Resources/Prototypes/Entities/Items/bedsheets.yml b/Resources/Prototypes/Entities/Items/bedsheets.yml new file mode 100644 index 0000000000..229a8cd72a --- /dev/null +++ b/Resources/Prototypes/Entities/Items/bedsheets.yml @@ -0,0 +1,509 @@ +- type: entity + parent: BaseItem + id: BedsheetBase + name: BedsheetBase + abstract: true + placement: + mode: SnapgridCenter + snap: + - Bed + components: + - type: Sprite + sprite: Objects/Furniture/bedsheets.rsi + - type: Icon + sprite: Objects/Furniture/bedsheets.rsi + - type: SnapGrid + offset: Center + +- type: entity + id: BedsheetBlack + parent: BedsheetBase + name: black bedsheet + components: + - type: Sprite + state: sheetblack + - type: Icon + state: sheetblack + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetblack + +- type: entity + id: BedsheetBlue + parent: BedsheetBase + name: blue bedsheet + components: + - type: Sprite + state: sheetblue + - type: Icon + state: sheetblue + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetblue + +- type: entity + id: BedsheetBrown + parent: BedsheetBase + name: brown bedsheet + components: + - type: Sprite + state: sheetbrown + - type: Icon + state: sheetbrown + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetbrown + +- type: entity + id: BedsheetCaptain + parent: BedsheetBase + name: captain's bedsheet + components: + - type: Sprite + state: sheetcaptain + - type: Icon + state: sheetcaptain + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetcaptain + +- type: entity + id: BedsheetCE + parent: BedsheetBase + name: ce's bedsheet + components: + - type: Sprite + state: sheetce + - type: Icon + state: sheetce + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetce + +- type: entity + id: BedsheetCentcom + parent: BedsheetBase + name: centcom bedsheet + components: + - type: Sprite + state: sheetcentcom + - type: Icon + state: sheetcentcom + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetcentcom + +- type: entity + id: BedsheetClown + parent: BedsheetBase + name: clown's bedsheet + components: + - type: Sprite + state: sheetclown + - type: Icon + state: sheetclown + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetclown + +- type: entity + id: BedsheetCMO + parent: BedsheetBase + name: cmo's bedsheet + components: + - type: Sprite + state: sheetcmo + - type: Icon + state: sheetcmo + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetcmo + +- type: entity + id: BedsheetCosmos + parent: BedsheetBase + name: cosmos bedsheet + components: + - type: Sprite + state: sheetcosmos + - type: Icon + state: sheetcosmos + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetcosmos + +- type: entity + id: BedsheetCult + parent: BedsheetBase + name: cult bedsheet + components: + - type: Sprite + state: sheetcult + - type: Icon + state: sheetcult + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetcult + +- type: entity + id: BedsheetGreen + parent: BedsheetBase + name: green bedsheet + components: + - type: Sprite + state: sheetgreen + - type: Icon + state: sheetgreen + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetgreen + +- type: entity + id: BedsheetGrey + parent: BedsheetBase + name: grey bedsheet + components: + - type: Sprite + state: sheetgrey + - type: Icon + state: sheetgrey + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetgrey + +- type: entity + id: BedsheetHOP + parent: BedsheetBase + name: hop's bedsheet + components: + - type: Sprite + state: sheethop + - type: Icon + state: sheethop + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheethop + +- type: entity + id: BedsheetHOS + parent: BedsheetBase + name: hos's bedsheet + components: + - type: Sprite + state: sheethos + - type: Icon + state: sheethos + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheethos + +- type: entity + id: BedsheetIan + parent: BedsheetBase + name: ian bedsheet + components: + - type: Sprite + state: sheetian + - type: Icon + state: sheetian + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetian + +- type: entity + id: BedsheetMedical + parent: BedsheetBase + name: medical bedsheet + components: + - type: Sprite + state: sheetmedical + - type: Icon + state: sheetmedical + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetmedical + +- type: entity + id: BedsheetMime + parent: BedsheetBase + name: mime's bedsheet + components: + - type: Sprite + state: sheetmime + - type: Icon + state: sheetmime + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetmime + +- type: entity + id: BedsheetNT + parent: BedsheetBase + name: nt bedsheet + components: + - type: Sprite + state: sheetNT + - type: Icon + state: sheetNT + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetNT + +- type: entity + id: BedsheetOrange + parent: BedsheetBase + name: orange bedsheet + components: + - type: Sprite + state: sheetorange + - type: Icon + state: sheetorange + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetorange + +- type: entity + id: BedsheetPurple + parent: BedsheetBase + name: purple bedsheet + components: + - type: Sprite + state: sheetpurple + - type: Icon + state: sheetpurple + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetpurple + +- type: entity + id: BedsheetQM + parent: BedsheetBase + name: qm's bedsheet + components: + - type: Sprite + state: sheetqm + - type: Icon + state: sheetqm + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetqm + +- type: entity + id: BedsheetRainbow + parent: BedsheetBase + name: rainbow bedsheet + components: + - type: Sprite + state: sheetrainbow + - type: Icon + state: sheetrainbow + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetrainbow + +- type: entity + id: BedsheetRD + parent: BedsheetBase + name: rd's bedsheet + components: + - type: Sprite + state: sheetrd + - type: Icon + state: sheetrd + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetrd + +- type: entity + id: BedsheetRed + parent: BedsheetBase + name: red bedsheet + components: + - type: Sprite + state: sheetred + - type: Icon + state: sheetred + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetred + +- type: entity + id: BedsheetSyndie + parent: BedsheetBase + name: syndie bedsheet + components: + - type: Sprite + state: sheetsyndie + - type: Icon + state: sheetsyndie + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetsyndie + +- type: entity + id: BedsheetUSA + parent: BedsheetBase + name: usa bedsheet + components: + - type: Sprite + state: sheetUSA + - type: Icon + state: sheetUSA + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetUSA + +- type: entity + id: BedsheetWhite + parent: BedsheetBase + name: white bedsheet + components: + - type: Sprite + state: sheetwhite + - type: Icon + state: sheetwhite + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetwhite + +- type: entity + id: BedsheetWiz + parent: BedsheetBase + name: wizard's bedsheet + components: + - type: Sprite + state: sheetwiz + - type: Icon + state: sheetwiz + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetwiz + +- type: entity + id: BedsheetYellow + parent: BedsheetBase + name: yellow bedsheet + components: + - type: Sprite + state: sheetyellow + - type: Icon + state: sheetyellow + - type: Clothing + Size: 10 + QuickEquip: true + Slots: + - back + sprite: Clothing/back.rsi + HeldPrefix: sheetyellow diff --git a/Resources/Textures/Buildings/furniture.rsi/bed.png b/Resources/Textures/Buildings/furniture.rsi/bed.png index 49cd44ba75..ef69747588 100644 Binary files a/Resources/Textures/Buildings/furniture.rsi/bed.png and b/Resources/Textures/Buildings/furniture.rsi/bed.png differ diff --git a/Resources/Textures/Buildings/furniture.rsi/bed_padding.png b/Resources/Textures/Buildings/furniture.rsi/bed_padding.png deleted file mode 100644 index 8eea972fc9..0000000000 Binary files a/Resources/Textures/Buildings/furniture.rsi/bed_padding.png and /dev/null differ diff --git a/Resources/Textures/Buildings/furniture.rsi/meta.json b/Resources/Textures/Buildings/furniture.rsi/meta.json index 9e0e87504b..d9fff5ca68 100644 --- a/Resources/Textures/Buildings/furniture.rsi/meta.json +++ b/Resources/Textures/Buildings/furniture.rsi/meta.json @@ -1 +1,432 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "armchair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_chair_over", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_stool", "directions": 1, "delays": [[1.0]]}, {"name": "bed", "directions": 1, "delays": [[1.0]]}, {"name": "bed_padding", "directions": 1, "delays": [[1.0]]}, {"name": "blank", "directions": 1, "delays": [[1.0]]}, {"name": "chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_armrest", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_padding", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_padding_over", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "comfychair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_dark", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_white", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "onestar_chair_grey", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "onestar_chair_red", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "psychbed", "directions": 1, "delays": [[1.0]]}, {"name": "psychbed_padding", "directions": 1, "delays": [[1.0]]}, {"name": "shuttle_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "stool_base", "directions": 1, "delays": [[1.0]]}, {"name": "stool_padded_preview", "directions": 1, "delays": [[1.0]]}, {"name": "stool_padding", "directions": 1, "delays": [[1.0]]}, {"name": "stool_preview", "directions": 1, "delays": [[1.0]]}, {"name": "w_overlay", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wheelchair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wheelchair_folded", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wooden_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wooden_chair_wings", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "armchair_preview", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "bar_chair", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "bar_chair_over", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "bar_stool", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bed", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "blank", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "chair", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "chair_armrest", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "chair_padding", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "chair_padding_over", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "chair_preview", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "comfychair_preview", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "officechair_dark", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "officechair_white", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "onestar_chair_grey", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "onestar_chair_red", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "psychbed", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "psychbed_padding", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "shuttle_chair", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "stool_base", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "stool_padded_preview", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "stool_padding", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "stool_preview", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "w_overlay", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "wheelchair", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "wheelchair_folded", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "wooden_chair", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "wooden_chair_wings", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/back.rsi/meta.json b/Resources/Textures/Clothing/back.rsi/meta.json new file mode 100644 index 0000000000..71924c6ab8 --- /dev/null +++ b/Resources/Textures/Clothing/back.rsi/meta.json @@ -0,0 +1,1609 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CCBYNA3", + "copyright": "https://github.com/tgstation/tgstation", + "states": [ + { + "name": "sheetNT-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetUSA-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetblack-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetblue-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetbrown-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcaptain-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetce-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcentcom-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetclown-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcmo-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcosmos-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 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, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "sheetcult-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 0.3, + 0.2, + 0.3, + 0.2 + ], + [ + 0.3, + 0.2, + 0.3, + 0.2 + ], + [ + 0.3, + 0.2, + 0.3, + 0.2 + ], + [ + 0.3, + 0.2, + 0.3, + 0.2 + ] + ] + }, + { + "name": "sheetgreen-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetgrey-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheethop-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheethos-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetian-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetmedical-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetmime-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetorange-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetpurple-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetqm-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetrainbow-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetrd-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetred-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetsyndie-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetwhite-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetwiz-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 0.3, + 0.2, + 0.3, + 0.2 + ], + [ + 0.3, + 0.2, + 0.3, + 0.2 + ], + [ + 0.3, + 0.2, + 0.3, + 0.2 + ], + [ + 0.3, + 0.2, + 0.3, + 0.2 + ] + ] + }, + { + "name": "sheetyellow-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetNT-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetUSA-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetblack-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetblue-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetbrown-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcaptain-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetce-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcentcom-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcmo-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcosmos-inhand-left", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sheetcult-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetgreen-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetgrey-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheethop-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheethos-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetian-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetmedical-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetmime-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetorange-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetpurple-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetqm-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetrainbow-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetrd-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetred-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetsyndie-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetwhite-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetwiz-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetyellow-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetNT-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetUSA-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetblack-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetblue-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetbrown-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcaptain-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetce-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcentcom-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcmo-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetcosmos-inhand-right", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sheetcult-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetgreen-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetgrey-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheethop-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheethos-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetian-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetmedical-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetmime-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetorange-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetpurple-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetqm-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetrainbow-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetrd-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetred-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetsyndie-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetwhite-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetwiz-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheetyellow-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/back.rsi/sheetNT-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetNT-equipped-BACKPACK.png new file mode 100644 index 0000000000..a459bd3938 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetNT-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetNT-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetNT-inhand-left.png new file mode 100644 index 0000000000..bfec44e913 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetNT-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetNT-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetNT-inhand-right.png new file mode 100644 index 0000000000..80fd0bbade Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetNT-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetUSA-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetUSA-equipped-BACKPACK.png new file mode 100644 index 0000000000..60011afc29 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetUSA-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-left.png new file mode 100644 index 0000000000..85279e06e3 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-right.png new file mode 100644 index 0000000000..81ba146586 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetblack-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetblack-equipped-BACKPACK.png new file mode 100644 index 0000000000..f6f2458ba2 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetblack-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetblack-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetblack-inhand-left.png new file mode 100644 index 0000000000..bb3cd60c31 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetblack-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetblack-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetblack-inhand-right.png new file mode 100644 index 0000000000..b82e8531fc Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetblack-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetblue-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetblue-equipped-BACKPACK.png new file mode 100644 index 0000000000..e7db63351a Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetblue-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetblue-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetblue-inhand-left.png new file mode 100644 index 0000000000..fbee9f7a8a Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetblue-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetblue-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetblue-inhand-right.png new file mode 100644 index 0000000000..aa20d8fdc4 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetblue-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetbrown-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetbrown-equipped-BACKPACK.png new file mode 100644 index 0000000000..7821aa9945 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetbrown-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-left.png new file mode 100644 index 0000000000..085cc5a955 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-right.png new file mode 100644 index 0000000000..710c942d75 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcaptain-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetcaptain-equipped-BACKPACK.png new file mode 100644 index 0000000000..e4e1e34729 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcaptain-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcaptain-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetcaptain-inhand-left.png new file mode 100644 index 0000000000..67b8f33dc8 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcaptain-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcaptain-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetcaptain-inhand-right.png new file mode 100644 index 0000000000..33463a0899 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcaptain-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetce-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetce-equipped-BACKPACK.png new file mode 100644 index 0000000000..47cc6c31aa Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetce-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetce-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetce-inhand-left.png new file mode 100644 index 0000000000..0820059439 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetce-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetce-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetce-inhand-right.png new file mode 100644 index 0000000000..24b18ada38 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetce-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcentcom-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetcentcom-equipped-BACKPACK.png new file mode 100644 index 0000000000..1809143bf8 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcentcom-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcentcom-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetcentcom-inhand-left.png new file mode 100644 index 0000000000..61eec119e2 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcentcom-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcentcom-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetcentcom-inhand-right.png new file mode 100644 index 0000000000..9a4509cd40 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcentcom-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetclown-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetclown-equipped-BACKPACK.png new file mode 100644 index 0000000000..ca0bdc4c47 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetclown-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcmo-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetcmo-equipped-BACKPACK.png new file mode 100644 index 0000000000..1d81dbfd7e Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcmo-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-left.png new file mode 100644 index 0000000000..06c9973458 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-right.png new file mode 100644 index 0000000000..5635fd6857 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcosmos-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetcosmos-equipped-BACKPACK.png new file mode 100644 index 0000000000..520df0d95e Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcosmos-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-left.png new file mode 100644 index 0000000000..2f1df903b8 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-right.png new file mode 100644 index 0000000000..423088216d Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcult-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetcult-equipped-BACKPACK.png new file mode 100644 index 0000000000..545b37b4d3 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcult-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcult-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetcult-inhand-left.png new file mode 100644 index 0000000000..73ffb375d7 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcult-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetcult-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetcult-inhand-right.png new file mode 100644 index 0000000000..1b5989420f Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetcult-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetgreen-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetgreen-equipped-BACKPACK.png new file mode 100644 index 0000000000..0828c6b44b Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetgreen-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-left.png new file mode 100644 index 0000000000..107f8d6be4 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-right.png new file mode 100644 index 0000000000..bebf2b97da Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetgrey-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetgrey-equipped-BACKPACK.png new file mode 100644 index 0000000000..2dec090f14 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetgrey-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-left.png new file mode 100644 index 0000000000..b8cc77f38c Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-right.png new file mode 100644 index 0000000000..e9763938e6 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheethop-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheethop-equipped-BACKPACK.png new file mode 100644 index 0000000000..b9ab05ccaf Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheethop-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheethop-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheethop-inhand-left.png new file mode 100644 index 0000000000..0fbeb72219 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheethop-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheethop-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheethop-inhand-right.png new file mode 100644 index 0000000000..09a7342961 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheethop-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheethos-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheethos-equipped-BACKPACK.png new file mode 100644 index 0000000000..e776fd6afa Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheethos-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheethos-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheethos-inhand-left.png new file mode 100644 index 0000000000..4b4b921a8b Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheethos-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheethos-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheethos-inhand-right.png new file mode 100644 index 0000000000..4314366067 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheethos-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetian-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetian-equipped-BACKPACK.png new file mode 100644 index 0000000000..de359e86ef Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetian-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetian-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetian-inhand-left.png new file mode 100644 index 0000000000..d4414c754c Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetian-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetian-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetian-inhand-right.png new file mode 100644 index 0000000000..772abbbbd3 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetian-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetmedical-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetmedical-equipped-BACKPACK.png new file mode 100644 index 0000000000..3b2e0e7cb6 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetmedical-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetmedical-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetmedical-inhand-left.png new file mode 100644 index 0000000000..8be64f9a01 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetmedical-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetmedical-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetmedical-inhand-right.png new file mode 100644 index 0000000000..7fb137f039 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetmedical-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetmime-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetmime-equipped-BACKPACK.png new file mode 100644 index 0000000000..ca324efba1 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetmime-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetmime-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetmime-inhand-left.png new file mode 100644 index 0000000000..0ca24e3cae Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetmime-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetmime-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetmime-inhand-right.png new file mode 100644 index 0000000000..2c8c5d426b Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetmime-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetorange-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetorange-equipped-BACKPACK.png new file mode 100644 index 0000000000..54088036f7 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetorange-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetorange-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetorange-inhand-left.png new file mode 100644 index 0000000000..9fbca3791a Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetorange-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetorange-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetorange-inhand-right.png new file mode 100644 index 0000000000..bcaf2ffb29 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetorange-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetpurple-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetpurple-equipped-BACKPACK.png new file mode 100644 index 0000000000..775e1dd129 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetpurple-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-left.png new file mode 100644 index 0000000000..5a19999d6e Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-right.png new file mode 100644 index 0000000000..8f95170b8d Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetqm-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetqm-equipped-BACKPACK.png new file mode 100644 index 0000000000..331ceabb52 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetqm-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetqm-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetqm-inhand-left.png new file mode 100644 index 0000000000..e32752c0ad Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetqm-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetqm-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetqm-inhand-right.png new file mode 100644 index 0000000000..271991d8f9 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetqm-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetrainbow-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetrainbow-equipped-BACKPACK.png new file mode 100644 index 0000000000..9f677655f8 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetrainbow-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetrainbow-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetrainbow-inhand-left.png new file mode 100644 index 0000000000..d7ab0624f6 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetrainbow-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetrainbow-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetrainbow-inhand-right.png new file mode 100644 index 0000000000..01588bb5e7 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetrainbow-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetrd-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetrd-equipped-BACKPACK.png new file mode 100644 index 0000000000..ffe9119725 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetrd-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetrd-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetrd-inhand-left.png new file mode 100644 index 0000000000..9cc060a222 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetrd-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetrd-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetrd-inhand-right.png new file mode 100644 index 0000000000..542f9a757d Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetrd-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetred-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetred-equipped-BACKPACK.png new file mode 100644 index 0000000000..8c1d3dc67e Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetred-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetred-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetred-inhand-left.png new file mode 100644 index 0000000000..479610a4a6 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetred-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetred-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetred-inhand-right.png new file mode 100644 index 0000000000..36825db1b5 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetred-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetsyndie-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetsyndie-equipped-BACKPACK.png new file mode 100644 index 0000000000..d1d5ba4c81 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetsyndie-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-left.png new file mode 100644 index 0000000000..f15d88ef38 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-right.png new file mode 100644 index 0000000000..74c6411a58 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetwhite-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetwhite-equipped-BACKPACK.png new file mode 100644 index 0000000000..306bb6dba7 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetwhite-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-left.png new file mode 100644 index 0000000000..4d9d1161d2 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-right.png new file mode 100644 index 0000000000..e8b815965c Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetwiz-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetwiz-equipped-BACKPACK.png new file mode 100644 index 0000000000..4d95b9da5f Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetwiz-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-left.png new file mode 100644 index 0000000000..bd9e18499d Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-right.png new file mode 100644 index 0000000000..46641ee07c Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-right.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetyellow-equipped-BACKPACK.png b/Resources/Textures/Clothing/back.rsi/sheetyellow-equipped-BACKPACK.png new file mode 100644 index 0000000000..9818bca864 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetyellow-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-left.png b/Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-left.png new file mode 100644 index 0000000000..b982a29eb3 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-left.png differ diff --git a/Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-right.png b/Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-right.png new file mode 100644 index 0000000000..6fdd25ed63 Binary files /dev/null and b/Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-right.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/capcloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/capcloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..e857cf4a7c Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/capcloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/capcloak.png b/Resources/Textures/Clothing/cloak.rsi/capcloak.png new file mode 100644 index 0000000000..b1e470f427 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/capcloak.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/cecloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/cecloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..e275a78fe9 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/cecloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/cecloak.png b/Resources/Textures/Clothing/cloak.rsi/cecloak.png new file mode 100644 index 0000000000..84e06eb4e8 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/cecloak.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/cmocloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/cmocloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..eb9216dea1 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/cmocloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/cmocloak.png b/Resources/Textures/Clothing/cloak.rsi/cmocloak.png new file mode 100644 index 0000000000..67749028d3 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/cmocloak.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/hopcloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/hopcloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..9fc9e52b49 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/hopcloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/hopcloak.png b/Resources/Textures/Clothing/cloak.rsi/hopcloak.png new file mode 100644 index 0000000000..c935d29b23 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/hopcloak.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/hoscloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/hoscloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..78138c6385 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/hoscloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/hoscloak.png b/Resources/Textures/Clothing/cloak.rsi/hoscloak.png new file mode 100644 index 0000000000..a3415055bd Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/hoscloak.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/meta.json b/Resources/Textures/Clothing/cloak.rsi/meta.json new file mode 100644 index 0000000000..7f6607aea1 --- /dev/null +++ b/Resources/Textures/Clothing/cloak.rsi/meta.json @@ -0,0 +1,198 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "capcloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "cecloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "cmocloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hopcloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "hoscloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "qmcloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "rdcloak-equipped-BACKPACK", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "capcloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cecloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cmocloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hopcloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hoscloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "qmcloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "rdcloak", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/cloak.rsi/qmcloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/qmcloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..b1d615465f Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/qmcloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/qmcloak.png b/Resources/Textures/Clothing/cloak.rsi/qmcloak.png new file mode 100644 index 0000000000..a02ce22658 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/qmcloak.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/rdcloak-equipped-BACKPACK.png b/Resources/Textures/Clothing/cloak.rsi/rdcloak-equipped-BACKPACK.png new file mode 100644 index 0000000000..dbcb9c6403 Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/rdcloak-equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/cloak.rsi/rdcloak.png b/Resources/Textures/Clothing/cloak.rsi/rdcloak.png new file mode 100644 index 0000000000..3b292659ca Binary files /dev/null and b/Resources/Textures/Clothing/cloak.rsi/rdcloak.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/meta.json b/Resources/Textures/Objects/Furniture/bedsheets.rsi/meta.json new file mode 100644 index 0000000000..feb8440112 --- /dev/null +++ b/Resources/Textures/Objects/Furniture/bedsheets.rsi/meta.json @@ -0,0 +1,286 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CCBYNA3", + "copyright": "https://github.com/tgstation/tgstation", + "states": [ + { + "name": "random_bedsheet", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetNT", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetUSA", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetblack", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetblue", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetbrown", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetcaptain", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetce", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetcentcom", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetclown", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetcmo", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetcosmos", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "sheetcult", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetgreen", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetgrey", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheethop", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheethos", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetian", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetmedical", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetmime", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetorange", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetpurple", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetqm", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetrainbow", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetrd", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetred", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetsyndie", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetwhite", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetwiz", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheetyellow", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/random_bedsheet.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/random_bedsheet.png new file mode 100644 index 0000000000..51fe014fb6 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/random_bedsheet.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetNT.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetNT.png new file mode 100644 index 0000000000..13713fe14d Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetNT.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetUSA.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetUSA.png new file mode 100644 index 0000000000..4f52e26c14 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetUSA.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetblack.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetblack.png new file mode 100644 index 0000000000..556aea704a Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetblack.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetblue.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetblue.png new file mode 100644 index 0000000000..198850bb6b Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetblue.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetbrown.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetbrown.png new file mode 100644 index 0000000000..b4c22c124f Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetbrown.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcaptain.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcaptain.png new file mode 100644 index 0000000000..bc3328cf42 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcaptain.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetce.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetce.png new file mode 100644 index 0000000000..54133c26e5 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetce.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcentcom.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcentcom.png new file mode 100644 index 0000000000..43028881ec Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcentcom.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetclown.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetclown.png new file mode 100644 index 0000000000..9d32fccc60 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetclown.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcmo.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcmo.png new file mode 100644 index 0000000000..2514b8379f Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcmo.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcosmos.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcosmos.png new file mode 100644 index 0000000000..7b897bb701 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcosmos.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcult.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcult.png new file mode 100644 index 0000000000..8992474ff0 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetcult.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetgreen.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetgreen.png new file mode 100644 index 0000000000..1320d0baa6 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetgreen.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetgrey.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetgrey.png new file mode 100644 index 0000000000..50427ea20e Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetgrey.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheethop.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheethop.png new file mode 100644 index 0000000000..7bf9fbaf92 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheethop.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheethos.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheethos.png new file mode 100644 index 0000000000..4a252390c4 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheethos.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetian.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetian.png new file mode 100644 index 0000000000..1e258a8fd3 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetian.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetmedical.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetmedical.png new file mode 100644 index 0000000000..a9bfc32da2 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetmedical.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetmime.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetmime.png new file mode 100644 index 0000000000..2003d9128a Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetmime.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetorange.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetorange.png new file mode 100644 index 0000000000..28fb50a732 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetorange.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetpurple.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetpurple.png new file mode 100644 index 0000000000..5fc7531ae8 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetpurple.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetqm.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetqm.png new file mode 100644 index 0000000000..4b152f3624 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetqm.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetrainbow.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetrainbow.png new file mode 100644 index 0000000000..e45434592e Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetrainbow.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetrd.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetrd.png new file mode 100644 index 0000000000..6cb200ae6d Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetrd.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetred.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetred.png new file mode 100644 index 0000000000..505e5eb7b4 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetred.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetsyndie.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetsyndie.png new file mode 100644 index 0000000000..df24621980 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetsyndie.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetwhite.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetwhite.png new file mode 100644 index 0000000000..b3370277c8 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetwhite.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetwiz.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetwiz.png new file mode 100644 index 0000000000..c8a13eab1f Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetwiz.png differ diff --git a/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetyellow.png b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetyellow.png new file mode 100644 index 0000000000..b816f6bec9 Binary files /dev/null and b/Resources/Textures/Objects/Furniture/bedsheets.rsi/sheetyellow.png differ