From ee771ed13ee32aa6ee853f563df21e42bf04246b Mon Sep 17 00:00:00 2001 From: Dvir Date: Sat, 16 Mar 2024 23:38:41 +0200 Subject: [PATCH] Mail Hud --- .../Fills/Vending/Inventories/maildrobe.yml | 1 + .../Roles/Jobs/Cargo/mail_carrier.yml | 2 ++ .../_NF/Catalog/Fills/Lockers/mail.yml | 1 + .../_NF/Entities/Clothing/Eyes/hud.yml | 10 +++++++ .../Eyes/Hud/mail.rsi/equipped-EYES.png | Bin 0 -> 367 bytes .../_NF/Clothing/Eyes/Hud/mail.rsi/icon.png | Bin 0 -> 408 bytes .../Eyes/Hud/mail.rsi/inhand-left.png | Bin 0 -> 322 bytes .../Eyes/Hud/mail.rsi/inhand-right.png | Bin 0 -> 333 bytes .../_NF/Clothing/Eyes/Hud/mail.rsi/meta.json | 26 ++++++++++++++++++ 9 files changed, 40 insertions(+) create mode 100644 Resources/Prototypes/_NF/Entities/Clothing/Eyes/hud.yml create mode 100644 Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/meta.json diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/maildrobe.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/maildrobe.yml index f0b19e00ddb..1ede5112620 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/maildrobe.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/maildrobe.yml @@ -7,6 +7,7 @@ ClothingUniformJumpsuitMailCarrier: 2 ClothingUniformJumpskirtMailCarrier: 2 ClothingHeadMailCarrier: 2 + ClothingEyesHudMail: 2 # Frontier MailBag: 2 ClothingHeadsetMailCarrier: 2 # Frontier ClothingHeadsetCargoMRM?_7lV>FUF6@!~el|N+{UmQz!x=x*(=UG8?ODX! zmgq4_`bxuV?YHmWf0;OY%f|H5{M`|ye*;8ZH@!K!tkwVVQN8oQdsna0x>_px*SbK= z=;z%{Id!#$eVg8zS%0Zn5po;ocqsVc8aeG`U9IlaPcetIw&d>K!5GNzA>)0$wEOwG zRgBxs=U3HyIOTilt!M7-Q@pQCJw_ifl@_}U-uU$h|dQQs$_9l|F?rq6Z=D-sl# z==1bEtKdb8zEZQm44h_I>R;v&VmC&*f}RrA6IGnX+}84=R+F+09R0YwPo% z*s0-nyYRZG^>^-tM7oNH^mDg-y#4N~XHkPj7oTv%%bDU8{VV6!+^o9Ud-`8T=$@%N zrU^1^jpA*1TC~&LvSGUBtLC!ZYxlip4$u+Poa)8m$l$R4`e%k;fA>ix8yqu`;oD!j z|M0^Ci@MhG`5pBet4N|6D1SBG>Ld+_bDFwzcwUg$MXhlcP5}t zAowul@>Q$Y+}nbM+y2g#oVZ=n{>6$?hE&XX zd&|)8u!Bg;!^kOG98V5il{+TR@A^dhjqJ8thrGBi1{^W$V-OY*i2G7Mi90(r``+f$ z6M>pR;LOc!a`XJdd5^8xw*FN0_L7X-4?ntEy?c7t?fSki>u+r1m-YG;H>FVdQ&MBb@0DE_WlmGw# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/meta.json b/Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/meta.json new file mode 100644 index 00000000000..aabd566bdf1 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Eyes/Hud/mail.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, reskin by gentlebutter (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}