From 5d4c8998adda98a71ef111201585c7ecceacb929 Mon Sep 17 00:00:00 2001 From: KingFroozy <140668342+KingFroozy@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:38:28 +0300 Subject: [PATCH] Chief Engineer's Turtleneck (#19737) * Add chief engineer's turtleneck * Printable now --- .../Catalog/Fills/Lockers/heads.yml | 4 +++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 11 +++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 11 +++++++ .../Entities/Structures/Machines/lathe.yml | 2 ++ .../Prototypes/Recipes/Lathes/clothing.yml | 14 ++++++++ .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1223 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 457 bytes .../Jumpskirt/ceturtleskirt.rsi/icon.png | Bin 0 -> 296 bytes .../ceturtleskirt.rsi/inhand-left.png | Bin 0 -> 339 bytes .../ceturtleskirt.rsi/inhand-right.png | Bin 0 -> 339 bytes .../Jumpskirt/ceturtleskirt.rsi/meta.json | 30 ++++++++++++++++++ .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1547 bytes .../ceturtle.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1149 bytes .../Uniforms/Jumpsuit/ceturtle.rsi/icon.png | Bin 0 -> 434 bytes .../Jumpsuit/ceturtle.rsi/inhand-left.png | Bin 0 -> 339 bytes .../Jumpsuit/ceturtle.rsi/inhand-right.png | Bin 0 -> 339 bytes .../Uniforms/Jumpsuit/ceturtle.rsi/meta.json | 30 ++++++++++++++++++ 17 files changed, 102 insertions(+) create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index fdc23487d5..885f487a85 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -128,6 +128,8 @@ contents: - id: ClothingOuterHardsuitEngineeringWhite - id: ClothingMaskBreath + - id: ClothingUniformJumpsuitChiefEngineerTurtle + - id: ClothingUniformJumpskirtChiefEngineerTurtle - id: OxygenTankFilled - id: NitrogenTankFilled - id: ClothingNeckCloakCe @@ -157,6 +159,8 @@ - id: ClothingBeltChiefEngineerFilled - id: ClothingHeadHatBeretEngineering - id: ClothingHandsGlovesColorYellow + - id: ClothingUniformJumpsuitChiefEngineerTurtle + - id: ClothingUniformJumpskirtChiefEngineerTurtle - id: CigarCase prob: 0.15 - id: DoorRemoteEngineering diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index e5c7c97a01..636c2f8093 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -42,6 +42,17 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpskirt/ce.rsi +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtChiefEngineerTurtle + name: chief engineer's turtleneck + description: A yellow turtleneck designed specifically for work in conditions of the engineering department. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi + - type: entity parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtChaplain diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 40c62cd3cb..56f5efabbb 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -104,6 +104,17 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/ce.rsi +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitChiefEngineerTurtle + name: chief engineer's turtleneck + description: A yellow turtleneck designed specifically for work in conditions of the engineering department. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/ceturtle.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/ceturtle.rsi + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitChaplain diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 7832999464..ec0fc8caff 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -705,6 +705,8 @@ - ClothingUniformJumpsuitSalvageSpecialist - ClothingUniformJumpsuitChiefEngineer - ClothingUniformJumpskirtChiefEngineer + - ClothingUniformJumpsuitChiefEngineerTurtle + - ClothingUniformJumpskirtChiefEngineerTurtle - ClothingUniformJumpsuitChaplain - ClothingUniformJumpskirtChaplain - ClothingUniformJumpsuitChef diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 6549640456..fea18760b7 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -81,6 +81,20 @@ Cloth: 300 Durathread: 100 +- type: latheRecipe + id: ClothingUniformJumpsuitChiefEngineerTurtle + result: ClothingUniformJumpsuitChiefEngineerTurtle + completetime: 4 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformJumpskirtChiefEngineerTurtle + result: ClothingUniformJumpskirtChiefEngineerTurtle + completetime: 4 + materials: + Cloth: 300 + - type: latheRecipe id: ClothingUniformJumpsuitChaplain result: ClothingUniformJumpsuitChaplain diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..f142d6efc0c66d8af7ab1a9432417c5790a32f12 GIT binary patch literal 1223 zcmV;&1UUPNP)Px(fk{L`RCt{2nn7qAM-+zt4K>(q6da>*twkgVr{2Z}xkPr)!nY;}dMgNY$t6&1 zA0lCa5j8HNv>;s?UkV{T7*vcdEvhk;;+h`p(qs=xo5HG1Q-iuH+Mp_xYa1*xJ;=M3 zBFWiVYwISN56sB3+WFr+y*E4TJb=UDa5x+e=Osm8y&(|;1%OEW=-yU+cA;xY!~IZl zC8M>ff5xhKA_l5#j?zR7R2uF#t`kC7ZLp;88+SLfR`p*o`^B*Y=!V~k#ahL2p9~0JGIztX}mZdPD12DiA_i>bIg^ z-|YCN*MQ2C0{}o~qB43mGEtRN{|DKG?gy38?Gg$ z9vg%ZyrsPh0Ql3lNgWOc=I7@jiXv21#lpe@DwPTx@|f@{YGL{VSq6X;JD{hh2fMqw zP5S%$`{?TGGTKU|f^xYmyz%gD0Kf_sO=*~N0HsGMl}sk7BuVi3e2`_?Xca|4I2^Wp zA7EBr5X_mvv=4X@VRAqu5}}eL0RU80ZD=J)LL?F~z4}_g4t?enI8G#yNZ6hN?evq$ zq)>0C*%V-Q!1DrM15CmlaM}i(HcX4wmCJ58&!5G}B@sXW`Uk$=P;lk48?QMXkUTCt z$`|qF+D~@bYKuN|1dLn~oBAY=tHn3%q0{=z4){G^1OPn#>z|hWcGGEnCI>jrpT*8z zwMp!|yE*LaRk6EQwPeKeqR-)QI2;b=#lrR%7*^=S`v?9$z$7od11ynUP|HGvz_rni7Dlu}FO~>g8*REaTkXYd&k#aowlSF^puSGPH^wGpH?_I|_63p2 z0pEO2gi$R30Qg+ZQmg{Cv-&>7<8cH+BJTe3K9-l4nGG?+>_MNr*k44ofy`glX(f`SO)lnxB}^( z8ivh_gl-;3!p-@JLVr>E!4nKRFxJ=?r_ zb8&I8sIBt?pl0EcAirRS{}{l|{*ErtK6y_U$B>BDx6^w0nhbba!jB#M5h(Ni|AuYN ziWf_H7aW@rE6h`uzSj8Rs*u2oyIBSFW!7)_6q7Dhw!*rPQy+%TSn$ZQ?7*ta zd{y>gUDCS^BR0?0zI@|{Y{G08=Eml2X{HjZ=eJMUap-X1XURvJZM$n@ET5aP?Yez@ zy5V9)-Ol;>7s~z?Nd8*)v{Iul{%`Ke*NSz!4n8@4)Zo`k2KVD8zXC2B%IP@Dh*bs# zUXr5}%fjyLM~ psV}|c&vbDX!~dt7J}lnF+{+;%5u|zH0Wc&PJYD@<);T3K0RW{4&Z__b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0d92af9ee15068c55377402271a028f9188d1569 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|ECYN(T!C~? z4a4R|LN||VKf9)<-@{vm%F!xJXL)?sfnEAD<>v z-RxYQaVaIeN$y$ahTQFT;s<_r6tyf76`Y{BFe=|%-A(n1H7E_x4A|)9*G~QyYemL>y73=GS@%-lr?aVcaXoVo+kh7<@2@~i+=Qf ZWy$Mf)t>FqJ0Iv022WQ%mvv4FO#t>k44ofy`glX(f`SO)lnxB}^( z8ivh_gl-;3!p-@JLVr>E!4nKRFxJ=?r_ zb8&I8sIBt?pl0EcAirRS{}{l|{*EqCdZnj}V@O2n+i4fM4jJ&cmM5F<@>Toy|NN{~ z3y!XNSu4@?M1*axH{YAga)~Adj(?I5{;k=3ox9$?*3W+K%F_&*#S^>&@;ojnA5gJc zaaed2k5=9JvXhJTULTw>JMwVDk44ofy`glX(f`SO)lnxB}^( z8ivh_gl-;3!p-@JLVr>E!4nKRFxJ=?r_ zb8&I8sIBt?pl0EcAirRS{}{l|{*EqCdZnj}V@O2n+o`9y4jb^WY|avz!_N2j|NONv zP6u6&-D;DIGHH@|a`nlM!vZXhAMzjkY}D_*e)M2~5AzLc_L$>HDXx-YQu63(r<%_n)6&cdY689@7K)8xo-<9RsC0Wj#YB9MB PbTosftDnm{r-UW|hUb=D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/meta.json new file mode 100644 index 0000000000..425a857f02 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/ceturtleskirt.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Borrowed from QM turtleneck at https://github.com/space-wizards/space-station-14/tree/master/Resources/Textures/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi and modified by KingFroozy (github) for space station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..afa10c94d4796acfaf091cddf6c65cbfaab5bb37 GIT binary patch literal 1547 zcmV+m2K4!fP)Px)#Ysd#RCt{2nomp=R~*MbgQ9?Of}q0nvh}|FJ80< z)4+w)+Hhza4z-$?CRQ71mTYT!*$Qde)QyR?EpAgtO`SCjZo14Ws}xz3b%DMfmKkveIvCs!D6K)n9D)iw#|fAKYs=S)$?b z3|gY*6=-Rx=grNs&7B_24KMI}a&==99wn z<>=$O%ZRPVhN`N(5`7(jTa8ylX=y1(j~+$SGz`Pw*s){8Vlhes4azc-)AVQ63y`w` z#l^);PEO9#pPHJYu&~f-W3d=xV`Iuof4m031y0)1ux)@zdwaWRX=%YQ3@fH-8Xk{_ zFT7r5=;lo;zGTS~hKGl3C6bBC%1QtdiA0*d+wDfvGy;JDjg5^MhJoMj=hUfF%J}#= zVBdIKOTg^RG{P_pB9REXuH$mKGJbaXQb}a1A0F&g!h^j4yz$nD0uY{0Ka$dyGQdRFbuRaPma=@_6scDs z-vPB$17Q6l@qCf09~vIPHTGLFu5M$Ix^4E^ zACxje>dV_VSFv+PEdZDLgH&r}{5kS~zo!#v@q8_T?VGEp*2;jS`8#*iq7U8T_MP#x zxQxEkkD*Mwx@}#qUF5`)#fx$}U+V0_!o>(NgId0Vka3ryrG<>#9jEE#8UVif_E)YC z-OeeYC+V+TUc{z#6@-kt#1jcNR=+@X-Stapb(RXlgaBy&Nc)rN{US2i`Vf%0W z$D%0DH{D-U~_{sa5YS0 zQ&oPq#xh|J8j@R6C%UT@2xZ%y6eqf?mBXzeVQS}s^#1{=?x(hgTSIv*jxbSGmBX!} zj5%bp45SRuG>z^uIJ>1F>nWEHJf1<$ZYiLpR{TF2mY&4!GH3e9`#7PK%T6K1hQ^WM67$J(Y#I9;=W)-kz0rEY?$ zbpnkIazgngSr;IGLzFV$yB}4hF4_!0k1-(VgXCU)8J(S-G`DK>-*^YF*DIZf9d_;7 zMRV(W7>2?7pLERD1rz}_lm;3UfNQD`u)jkr{TRHa`q;mJzi_+XrJ|z3Dw2pqBKUkh z+3uwA`FyxsE{-2Ro~G^h`^C9)=cM05qzou2DPiBfeZuW_&l|k1>-6{c=lw-!R>Qi{ znRk72d;a|S^HMov{UQYEg%aVxUL|p7#M&{=2R8;UQ>~Q|9*m}$kPA`<#N%-;_IedS z%sOrrNQ8z*q<3azN$tC;eoh;}@Aq@D*Q>s~NF)LzYX;`$=-}Ys;Nalk;Nb8i{sEet=-S@2mNftX002ovPDHLkV1g5D@~!{? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d5dc5cd0a72790847e9d8c4e98270433b44d7641 GIT binary patch literal 1149 zcmV-@1cLjCP)Px(H%UZ6RCt{2nn7#ZNEFBa+Qv{qy)A|uBzlbmH6#c1vh?C>38BXlL%+e^V)n53 z&_j;aA+X0svo0Jep%klScPyYFo{>8=Cu^Vt7KLjvfhC~!fWq>H&Zf_ts9Kv2VCtC6OyfZ=6 zcOO4Yoz1o?`ZEKt*#mq1=eL0e`lffe zg-amI&dv^6trjfHO8Xqg!NI`+k|aSGh9HE_8N?}@S`e53=ABng1A^PNt| z;6dR1RbyFJ>TIXeF@SMUR5S3_p8`4nvIDN$Y*aTPS*}}Zs!LGn7^IX=Ihxm36_ir+ z`~8`H8jVJy(P%UpjYcyIr7tk~jm!2{6T#sS+gnXIzYQy|4G@XmHyPIs4u=5L>JyZ| z57^#nB0i>R%WDNx=PL`ZOAxiUx0=fHNk@zqL`3l@HGp4{FQP((+mO}fHp$u`l>yv& zekWhQe+K~4EAmBUK%O?YN!A9bFGT)+0Q|agjm7-L|JA%6P?0N{C^5r!csrRh}^7v{Ic zDo)A3Z=~~V2*VJb=NSMHzkM@R?45`79>9aZS)}tEF$f&dc^OIvfM>z~0U29w{V8yx z04%C1q)Hp4{}Px$Y)M2xR9J=Wl)q}iKpcQSTLlM0L2!t4HG+Z}GWrOm58y$c!j2g_IElW71)W5E zfbQPl;E>F64nk>FM39mWZ7jA_bJz~0`IaAd{Qi7*`2#UAF@KGgOVDx&j_pMyp*tL) zXl3#IN3O5R42F~48sN5}*YiwgxDXWptb$3=$`Z<01rq=vD(K!sBmuic&@ZKtqbWjE z7z`&^1#>S7Q9+KT^h;^%R&NWdhx1RVQt?#&a(hYfd3-s^rq;6nl&n_&6; z0>F1M>fn&bU%_t?3urwr$8iF~FxYOlG#U-^`8-M~T-PO)O0irnky2{)jPw$Q)M_<^ z5CABp@O>ZCH0kwv0CYMXq?9@>^#sDf0JGT)&+~N4zo2zp0QGu(_lIk@+lkNXlZ|3x cVq*Rsum1^k44ofy`glX(f`SO)lnxB}^( z8ivh_gl-;3!p-@JLVr>E!4nKRFxJ=?r_ zb8&I8sIBt?pl0EcAirRS{}{l|{*EqCdZnj}V@O2n+i4fM4jJ&cmM5F<@>Toy|NN{~ z3y!XNSu4@?M1*axH{YAga)~Adj(?I5{;k=3ox9$?*3W+K%F_&*#S^>&@;ojnA5gJc zaaed2k5=9JvXhJTULTw>JMwVDk44ofy`glX(f`SO)lnxB}^( z8ivh_gl-;3!p-@JLVr>E!4nKRFxJ=?r_ zb8&I8sIBt?pl0EcAirRS{}{l|{*EqCdZnj}V@O2n+o`9y4jb^WY|avz!_N2j|NONv zP6u6&-D;DIGHH@|a`nlM!vZXhAMzjkY}D_*e)M2~5AzLc_L$>HDXx-YQu63(r<%_n)6&cdY689@7K)8xo-<9RsC0Wj#YB9MB PbTosftDnm{r-UW|hUb=D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/meta.json new file mode 100644 index 0000000000..f61c82ce0e --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/ceturtle.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Borrowed from QM turtleneck at https://github.com/space-wizards/space-station-14/tree/master/Resources/Textures/Clothing/Uniforms/Jumpsuit/qmturtle.rsi and modified by KingFroozy (github) for space station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}