diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index ce6edef19e..cf59109f64 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -68,6 +68,8 @@ - id: ClothingNeckCloakCapFormal - id: ClothingUniformJumpsuitCapFormal - id: ClothingUniformJumpskirtCapFormalDress + - id: ClothingNeckBronzeheart + - id: ClothingNeckGoldmedal - type: entity id: LockerHeadOfPersonnelFilled @@ -100,6 +102,7 @@ prob: 0.10 # Fuck the HoP they don't deserve fucking cigars. - id: DoorRemoteService + - id: ClothingNeckGoldmedal - type: entity id: LockerChiefEngineerFilled diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml index 744ff86509..8b11e36b0a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml @@ -9,3 +9,4 @@ ClothingUniformJumpsuitLawyerBlack: 1 ClothingShoesColorBlack: 2 ClothingHeadsetService: 2 + ClothingNeckLawyerbadge: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 5e26fb01bd..a4038e43bc 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -165,3 +165,17 @@ sprite: Clothing/Head/Hardsuits/wizard.rsi - type: Clothing sprite: Clothing/Head/Hardsuits/wizard.rsi + +- type: entity + parent: ClothingHeadHardsuitBase + id: ClothingHeadHelmetHardsuitLing + name: organic space helmet + description: A spaceworthy biomass of pressure and temperature resistant tissue. + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/lingspacehelmet.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/lingspacehelmet.rsi + - type: PressureProtection + highPressureMultiplier: 0.5 + lowPressureMultiplier: 100 diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index c79cefe9fe..b78a8356f8 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -188,3 +188,22 @@ - type: IngestionBlocker - type: TemperatureProtection coefficient: 0.005 + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHelmetLing + name: chitinous helmet + description: Inflates the changeling's body into an all-consuming chitinous mass of armor. Provides extensive protection against physical damage, but less against other types. Its mass slows the changeling's movement, and maintaining its shape slows chemical generation. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/linghelmet.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/linghelmet.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.5 + Heat: 0.9 + diff --git a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml new file mode 100644 index 0000000000..03006af727 --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml @@ -0,0 +1,65 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCap + name: captain's mantle + description: A comfortable and chique mantle befitting of only the most experienced captain. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/capmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/capmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCE + name: chief engineer's mantle + description: High visibility, check. RIG system, check. High capacity cell, check. Everything a chief engineer could need in a stylish mantle. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/cemantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/cemantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCMO + name: chief medical officer's mantle + description: For a CMO that has been in enough medbays to know that more PPE means less central command dry cleaning visits when the shift is over. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/cmomantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/cmomantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleHOP + name: head of personnel's mantle + description: A good HOP knows that paper pushing is only half the job... petting your dog and looking fashionable is the other half. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/hopmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/hopmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleHOS + name: head of security's mantle + description: Shootouts with nukies are just another tuesday for this HoS. This mantle is a symbol of commitment to the station. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/hosmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/hosmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleRD + name: research director's mantle + description: For when long days in the office consist of explosives, poisonous gas, murder robots, and a fresh pizza from cargo; this mantle will keep you comfy. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/rdmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/rdmantle.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Neck/medals.yml b/Resources/Prototypes/Entities/Clothing/Neck/medals.yml new file mode 100644 index 0000000000..67e3a3fa3e --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Neck/medals.yml @@ -0,0 +1,22 @@ + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckBronzeheart + name: bronzeheart medal + description: Given to crewmates for exemplary bravery in the face of danger. + components: + - type: Sprite + sprite: Clothing/Neck/Medals/bronzeheart.rsi + - type: Clothing + sprite: Clothing/Neck/Medals/bronzeheart.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckGoldmedal + name: gold medal of crewmanship + description: Given to crewmates who display excellent crewmanship. + components: + - type: Sprite + sprite: Clothing/Neck/Medals/gold.rsi + - type: Clothing + sprite: Clothing/Neck/Medals/gold.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml index bca559971b..a357fc3e35 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml @@ -30,3 +30,14 @@ sprite: Clothing/Neck/Misc/bling.rsi - type: Clothing sprite: Clothing/Neck/Misc/bling.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckLawyerbadge + name: lawyer badge + description: A badge to show that the owner is a 'legitimate' lawyer who passed the NT par exam required to practice law. + components: + - type: Sprite + sprite: Clothing/Neck/Misc/lawyerbadge.rsi + - type: Clothing + sprite: Clothing/Neck/Misc/lawyerbadge.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index ce686bca06..ca6bebba88 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -170,3 +170,26 @@ Slash: 0.5 Piercing: 0.6 Heat: 0.5 + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterArmorChangeling + name: chitinous armor + description: Inflates the changeling's body into an all-consuming chitinous mass of armor. Provides extensive protection against physical damage, but less against other types. Its mass slows the changeling's movement, and maintaining its shape slows chemical generation. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Armor/lingarmor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Armor/lingarmor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.5 + Heat: 0.9 + Radiation: 0.8 + - type: ClothingSpeedModifier + walkModifier: 0.7 + sprintModifier: 0.65 + diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index d333b03037..2c0b24a24d 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -354,3 +354,28 @@ Piercing: 0.4 Heat: 0.25 #higher heat resist due to spell casting Radiation: 0.20 + +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitLing + name: organic space suit + description: A spaceworthy biomass of pressure and temperature resistant tissue. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi + - type: PressureProtection + highPressureMultiplier: 0.45 + lowPressureMultiplier: 100 + - type: ClothingSpeedModifier + walkModifier: .8 + sprintModifier: .8 + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 1 + Heat: 0.5 + Radiation: 0.3 diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index ab3f9d2024..9fb5fbe679 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -519,4 +519,14 @@ sprite: Clothing/Uniforms/Jumpskirt/hosformaldress.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpskirt/hosformaldress.rsi - + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtOperative + name: operative jumpskirt + description: Uniform for elite syndicate operatives performing tactical operations in deep space. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpskirt/operative_s.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpskirt/operative_s.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 2a5ce951dd..83af748d27 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -746,3 +746,13 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/hosformal.rsi +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitOperative + name: operative jumpsuit + description: Uniform for elite syndicate operatives performing tactical operations in deep space. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/operative.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/operative.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml new file mode 100644 index 0000000000..0ba36e8f72 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -0,0 +1,22 @@ +- type: entity + name: arm blade + parent: BaseItem + id: ArmBlade + description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. + components: + - type: Sharp + - type: Sprite + sprite: Objects/Weapons/Melee/armblade.rsi + state: icon + - type: MeleeWeapon + damage: + types: + Slash: 20 + Piercing: 10 + - type: Item + size: 15 + sprite: Objects/Weapons/Melee/armblade.rsi + prefix: inhand + - type: Tool + qualities: + - Prying diff --git a/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..6f86948927 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/icon.png new file mode 100644 index 0000000000..4fbb349c08 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/inhand-left.png new file mode 100644 index 0000000000..1fa3994f27 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/inhand-right.png new file mode 100644 index 0000000000..f821ea732f Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/meta.json new file mode 100644 index 0000000000..e395e4d658 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.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/Clothing/Head/Helmets/linghelmet.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..66978a6758 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/icon.png new file mode 100644 index 0000000000..5f0aae587e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/inhand-left.png new file mode 100644 index 0000000000..8300bd2027 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/inhand-right.png new file mode 100644 index 0000000000..2fc065a08e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json new file mode 100644 index 0000000000..e395e4d658 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.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/Clothing/Neck/Medals/bronzeheart.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/equipped-NECK.png new file mode 100644 index 0000000000..fc4f89e047 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/icon.png b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/icon.png new file mode 100644 index 0000000000..161ba525f2 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json new file mode 100644 index 0000000000..e533b8124b --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/Medals/gold.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/equipped-NECK.png new file mode 100644 index 0000000000..3a729fd00f Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Medals/gold.rsi/icon.png b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/icon.png new file mode 100644 index 0000000000..d6ccb7527e Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json new file mode 100644 index 0000000000..e533b8124b --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000..dcaf1e80c6 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/icon.png b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/icon.png new file mode 100644 index 0000000000..721a2c410a Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json new file mode 100644 index 0000000000..e533b8124b --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000..7c2f00fc12 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/icon.png new file mode 100644 index 0000000000..1bc4508494 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json new file mode 100644 index 0000000000..887d1c4c20 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000..9ec0e02042 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png new file mode 100644 index 0000000000..ac1fd8367e Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json new file mode 100644 index 0000000000..887d1c4c20 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000..be5f9402fa Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/icon.png new file mode 100644 index 0000000000..e456036c67 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json new file mode 100644 index 0000000000..887d1c4c20 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000..e5898d7f1d Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/icon.png new file mode 100644 index 0000000000..5ed01af829 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json new file mode 100644 index 0000000000..887d1c4c20 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000..c0af293f67 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/icon.png new file mode 100644 index 0000000000..8b044ac7be Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json new file mode 100644 index 0000000000..887d1c4c20 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/equipped-NECK.png new file mode 100644 index 0000000000..68c5c0bb23 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/icon.png new file mode 100644 index 0000000000..dae1c51849 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json new file mode 100644 index 0000000000..887d1c4c20 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9e6b3115a7 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/icon.png new file mode 100644 index 0000000000..136c90fe78 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/inhand-left.png new file mode 100644 index 0000000000..a33c85ff0c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/inhand-right.png new file mode 100644 index 0000000000..274813bacf Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json new file mode 100644 index 0000000000..0249e35995 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/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/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..087d7de106 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/icon.png new file mode 100644 index 0000000000..3a8451f602 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/inhand-left.png new file mode 100644 index 0000000000..4aa4aea7b2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/inhand-right.png new file mode 100644 index 0000000000..86a1ac8855 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json new file mode 100644 index 0000000000..0249e35995 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/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/Clothing/Uniforms/Jumpskirt/operative_s.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..e38db3e03d Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/icon.png new file mode 100644 index 0000000000..26bcd5c075 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/inhand-left.png new file mode 100644 index 0000000000..ebb3b515aa Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/inhand-right.png new file mode 100644 index 0000000000..cb143902bd Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json new file mode 100644 index 0000000000..212c1bcaae --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426", + "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/Clothing/Uniforms/Jumpsuit/operative.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..412c768774 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/icon.png new file mode 100644 index 0000000000..e648d2e6c5 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/inhand-left.png new file mode 100644 index 0000000000..81b43846cb Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/inhand-right.png new file mode 100644 index 0000000000..18756ef6a0 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json new file mode 100644 index 0000000000..212c1bcaae --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426", + "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/Objects/Weapons/Melee/armblade.rsi/icon.png b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/icon.png new file mode 100644 index 0000000000..27fc9e7786 Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/inhand-left.png new file mode 100644 index 0000000000..dc9fdd94ac Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/inhand-right.png new file mode 100644 index 0000000000..842621b0fc Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json new file mode 100644 index 0000000000..a628242cc0 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/obj/changeling_items.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + ] +}