From c648bbad2ad185eecd9fcfa5ed722f255c709a4a Mon Sep 17 00:00:00 2001 From: Adrian16199 Date: Tue, 26 Dec 2023 12:45:53 +0100 Subject: [PATCH 1/2] Adds more classic hair. For a friend. --- .../Locale/en-US/deltav/accessories/hair.ftl | 3 +++ .../Mobs/Customization/Markings/hair.yml | 24 ++++++++++++++++++ .../Customization/hair.rsi/classic_long.png | Bin 0 -> 417 bytes .../Customization/hair.rsi/classic_long2.png | Bin 0 -> 351 bytes .../Customization/hair.rsi/classic_long3.png | Bin 0 -> 412 bytes .../Mobs/Customization/hair.rsi/meta.json | 12 +++++++++ 6 files changed, 39 insertions(+) create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long2.png create mode 100644 Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long3.png diff --git a/Resources/Locale/en-US/deltav/accessories/hair.ftl b/Resources/Locale/en-US/deltav/accessories/hair.ftl index 6579016713d..526c9fd8423 100644 --- a/Resources/Locale/en-US/deltav/accessories/hair.ftl +++ b/Resources/Locale/en-US/deltav/accessories/hair.ftl @@ -7,3 +7,6 @@ marking-HumanHairClassicLowFade = Fade (Low, Classic) marking-HumanHairClassicMedFade = Fade (Medium, Classic) marking-HumanHairClassicOmbre = Ombre Classic marking-HumanHairClassicCrewcut = Crewcut Classic +marking-HumanHairClassicLong = Long Classic +marking-HumanHairClassicLong2 = Long (2, Classic) +marking-HumanHairClassicLong3 = Long (3 ,Classic) diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml index eff21afe088..51cba35429f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/hair.yml @@ -69,3 +69,27 @@ sprites: - sprite: DeltaV/Mobs/Customization/hair.rsi state: classic_crewcut + +- type: marking + id: HumanHairClassicLong + bodyPart: Hair + markingCategory: Hair + sprites: + - sprite: DeltaV/Mobs/Customization/hair.rsi + state: classic_long + +- type: marking + id: HumanHairClassicLong2 + bodyPart: Hair + markingCategory: Hair + sprites: + - sprite: DeltaV/Mobs/Customization/hair.rsi + state: classic_long2 + +- type: marking + id: HumanHairClassicLong3 + bodyPart: Hair + markingCategory: Hair + sprites: + - sprite: DeltaV/Mobs/Customization/hair.rsi + state: classic_long3 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long.png b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long.png new file mode 100644 index 0000000000000000000000000000000000000000..39721687cc6e159f1ace50ab6acfb77b762cc389 GIT binary patch literal 417 zcmV;S0bc%zP)FMeI|No6Q7Y+ab00DGTPE!Ct=GbNc00BKoL_t&-8STMAZrmUMhS9HJ z_B{fciT5Zmd#et6WccrYl}?lZp2Smi*-CkjzxBFsWM2b!lG4gSk^;jt#iE75N-CCN z)2zZUNveUt$hn0UN~3-gq1Ed@||T&=_$-p2lWQ zxIkl8PE4LIaKh5r%n280mdpva(L7~NxL-78o2cS(00000 LNkvXXu0mjfqNTbD literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long2.png b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long2.png new file mode 100644 index 0000000000000000000000000000000000000000..950bc1430b48c479ee40a5f7a3c27d241303ab3c GIT binary patch literal 351 zcmV-l0igbgP)a4|wbUD&4JL*2{NRLo7l|2+43-*OWg=-E{nZIrTHS z=;B4WlSKpDP4fW!cGJLAnp3{d4-Gt;I*gMB{IkuBuB_mCKu`@sddaOvVgh0h@JG*a xCS;YIV~N}c&K_hU>b~s*=g{?kGT^O0rcbd@B;aRar%eC=002ovPDHLkV1j`xm-_$! literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long3.png b/Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/classic_long3.png new file mode 100644 index 0000000000000000000000000000000000000000..bc7eb6ea0613d30a5621d8a7f524ca2cbe6935cc GIT binary patch literal 412 zcmV;N0b~A&P)|6VI)z`xj-Tq z5niwn(oJC!>?9T1C^l-H``A9&NYH4Ie3CRF4#7%ZxyChyb+){sLWq3`ywVqy(iCHXj$_B0000 Date: Wed, 27 Dec 2023 19:03:25 +0100 Subject: [PATCH 2/2] Update Resources/Locale/en-US/deltav/accessories/hair.ftl Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> --- Resources/Locale/en-US/deltav/accessories/hair.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/en-US/deltav/accessories/hair.ftl b/Resources/Locale/en-US/deltav/accessories/hair.ftl index 526c9fd8423..7fbfc786290 100644 --- a/Resources/Locale/en-US/deltav/accessories/hair.ftl +++ b/Resources/Locale/en-US/deltav/accessories/hair.ftl @@ -7,6 +7,6 @@ marking-HumanHairClassicLowFade = Fade (Low, Classic) marking-HumanHairClassicMedFade = Fade (Medium, Classic) marking-HumanHairClassicOmbre = Ombre Classic marking-HumanHairClassicCrewcut = Crewcut Classic -marking-HumanHairClassicLong = Long Classic -marking-HumanHairClassicLong2 = Long (2, Classic) -marking-HumanHairClassicLong3 = Long (3 ,Classic) +marking-HumanHairClassicLong = Long 1 (Classic) +marking-HumanHairClassicLong2 = Long 2 (Classic) +marking-HumanHairClassicLong3 = Long 3 (Classic)