diff --git a/Resources/Locale/en-US/markings/vox_scars.ftl b/Resources/Locale/en-US/markings/vox_scars.ftl new file mode 100644 index 00000000000000..0e7ecb6f52c23e --- /dev/null +++ b/Resources/Locale/en-US/markings/vox_scars.ftl @@ -0,0 +1,20 @@ +marking-ScarsVoxRoadrashLeftHead-roadrash_l_head = Vox Left Head Scar (Road rash) +marking-ScarsVoxRoadrashLeftHead = Vox Left Head Scar (Road rash) + +marking-ScarsVoxRoadrashRightHead-roadrash_r_head = Vox Right Head Scar (Road rash) +marking-ScarsVoxRoadrashRightHead = Vox Right Head Scar (Road rash) + +marking-ScarsVoxBigslashLeftHead-bigslash_l_head = Vox Left Head Scar (Big Slash) +marking-ScarsVoxBigslashLeftHead = Vox Right Head Scar (Road rash) + +marking-ScarsVoxBigslashRightHead-roadrash_r_head = Vox Right Head Scar (Big Slash) +marking-ScarsVoxBigslashRightHead = Vox Right Head Scar (Big Slash) + +marking-ScarsVoxSlashLeftHead-slash_l_head = Vox Left Head Scar (Slash) +marking-ScarsVoxSlashLeftHead = Vox Left Head Scar (Slash) + +marking-ScarsVoxSlashRightHead-slash_r_head = Vox Right Head Scar (Slash) +marking-ScarsVoxSlashRightHead = Vox Right Head Scar (Slash) + +marking-ScarsVoxClawTorso-claw_torso = Vox Chest Scar (Claw) +marking-ScarsVoxClawTorso = Vox Chest Scar (Claw) \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/vox_scars.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/vox_scars.yml new file mode 100644 index 00000000000000..0f6bec207f5f0b --- /dev/null +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/vox_scars.yml @@ -0,0 +1,98 @@ +- type: marking + id: ScarsVoxRoadrashLeftHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: roadrash_l_head + +- type: marking + id: ScarsVoxRoadrashRightHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: roadrash_r_head + +- type: marking + id: ScarsVoxBigslashLeftHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: bigslash_l_head + +- type: marking + id: ScarsVoxBigslashRightHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: bigslash_r_head + +- type: marking + id: ScarsVoxSlashLeftHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: slash_l_head + +- type: marking + id: ScarsVoxSlashRightHead + bodyPart: Head + markingCategory: Head + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: slash_r_head + +- type: marking + id: ScarsVoxClawTorso + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Vox] + coloring: + default: + type: + !type:SimpleColoring + fallbackColor: "#666666" + sprites: + - sprite: Mobs/Customization/vox_scars.rsi + state: claw_torso + diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/bigslash_l_head.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/bigslash_l_head.png new file mode 100644 index 00000000000000..9a0ec2653cfe59 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/bigslash_l_head.png differ diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/bigslash_r_head.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/bigslash_r_head.png new file mode 100644 index 00000000000000..c72729356d6bc4 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/bigslash_r_head.png differ diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/claw_torso.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/claw_torso.png new file mode 100644 index 00000000000000..ae1e3b75e45e40 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/claw_torso.png differ diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/meta.json b/Resources/Textures/Mobs/Customization/vox_scars.rsi/meta.json new file mode 100644 index 00000000000000..3ea62546f5bdbc --- /dev/null +++ b/Resources/Textures/Mobs/Customization/vox_scars.rsi/meta.json @@ -0,0 +1,39 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprites by LandsharkRAWR", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "roadrash_l_head", + "directions": 4 + }, + { + "name": "roadrash_r_head", + "directions": 4 + }, + { + "name": "bigslash_l_head", + "directions": 4 + }, + { + "name": "bigslash_r_head", + "directions": 4 + }, + { + "name": "slash_l_head", + "directions": 4 + }, + { + "name": "slash_r_head", + "directions": 4 + }, + { + "name": "claw_torso", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/roadrash_l_head.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/roadrash_l_head.png new file mode 100644 index 00000000000000..55b1d2661a72ea Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/roadrash_l_head.png differ diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/roadrash_r_head.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/roadrash_r_head.png new file mode 100644 index 00000000000000..38003831749a51 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/roadrash_r_head.png differ diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/slash_l_head.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/slash_l_head.png new file mode 100644 index 00000000000000..35d52ca53a6ddc Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/slash_l_head.png differ diff --git a/Resources/Textures/Mobs/Customization/vox_scars.rsi/slash_r_head.png b/Resources/Textures/Mobs/Customization/vox_scars.rsi/slash_r_head.png new file mode 100644 index 00000000000000..7ad90459968688 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_scars.rsi/slash_r_head.png differ