From fd3c922a08d8b8c863153b3f9a519a04083551bb Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:05:59 +1100 Subject: [PATCH] Add chaplain stoles (#22955) add --- .../VendingMachines/Inventories/chapel.yml | 1 + .../Entities/Clothing/Neck/stoles.yml | 10 +++++++ .../Stoles/chaplain.rsi/equipped-NECK.png | Bin 0 -> 1616 bytes .../Neck/Stoles/chaplain.rsi/icon.png | Bin 0 -> 1779 bytes .../Neck/Stoles/chaplain.rsi/inhand-left.png | Bin 0 -> 1277 bytes .../Neck/Stoles/chaplain.rsi/inhand-right.png | Bin 0 -> 1297 bytes .../Neck/Stoles/chaplain.rsi/meta.json | 26 ++++++++++++++++++ 7 files changed, 37 insertions(+) create mode 100644 Resources/Prototypes/Entities/Clothing/Neck/stoles.yml create mode 100644 Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index b77dbd7d23ed..33a13dab0a0b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -5,6 +5,7 @@ ClothingUniformJumpskirtChaplain: 2 ClothingUniformJumpsuitMonasticRobeDark: 1 ClothingUniformJumpsuitMonasticRobeLight: 1 + ClothingNeckStoleChaplain: 1 ClothingOuterHoodieChaplain: 1 ClothingOuterHoodieBlack: 1 ClothingHeadHatHoodNunHood: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml b/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml new file mode 100644 index 000000000000..aab8eb30ca45 --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckStoleChaplain + name: chaplain stole + description: An elegantly designed stole, with a vibrant gold plus on either end. + components: + - type: Sprite + sprite: Clothing/Neck/Stoles/chaplain.rsi + - type: Clothing + sprite: Clothing/Neck/Stoles/chaplain.rsi diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..bd535b49ad741983e498d45a0aada23a9eaff2c8 GIT binary patch literal 1616 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`&f984^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fx%@^cciN^SHZYEbn;L{W{j(Z^!D4am<{kwK}& z`8lPaP`5KOGqC}O1d1pk{2@9bu3q+g>poTyK6e)E=l0G=_fob24 z%SIobkLY<{zwYNJeS&mT7Ig zbSOenzIE!tYYCo8y=z00P0eOSNXV6~I}^({{juIXJ#MC-{*MZ+w_EqiH;11Q zaCBf`fulo$C)Tay*gw~?YX9E5FPi?ay!`)3^k;VSADj9Kg74SIZ(9|zCwFe?-1Fz6 zLo9Y>zI?iQ**o)3l7XwO3{RLP7k2A$zuI>^RXOpU`mDY^LbEq$T)Moa-quan#c9j$ z$CG+YzgihBtMceL7w@ot(({O&hmt0{6my5Y?w@>pt<6&|4}G_nZE7Wj#H(O`E z<8%JrZ8djH?d8n^f5{(MKY#6NuFCr?U;P)IeRO%l)4b!WSsqwS-oih(VqfOJue;BC zxmKUfh_`$9IrqKO`>HLQ-OCghnDC&(-VQq#K0n7)aOzXffqJDEYHCZ5aj2hc=Fssu zS9)gdBJSRYEVm~-ORcq5er38``s}~kQleaDQ?(m%KQG~^H=CtvD7HO1XH)Lmh;RE( z{i}>=e9jtC@+X_I;ErXuxkTJiVX?VyrtR9MdHegl_w!R*ZQ2)1-g14}MAPOKQ;K&@ zm9T0%{(8=Yh3$3{8v<9_$|W2Q``qKO%F_Bmw&(IQ=M*KFFPy*0FnM1OKFLsnK{KB8yPqnkdTDx2j=HmOAas1 R=9C7N=AN#8F6*2UngBp(Kq&wK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c71dcac1899c6491f01f8237301c24bb1a814e15 GIT binary patch literal 1779 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1MmW7law7oa)tQU|_Dx42dX-@b$4u&d=3LOvz75)vL%Y z0PC`;umUo3Q%e#RDspr3imfVamB1>jfNYSkzLEl1NlCV?QiN}Sf^&XRs)CuGfu4bq z9hZWFf=y9MnpKdC8&o@xXRDM^Qc_^0uU}qXu2*iXmtT~wZ)j<0sc&GUZ)BtkRH0j3 znOBlnp_^B%3^4>|j!SBBa#3bMNoIbY0?6FNr2NtnTO}osMQ{LdXG${Mo`TY%9I!1Z z$@-}|sky0nCB^!NdWQPg^p#|$AzYYO3=Ixo!03ZyfZ7bOYV#~8Nj3q7lxqdhJy8Dv z9hwZbx40xlA4!3}k%57Qu7Q!Rk)=M|e?aHkq$FFFWR~Qlf&&ijA8-gd=9Hj{g4Bb8 zASV+PvQ{~XdFi%F6}l;@X^EvdB}#Uod0?Yb6da36%JYk|ZS*0kQB8q}q8e_akHsA} zAm3X>2Bj9~=ahoN-_Fq3$OarHD58j%far+8ssmXRT}MDhen~zsWff&6d*+p-78Mi$ zQyJJsn0>fapqquTJTxz}#13WvnlO?sq*$_o23!a@MlgdDr&6eKkf23Mv5@Qljs{?U zu;a4PhvzLjuD|Ez{a|2V`r_&07!twxHq<*?I8emSn0JcZmdw>Z4lKIb%PVwLKA|SW zV8RR}CnL_Ept#%HAF`_OZ8YPNaQGo|tn^$<3F1{M|Ib*Vqkm<>< zb?U|HlhY>gM5>k2Z4fw(@$N7xMkz z5$xDu^kLuIUKw){KkEbH?O797C>Y#%E_|@zz86=*jh(Ts3tqoBD)MAmz2LyZa;1iy zy}BQ~K7~%%z_H-dWAWpe4_5S>>|8M+rqRE)|Kf#(rE@s;J-sKou+Mb(eJ;`W zS*o*Bj#)&J+1Uqkiw-+}yDh)z%B^jaYH!Ri_-({+!y{EvhGo`t(+|yNH5R(Xy_^qD zFuwegF(uVY&FD+8kvmg^_G|u<0^`}*7v}aynx0W%U}$!7Tg4G4v-0n^1AAW{@L)BM z(UG>At?_qz1!v5Qxbrg?T)BFE@}0J*GS+~FtL8AD5$9T&CVGG)ARIgo8s@Tdev1YOCteD;E0{o|VXl2w3bmub(%M*F(2c&(lD?S?hBn^MyRW2Op*j zzTo|J^njrJ%UyoD_sV|PNXh6=>~uM^`)1FB$x6nirqh?KV~dz}#g9Q+u=?S#m%2*v zCxQ(&OieEJos_Ao&g}lnzwuXotES?sj5h~YZ*r=5#1y}WQ;@sBmFe&4olO^>uDi9r zdUolW&id62s}CfJ{9yklm_8$6veqt8h2!b!=d#Wzp$PzF Cv6pB7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..f29a2f1fd7a625f1abf261cb14eb7daa8b5d3e3f GIT binary patch literal 1277 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`&f984^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fx%@^cciN^SHZYEbn;L{W{j(Z^!D4am<{kwK}& z`8lPaP`5KOGqC}O1d1pk{2@9bu3q+g>poTyK6e)E=l0G=_fob24 z%SIobkLGpvxOi(^OyCZjBVx3Tr=M=Wo~*OzNu!5-Lf5*9&xrYFmWg}U?;*FzXg>S zMvKqP`k-O+T_&i`#LVp4<9Xlh54~Y5I+)JC;fG*E4f_`Lw}CZ!FIK$Y-S@~{x9KRv dA3x?F5SPoh?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fx%@^cciN^SHZYEbn;L{W{j(Z^!D4am<{kwK}& z`8lPaP`5KOGqC}O1d1pk{2@9bu3q+g>poTyK6e)E=l0G=_fob24 z%SIobkLGpw4Yi(^OybP0l+XkKK;NVt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json new file mode 100644 index 000000000000..829962f11929 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}