]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
More scars! (#35644)
authorBoaz1111 <149967078+Boaz1111@users.noreply.github.com>
Wed, 5 Mar 2025 10:26:31 +0000 (11:26 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 10:26:31 +0000 (11:26 +0100)
* :3

* whitespace, stomach scar

Resources/Locale/en-US/markings/scars.ftl
Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml
Resources/Textures/Mobs/Customization/scars.rsi/meta.json
Resources/Textures/Mobs/Customization/scars.rsi/scar_chest_bullets.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/scars.rsi/scar_face_1.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/scars.rsi/scar_face_2.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/scars.rsi/scar_neck.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/scars.rsi/scar_stomach_bullets.png [new file with mode: 0644]

index fae2ffe8873ddeeb3d8cb8b3f13c9ec8d29aae6c..f31f054911b41b97d150d80adb6dd82742c7914f 100644 (file)
@@ -12,3 +12,18 @@ marking-ScarTopSurgeryLong = Top Surgery Scar (Long)
 
 marking-ScarChest-scar_chest = Chest Scar
 marking-ScarChest = Chest Scar
+
+marking-ScarNeck-scar_neck = Neck Scar
+marking-ScarNeck = Neck Scar
+
+marking-ScarChestBullets-scar_chest_bullets = Bullet Holes Scar
+marking-ScarChestBullets = Chest Scar (Bullets)
+
+marking-ScarStomachBullets-scar_stomach_bullets = Bullet Holes Scar
+marking-ScarStomachBullets = Stomach Scar (Bullets)
+
+marking-ScarFace1-scar_face_1 = Face Scar
+marking-ScarFace1 = Face Scar (Large)
+
+marking-ScarFace2-scar_face_2 = Face Scar
+marking-ScarFace2 = Face Scar (Small)
\ No newline at end of file
index 37d6ebe279ff9354cca0640a5c2f263892c581e4..4de3b5918266e2153eb023f6c02e21dbbef08686 100644 (file)
   sprites:
   - sprite: Mobs/Customization/scars.rsi
     state: scar_chest
+
+- type: marking
+  id: ScarNeck
+  bodyPart: Head
+  markingCategory: Head
+  speciesRestriction: [Human, Dwarf]
+  followSkinColor: true
+  sprites:
+  - sprite: Mobs/Customization/scars.rsi
+    state: scar_neck
+
+- type: marking
+  id: ScarChestBullets
+  bodyPart: Chest
+  markingCategory: Chest
+  speciesRestriction: [Human, Dwarf]
+  followSkinColor: true
+  sprites:
+  - sprite: Mobs/Customization/scars.rsi
+    state: scar_chest_bullets
+
+- type: marking
+  id: ScarStomachBullets
+  bodyPart: Chest
+  markingCategory: Chest
+  speciesRestriction: [Human, Dwarf]
+  followSkinColor: true
+  sprites:
+  - sprite: Mobs/Customization/scars.rsi
+    state: scar_stomach_bullets
+
+- type: marking
+  id: ScarFace1
+  bodyPart: Head
+  markingCategory: Head
+  speciesRestriction: [Human, Dwarf]
+  followSkinColor: true
+  sprites:
+  - sprite: Mobs/Customization/scars.rsi
+    state: scar_face_1
+
+- type: marking
+  id: ScarFace2
+  bodyPart: Head
+  markingCategory: Head
+  speciesRestriction: [Human, Dwarf]
+  followSkinColor: true
+  sprites:
+  - sprite: Mobs/Customization/scars.rsi
+    state: scar_face_2
\ No newline at end of file
index 0a323f7f65d38879a12edcbb906d828d55b3922d..9bc0d3263e5aba648b996920f8d629fa1ce186ff 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Drawn by Ubaser",
+  "copyright": "scar_chest, scar_eye_left, scar_eye_right, scar_top_surgery_long and scar_top_surgery_short drawn by Ubaser, scar_neck, scar_chest_bullets, scar_stomach_bullets, scar_face_1 and scar_face_2 drawn by Ktyria(discord)",
   "size": {
     "x": 32,
     "y": 32
     {
         "name": "scar_chest",
         "directions": 4
+    },
+    {
+        "name": "scar_neck",
+        "directions": 4
+    },
+    {
+        "name": "scar_chest_bullets",
+        "directions": 4
+    },
+    {
+      "name": "scar_stomach_bullets",
+      "directions": 4
+    },
+    {
+        "name": "scar_face_1",
+        "directions": 4
+    },
+    {
+        "name": "scar_face_2",
+        "directions": 4
     }
   ]
 }
diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_chest_bullets.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_chest_bullets.png
new file mode 100644 (file)
index 0000000..975e5cf
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/scars.rsi/scar_chest_bullets.png differ
diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_face_1.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_face_1.png
new file mode 100644 (file)
index 0000000..66cff8c
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/scars.rsi/scar_face_1.png differ
diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_face_2.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_face_2.png
new file mode 100644 (file)
index 0000000..f9ae64a
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/scars.rsi/scar_face_2.png differ
diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_neck.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_neck.png
new file mode 100644 (file)
index 0000000..e5b6f95
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/scars.rsi/scar_neck.png differ
diff --git a/Resources/Textures/Mobs/Customization/scars.rsi/scar_stomach_bullets.png b/Resources/Textures/Mobs/Customization/scars.rsi/scar_stomach_bullets.png
new file mode 100644 (file)
index 0000000..e6553c2
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/scars.rsi/scar_stomach_bullets.png differ