From: HTML/Crystal <152909599+HTMLSystem@users.noreply.github.com> Date: Sun, 2 Mar 2025 20:58:15 +0000 (-0500) Subject: Better Insectoid Glasses (#31812) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8fc78f63d9c7fadb491987f97549c283ec702fad;p=space-station-14.git Better Insectoid Glasses (#31812) Sprites and file changes Adds the variants for arachnid and moth glasses, adds the code for those in the meta.json files, and adds the speciesID tag in both arachnid and moth prototype files. --- diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 059f31acc7..66cf7ccfab 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -115,6 +115,7 @@ visible: false - type: Inventory templateId: arachnid + speciesId: arachnid - type: entity @@ -124,6 +125,8 @@ components: - type: HumanoidAppearance species: Arachnid + - type: Inventory + speciesId: arachnid #>88w88< diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 602388ed81..6d55596859 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -116,6 +116,7 @@ state: "creampie_moth" visible: false - type: Inventory + speciesId: moth femaleDisplacements: jumpsuit: sizeMaps: @@ -132,6 +133,7 @@ - type: HumanoidAppearance species: Moth - type: Inventory + speciesId: moth femaleDisplacements: jumpsuit: sizeMaps: diff --git a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..cffa5c57a4 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..b7908e5942 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json index c84ee21407..3ec433ea2f 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/commandglasses.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Ghagliiarghii", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Ghagliiarghii, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,10 +14,18 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "equipped-EYES-hamster", "directions": 4 }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/alt-equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/alt-equipped-EYES-arachnid.png new file mode 100644 index 0000000000..2774f1fe56 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/alt-equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..f9ab7eebe8 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json index 2a1583c008..4aae3613da 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -28,6 +28,18 @@ "name": "super-equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "alt-equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "super-equipped-EYES-arachnid", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-equipped-EYES-arachnid.png new file mode 100644 index 0000000000..737743cb87 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/gar.rsi/super-equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..159e4a366a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..a0c871c0f2 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/meta.json index 1d659eee14..ed6ea14cdd 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/glasses.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,10 +14,18 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "equipped-EYES-hamster", "directions": 4 }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..6208dd5c78 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..d1f3f61961 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/meta.json index 1d659eee14..ed6ea14cdd 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/jamjar.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,10 +14,18 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "equipped-EYES-hamster", "directions": 4 }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..496addd7d1 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..f2b077e1a5 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json index 3c7d2352cc..486553cdcb 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by MACMAN2003", + "copyright": "Sprited by MACMAN2003. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..b82062290a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..1df258c68a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/meta.json index 76e39a32d7..2920878472 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/mercglasses.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..e558e6e3c3 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..93257e8445 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-secdog.png b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-secdog.png new file mode 100644 index 0000000000..0a2fe588c0 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/equipped-EYES-secdog.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/meta.json index 541bdfbedc..a14dc5c61b 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/meson.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. equipped-EYES-secdog modified from equipped-EYES by TJohnson. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem.", "size": { "x": 32, "y": 32 @@ -14,6 +14,18 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "equipped-EYES-secdog", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..d6c5ced37e Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/meta.json index f803400908..070ceb3b14 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/ninjavisor.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station https://github.com/ParadiseSS13/Paradise/commit/ede55cc8f5b50abcd4f51d37779b56853a440a9a", + "copyright": "Taken from paradise station https://github.com/ParadiseSS13/Paradise/commit/ede55cc8f5b50abcd4f51d37779b56853a440a9a, equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,10 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..e4aecd46d4 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..45a2dc943a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json index 2b8717faa2..4fdc398757 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da and modified by lzk228(discord 455630609641897984)", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da and modified by лазік#7305. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..b403ea648f Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..8dcc68ff73 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json index 541bdfbedc..a68349917a 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/science.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..fc2f8ac113 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..fc6fd360da Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-secdog.png b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-secdog.png new file mode 100644 index 0000000000..1f03e516dc Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/equipped-EYES-secdog.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/meta.json index 1d659eee14..683ab70025 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/secglasses.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. equipped-EYES-secdog modified from equipped-EYES-hamster by TJohnson. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,10 +14,22 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "equipped-EYES-hamster", "directions": 4 }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "equipped-EYES-secdog", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..9bcae65e2d Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..3e2a417aed Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-secdog.png b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-secdog.png new file mode 100644 index 0000000000..8ee7914332 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/equipped-EYES-secdog.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/meta.json index 1d659eee14..fddbbdc12d 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/sunglasses.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. equipped-EYES-secdog modified from equipped-EYES by TJohnson. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,18 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "equipped-EYES-secdog", + "directions": 4 + }, { "name": "equipped-EYES-hamster", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..8258b79b2a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..8f83fc42e4 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/meta.json index 541bdfbedc..a68349917a 100644 --- a/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Glasses/thermal.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..8a67dc3a1d Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..8993601dc9 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/inhand-left.png new file mode 100644 index 0000000000..ddd9114dd7 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/inhand-right.png new file mode 100644 index 0000000000..998e23267e Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json index c6895c9583..c0835e445c 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth motified from equipped-EYES, inhand-left and inhand-right modified from inhand-left and inhand-right from the glasses folder by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,22 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..ff6129d1d8 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/meta.json index 2f7d9c2de7..e3205be336 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/beerpatch.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,10 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..fef70f9d68 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..f30720160f Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json index 149220d0e4..b79f99ef1b 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/command.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by SlamBamActionman", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by SlamBamActionman, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..2995b25441 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..60c51d4881 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/meta.json index 541bdfbedc..a68349917a 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/diag.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..f74b6b4687 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json index bb228e7d5c..44fc177b25 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh and Hanzdegloker", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh and Hanzdegloker. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,10 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..d98f02b977 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..707d9638fc Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/meta.json index 945139fb05..fe65d9803c 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,14 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..9cc1d6b1fc Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..5639df89df Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json index 541bdfbedc..a68349917a 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/med.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..c9de705238 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..046af68f40 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/meta.json index 945139fb05..fe65d9803c 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,14 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..7fb90e9dce Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/inhand-left.png new file mode 100644 index 0000000000..9e1dcd3639 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/inhand-right.png new file mode 100644 index 0000000000..fdcabefc2a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/meta.json index 945139fb05..4ea73e3a3a 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES & inhand-left and inhand-right modified from medsec inhand-left and inhand-right by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,18 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..aa34663f1e Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json index 2f7d9c2de7..e3205be336 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/medpatch.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,10 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..ed64eb93b6 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..c5315b10ce Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/inhand-left.png new file mode 100644 index 0000000000..585b6f76b4 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/inhand-right.png new file mode 100644 index 0000000000..f36ce554dc Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/meta.json index 945139fb05..406659be94 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES, inhand-left and inhand-right modified from inhand left and inhand-right from the sechud folder by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,22 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..4c3a3bb772 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..f875e27739 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/inhand-left.png new file mode 100644 index 0000000000..c3f2715db7 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/inhand-right.png new file mode 100644 index 0000000000..07867ab6be Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json index 945139fb05..d4b910802f 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES, inhand-left and inhand-right modified from medsec inhand-left and inhand-right, both by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,22 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..9ff723dd6f Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/inhand-left.png new file mode 100644 index 0000000000..1f63e995d1 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/inhand-right.png new file mode 100644 index 0000000000..8d5f01fc14 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/meta.json index 945139fb05..b12ad8543d 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby, equipped-EYES-arachnid motified from equipped-EYES, inhand-left and inhand-right modified form medsec inhand-left and inhand-right, both by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,18 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..3b1c8c22bc Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..5e929eebc3 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json index 945139fb05..fe65d9803c 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by Derby", + "copyright": "Made by Derby, equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,14 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..c5956f457d Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..8bab42c90a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json index 541bdfbedc..a68349917a 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/sec.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,14 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..5cbb04f399 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/meta.json index 2f7d9c2de7..e3205be336 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/secpatch.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,10 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..e717bb70cc Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json index e3bc1a2940..965ef0ef73 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/synd.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by IntegerTempest", + "copyright": "Made by IntegerTempest. Equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,10 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..9952ef5d1a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json index f3acabcc54..2f5d6433b7 100644 --- a/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by IntegerTempest, edited by Golinth", + "copyright": "Made by IntegerTempest, edited by Golinth. Equipped-EYES-arachnid modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -14,6 +14,10 @@ "name": "equipped-EYES", "directions": 4 }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, { "name": "inhand-left", "directions": 4 diff --git a/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/equipped-EYES-arachnid.png b/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000..7972627ecd Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/equipped-EYES-arachnid.png differ diff --git a/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..b23802a51a Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/meta.json index a89a8a1240..d9de686928 100644 --- a/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Misc/blindfold.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. Equipped-EYES-arachnid and equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,14 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/equipped-EYES-moth.png b/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/equipped-EYES-moth.png new file mode 100644 index 0000000000..f15d809593 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/equipped-EYES-moth.png differ diff --git a/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/meta.json index c6895c9583..92bb7a98c9 100644 --- a/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/meta.json +++ b/Resources/Textures/Clothing/Eyes/Misc/eyepatch.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da. Equipped-EYES-moth modified from equipped-EYES by HTMLSystem", "size": { "x": 32, "y": 32 @@ -13,6 +13,10 @@ { "name": "equipped-EYES", "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 } ] }