From 2877b6a87c5cda9c19b443edf803e91b2c612564 Mon Sep 17 00:00:00 2001 From: Unkn0wn_Gh0st Date: Sun, 15 Sep 2024 20:43:13 -0500 Subject: [PATCH 1/4] Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. --- .../Catalog/Fills/Lockers/security.yml | 4 +-- .../DeltaV/Entities/Clothing/Eyes/glasses.yml | 30 ++++++++++++++++ .../Prototypes/Entities/Clothing/Eyes/hud.yml | 3 ++ .../Graphs/clothing/glasses_corpshud.yml | 25 +++++++++++++ .../Recipes/Construction/clothing.yml | 11 ++++++ Resources/Prototypes/tags.yml | 3 ++ .../equipped-EYES-hamster.png | Bin 0 -> 444 bytes .../corpsglasses.rsi/equipped-EYES-secdog.png | Bin 0 -> 391 bytes .../corpsglasses.rsi/equipped-EYES.png | Bin 0 -> 409 bytes .../Eyes/Glasses/corpsglasses.rsi/icon.png | Bin 0 -> 303 bytes .../Glasses/corpsglasses.rsi/inhand-left.png | Bin 0 -> 466 bytes .../Glasses/corpsglasses.rsi/inhand-right.png | Bin 0 -> 445 bytes .../Eyes/Glasses/corpsglasses.rsi/meta.json | 34 ++++++++++++++++++ 13 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 73dc7969254..1ceb86dd4e8 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -120,7 +120,7 @@ components: - type: StorageFill contents: - - id: ClothingEyesGlassesSecurity + - id: ClothingEyesGlassesCorpsman # DeltaV - Corpsman Glasses - id: WeaponDisabler - id: TrackingImplanter amount: 2 @@ -160,7 +160,7 @@ components: - type: StorageFill contents: - - id: ClothingEyesHudSecurity + - id: ClothingEyesGlassesCorpsman # DeltaV - Corpsman Glasses - id: WeaponDisabler - id: TrackingImplanter amount: 2 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml index 8642867effd..c994677df80 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml @@ -12,3 +12,33 @@ modifiers: coefficients: Caustic: 0.85 + +- type: entity + parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons, BaseRestrictedContraband] + id: ClothingEyesGlassesCorpsman + name: Corpsman Glasses + description: Security glasses designed for the Corpsman for medical and security needs. Now with a cool blue hue* + components: + - type: Sprite + sprite: Clothing/Eyes/Glasses/corpsglasses.rsi + - type: Clothing + sprite: Clothing/Eyes/Glasses/corpsglasses.rsi + - type: FlashImmunity + - type: EyeProtection + protectionTime: 5 + - type: Construction + graph: GlassesCorpsHUD + node: glassesCorps + - type: Tag + tags: + - HamsterWearable + - WhitelistChameleon + - SecDogWearable + - type: GuideHelp + guides: + - Security + - Antagonists + - Medical + - type: IdentityBlocker + coverage: EYES + diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 9e881bf9c21..f79817bfab7 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -164,6 +164,9 @@ - type: Construction graph: HudMedSec node: medsecHud + - type: Tag + tags: + - HudMedicalSecurity - type: entity parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons] diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml new file mode 100644 index 00000000000..9f18b5ab306 --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml @@ -0,0 +1,25 @@ +- type: constructionGraph + id: GlassesCorpsHud + start: start + graph: + - node: start + edges: + - to: glassesCorps + steps: + - tag: Sunglasses + name: sun glasses + icon: + sprite: Clothing/Eyes/Glasses/sunglasses.rsi + state: icon + doAfter: 5 + - tag: HudMedicalSecurity + name: medsec hud + icon: + sprite: Clothing/Eyes/Hud/medsec.rsi + state: icon + doAfter: 5 + - material: Cable + amount: 5 + doAfter: 5 + - node: glassesCorps + entity: ClothingEyesGlassesCorpsman diff --git a/Resources/Prototypes/Recipes/Construction/clothing.yml b/Resources/Prototypes/Recipes/Construction/clothing.yml index 8efdffb67dc..0f9fdc37481 100644 --- a/Resources/Prototypes/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/Recipes/Construction/clothing.yml @@ -108,6 +108,17 @@ icon: { sprite: Clothing/Eyes/Glasses/secglasses.rsi, state: icon } objectType: Item +- type: construction + name: corpsman glasses # DeltaV + id: ClothingEyesGlassesCorpsman + graph: GlassesCorpsHud + startNode: start + targetNode: glassesCorps + category: construction-category-clothing + description: A pair of sunglasses, modified to have a built-in security and medical HUD. + icon: { sprite: Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } + objectType: Item + - type: construction name: quiver id: ClothingBeltQuiver diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index e4e647bc730..7fb05fc7ae3 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -674,6 +674,9 @@ - type: Tag id: HudSecurity +- type: Tag + id: HudMedicalSecurity + - type: Tag id: GuideEmbeded diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png b/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6b81f3f47d6e0d21eb3bb9e62bc0177a968c50 GIT binary patch literal 444 zcmV;t0YmPx$c1c7*RCr$PnlWwyF%U&30000Px$K}keGRCr$PnoSA4xYw^Ua5m#qEfLS_=mwjCVj4EF$vB4 zUdK&h82lFppFaQq0|qC+6&PFqK7w2UuE5{~e!c=JrP`P+_J?rUZBDh;Wq&TEtmek^ zX8>)$4q=+6R$o&};r=|g`S}+R88Ew;KO7hUp3;=ef&mh0o@y|_Q<{=lFhD}hQw;`q zN>efm21uxRs=)wHX-a0n00}iuH5lM2P01`6Afe`|1_L~$DVYTWB-A|BV1TDIC9`0F zgqo)s4A4w7=X~t_`y$18yMDV%(Dn}6vPF9*#(3(rnu`}|2IQPeDJ4GuzHOF-@O3BQ z>Ae@d{+62>fWMtkxe)-A0h@1+0p=r8J|G4t12*3t1I$OHd_W9P25i1P2AGdX`G6Rp l4A^{o3@{&&@&Si8;0kF_GeMq20U!VX002ovPDHLkV1f`Im)-yX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2d81e66de3f59ee87ec68c3f0011a117f31373 GIT binary patch literal 409 zcmV;K0cQS*P)Px$Q%OWYRCr$Pnz0SSKnz8FQ=r@wbPNFn48R(&18cAV1sQ^lDK3H~4qXum5Gcxz zz?Sc)IwkqB{r^knAeCRC^7(}Zkbue^;4d&1fEeRB=e(R9PIBLG+UIjhX*KqHW8aT4 zrj$~A*L}M`^nH|o+%%1JU03wa=b?J$o}&hs8w72L2B6M)(UAZzNuqO*0Mt1zIuhU| zNpubpfI8YNuH3Gk96ItK|ro%5n20bY_s=O6*7 zb6#{Lz)OPF^#nWsZlgOvVBWp600000NkvXXu0mjf DKaHm% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e16283bad4134d40e99bd4d7bdedd1abebc2be58 GIT binary patch literal 303 zcmV+~0nq-5P)Px#=}AOER9Hvtm7xy8Fcd}KbPcH`L18fb0(L0A0FU7}@O;cdCI2uqrX+RCOeKuG zCa)ABz|{Ii zCL3UTzrt;^_h(`NA`olVTGX6g*Y%*3`uJU`5Jer3Qi2e|-9GLBYP86lzDq)61K?p) zw$u&6BK}*zYzIn-s9;N^aIcm4F`5^bqz(up(?adJC7 zRhwhd(LF`qY~TO$YdXI7|KEG>Rhz{FAI#VI@L8DQK*Isf1QsT727bpL1~-KQCW*!a ztOueQlp6#&=70nk@9bmEyJvsq`)6BG*N1o3*qlFm^|5sBv+aK0%XZD=y=lVhdo1~u z{hmp!g|;%6o>!e+XFS{QY}xk37mHk*r?cLC?>Wh${WRaT@)Vt(RjXF4dwoK#jrrjQ zJKtd8x~FIz(RBnWCac=q8dy+cQ(F6{08@U`T7 zwSMDg^F6I~8yWg~Pi{K1CHMF8-5hZYFZ%eO_ccyuusAQw@ZiFyLS3E@8&}UUKFGkQ jD}VhEgZ%DOmY4ZW!s8rw6#2daMiPUktDnm{r-UW|4qeG$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0abf035087998ca6c00aefd30c4a52cd61859c51 GIT binary patch literal 445 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z%ROBjLn`9l z&NAdW!uj56#}V^m0m$u4(h#g}c@+o3d=>wqwUy7eCx!6|Z+C`rXRC^Cte1V>#%4 z)c5jIC#}2LX0Rc_VfIehAS?Ws*Zw*xQxn%nx%ocP>Q z)b*k5ua(iiFWuOEbeqZd-o9n~j;Q|j{rvvh0fs#HrB|65F9|)q#?7=tc4`&dyuAtyw*xc3Iy7uKvg2zL0SzCrlZ4*!Zun=e@$nwRY{vfu`44XL zyfuCh|DHEP`ortU#MgBa3E4)=N*Wo0{cit~5kTV1v1Yv#>8LQN+YT5X44$rjF6*2U FngGATyk`Ia literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json new file mode 100644 index 00000000000..5975b01e810 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Remodeled design of the Security Glasses done by Unkn0wn_Gh0st on github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-hamster", + "directions": 4 + }, + { + "name": "equipped-EYES-secdog", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From ba3234f76d71d24676248624af109b7bf26ed40f Mon Sep 17 00:00:00 2001 From: Unkn0wn_Gh0st Date: Sun, 15 Sep 2024 21:19:23 -0500 Subject: [PATCH 2/4] Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. --- .../Recipes/Construction/Graphs/clothing/glasses_corpshud.yml | 2 +- Resources/Prototypes/Recipes/Construction/clothing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml index 9f18b5ab306..2a29d4cf103 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml @@ -1,5 +1,5 @@ - type: constructionGraph - id: GlassesCorpsHud + id: GlassesCorpsHUD start: start graph: - node: start diff --git a/Resources/Prototypes/Recipes/Construction/clothing.yml b/Resources/Prototypes/Recipes/Construction/clothing.yml index 0f9fdc37481..e7f615a258a 100644 --- a/Resources/Prototypes/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/Recipes/Construction/clothing.yml @@ -111,7 +111,7 @@ - type: construction name: corpsman glasses # DeltaV id: ClothingEyesGlassesCorpsman - graph: GlassesCorpsHud + graph: GlassesCorpsHUD startNode: start targetNode: glassesCorps category: construction-category-clothing From 6670a913c5074f117cb96942b887c06af34a89d9 Mon Sep 17 00:00:00 2001 From: Unkn0wn_Gh0st Date: Sun, 15 Sep 2024 21:51:09 -0500 Subject: [PATCH 3/4] Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. --- .../DeltaV/Entities/Clothing/Eyes/glasses.yml | 6 +++--- .../Graphs/clothing/glasses_corpshud.yml | 0 Resources/Prototypes/DeltaV/tags.yml | 3 +++ .../Prototypes/Recipes/Construction/clothing.yml | 2 +- Resources/Prototypes/tags.yml | 3 --- .../corpsglasses.rsi/equipped-EYES-hamster.png | Bin .../corpsglasses.rsi/equipped-EYES-secdog.png | Bin .../Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png | Bin .../Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png | Bin .../Eyes/Glasses/corpsglasses.rsi/inhand-left.png | Bin .../Eyes/Glasses/corpsglasses.rsi/inhand-right.png | Bin .../Eyes/Glasses/corpsglasses.rsi/meta.json | 0 12 files changed, 7 insertions(+), 7 deletions(-) rename Resources/Prototypes/{ => DeltaV}/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json (100%) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml index c994677df80..4124ca5b132 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml @@ -16,13 +16,13 @@ - type: entity parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons, BaseRestrictedContraband] id: ClothingEyesGlassesCorpsman - name: Corpsman Glasses + name: corpsman glasses description: Security glasses designed for the Corpsman for medical and security needs. Now with a cool blue hue* components: - type: Sprite - sprite: Clothing/Eyes/Glasses/corpsglasses.rsi + sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi - type: Clothing - sprite: Clothing/Eyes/Glasses/corpsglasses.rsi + sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi - type: FlashImmunity - type: EyeProtection protectionTime: 5 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml b/Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml similarity index 100% rename from Resources/Prototypes/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml rename to Resources/Prototypes/DeltaV/Recipes/Construction/Graphs/clothing/glasses_corpshud.yml diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index 275fab995d0..335749959bf 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -59,6 +59,9 @@ - type: Tag id: PaperSlip + +- type: Tag + id: HudMedicalSecurity #Craftable Corpsman Glasses - type: Tag id: BorgModuleSecurity diff --git a/Resources/Prototypes/Recipes/Construction/clothing.yml b/Resources/Prototypes/Recipes/Construction/clothing.yml index e7f615a258a..cd5ba9e11f4 100644 --- a/Resources/Prototypes/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/Recipes/Construction/clothing.yml @@ -116,7 +116,7 @@ targetNode: glassesCorps category: construction-category-clothing description: A pair of sunglasses, modified to have a built-in security and medical HUD. - icon: { sprite: Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } + icon: { sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } objectType: Item - type: construction diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 7fb05fc7ae3..e4e647bc730 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -674,9 +674,6 @@ - type: Tag id: HudSecurity -- type: Tag - id: HudMedicalSecurity - - type: Tag id: GuideEmbeded diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-hamster.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES-secdog.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/equipped-EYES.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/icon.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi/meta.json From 5885cc2ecd6dbf86ce03520a53a27ab46785fde4 Mon Sep 17 00:00:00 2001 From: Unkn0wn_Gh0st Date: Mon, 16 Sep 2024 00:57:16 -0500 Subject: [PATCH 4/4] Corpsman Glasses Added Corpsman Glasses to the game, added it to Corpsmans lockers, and added a crafting recipe for them. --- .../DeltaV/Recipes/Construction/clothing.yml | 11 +++++++++++ .../Prototypes/Recipes/Construction/clothing.yml | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml b/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml index 386a0211c03..5eee1b7c6e2 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Construction/clothing.yml @@ -19,3 +19,14 @@ description: Prescription sechud, merged glasses and sechud together by sheer luck and cables with glue. icon: { sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi, state: icon } objectType: Item + +- type: construction + name: corpsman glasses + id: ClothingEyesGlassesCorpsman + graph: GlassesCorpsHUD + startNode: start + targetNode: glassesCorps + category: construction-category-clothing + description: A pair of sunglasses, modified to have a built-in security and medical HUD. + icon: { sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } + objectType: Item diff --git a/Resources/Prototypes/Recipes/Construction/clothing.yml b/Resources/Prototypes/Recipes/Construction/clothing.yml index cd5ba9e11f4..8efdffb67dc 100644 --- a/Resources/Prototypes/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/Recipes/Construction/clothing.yml @@ -108,17 +108,6 @@ icon: { sprite: Clothing/Eyes/Glasses/secglasses.rsi, state: icon } objectType: Item -- type: construction - name: corpsman glasses # DeltaV - id: ClothingEyesGlassesCorpsman - graph: GlassesCorpsHUD - startNode: start - targetNode: glassesCorps - category: construction-category-clothing - description: A pair of sunglasses, modified to have a built-in security and medical HUD. - icon: { sprite: DeltaV/Clothing/Eyes/Glasses/corpsglasses.rsi, state: icon } - objectType: Item - - type: construction name: quiver id: ClothingBeltQuiver