diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 92abdcf7186..13678f9404c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -366,7 +366,7 @@ - id: ResearchComputerCircuitboard - id: ProtolatheMachineCircuitboard - id: CircuitImprinterMachineCircuitboard - - id: ClothingOuterHardsuitRd + - id: ClothingOuterHardsuitMystagogueLabcoat #Den - id: OxygenTankFilled #Den - id: NitrogenTankFilled #Den - id: HandTeleporter @@ -392,6 +392,16 @@ - id: Multitool # DEN - id: ClothingNeckSciencemedal # DEN +# Hardsuit table, used for suit storage as well +- type: entityTable + id: FillResearchDirectorHardsuit + table: !type:AllSelector + children: + - id: ClothingMaskBreath + - id: ClothingOuterHardsuitMystagogueLabcoat + - id: OxygenTankFilled + +# No hardsuit locker - type: entity id: LockerResearchDirectorFilled suffix: Filled diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml index f1b6888fe77..5ea2b56f46c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml @@ -214,7 +214,7 @@ contents: - id: OxygenTankFilled - id: NitrogenTankFilled #Den - - id: ClothingOuterHardsuitRd + - id: ClothingOuterHardsuitMystagogueLabcoat #Den - id: ClothingMaskBreath - type: AccessReader access: [ [ "ResearchDirector" ] ] diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml index dcd27053dae..6423cf12823 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml @@ -17,6 +17,12 @@ name: mystagogue's hardsuit helmet description: Lightweight hardsuit helmet that has a galaxy-first psionic passthrough system. components: + - type: Sprite + sprite: _DV/Clothing/Head/Hardsuits/rd.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hardsuits/rd.rsi + - type: PointLight + color: "#d6adff" - type: Psionic removable: false roller: false diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml index 3b55b56eb22..37872249519 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml @@ -11,12 +11,28 @@ parent: ClothingOuterHardsuitRd id: ClothingOuterHardsuitMystagogue name: mystagogue's hardsuit - description: Lightweight hardsuit that has a helmet with a galaxy-first psionic passthrough system. - suffix: Mystagogue # TheDen + description: A heavy-duty hardsuit specialized for research that includes a built-in psionic nullification and detection system in the helmet. Modified bluespace embedded into the plating allows it to be folded into a smaller space then one would expect. components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Hardsuits/rd.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Hardsuits/rd.rsi - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitMystagogue +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterHardsuitMystagogue] + id: ClothingOuterHardsuitMystagogueLabcoat + name: mystagogue's hardsuit + components: + - type: ContainerContainer + containers: + toggleable-clothing: !type:Container {} + storagebase: !type:Container + showEnts: false + occludes: true + ents: [] + - type: entity parent: ClothingOuterHardsuitSyndie id: ClothingOuterHardsuitSyndieReverseEngineered diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json index 476ac1dbd2e..f3a600a6164 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/meta.json @@ -1,41 +1,49 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-feroxi", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-feroxi", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..10f3ffb775f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..4f892ce6323 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/advanced.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json index feffeed88a2..be056e95424 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/meta.json @@ -1,41 +1,49 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson. Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson. Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-feroxi", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-feroxi", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..277fe7894b8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..dbc72c05544 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/corpsman.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json index 5cb7df3cc76..2dc784d4d30 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/meta.json @@ -1,11 +1,11 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 + }, "states": [ { "name": "icon" @@ -44,6 +44,14 @@ { "name": "on-equipped-HELMET-feroxi", "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 } ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..f995715fd2d Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..fe1aac3427a Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/hos.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json index 8ad1b988d06..f3a600a6164 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/meta.json @@ -1,41 +1,49 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-feroxi", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-feroxi", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..8d9b73f0136 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..7b8796fd1de Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/medical.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json index 5cb7df3cc76..2dc784d4d30 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/meta.json @@ -1,11 +1,11 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 + }, "states": [ { "name": "icon" @@ -44,6 +44,14 @@ { "name": "on-equipped-HELMET-feroxi", "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 } ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..4ed66109cd1 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..320fc153803 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/officer.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json index 8ad1b988d06..f3a600a6164 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/meta.json @@ -1,41 +1,49 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-feroxi", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-feroxi", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..d4bd78454e3 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..587f73586bb Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/riot.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json index 5cb7df3cc76..2dc784d4d30 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/meta.json @@ -1,11 +1,11 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 + }, "states": [ { "name": "icon" @@ -44,6 +44,14 @@ { "name": "on-equipped-HELMET-feroxi", "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 } ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..78251c1a476 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..7abecab1703 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/standard.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json index 8ad1b988d06..f3a600a6164 100644 --- a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/meta.json @@ -1,41 +1,49 @@ { - "version": 1, - "license": "CC0-1.0", - "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson, Feroxi sprites edited by juniwoofs, modifications for vox by github.com/subspaceember", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-vulpkanin", - "directions": 4 - }, - { - "name": "off-equipped-HELMET-feroxi", - "directions": 4 - }, - { - "name": "on-equipped-HELMET-feroxi", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] } diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..6f6a42bc0c1 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..4403a89530b Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/Combat/warden.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/icon-flash.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/icon-flash.png new file mode 100644 index 00000000000..8ff0be47a98 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/icon-flash.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/icon.png new file mode 100644 index 00000000000..5fe4ec40a89 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/meta.json new file mode 100644 index 00000000000..0713ea3b648 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "original work by RoosterWhiddon and AeraAulin(github), modifications for vox by https://github.com/SubspaceEmber", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-feroxi", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vulpkanin", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-feroxi.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-feroxi.png new file mode 100644 index 00000000000..ee46a55bbed Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-feroxi.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 00000000000..8075a0f8e7f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-vulpkanin.png new file mode 100644 index 00000000000..9264cd25655 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET-vulpkanin.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET.png new file mode 100644 index 00000000000..7dcea45279f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-feroxi.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-feroxi.png new file mode 100644 index 00000000000..7e4c5296487 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-feroxi.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 00000000000..0b675ad2d1a Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-vulpkanin.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-vulpkanin.png new file mode 100644 index 00000000000..4912fcfdc6c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET-vulpkanin.png differ diff --git a/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET.png new file mode 100644 index 00000000000..5ce1b472230 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Head/Hardsuits/rd.rsi/on-equipped-HELMET.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 172cf756a47..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..d45a3079055 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/segment.png deleted file mode 100644 index c97ab674f25..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/advanced.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 9788b33baf0..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..fd5d165ac7f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/segment.png deleted file mode 100644 index 481ab8594d0..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/corpsman.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 7b79d271d54..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..020e3748219 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/segment.png deleted file mode 100644 index 481ab8594d0..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/hos.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 5cef9a52822..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..f257c8d7d78 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/segment.png deleted file mode 100644 index c97ab674f25..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/medical.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 850956e6894..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..bd77235c37b Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/segment.png deleted file mode 100644 index 481ab8594d0..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/officer.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 454939d731a..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..ab0af17ab1b Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/segment.png deleted file mode 100644 index c97ab674f25..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/riot.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 65a4ecba00f..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..d36a2d01640 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/segment.png deleted file mode 100644 index c97ab674f25..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/standard.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-lamia.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-lamia.png deleted file mode 100644 index 6591584869d..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-lamia.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..86e0f853d1b Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json index cf10d74aedc..4911cd96441 100644 --- a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Original work by TJohnson. lamia & segment by @noctyrnal", + "copyright": "Original work by TJohnson. Modifications for vox by github.com/subspaceember", "size": { "x": 32, "y": 32 @@ -19,7 +19,7 @@ "directions": 4 }, { - "name": "equipped-OUTERCLOTHING-lamia", + "name": "equipped-OUTERCLOTHING-vox", "directions": 4 }, { @@ -29,9 +29,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "segment" } ] } diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/segment.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/segment.png deleted file mode 100644 index 481ab8594d0..00000000000 Binary files a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/Combat/warden.rsi/segment.png and /dev/null differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 00000000000..c4a8d1078e2 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-harpy.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..13bb48135e0 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..171f70b97c5 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/icon-open.png new file mode 100644 index 00000000000..10cae64e052 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/icon-open.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/icon.png new file mode 100644 index 00000000000..1dbff92f464 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/inhand-left.png new file mode 100644 index 00000000000..fb173404887 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/inhand-right.png new file mode 100644 index 00000000000..3953c6705b7 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json new file mode 100644 index 00000000000..012bfeaf66e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "original work by RoosterWhiddon and AeraAulin(Github), modifications for vox by https://github.com/SubspaceEmber", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING-harpy", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING-harpy.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING-harpy.png new file mode 100644 index 00000000000..8312ad58861 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING-harpy.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..320d77c0883 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..c8e77a09a36 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Hardsuits/rd.rsi/open-equipped-OUTERCLOTHING.png differ