From eef078111d931daba040f0658c37fdae44b80620 Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:13:52 +0200 Subject: [PATCH] bone mask and armor (#1025) Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> --- .../Locale/en-US/_CP14/accent/skeleton.ftl | 30 +++++++ .../Locale/ru-RU/_CP14/accent/skeleton.ftl | 30 +++++++ .../_CP14/Accent/word_replacements.yml | 18 +++++ .../_CP14/Body/Prototypes/skeleton.yml | 2 + .../_CP14/Entities/Clothing/Masks/masks.yml | 74 ++++++++++++++++++ .../{test_armor.yml => armor.yml} | 20 +++++ .../Loadouts/Misc/undead_startinggear.yml | 2 + .../Masks/bone_mask.rsi/equipped-MASK.png | Bin 0 -> 1027 bytes .../Clothing/Masks/bone_mask.rsi/icon.png | Bin 0 -> 792 bytes .../Clothing/Masks/bone_mask.rsi/meta.json | 18 +++++ .../horned_bone_mask.rsi/equipped-MASK.png | Bin 0 -> 1201 bytes .../Masks/horned_bone_mask.rsi/icon.png | Bin 0 -> 849 bytes .../Masks/horned_bone_mask.rsi/meta.json | 18 +++++ .../bone_armor.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1749 bytes .../OuterClothing/bone_armor.rsi/icon.png | Bin 0 -> 1088 bytes .../OuterClothing/bone_armor.rsi/meta.json | 18 +++++ 16 files changed, 230 insertions(+) create mode 100644 Resources/Locale/en-US/_CP14/accent/skeleton.ftl create mode 100644 Resources/Locale/ru-RU/_CP14/accent/skeleton.ftl create mode 100644 Resources/Prototypes/_CP14/Accent/word_replacements.yml rename Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/{test_armor.yml => armor.yml} (52%) create mode 100644 Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/equipped-MASK.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Masks/horned_bone_mask.rsi/equipped-MASK.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/horned_bone_mask.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Masks/horned_bone_mask.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/meta.json diff --git a/Resources/Locale/en-US/_CP14/accent/skeleton.ftl b/Resources/Locale/en-US/_CP14/accent/skeleton.ftl new file mode 100644 index 0000000000..9abc2bef6c --- /dev/null +++ b/Resources/Locale/en-US/_CP14/accent/skeleton.ftl @@ -0,0 +1,30 @@ +cp14accent-skeleton-words-1 = skeleton +cp14accent-skeleton-replacement-1 = ACK ACK! + +cp14accent-skeleton-words-2 = dwarf + +cp14accent-skeleton-words-3 = elf + +cp14accent-skeleton-words-4 = goblin + +cp14accent-skeleton-words-5 = human + +cp14accent-skeleton-words-6 = silva + +cp14accent-skeleton-words-7 = tiefling + +cp14accent-skeleton-words-8 = skeletons + +cp14accent-skeleton-words-9 = dwarfs + +cp14accent-skeleton-words-10 = elfs + +cp14accent-skeleton-words-11 = goblins + +cp14accent-skeleton-words-12 = humans + +cp14accent-skeleton-words-13 = silvas + +cp14accent-skeleton-words-14 = tieflings + +cp14accent-skeleton-words-15 = people diff --git a/Resources/Locale/ru-RU/_CP14/accent/skeleton.ftl b/Resources/Locale/ru-RU/_CP14/accent/skeleton.ftl new file mode 100644 index 0000000000..e69f69cae0 --- /dev/null +++ b/Resources/Locale/ru-RU/_CP14/accent/skeleton.ftl @@ -0,0 +1,30 @@ +cp14accent-skeleton-words-1 = скелет +cp14accent-skeleton-replacement-1 = АЧК АЧК! + +cp14accent-skeleton-words-2 = дварф + +cp14accent-skeleton-words-3 = эльф + +cp14accent-skeleton-words-4 = гоблин + +cp14accent-skeleton-words-5 = человек + +cp14accent-skeleton-words-6 = сильва + +cp14accent-skeleton-words-7 = тифлинг + +cp14accent-skeleton-words-8 = скелеты + +cp14accent-skeleton-words-9 = дварфы + +cp14accent-skeleton-words-10 = эльфы + +cp14accent-skeleton-words-11 = гоблины + +cp14accent-skeleton-words-12 = люди + +cp14accent-skeleton-words-13 = сильвы + +cp14accent-skeleton-words-14 = тифлинги + +cp14accent-skeleton-words-15 = скелетов diff --git a/Resources/Prototypes/_CP14/Accent/word_replacements.yml b/Resources/Prototypes/_CP14/Accent/word_replacements.yml new file mode 100644 index 0000000000..5f30d90d4d --- /dev/null +++ b/Resources/Prototypes/_CP14/Accent/word_replacements.yml @@ -0,0 +1,18 @@ +- type: accent + id: cp14skeleton + wordReplacements: + cp14accent-skeleton-words-1: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-2: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-3: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-4: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-5: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-6: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-7: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-8: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-9: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-10: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-11: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-12: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-13: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-14: cp14accent-skeleton-replacement-1 + cp14accent-skeleton-words-15: cp14accent-skeleton-replacement-1 diff --git a/Resources/Prototypes/_CP14/Body/Prototypes/skeleton.yml b/Resources/Prototypes/_CP14/Body/Prototypes/skeleton.yml index c9eddedcc4..041dcc5f5f 100644 --- a/Resources/Prototypes/_CP14/Body/Prototypes/skeleton.yml +++ b/Resources/Prototypes/_CP14/Body/Prototypes/skeleton.yml @@ -7,6 +7,8 @@ part: CP14HeadSkeleton connections: - torso + organs: + brain: CP14ClothingMaskBoneMaskMind torso: part: TorsoHuman connections: diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml index 1af453ac4a..8963f80e72 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml @@ -58,3 +58,77 @@ sprite: _CP14/Clothing/Masks/neckerchief.rsi - type: IdentityBlocker - type: IngestionBlocker + +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskBoneMask + name: bone mask + description: An enchanted mask formerly belonging to a magical creature. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/bone_mask.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/bone_mask.rsi + - type: IdentityBlocker + - type: IngestionBlocker + - type: AddAccentClothing + accent: ReplacementAccent + replacement: cp14skeleton + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.90 + Piercing: 0.90 + Heat: 0.90 + +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskBoneHornedMask + name: horned bone mask + description: An enchanted mask formerly belonging to a magical creature. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/horned_bone_mask.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/horned_bone_mask.rsi + - type: IdentityBlocker + - type: IngestionBlocker + - type: AddAccentClothing + accent: ReplacementAccent + replacement: cp14skeleton + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.90 + Piercing: 0.90 + Heat: 0.90 + +- type: entity + parent: CP14ClothingMaskBoneMask + id: CP14ClothingMaskBoneMaskMind + categories: [ DoNotMap ] + components: + - type: BlockMovement + - type: Actions + - type: Emoting + - type: DoAfter + - type: SkeletonAccent + - type: Speech + speechVerb: Skeleton + - type: Vocal + sounds: + Male: Skeleton + Female: Skeleton + Unsexed: Skeleton + - type: Organ + - type: Brain + - type: Tag + tags: + - MindTransferTarget + - type: Butcherable + butcheringType: Knife + spawned: + - id: CP14ClothingMaskBoneMask + amount: 1 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/test_armor.yml b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml similarity index 52% rename from Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/test_armor.yml rename to Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml index bee4c7d79b..da02159097 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/test_armor.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/OuterClothing/armor.yml @@ -19,3 +19,23 @@ - type: ClothingSpeedModifier walkModifier: 0.96 sprintModifier: 0.96 + +- type: entity + parent: CP14ClothingOuterClothingBase + id: CP14ClothingOuterClothingBoneArmor + name: bone armor + description: Bone armour... not the best or most attractive defence. + components: + - type: Sprite + sprite: _CP14/Clothing/OuterClothing/bone_armor.rsi + - type: Clothing + sprite: _CP14/Clothing/OuterClothing/bone_armor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + - type: ClothingSpeedModifier + walkModifier: 0.97 + sprintModifier: 0.97 diff --git a/Resources/Prototypes/_CP14/Loadouts/Misc/undead_startinggear.yml b/Resources/Prototypes/_CP14/Loadouts/Misc/undead_startinggear.yml index 2055046b84..58e3aa7b8a 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Misc/undead_startinggear.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Misc/undead_startinggear.yml @@ -19,6 +19,7 @@ - type: startingGear id: CP14MobSkeletonHalberd equipment: + outerClothing: CP14ClothingOuterClothingBoneArmor shirt: CP14ClothingWarriorsGarbDress pants: CP14ClothingPantsLoincloth neck: CP14ModularSkeletonHalberd @@ -29,6 +30,7 @@ - type: startingGear id: CP14MobSkeletonSword equipment: + outerClothing: CP14ClothingOuterClothingBoneArmor pants: CP14ClothingPantsLoincloth belt1: CP14ModularSkeletonSword shoes: CP14ClothingShoesSandals diff --git a/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/equipped-MASK.png new file mode 100644 index 0000000000000000000000000000000000000000..e333449ef161db5217d30d6e7984e05d740bef92 GIT binary patch literal 1027 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85o30K$!7fntTONLwjaOL`j6Nk5zJhu3lnFep0GlMQ#C5H3Nf< zeMLcHa&~HoLQ-maW}dD3``!E16*5z7)x%AF4SWlnQ!_F>s)|yBtNcQetFn_VQ`GJ4 zc)4sUtbiuurj{fsROII56ON0GHI_ zN%^HEwo0X?nJHFjiD{-uDJiD9Nr}cOx`u`+iMoj?#)i5n#>Oe;riK zGN53Bhi+;fFi6XRVW%@?1~&r(6RW3-V@O5Z+grN%w;d$dKh(GVVzkoqY<$|(aB1bl zs3|Uv%dR?9B;4R)W*0Y$xYMw5i|SP2d&}e%6qYk@)?K?GmGfoq6Tg#dt1I{H(RlS= zJ#w4hH{0jWYt+6oeAy=Yr>*|t>$0Bv-(G&c9#fk;yW+y$yyGno6`KqSa-%XeOmCi4 z+4EWY-?4o)8$-(61=u(aJO95nS7Fx1Fp-)4>1UVT+`i?~kFwJ4e_yw*@b3f)%J=uz zZT?(WA1@RChm|F<;ono8qps`rbszz=r~A!} z#a^?R?KR!E>c&p_H>K9guB~8>Ucvt%TcquyLV3=|dkaFduhg&PuUK1@a#bw;-m&e% z6WcWyk5BE&3|qY{a;?-_69xru;e>s;`!vm_^{$=TCVRbbsnRT#K&H4fudqbU z(z(jD-S*KU9%bWoS9}vzpDsdXBC8li_u?&AB4YIpp>w_6_gV_UHx3vIVCg!0IZ^; AssI20 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..766c264c6f23bf2464da5a314bf08ab327e917a4 GIT binary patch literal 792 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=BdgAk26#O}+xCp*=Gsq9nrC$0|8LS1&OoKPgqOBDVmjnt{Q_ zzM>#8IXksPAt^OIGtXB2{qFth3YjUk>fxro2EGN(sTr9bRYj@6RemAKRoTgwDeCri zyj(UFRzMSSQ%e#RDspr3imfVamB0pD0ofp7eI+}aqLehNAQv~N3Lwu`DWjyMz)D}g zyu4hm+*mKaC|%#s($Z4jz)0W7NEfI=x41H|B(Xv_uUHvsfJi^MBT&`V?*5(W8)NaQ$q`*G{Yn%sP!e8 zX$brCilM;(3=n;gjJ~0s0m#W9wv~TTW-8DXAS>+*ZNTyvVA?RD>1N5f94qz<*@~4*dgEl+JY-Ge_!VFFMg{vd$@?2>`s^D5U@Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/meta.json new file mode 100644 index 0000000000..a435f0e14b --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/bone_mask.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by perzonaz (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Masks/horned_bone_mask.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/horned_bone_mask.rsi/equipped-MASK.png new file mode 100644 index 0000000000000000000000000000000000000000..747778067d287c1af4dcae8ba57270a486421a1b GIT binary patch literal 1201 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 S40r1PErCZv{F;5@a{dbom;E>Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/icon.png b/Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5abbd5774a5e174ab19fea5da8d0128884dfb510 GIT binary patch literal 1088 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Dh+L6~vJ#O${~4egmB5hW46K32*3xq68y`AMmI6}bgK)eHls47YguJQ{>uF6ifOi{PD zbs{}UK3djZt>nqvW6s4qD1-ZCERRDRmN*N_31y=g{ z<>lpi<;HsXMd|v6mX?v90`zGE;%B09k2gXakl<5wp<;IRwdJb`TMuUx6%m z$bfQL22q#Lk&u2+GY#Ec6v7Wc_vCJ+@ z*(PsCSrH~H4X@}IDoP%O7Y-imdvuM@)n#H+fJSI$yOoGl$n&f@-t98#tkPCb_B~yE z{lagVS=N)Xi+PWptv>d>`u_Lt)%)uwOq}>}|735rUq@GlObOFah}O;8z5DsQ$^L9g zS+ljZBp2(xnX!y%!dfwgA;Y zczsXbs*mjEk@s(OCHv~v?%K0%@pLba`_GS`^UJEg)TfYCo7|nYxbZ`6%ll%9whLlj zmo(+r9A*6FQq^sFEvAWzKV@g*XjKqly1b2%qxFSPf9Db2%SSe@F@Ar9lX*3Fu~t!z z)UiTm#XfaCF~NQPiIFEa>G524`C&IXcza>qozr(~f2?^PIA_;}T?Wfzwx7H7DBP{B zJ=0|NjJAV~K_bPLQfJfVNOK)LeO-S>e9Yo~d(SQidQv*qfa3-~Q{DTwb5{vY-1Q=2 z+M^d7i(}Yc2Wz9Fk^?^n5j bfK)x>kA-|0s*}7sK-t*S)z4*}Q$iB}GpD#I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/meta.json b/Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/meta.json new file mode 100644 index 0000000000..d378e249fb --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/OuterClothing/bone_armor.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by perzonaz (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +}