From 90f73d3fccb0d2a616ba1960c98719feb5a13973 Mon Sep 17 00:00:00 2001 From: Kai Shiba <100050424+KaiShibaa@users.noreply.github.com> Date: Thu, 24 Mar 2022 03:31:13 +0000 Subject: [PATCH] Papersack hat (#7236) --- .../VendingMachines/Inventories/theater.yml | 2 ++ .../Entities/Clothing/Head/hats.yml | 24 +++++++++++++++- .../Hats/papersack.rsi/equipped-HELMET.png | Bin 0 -> 292 bytes .../Clothing/Head/Hats/papersack.rsi/icon.png | Bin 0 -> 253 bytes .../Head/Hats/papersack.rsi/inhand-left.png | Bin 0 -> 290 bytes .../Head/Hats/papersack.rsi/inhand-right.png | Bin 0 -> 289 bytes .../Head/Hats/papersack.rsi/meta.json | 26 ++++++++++++++++++ .../papersacksmile.rsi/equipped-HELMET.png | Bin 0 -> 309 bytes .../Head/Hats/papersacksmile.rsi/icon.png | Bin 0 -> 274 bytes .../Hats/papersacksmile.rsi/inhand-left.png | Bin 0 -> 304 bytes .../Hats/papersacksmile.rsi/inhand-right.png | Bin 0 -> 304 bytes .../Head/Hats/papersacksmile.rsi/meta.json | 26 ++++++++++++++++++ 12 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Clothing/Head/Hats/papersack.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersack.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 2e0e6ca8b0..aaee016f5f 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -22,3 +22,5 @@ ClothingHeadHatShrineMaidenWig: 2 ClothingOuterSuitShrineMaiden: 2 Gohei: 2 + ClothingHeadPaperSack: 2 + ClothingHeadPaperSackSmile: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 7059f03e9b..ee61cfcc17 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -405,4 +405,26 @@ - type: Sprite sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi - type: Clothing - sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi \ No newline at end of file + sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadPaperSack + name: papersack hat + description: A paper sack with crude holes cut out for eyes. Useful for hiding one's identity or ugliness. + components: + - type: Sprite + sprite: Clothing/Head/Hats/papersack.rsi + - type: Clothing + sprite: Clothing/Head/Hats/papersack.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadPaperSackSmile + name: smiling papersack hat + description: A paper sack with crude holes cut out for eyes and a sketchy smile drawn on the front. Not creepy at all. + components: + - type: Sprite + sprite: Clothing/Head/Hats/papersacksmile.rsi + - type: Clothing + sprite: Clothing/Head/Hats/papersacksmile.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..46e257a984b7dccb58d6ec004e72771331736f37 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`NCfzVxH9}_ zI6FD>#=Md{iz?o&tNXdN87LzqB~>{;wH?UfC<*clX7~>QS5Ji)0mYVix;TbJw7#8o zkdIlB!-cW^?*IRfoua?9nY>!csjni}cE+)X=c46|NEz$tCD{@MZW$9^A91$tIk4b@ z=ZD+|otG-Bu0LJc*yxwk{QKK20}tseW)ZelzfX6H5&~YBsj;yAC zl-ItOP0o5g`#1eV__X_<7@e5^INBBHD7f6d8D78l-gaKTC(Tc-Zna**8>L*+*wp{V_wONRWpBOC5W?+)V=0V<3J@{tTlYt8c*1v|W#Ui{mn!f@?z xk3fJ)AQx|t;hHvX15HB>O#{u`gay(J3{$pi&p*qsY%$PD44$rjF6*2UngEA5R;vI2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e44131741bf09afd2b107deafc888e6a974f19c9 GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`NCfzVxH9}_ zI6FD>#=Md{iz?o&tNXdN87LzqB~>{;wH?UfC<*clX7~>QS5Ji)0mYVhx;TbJw7#8o zn(wdz56j2qC;$KNXbn#dO)ou5SlqI3}5^GB8x|DLp#$+xjdw)5WHe#_>&r$RHORhk44ofy`glX(f`NCfzVxH9}_ zI6FD>#=Md{iz?o&tNXdN87LzqB~>{;wH?UfC<*clX7~>QS5Ji)0mT-3x;TbJw7#8o zn(K%HkL%vbE&u-?UtBWB=%m_3Cv!^{uA*u&Ew#0xu7Nh}3{qd-N695f7DOa`O4$2g z!GUL<`?#GH8&6MuRoHWBfrI+?2R81x9RI{GF?n+3%&XfiC33??LP@3RgW;^2{rn5u zG9GqMIW6uQD6;y@J^$7E@80~~q~mdptMAR42dvlM*G5!C3gmr_+pw2?H~$X~>^m&hp0c<(Dj=a~V8c{an^LB{Ts5FMM}b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json new file mode 100644 index 0000000000..35abb07e61 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcd4954002506f1c3edc590eebacad98433ebfb GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`NCfzVxH9}_ zI6FD>#=Md{iz?o&tNXdN87LzqB~>{;wH?UfC<*clX7~>QS5Ji)0mZg^x;TbJw7#9T zk?)8BhqGbhxBvftc&vY!R^+v7&Jp1tc4dA6(e6F$3~!H=d-k`b&2{4~ioNj1TbWHb z_R2f9%c`+g{#sO78h&6jw>Tds&6aui&HQ}U#K~_Tj1b!<)fg7doZYI{<+s?b~Q)B$khVu+R ydEP0iS{lkL>4^1u+U?Lf$-X%3%OZ`gN6g!@*^+ZhIAeicVDNPHb6Mw<&;$VFDSAi% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..627b8e7a77f47239afe9e63c85cb75673533c3a9 GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`*8>L*+*wp{V_wONRWUh2{63o;C1EL;kKo% zt*m92GK*DOn_G#WtI!J;t}`xT9Wjp{*>FdCcNm`tP+>HXk5phf(aZ7GjpGOdYtjT3 z7pMNVHaXsjZlAo*%rstj(1U56g7I8IrY<$Fg^pTnR|^=`RM}Kn)t2(|lrS^gcGK-p To^ZMg=tu@nS3j3^P6k44ofy`glX(f`NCfzVxH9}_ zI6FD>#=Md{iz?o&tNXdN87LzqB~>{;wH?UfC<*clX7~>QS5Ji)0mU|Xx;TbJw7#8o zo9l=IkIP(@ZU6rtm)6fN6gAOJjW6Pu(pV)IQs7h|bG(wDVakQ~Cixr@LU&kd)BR?V~;(AU(VM4-SpY#v%>}54csbD|J{T;LKo~_m%eVdpYHVF8zK#g zPD&ZaZ#>`1z$n78Fm{QZb>Cx)|I4Sf{GDdNb>x~5TjN&MKS_C<%?jphhlPJP9r$sA uzv+_HyZ4THJpC*yRiEsvow%;B%I@e*mNSKkHXDGhXYh3Ob6Mw<&;$S(yn4t0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b1554f4542adea16c5bc27fbded7b24084236cc2 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`NCfzVxH9}_ zI6FD>#=Md{iz?o&tNXdN87LzqB~>{;wH?UfC<*clX7~>QS5Ji)0mU|Xx;TbJw7#9@ z$ah$Qhb1yu{r~^M-Uhd$(_6z{9aZ)YypYDn#yWkHisvV529Lw@(<>KbExy#G+MhMo zi|g8+7ZCvqSrqltu3tUn(da98uy*?|rw=^bP0l+XkKP;`Jb literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json new file mode 100644 index 0000000000..35abb07e61 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file