diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 0d22660a3f2..70b13dc08e2 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -50,14 +50,14 @@ ClothingHeadHatGladiator: 1 ClothingUniformJumpsuitGladiator: 1 ClothingHeadHatStetson: 2 # backmen - ClothingHeadHatCowboyBrown: 1 - ClothingHeadHatCowboyBlack: 1 - ClothingHeadHatCowboyWhite: 1 - ClothingHeadHatCowboyGrey: 1 - ClothingShoesBootsCowboyBrown: 1 - ClothingShoesBootsCowboyBlack: 1 - ClothingShoesBootsCowboyWhite: 1 - ClothingMaskNeckGaiterRed: 2 + ClothingHeadHatCowboyBrown: 1 + ClothingHeadHatCowboyBlack: 1 + ClothingHeadHatCowboyWhite: 1 + ClothingHeadHatCowboyGrey: 1 + ClothingShoesBootsCowboyBrown: 1 + ClothingShoesBootsCowboyBlack: 1 + ClothingShoesBootsCowboyWhite: 1 + ClothingMaskNeckGaiterRed: 2 emaggedInventory: ClothingShoesBling: 1 ClothingShoesBootsCowboyFancy: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 32170331ff3..965c0f85f00 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -537,7 +537,51 @@ tags: - CaptainSabre - type: Appearance + +- type: entity # backmen + parent: [ClothingBeltBase, ClothingSlotBase] + id: ClothingBeltYamato + name: Ножны Ямато + description: Ножны для Ямато. Найдено в секторе "Бекман" + components: + - type: Sprite + sprite: Backmen/Clothing/Belt/yamato.rsi + state: sheath + - type: Clothing + sprite: Backmen/Clothing/Belt/yamato.rsi + - type: Item + size: Ginormous + - type: ItemSlots + slots: + item: + name: Sabre + insertVerbText: sheath-insert-verb + ejectVerbText: sheath-eject-verb + insertSound: /Audio/Items/sheath.ogg + ejectSound: /Audio/Items/unsheath.ogg + whitelist: + tags: + - YamatoSabre + - type: ItemMapper + mapLayers: + sheath-sabre: + whitelist: + tags: + - YamatoSabre + - type: Appearance + +- type: entity # backmen + id: ClothingBeltYamatoFilled + parent: ClothingBeltYamato + suffix: Filled + components: + - type: ContainerFill + containers: + item: + - YamatoSabre +- type: Tag + id: YamatoSabre # Belts without visualizers - type: entity diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml index 45ff8642f1b..486d1d4c2a7 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -808,3 +808,37 @@ # - type: AlwaysRevolutionaryConvertible - type: StealTarget stealGroup: AnimalTropico + +- type: entity # Backmen + name: Есперон + parent: MobCat + id: MobCatEsperon + description: Космический кот??! Найдено в секторе "Бекман" + components: + - type: Sprite + drawdepth: Mobs + sprite: Mobs/Pets/espeon.rsi + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: espeon + - type: DamageStateVisuals + states: + Alive: + Base: espeon + Critical: + Base: espeon_dead + Dead: + - type: NpcFactionMember + factions: + - PetsNT + - type: HTN + rootTask: + task: SimpleHostileCompound + - type: Grammar + attributes: + proper: true + gender: female + - type: Tag + tags: + - CannotSuicide + - VimPilot \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml b/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml index f5a0c15e42f..bc055177d90 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/detective.yml @@ -63,6 +63,24 @@ id: NoirJumpskirt equipment: jumpsuit: ClothingUniformJumpskirtDetectiveGrey + +- type: loadout + id: JumpsuitDecSerii + equipment: JumpsuitDecSerii + +- type: startingGear + id: JumpsuitDecSerii + equipment: + jumpsuit: ClothingUniformJumpsuitDecSerii + +- type: loadout + id: ClothingJumpsuitDecSerii + equipment: ClothingJumpsuitDecSerii + +- type: startingGear + id: ClothingJumpsuitDecSerii + equipment: + jumpsuit: ClothingJumpsuitDec # OuterClothing - type: loadout diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Belt/belts.yml index 095daed609c..efa6e3db88f 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Belt/belts.yml @@ -293,3 +293,17 @@ whitelist: tags: - ShellShotgun + +- type: entity + parent: ClothingBeltMilitaryWebbing + id: ClothingBeltTGMCwhite + name: белая боевая разгрузка + description: Бронеразгрузка для ваших боеприпасов или иных нужных штучек для слежки. + components: + - type: Sprite + sprite: Backmen/Clothing/Belt/webbingtgmcwhite.rsi + - type: Clothing + sprite: Backmen/Clothing/Belt/webbingtgmcwhite.rsi + + + diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Hands/gloves.yml index 90eb4a00283..9f8087da03c 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Hands/gloves.yml @@ -119,3 +119,30 @@ priority: -12 event: !type:DashEvent range: 0 + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesTGMCwhite + name: белые боевые перчатки + description: Эти тактические белые перчатки огнеупорны и ударопрочны. + components: + - type: Sprite + sprite: Backmen/Clothing/Hands/Gloves/whitetgmc.rsi + - type: Clothing + sprite: Backmen/Clothing/Hands/Gloves/whitetgmc.rsi + - type: Fiber + fiberMaterial: fibers-durathread + - type: FingerprintMask + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.90 + Piercing: 0.95 + Heat: 0.95 + - type: Thieving + stripTimeReduction: 1 + stealthy: true + - type: GloveHeatResistance + heatResistance: 1400 + - type: Insulated \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/hats.yml index 84e18dddf17..a7c09976687 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/hats.yml @@ -179,6 +179,28 @@ sprite: Backmen/Clothing/Head/Hats/seccap.rsi - type: Clothing sprite: Backmen/Clothing/Head/Hats/seccap.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretVet + name: Берет ветерана + description: Зелёный берет ветерана, в милитарическом стиле. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Hats/beretvet.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Hats/beretvet.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatChapa + name: Камилавка + description: Шляпа из верблюжьей шерсти, крайне похожа на древний головной убор священника. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Hats/headchap.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Hats/headchap.rsi - type: entity parent: ClothingHeadBase @@ -357,3 +379,36 @@ sprite: Backmen/Clothing/Head/Hats/tony.rsi - type: IngestionBlocker - type: IdentityBlocker + +- type: entity # backmen + parent: ClothingMaskBase + id: ClothingMaskBal + name: баллаклава SWAT + description: аааа! + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Masks/balaclawa.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Masks/balaclawa.rsi + +- type: entity # backmen + parent: ClothingHeadBase + id: ClothingHeadJeester + name: шляпа Джестера + description: Младший единокровный брат Короля и дядя Принца. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Hats/jeester.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Hats/jeester.rsi + +- type: entity # backmen + parent: ClothingHeadBase + id: ClothingHeadPlet + name: плетенная шляпа + description: Шляпа прямиком с восточной части земли, где она популярна среди туристов и земляков + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Hats/hatfriz.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Hats/hatfriz.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml index 95cbc19ddd8..8ce5fb629d9 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml @@ -292,3 +292,79 @@ slots: - Hair - Snout + +- type: entity # backmen + parent: ClothingHeadBase + id: ClothingHeadHelmetSWAT + name: шлем SWAT + description: Шлем SWATа, способен выдержать выстрел оружия. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Helmets/helm.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Helmets/helm.rsi + - type: IngestionBlocker + - type: Armor + modifiers: + coefficients: + Blunt: 0.60 + Slash: 0.8 + Piercing: 0.9 + Heat: 0.80 + +- type: entity # backmen + parent: ClothingHeadBase + id: ClothingHeadHelmetGreenMilee + name: шлем милитарист + description: Шлем милитарист, способен выдержать выстрел оружия. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Helmets/helmetgrin.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Helmets/helmetgrin.rsi + - type: IngestionBlocker + - type: Armor + modifiers: + coefficients: + Blunt: 0.40 + Slash: 0.3 + Piercing: 0.9 + Heat: 0.60 + +- type: entity # backmen + parent: ClothingHeadBase + id: ClothingHeadHelmetTGMCwhite + name: белый боевой шлем + description: Белый боевой шлем, способен выдержать выстрел оружия. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi + - type: IngestionBlocker + - type: Armor + modifiers: + coefficients: + Blunt: 0.30 + Slash: 0.3 + Piercing: 0.9 + Heat: 0.60 + +- type: entity # backmen + parent: ClothingHeadBase + id: ClothingHeadHelmetTGMCwhiteMed + name: белый медицинский шлем + description: Белый боевой-медицинский шлем, способен выдержать выстрел оружия. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi + - type: IngestionBlocker + - type: Armor + modifiers: + coefficients: + Blunt: 0.30 + Slash: 0.3 + Piercing: 0.9 + Heat: 0.60 \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/masks.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/masks.yml index 2a063d699b4..c26516fb66d 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/masks.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/masks.yml @@ -248,3 +248,14 @@ Slash: 0.90 Piercing: 0.95 Heat: 0.95 + +- type: entity + parent: ClothingMaskBase + id: ClothingMaskTGMCwhite + name: белая боевая маска + description: Белая боевая маска, помогает не дышать пылью. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Masks/masktgmcwhite.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Masks/masktgmcwhite.rsi diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Neck/cloaks.yml index 5dd82932207..0ca0079f2b0 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Neck/cloaks.yml @@ -96,4 +96,59 @@ description: На воротнике видна подпись-MK II-Dusya components: - type: Sprite - sprite: Backmen/Clothing/Neck/Cloaks/TGMCcloak.rsi \ No newline at end of file + sprite: Backmen/Clothing/Neck/Cloaks/TGMCcloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakPoncho + name: Пончо милитарист + description: Ваш верный друг в борьбе с дождём и вьюгой + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Cloaks/poncho.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakGreenMantie + name: Мантия милитариста + description: Удобство и скрытность, то что и важно для обладателя этой мантии + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Cloaks/mantie.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakBlackCloak + name: Чёрная мантия священника + description: Чёрная мантия, скрывает тайны? + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Cloaks/black.rsi + + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakWhiteCloak + name: Белая мантия священника + description: Белая официальная мантия священника. + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Cloaks/white.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakSanabi + name: Чёрный плащ "Санаби" + description: Чёрный плащ, с красной оконтовкой, на очень маленькой бирке написано Санаби! + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Cloaks/sanabi.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakTGMCwhite + name: белый боевой плащ + description: Белый боевой плащ из лёгкой ткани. + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml index c715e25dd55..5c18ba28a30 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml @@ -231,3 +231,24 @@ sprite: Backmen/Clothing/OuterClothing/Armor/armor_sec_med.rsi - type: Clothing sprite: Backmen/Clothing/OuterClothing/Armor/armor_sec_med.rsi + +- type: entity # backmen + parent: ClothingOuterArmorBasic + id: ClothingOuterArmorSWAT + name: бронежилет SWAT + description: Тяжелый пуленепробиваемый жилет, который в незначительной степени защищает владельца от традиционного огнестрельного оружия и взрывчатых веществ. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Armor/vestswat.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Armor/vestswat.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.4 + Heat: 0.9 + - type: ExplosionResistance + damageCoefficient: 0.80 + \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/coat.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/coat.yml index 1c57b209b2d..a2d2d08fd40 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/coat.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/coat.yml @@ -41,3 +41,113 @@ sprite: Clothing/OuterClothing/Coats/bomber.rsi - type: Clothing sprite: Clothing/OuterClothing/Coats/bomber.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatBlackdmc + name: чёрный плащ-куртка + description: Каждая потеря остается потерей, сколько бы их ни было до этого. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/black.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/black.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatBluedmc + name: синяя плащ-куртка + description: Сначала я его выхвачу! Потом воткну! Как следует! Под всеми углами! И во все дырки! Вот так! Входит и выходит! С огромной силой! И в конце концов... все удовлетворены. А ты... свободен... + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/blue.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/blue.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatDesertdmc + name: песочная плащ-куртка + description: Собираешься на вечеринку? К чему такая спешка, неужели у тебя есть приглашение? + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/desert.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/desert.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatGolddmc + name: золотая плащ-куртка + description: Мы истину, похожую на ложь, должны хранить сомкнутыми устами, иначе срам безвинно наживешь. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/gold.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/gold.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatPurpledmc + name: фиолетова плащ-куртка + description: Порой люди хуже демонов. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/purple.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/purple.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatReddmc + name: красная плащ-куртка + description: Эй, пацан! Уже сдаёшься? + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/red.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/red.rsi + +- type: entity #backmen + parent: ClothingOuterCoatSecurityOvercoat + id: ClothingOuterCoatSnowdmc + name: снежная плащ-куртка + description: Я частенько слышал, что пары, которые внешне любят друг друга, частенько холодны внутри. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/snow.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/snow.rsi + +- type: entity #backmen + parent: ClothingOuterStorageBase + id: ClothingOuterCoatBlackViF + name: Чёрный бомбер + description: Удобный чёрный бомбер. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/blackViF.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/blackViF.rsi + +- type: entity #backmen + parent: ClothingOuterWinterCoat + id: ClothingOuterCoatJacket + name: Куртка милитарист + description: Осталось прожить три дня, три... + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/jacket.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/jacket.rsi + +- type: entity #backmen + parent: ClothingOuterStorageBase + id: ClothingOuterCoatNT + name: Бомбер NT + description: Удобный бомбер с эмблемой Nanotrasen. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Coats/NT.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Coats/NT.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/misc.yml index e842966f112..e3b4bec16ca 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/misc.yml @@ -26,3 +26,25 @@ suffix: Unremoveable components: - type: Unremoveable + +- type: entity + parent: ClothingOuterBase + id: ClothingGlavaKylt + name: Чёрная накидка старшего + description: Странная чёрная накидка старшего последователя, пахнет мистикой. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Misc/glava.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Misc/glava.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingPosledKylt + name: Чёрная накидка последователя + description: Странная чёрная накидка последователя, пахнет мистикой. + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Misc/posledov.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Misc/posledov.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml index e4a29e68bf5..08aaf1c0872 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml @@ -81,3 +81,17 @@ params: volume: -999 - type: NoSlip + +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesBootsBerrci + name: Шнурованные берцы + description: Удобная обувь с шнурками. + components: + - type: Sprite + sprite: Backmen/Clothing/Shoes/Boots/berrci.rsi + - type: Clothing + sprite: Backmen/Clothing/Shoes/Boots/berrci.rsi + - type: FootstepModifier # Corvax-Sounds + footstepSoundCollection: + collection: FootstepBoots \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpskirts.yml index bd52502d07c..030da0cdab5 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpskirts.yml @@ -102,6 +102,17 @@ sprite: Backmen/Clothing/Uniforms/Jumpskirt/blackunderwear.rsi - type: Clothing sprite: Backmen/Clothing/Uniforms/Jumpskirt/blackunderwear.rsi + +- type: entity # Backmen + parent: ClothingUniformSkirtBase + id: ClothingJumpsuitDec + name: серая юбка-костюм детектива + description: серая юбка с рубашкой, тахнет тайной! + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi - type: entity parent: ClothingUniformSkirtBase diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml index ab062f3ccdd..af9b5066965 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml @@ -610,6 +610,39 @@ sprite: Backmen/Clothing/Uniforms/jumpsuit/biker.rsi - type: Clothing sprite: Backmen/Clothing/Uniforms/jumpsuit/biker.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCenK # Backmen + name: Костюм Центрального Коммандования + description: Темно-зелёный костюм ЦК + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/uni.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/uni.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitDecSerii # Backmen + name: Серый костюм детектива + description: Серый костюм детектива, тахней тайной! + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/dec.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/dec.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitSWAT # Backmen + name: боевая униформа SWAT + description: стой! SWAT идёт! + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi - type: entity parent: ClothingUniformBase @@ -621,6 +654,118 @@ sprite: Backmen/Clothing/Uniforms/jumpsuit/marine_suit.rsi - type: Clothing sprite: Backmen/Clothing/Uniforms/jumpsuit/marine_suit.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitPants # Backmen + name: боевые штаны + description: Чувствуешь себя крутым? Ну что ж, тогда это для тебя! + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/pants.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/pants.rsi + + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitVergil # Backmen + name: костюм Вергилия + description: А я без тебя никогда не умру. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitJeester # Backmen + name: костюм Джестера + description: Младший единокровный брат Короля и дядя Принца. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitdirF # Backmen + name: Униформа ViF + description: Униформа сотрудника компании ViF. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitWorkerViF # Backmen + name: Униформа ViF + description: Униформа сотрудника компании ViF. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/worker.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/worker.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCamo # Backmen + name: Камуфляжная униформа + description: Военная милитаристическая форма. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/camo.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/camo.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCamoB # Backmen + name: Камуфляжная униформа городская + description: Военная милитаристическая форма, в чёрном цвете. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitUnder # Backmen + name: Форма армии Новой Мекии + description: Зелённая форма армии Новой Мекии. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/under.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/under.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCloth # Backmen + name: Форма армии Новой Мекии + description: Форма армии Новой Мекии. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitTGMCwhite # Backmen + name: белая боевая униформа + description: Военная белая униформа. + components: + - type: Sprite + sprite: Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi + - type: Clothing + sprite: Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi + - type: entity parent: ClothingUniformBase diff --git a/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Melee/sword.yml index 7940e97e1a5..57599884b79 100644 --- a/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Melee/sword.yml @@ -167,6 +167,7 @@ radius: 2 energy: 2 color: cyan + - type: DisarmMalus - type: EnergySword # litDamageBonus: # types: @@ -174,3 +175,29 @@ # Heat: 30 # Blunt: -4.5 # litDisarmMalus: 0.6 + +- type: entity # Backmen + name: Ямато + parent: BaseItem + id: YamatoSabre + description: Личное оружие Вергилия, выкованное из тёмного сплава. Найдено в секторе "Бекман" + components: + - type: Sprite + sprite: Backmen/Objects/Weapons/Melee/yamato.rsi + state: icon + - type: MeleeWeapon + attackRate: 1 + damage: + types: + Slash: 20 + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: Reflect + reflectProb: .1 + spread: 90 + - type: Item + sprite: Backmen/Objects/Weapons/Melee/yamato.rsi + - type: DisarmMalus + - type: Tag + tags: + - YamatoSabre diff --git a/Resources/Prototypes/_Backmen/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/_Backmen/Entities/Structures/Machines/vending_machines.yml index a315b0d620f..84d1fd11436 100644 --- a/Resources/Prototypes/_Backmen/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/_Backmen/Entities/Structures/Machines/vending_machines.yml @@ -725,3 +725,63 @@ radius: 1.5 energy: 1.6 color: "#326e3f" + +- type: entity # backmen + parent: VendingMachine + id: VendingMachineBackmen + name: Торгомат ViF + suffix: backmen + components: + - type: Sprite + sprite: Backmen/Structures/Machines/VendingMachines/backmen.rsi + layers: + - state: "off" + map: ["enum.VendingMachineVisualLayers.Base"] + - state: "off" + map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] + shader: unshaded + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: VendingMachine + pack: backmenDrobeInventory + offState: off + brokenState: broken + normalState: normal + denyState: deny-unshaded + +- type: vendingMachineInventory + id: backmenDrobeInventory + startingInventory: + ClothingUniformJumpsuitVergil: 1 # backmen + ClothingUniformJumpsuitPants: 2 # backmen + ClothingOuterCoatBlackdmc: 1 # backmen + ClothingOuterCoatBluedmc: 1 # backmen + ClothingOuterCoatDesertdmc: 1 # backmen + ClothingOuterCoatGolddmc: 1 # backmen + ClothingOuterCoatPurpledmc: 1 # backmen + ClothingOuterCoatReddmc: 1 # backmen + ClothingOuterCoatSnowdmc: 1 # backmen + ClothingUniformJumpsuitJeester: 1 # backmen + ClothingHeadJeester: 1 # backmen + ClothingHeadHelmetGreenMilee: 2 # backmen + ClothingHeadHatBeretVet: 2 # backmen + ClothingNeckCloakPoncho: 2 # backmen + ClothingNeckCloakGreenMantie: 2 # backmen + ClothingUniformJumpsuitCamo: 3 # backmen + ClothingUniformJumpsuitCamoB: 3 # backmen + ClothingUniformJumpsuitSuitSssp: 3 # backmen + ClothingShoesBootsBerrci: 3 # backmen + ClothingUniformJumpsuitUnder: 2 # backmen + ClothingUniformJumpsuitCloth: 2 # backmen + ClothingOuterCoatNT: 2 # backmen + ClothingOuterCoatBlackViF: 2 # backmen + ClothingOuterCoatJacket: 2 # backmen + ClothingNeckCloakSanabi: 1 # backmen + #TGMCwhite + ClothingUniformJumpsuitTGMCwhite: 2 # backmen + ClothingHandsGlovesTGMCwhite: 2 # backmen + ClothingMaskTGMCwhite: 2 # backmen + ClothingHeadHelmetTGMCwhite: 2 # backmen + ClothingHeadHelmetTGMCwhiteMed: 2 # backmen + ClothingNeckCloakTGMCwhite: 2 # backmen + ClothingBeltTGMCwhite: 2 # backmen \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/equipped-BELT.png b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/equipped-BELT.png new file mode 100644 index 00000000000..a47aea3d2f0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/icon.png new file mode 100644 index 00000000000..a586c0998a2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/inhand-left.png new file mode 100644 index 00000000000..a76541a064c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/inhand-right.png new file mode 100644 index 00000000000..f6c6241a40e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/meta.json new file mode 100644 index 00000000000..b66dcc8d514 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Belt/webbingtgmcwhite.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/equipped-BELT.png b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/equipped-BELT.png new file mode 100644 index 00000000000..79157675ba1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/meta.json new file mode 100644 index 00000000000..b94f7bb55c7 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Backmen.ru FrizzoGhoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "sheath-sabre-equipped-BELT", + "directions": 4 + }, + { + "name": "sheath-sabre" + }, + { + "name": "sheath" + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath-sabre-equipped-BELT.png b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath-sabre-equipped-BELT.png new file mode 100644 index 00000000000..f17825808c6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath-sabre-equipped-BELT.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath-sabre.png b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath-sabre.png new file mode 100644 index 00000000000..0eaad1b15eb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath-sabre.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath.png b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath.png new file mode 100644 index 00000000000..0cb7157a527 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/yamato.rsi/sheath.png differ diff --git a/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/equipped-HAND.png b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/equipped-HAND.png new file mode 100644 index 00000000000..f4740361566 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/icon.png new file mode 100644 index 00000000000..2218b2bb467 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/inhand-left.png new file mode 100644 index 00000000000..5cb23af02eb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/inhand-right.png new file mode 100644 index 00000000000..3f253d9a715 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/meta.json new file mode 100644 index 00000000000..c5a4a3b36a7 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Hands/Gloves/whitetgmc.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..718da12ff06 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/icon.png new file mode 100644 index 00000000000..c7eec66d110 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/inhand-left.png new file mode 100644 index 00000000000..ecbec9f650d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/inhand-right.png new file mode 100644 index 00000000000..43221f4ce09 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/meta.json new file mode 100644 index 00000000000..26423572137 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Hats/beretvet.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..230fede874a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/icon.png new file mode 100644 index 00000000000..af5690ab95a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/meta.json new file mode 100644 index 00000000000..05c32d0758b --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Hats/hatfriz.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by FrizzoGhoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..13b601c2d97 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/icon.png new file mode 100644 index 00000000000..ea766dbdd18 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/meta.json new file mode 100644 index 00000000000..05219944cd1 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/pereimenuy.png b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/pereimenuy.png new file mode 100644 index 00000000000..7244b37f5c7 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/headchap.rsi/pereimenuy.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..2d6c684fb5b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/icon.png new file mode 100644 index 00000000000..74163e32dd0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/inhand-left.png new file mode 100644 index 00000000000..e59d86eaa91 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/inhand-right.png new file mode 100644 index 00000000000..6ed074f190c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/meta.json new file mode 100644 index 00000000000..ddc6af496f1 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Hats/jeester.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..e3b297c8237 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/icon.png new file mode 100644 index 00000000000..8b46b6275c1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/inhand-left.png new file mode 100644 index 00000000000..d4f2430cb4a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/inhand-right.png new file mode 100644 index 00000000000..81be6e2ecca Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/meta.json new file mode 100644 index 00000000000..73bc799053f --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..74bd427c285 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/icon.png new file mode 100644 index 00000000000..d6299890f88 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/inhand-left.png new file mode 100644 index 00000000000..bd916b52ab6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/inhand-right.png new file mode 100644 index 00000000000..6e76c80f1dd Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/meta.json new file mode 100644 index 00000000000..73bc799053f --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Helmets/helm_medtgmc.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..26ad51c3849 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/icon.png new file mode 100644 index 00000000000..562f2d472b5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/inhand-left.png new file mode 100644 index 00000000000..7532be1bfc9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/inhand-right.png new file mode 100644 index 00000000000..0491d495bb3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/meta.json new file mode 100644 index 00000000000..01462b9983d --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmetgrin.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from rutgmc https://github.com/Cosmic-Overlord/RU-TerraGov-Marine-Corps/blob/master/icons/mob/clothing/headwear/marine_helmets.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..b6f5facbb43 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/icon.png new file mode 100644 index 00000000000..d6299890f88 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/inhand-left.png new file mode 100644 index 00000000000..83bce80c910 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/inhand-right.png new file mode 100644 index 00000000000..36c12c01d3c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/meta.json new file mode 100644 index 00000000000..73bc799053f --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Helmets/helmwhitetgmc.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/equipped-MASK.png b/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/equipped-MASK.png new file mode 100644 index 00000000000..b48f58c1b7d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/icon.png new file mode 100644 index 00000000000..de45985d757 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/meta.json new file mode 100644 index 00000000000..2af66828508 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Masks/balaclawa.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Backmen.ru @EBLAN228337", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/equipped-MASK.png b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/equipped-MASK.png new file mode 100644 index 00000000000..845cdc64a1f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/icon.png new file mode 100644 index 00000000000..052416e8c35 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/inhand-left.png new file mode 100644 index 00000000000..fd4361d8588 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/inhand-right.png new file mode 100644 index 00000000000..9d5e4c56f52 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/meta.json new file mode 100644 index 00000000000..3289e0413e6 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Masks/masktgmcwhite.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/equipped-NECK.png new file mode 100644 index 00000000000..b92f3ca0f55 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/icon.png new file mode 100644 index 00000000000..61db72a459c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/inhand-left.png new file mode 100644 index 00000000000..5946b1212b8 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/inhand-right.png new file mode 100644 index 00000000000..fdb70ba07e0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/meta.json new file mode 100644 index 00000000000..5b5ccd62105 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/equipped-NECK.png new file mode 100644 index 00000000000..85295fb6547 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/icon.png new file mode 100644 index 00000000000..bd71210a989 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/meta.json new file mode 100644 index 00000000000..cb5d5b88e8e --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/mantie.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Take from ds TGMC: https://discord.com/channels/498569646014857217/498576438908420106/1147029413578424349", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/equipped-NECK.png new file mode 100644 index 00000000000..53c70df9915 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/icon.png new file mode 100644 index 00000000000..36e211e5a7e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/inhand-left.png new file mode 100644 index 00000000000..c82005a3f46 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/inhand-right.png new file mode 100644 index 00000000000..f82da12991b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/meta.json new file mode 100644 index 00000000000..5b5ccd62105 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/poncho.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/equipped-NECK.png new file mode 100644 index 00000000000..0b7ee32fc0a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/icon.png new file mode 100644 index 00000000000..46b5a138b3f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/inhand-left.png new file mode 100644 index 00000000000..09576b77677 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/inhand-right.png new file mode 100644 index 00000000000..db34ebdf252 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/meta.json new file mode 100644 index 00000000000..5b5ccd62105 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/sanabi.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/equipped-NECK.png new file mode 100644 index 00000000000..dd4fa72033f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/icon.png new file mode 100644 index 00000000000..724377c4246 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/inhand-left.png new file mode 100644 index 00000000000..bcf76c1f04a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/inhand-right.png new file mode 100644 index 00000000000..0ac60f03164 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/meta.json new file mode 100644 index 00000000000..5b5ccd62105 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/tgmcwhite.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/equipped-NECK.png new file mode 100644 index 00000000000..2cc65f98ad9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/icon.png new file mode 100644 index 00000000000..3e746ebe91a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/inhand-left.png new file mode 100644 index 00000000000..05c9f509d1e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/inhand-right.png new file mode 100644 index 00000000000..e60495ef498 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/meta.json new file mode 100644 index 00000000000..5b5ccd62105 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Cloaks/white.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..0b25e45f497 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/icon.png new file mode 100644 index 00000000000..16c7684f720 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/inhand-left.png new file mode 100644 index 00000000000..f1dcd85b3c1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/inhand-right.png new file mode 100644 index 00000000000..9441ea138fa Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/meta.json new file mode 100644 index 00000000000..b355f8ebc41 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/vestswat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..9c1d8891334 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/icon.png new file mode 100644 index 00000000000..2dfad08c01a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/inhand-left.png new file mode 100644 index 00000000000..b6a9ce073ca Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/inhand-right.png new file mode 100644 index 00000000000..8e9bee3bfda Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/meta.json new file mode 100644 index 00000000000..db47875a3b5 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/NT.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suits/jacket.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..870a10f6975 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/icon.png new file mode 100644 index 00000000000..3ec2b4a42c2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..de2a2d57d71 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/icon.png new file mode 100644 index 00000000000..49474e7a184 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/inhand-left.png new file mode 100644 index 00000000000..5d0a3fbfbda Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/inhand-right.png new file mode 100644 index 00000000000..9d607590cae Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/meta.json new file mode 100644 index 00000000000..aa96036ce97 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blackViF.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by FizzoGhoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..babe8ca3ea8 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/icon.png new file mode 100644 index 00000000000..75d8dfb2b7d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/blue.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..ccca54d74d6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/icon.png new file mode 100644 index 00000000000..56d7d0d66d4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/desert.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..3fa58679f55 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/icon.png new file mode 100644 index 00000000000..79ca0667de5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/gold.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..6a537187f05 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/icon.png new file mode 100644 index 00000000000..430b3712e1f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/inhand-left.png new file mode 100644 index 00000000000..769716363da Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/inhand-right.png new file mode 100644 index 00000000000..e48792d59d0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/meta.json new file mode 100644 index 00000000000..5ad9b15ce30 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/jacket.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Bluemoon at https://github.com/DrNukesky/SS13-BlueMoon/blob/master/icons/mob/clothing/suit.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..531c276403d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/icon.png new file mode 100644 index 00000000000..b82ea31d8d4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/purple.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..2efd8346d43 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/icon.png new file mode 100644 index 00000000000..6cd52094c92 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/red.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..762a613b460 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/icon.png new file mode 100644 index 00000000000..89bacb18519 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/inhand-left.png new file mode 100644 index 00000000000..cc6dd802510 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/inhand-right.png new file mode 100644 index 00000000000..232e11fd6ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/meta.json new file mode 100644 index 00000000000..1e210169a87 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Coats/snow.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgmcstation at commit https://github.com/tgstation/TerraGov-Marine-Corps/pull/11934", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..1892e354ce1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/icon.png new file mode 100644 index 00000000000..536af83299c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/inhand-left.png new file mode 100644 index 00000000000..b51839dd348 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/inhand-right.png new file mode 100644 index 00000000000..6dfcfb2f080 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/meta.json new file mode 100644 index 00000000000..75aeed20559 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/glava.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..9c9d45b00cc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/icon.png new file mode 100644 index 00000000000..ffba1eaa29e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/inhand-left.png new file mode 100644 index 00000000000..b6d1fb4c6ea Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/inhand-right.png new file mode 100644 index 00000000000..aed3cec7ad9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/meta.json new file mode 100644 index 00000000000..75aeed20559 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Misc/posledov.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/equipped-FEET.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/equipped-FEET.png new file mode 100644 index 00000000000..10e364ff0ff Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/icon.png new file mode 100644 index 00000000000..6c0534d1478 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/inhand-left.png new file mode 100644 index 00000000000..afe4f94dc04 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/inhand-right.png new file mode 100644 index 00000000000..3963c89f28b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/meta.json new file mode 100644 index 00000000000..9dc39b6f9dd --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Shoes/Boots/berrci.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from rutgmcstation at commit https://github.com/Cosmic-Overlord/RU-TerraGov-Marine-Corps/commit/9b18c6eac3533ac5738afe2929c944867ed36234", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..3c49df39040 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/icon.png new file mode 100644 index 00000000000..3611487b465 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/inhand-left.png new file mode 100644 index 00000000000..31b4cc4707a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/inhand-right.png new file mode 100644 index 00000000000..ff87c46b4df Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/meta.json new file mode 100644 index 00000000000..abfefe5a628 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/Jumpskirt/dec.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..705b6981bce Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/icon.png new file mode 100644 index 00000000000..fd399905327 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/inhand-left.png new file mode 100644 index 00000000000..89cde3ddc3e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/inhand-right.png new file mode 100644 index 00000000000..eaf691e4286 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/meta.json new file mode 100644 index 00000000000..75a093337fa --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by FizzoGhoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..d7ce7b24edc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/icon.png new file mode 100644 index 00000000000..2f525c6c3bf Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/inhand-left.png new file mode 100644 index 00000000000..223c73f306a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/inhand-right.png new file mode 100644 index 00000000000..38176fc44d5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/meta.json new file mode 100644 index 00000000000..75a093337fa --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/camo_b.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by FizzoGhoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..cce25691e7e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/icon.png new file mode 100644 index 00000000000..280ad831169 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/inhand-left.png new file mode 100644 index 00000000000..51ef55c922f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/inhand-right.png new file mode 100644 index 00000000000..696466a55ed Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/meta.json new file mode 100644 index 00000000000..6c230942318 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/cloth.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://discord.com/channels/498569646014857217/498576438908420106/1147029413578424349", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..30887ffc319 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/icon.png new file mode 100644 index 00000000000..37b464ff076 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/inhand-left.png new file mode 100644 index 00000000000..31b4cc4707a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/inhand-right.png new file mode 100644 index 00000000000..ff87c46b4df Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/meta.json new file mode 100644 index 00000000000..abfefe5a628 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dec.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..9da8057d8eb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/icon.png new file mode 100644 index 00000000000..a0cb8bee238 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/inhand-left.png new file mode 100644 index 00000000000..4a5d252c4b0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/inhand-right.png new file mode 100644 index 00000000000..d6eac09e048 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/meta.json new file mode 100644 index 00000000000..8c7c955dc47 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/dirF.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/under/suits.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..adc6fa5c22d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/icon.png new file mode 100644 index 00000000000..4e5073829f0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/inhand-left.png new file mode 100644 index 00000000000..708f9077270 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/inhand-right.png new file mode 100644 index 00000000000..215a0cb188e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/meta.json new file mode 100644 index 00000000000..fbbeeecfd48 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/jeester.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Backmen.ru frezzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..8b504803eff Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/icon.png new file mode 100644 index 00000000000..89703fcfb3e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/meta.json new file mode 100644 index 00000000000..df258957e8d --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/pants.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..8dbfad5d218 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/icon.png new file mode 100644 index 00000000000..01f8319e50c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/inhand-left.png new file mode 100644 index 00000000000..c1470c34db9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/inhand-right.png new file mode 100644 index 00000000000..d0f6d7c542c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/meta.json new file mode 100644 index 00000000000..785f1e904cc --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/under.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from rutgmc https://github.com/Cosmic-Overlord/RU-TerraGov-Marine-Corps/blob/master/modular_RUtgmc/icons/obj/clothing/uniforms/marine_uniforms.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..6cbe06fa208 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/icon.png new file mode 100644 index 00000000000..7874234c9b2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/inhand-left.png new file mode 100644 index 00000000000..4fa524d5053 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/inhand-right.png new file mode 100644 index 00000000000..2a883030745 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/meta.json new file mode 100644 index 00000000000..abfefe5a628 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uni.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..f12db5bca20 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/icon.png new file mode 100644 index 00000000000..ea6626b854d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/inhand-left.png new file mode 100644 index 00000000000..3774675aba0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/inhand-right.png new file mode 100644 index 00000000000..a31ac1cd66c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/meta.json new file mode 100644 index 00000000000..abfefe5a628 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformswat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..c6fc2052248 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/icon.png new file mode 100644 index 00000000000..9671f78e340 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/inhand-left.png new file mode 100644 index 00000000000..d347a924665 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/inhand-right.png new file mode 100644 index 00000000000..01e0c829cd3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/meta.json new file mode 100644 index 00000000000..abfefe5a628 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/uniformtgmc.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..30887ffc319 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/icon.png new file mode 100644 index 00000000000..37b464ff076 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/inhand-left.png new file mode 100644 index 00000000000..31b4cc4707a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/inhand-right.png new file mode 100644 index 00000000000..ff87c46b4df Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/meta.json new file mode 100644 index 00000000000..abfefe5a628 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vampsuit.rsi/suit/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..0489a4f1b82 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/icon.png new file mode 100644 index 00000000000..d0d31bc225e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/inhand-left.png new file mode 100644 index 00000000000..d2352c9db89 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/inhand-right.png new file mode 100644 index 00000000000..6d51d5fd150 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/meta.json new file mode 100644 index 00000000000..599a6816a39 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/vergil.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Create by FizzoGhoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..4efdae4451e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/icon.png new file mode 100644 index 00000000000..33cf50e108d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/inhand-left.png new file mode 100644 index 00000000000..66cb98a379d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/inhand-right.png new file mode 100644 index 00000000000..347f36a9bc3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/meta.json new file mode 100644 index 00000000000..227da59c5a2 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/worker.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by discord:fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/icon.png b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/icon.png new file mode 100644 index 00000000000..a78e146915c Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/inhand-left.png b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/inhand-left.png new file mode 100644 index 00000000000..0555dea10af Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/inhand-right.png b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/inhand-right.png new file mode 100644 index 00000000000..1d85d1a18e3 Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/meta.json b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/meta.json new file mode 100644 index 00000000000..a1f1bfb1a1e --- /dev/null +++ b/Resources/Textures/Backmen/Objects/Weapons/Melee/yamato.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by fizzoghoster", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/broken.png b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/broken.png new file mode 100644 index 00000000000..74c3286f368 Binary files /dev/null and b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/broken.png differ diff --git a/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/deny-unshaded.png b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/deny-unshaded.png new file mode 100644 index 00000000000..33c9b452b2f Binary files /dev/null and b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/deny-unshaded.png differ diff --git a/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/meta.json b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/meta.json new file mode 100644 index 00000000000..04c2358a381 --- /dev/null +++ b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/meta.json @@ -0,0 +1,40 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/obj/machines/vending.dmi, resprite by fizzo", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "normal", + "delays": [ + [ + 1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "deny-unshaded", + "delays": [ + [ + 1, + 0.1 + ] + ] + }, + { + "name": "off" + }, + { + "name": "broken" + }, + { + "name": "panel" + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/normal.png b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/normal.png new file mode 100644 index 00000000000..4cabac96ff9 Binary files /dev/null and b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/normal.png differ diff --git a/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/off.png b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/off.png new file mode 100644 index 00000000000..f69aaf308ba Binary files /dev/null and b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/off.png differ diff --git a/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/panel.png b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/panel.png new file mode 100644 index 00000000000..33f9ed5033a Binary files /dev/null and b/Resources/Textures/Backmen/Structures/Machines/VendingMachines/backmen.rsi/panel.png differ diff --git a/Resources/Textures/Mobs/Pets/espeon.rsi/espeon.png b/Resources/Textures/Mobs/Pets/espeon.rsi/espeon.png new file mode 100644 index 00000000000..f12815eae15 Binary files /dev/null and b/Resources/Textures/Mobs/Pets/espeon.rsi/espeon.png differ diff --git a/Resources/Textures/Mobs/Pets/espeon.rsi/espeon_dead.png b/Resources/Textures/Mobs/Pets/espeon.rsi/espeon_dead.png new file mode 100644 index 00000000000..ea84ccde75b Binary files /dev/null and b/Resources/Textures/Mobs/Pets/espeon.rsi/espeon_dead.png differ diff --git a/Resources/Textures/Mobs/Pets/espeon.rsi/meta.json b/Resources/Textures/Mobs/Pets/espeon.rsi/meta.json new file mode 100644 index 00000000000..04149866c50 --- /dev/null +++ b/Resources/Textures/Mobs/Pets/espeon.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/simple/pets.dmi", + "states": + [ + { + "name": "espeon", + "directions": 4 + }, + + { + "name": "espeon_dead", + "directions": 1 + } + ] + } \ No newline at end of file