--- /dev/null
+marking-ScarEyeRight-eyescarright = Eye scar (Right)
+marking-ScarEyeRight = Eye Scar (Right)
+
+marking-ScarEyeLeft-eyescarleft = Eye scar (Left)
+marking-ScarEyeLeft = Eye Scar (Left)
\ No newline at end of file
--- /dev/null
+- type: marking
+ id: ScarEyeRight
+ bodyPart: Head
+ markingCategory: Head
+ speciesRestriction: [Human, Dwarf]
+ coloring:
+ default:
+ type:
+ !type:TattooColoring
+ fallbackColor: "#FFFFFF"
+ sprites:
+ - sprite: Mobs/Customization/scars.rsi
+ state: scar_eye_right
+
+- type: marking
+ id: ScarEyeLeft
+ bodyPart: Head
+ markingCategory: Head
+ speciesRestriction: [Human, Dwarf]
+ coloring:
+ default:
+ type:
+ !type:TattooColoring
+ fallbackColor: "#FFFFFF"
+ sprites:
+ - sprite: Mobs/Customization/scars.rsi
+ state: scar_eye_left
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Drawn by Ubaser",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "scar_eye_left",
+ "directions": 4
+ },
+ {
+ "name": "scar_eye_right",
+ "directions": 4
+ }
+ ]
+}