From 31dce6fe51d89a4c6ed6fbe96482a58be61ca316 Mon Sep 17 00:00:00 2001 From: Evrozor Date: Tue, 14 May 2024 16:39:49 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=BA=D1=83=D0=BB=D1=8F=D1=80=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлен мед-хим визор, добавлено исследование окуляров, добавлен рецепт мед визора, теперь окуляры для крафта требуют исследования. --- .../Clothing/med_solution_hud.yml | 20 ++++++ .../Evrozor's Prototypes/Recipes/recipes.yml | 64 ++++++++++++++++++ .../Evrozor's Prototypes/research.yml | 13 ++++ .../Entities/Clothing/Eyes/glasses.yml | 3 + .../Entities/Structures/Machines/lathe.yml | 7 +- Resources/Prototypes/tags.yml | 3 + .../Clothing/medsol.rsi/equipped-EYES.png | Bin 0 -> 433 bytes .../Evrozor/Clothing/medsol.rsi/icon.png | Bin 0 -> 441 bytes .../Clothing/medsol.rsi/inhand-left.png | Bin 0 -> 421 bytes .../Clothing/medsol.rsi/inhand-right.png | Bin 0 -> 443 bytes .../Evrozor/Clothing/medsol.rsi/meta.json | 26 +++++++ 11 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml create mode 100644 Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml create mode 100644 Resources/Prototypes/Andromeda/Evrozor's Prototypes/research.yml create mode 100644 Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/icon.png create mode 100644 Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/inhand-left.png create mode 100644 Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/inhand-right.png create mode 100644 Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/meta.json diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml new file mode 100644 index 00000000000..bc648ace9d5 --- /dev/null +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml @@ -0,0 +1,20 @@ +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudMedSol + name: медицинский хим визор + description: Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные о состоянии их здоровья. Со встроеным химическим анализатором. + components: + - type: Sprite + sprite: Andromeda/Evrozor/Clothing/medsol.rsi + - type: Clothing + sprite: Andromeda/Evrozor/Clothing/medsol.rsi + - type: SolutionScanner + - type: ShowHealthBars + damageContainers: + - Biological + - type: ShowHealthIcons + damageContainers: + - Biological + - type: Construction + graph: HudMedSol + node: medsolHud \ No newline at end of file diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml new file mode 100644 index 00000000000..006fc975c64 --- /dev/null +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml @@ -0,0 +1,64 @@ +- type: constructionGraph + id: HudMedSol + start: start + graph: + - node: start + edges: + - to: medsolHud + steps: + - tag: HudMedical + name: medical hud + icon: + sprite: Clothing/Eyes/Hud/med.rsi + state: icon + doAfter: 5 + - tag: HudChemical + name: chemical analysis goggles + icon: + sprite: Clothing/Eyes/Glasses/science.rsi + state: icon + doAfter: 5 + - material: Cable + amount: 5 + doAfter: 5 + - tag: Radio + name: radio + icon: + sprite: Objects/Devices/communication.rsi + state: walkietalkie + doAfter: 5 + - tag: CapacitorStockPart + name: capacitor + icon: + sprite: Objects/Misc/stock_parts.rsi + state: capacitor + doAfter: 5 + - tag: CapacitorStockPart + name: capacitor + icon: + sprite: Objects/Misc/stock_parts.rsi + state: capacitor + doAfter: 5 + - node: medsolHud + entity: ClothingEyesHudMedSol + +- type: construction + name: медицинский хим визор + id: ClothingEyesHudMedSol + graph: HudMedSol + startNode: start + targetNode: medsolHud + category: construction-category-clothing + description: Два визора, соединенные руками. + icon: { sprite: Andromeda/Evrozor/Clothing/medsol.rsi, state: icon } + objectType: Item + + +- type: latheRecipe + id: ClothingEyesHudMedical + result: ClothingEyesHudMedical + completetime: 2 + materials: + Steel: 150 + Plastic: 200 + Glass: 300 diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/research.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/research.yml new file mode 100644 index 00000000000..1aecb9e6402 --- /dev/null +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/research.yml @@ -0,0 +1,13 @@ +- type: technology + id: Huds + name: Окулярная технология + icon: + sprite: Clothing/Eyes/Hud/med.rsi + state: icon + discipline: CivilianServices + tier: 1 + cost: 5000 + recipeUnlocks: + - ClothingEyesHudMedical + - ClothingEyesHudSecurity + - ClothingEyesGlassesChemical \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 20a42ed1ce7..2f5adf42030 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -217,6 +217,9 @@ - type: Clothing sprite: Clothing/Eyes/Glasses/science.rsi - type: SolutionScanner + - type: Tag + tags: + - HudChemical - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index cb370cb0374..e843c2e789c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -262,7 +262,6 @@ staticRecipes: - LargeBeaker - Dropper - - ClothingEyesGlassesChemical dynamicRecipes: - PowerDrill - MiningDrill @@ -325,6 +324,7 @@ - FauxTileAstroSnow - OreBagOfHolding - DeviceQuantumSpinInverter + - ClothingEyesGlassesChemical #A-13 Change (removed from static) - type: EmagLatheRecipes emagDynamicRecipes: - ExplosivePayload @@ -654,7 +654,6 @@ idleState: icon runningState: icon staticRecipes: - - ClothingEyesHudSecurity - Flash - Handcuffs - Zipties @@ -739,6 +738,7 @@ - ShuttleGunPerforatorCircuitboard - ShuttleGunFriendshipCircuitboard - ShuttleGunDusterCircuitboard + - ClothingEyesHudSecurity #A-13 Change (removed from static) - type: MaterialStorage whitelist: tags: @@ -849,13 +849,14 @@ - Drill - Saw - Hemostat - - ClothingEyesGlassesChemical dynamicRecipes: - ChemicalPayload - CryostasisBeaker - BluespaceBeaker - SyringeBluespace - SyringeCryostasis + - ClothingEyesGlassesChemical #A-13 Change (removed from static) + - ClothingEyesHudMedical #A-13 added - type: Machine board: MedicalTechFabCircuitboard - type: StealTarget diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index a02c7b46190..9b16ef93dfc 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1318,3 +1318,6 @@ - type: Tag id: WriteIgnoreStamps + +- type: Tag + id: HudChemical #A-13 for HudChemical craft diff --git a/Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/equipped-EYES.png b/Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..9d763a8ff625785543a4a55a1700a0e0f018d306 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV2ty0aSW+oe0yuJ*Wmz>10RzM z1>Z!lyjGfW>7eH)wxgcW%#D0vuTr}F1$J33TfA5=PfuxX$!FF%b7MpvU0Zlz>0{GK zZe0^~bKleUx6eMU`Ku7z$HC9Uk)nDbCvMi7qO;F8PTg%1?@?Sfr%kOUbIsa2Gnrc2 zCogpt`B)TwHAJL$(vSYx>fir9kG?gv{l}LTUOP2@ygnaUvi08gs~2bQT=m`O_05Ri z|0Z*u-J8F+E$Y*r-$}fRyWUF7{(1HAWClhS0SBB!!flqEzss*%h;CFrYomRf&2hr7 z`6t25bG2@86dh zm8}lyX0MaoRz7KOWB2*ZKT^^Sm6vAMCC+<3Go@T%e^-bTZu^s2|1nNyaCud<*vS1{iYV9nw%?LB`8v-Il|2R{5i(8%0# zWgGMIN`=$%>1}`i|NsBBUf%QM|069dR~I{^-STQv=ihI1Wqow}<%K7Ne#ma9{9NC5 zy#N3H`v3pxZ~Z@>P}UsztzN+GyKKk#GiS~pFwmU)@aX5~Jigy`C%ip)Qf&s?z0V&E zrf}CJ&iLBWxKMEibIyh5{qm9$J0v7}e0v{6@}~ThvoB=3-*?u*bhe~K_56ohL?W5$ zIT%9IB90n-$O>5$@$ZklaPtrEJT}g)UTwT;T0B9m>5^hAHa6?FNB;RFb3(C&v5x)6 zFQavDP9;JKyX2E}i`wA=Jwz2Z3%#ZxTh z8Ob8{UQ0`hr~KWW#+i)E5^wS@V^iS}b`G>SCCS@(Q9uGrxhHM@sG>J zH*DN;^U@)!gVHR5K{FfFBR+5`-8*>fl;4?K9qkjIu-uB&m~kj=;}(gZygrFf^*)z5 z{$=~rKH>Z9nf}Xa(quRk8W@-`hzZIYiY>V(|85Tm4LxzvbL*+Vc}174&;MSQ9uX*# z`2O7~yZdo(Gpn*nW7B=3zJg?@zPF4|&8=Y1npAuLc4eW^VtMuV*GlhRdTin=TsD7u z^0Au*iK&sd40ybs|Jh=9U3S4ilat$WAMcR=yz}mx{G-ngzus`+zW4o=eqXJoZ0|aH z{6lDL+%k8^=N5erAN(j=cy#&B7u8pn_I#OVjp<#JPPprSiSih`VC4Kq@+ewSvbwLIlC~wqflj%w@m?9Df3}n942+uTMUj{88n*)eJ S;8O5p5asFW=d#Wzp$PzE6s{}) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/inhand-right.png b/Resources/Textures/Andromeda/Evrozor/Clothing/medsol.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0b94780ca1e2bd2c5d7781f34f7a6fd44898965c GIT binary patch literal 443 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9fAzaSW+oe0yu7*I@^l;~y`J z7ZjGfym8R-pgD(9N*0ry{rdN^kCkh_pIW)+)Lqrb?^gL% z&bxj6<<6f!{}{CQo2z+F@^cNp`scLi(_p`+p?OdF=Wc&|J3ypWcK_SmPrIL;T9TPH zYuU$l->=^MR;+lXG*@r3aru|iFHVPqK0Ukl3)`GKQOnE9x1{e&Hx6H-bGrWGoOEnJD7tHoaDp_fLMDG0)7mYK!CQB@=a$cMNg-s(zf3k#g>D}i$eUiSc^wb4~ xMB`hoKTL|Rx)a_S3-<$qo-Z}RGtJkRK?}&{0Adih6g(M3dAj Date: Tue, 14 May 2024 17:10:14 +0300 Subject: [PATCH 2/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=20=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D0=B8=20=D0=B5=D0=B5=20=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Andromeda/Evrozor's Prototypes/Recipes/recipes.yml | 9 +++++++++ Resources/Prototypes/Entities/Objects/Devices/radio.yml | 2 ++ .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + 3 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml index 006fc975c64..709b20f46dd 100644 --- a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Recipes/recipes.yml @@ -62,3 +62,12 @@ Steel: 150 Plastic: 200 Glass: 300 + +- type: latheRecipe + id: RadioHandheld + result: RadioHandheld + completetime: 2 + materials: + Steel: 100 + Plastic: 200 + Glass: 100 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Devices/radio.yml b/Resources/Prototypes/Entities/Objects/Devices/radio.yml index 74c2865d07d..66dc1a2226e 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/radio.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/radio.yml @@ -20,6 +20,8 @@ - type: Item sprite: Objects/Devices/communication.rsi heldPrefix: walkietalkie + - type: StaticPrice #A-13 added + price: 40 #A-13 added - type: Tag tags: - Radio diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e843c2e789c..e8858b62e87 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -162,6 +162,7 @@ - WeaponCapacitorRechargerCircuitboard - HandheldStationMap - ClothingHeadHatWelding + - RadioHandheld #A-13 added - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol From 7d84f1fea173474967d3a78014d968eea6da4ca9 Mon Sep 17 00:00:00 2001 From: Evrozor Date: Thu, 16 May 2024 15:53:58 +0300 Subject: [PATCH 3/4] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Evrozor's Prototypes/Clothing/med_solution_hud.yml | 1 + Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml | 2 ++ Resources/Prototypes/Entities/Objects/Devices/radio.yml | 6 ++++-- Resources/Prototypes/Entities/Structures/Machines/lathe.yml | 4 ++-- Resources/Prototypes/tags.yml | 4 +++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml index bc648ace9d5..3e0194699b1 100644 --- a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Clothing/med_solution_hud.yml @@ -1,6 +1,7 @@ - type: entity parent: ClothingEyesBase id: ClothingEyesHudMedSol + suffix: Андромеда name: медицинский хим визор description: Окуляр с индикатором на стекле, который сканирует гуманоидов в поле зрения и предоставляет точные данные о состоянии их здоровья. Со встроеным химическим анализатором. components: diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 2f5adf42030..f91f27376eb 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -217,9 +217,11 @@ - type: Clothing sprite: Clothing/Eyes/Glasses/science.rsi - type: SolutionScanner +#A-13 for HudChemical craft start - type: Tag tags: - HudChemical +#A-13 for HudChemical craft end - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Objects/Devices/radio.yml b/Resources/Prototypes/Entities/Objects/Devices/radio.yml index 66dc1a2226e..b67686111a4 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/radio.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/radio.yml @@ -20,8 +20,10 @@ - type: Item sprite: Objects/Devices/communication.rsi heldPrefix: walkietalkie - - type: StaticPrice #A-13 added - price: 40 #A-13 added +#A-13 added price start + - type: StaticPrice + price: 40 +#A-13 added price end - type: Tag tags: - Radio diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e8858b62e87..90f17d5a3f9 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -162,7 +162,7 @@ - WeaponCapacitorRechargerCircuitboard - HandheldStationMap - ClothingHeadHatWelding - - RadioHandheld #A-13 added + - RadioHandheld #A-13 added for craft MedSolHud - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol @@ -857,7 +857,7 @@ - SyringeBluespace - SyringeCryostasis - ClothingEyesGlassesChemical #A-13 Change (removed from static) - - ClothingEyesHudMedical #A-13 added + - ClothingEyesHudMedical #A-13 added for craft MedSolHud - type: Machine board: MedicalTechFabCircuitboard - type: StealTarget diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 9b16ef93dfc..0e89e3c6d06 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1319,5 +1319,7 @@ - type: Tag id: WriteIgnoreStamps +#A-13 for HudChemical craft start - type: Tag - id: HudChemical #A-13 for HudChemical craft + id: HudChemical +#A-13 for HudChemical craft end From 069252f6508ea2e7395594788228e22042ef9089 Mon Sep 17 00:00:00 2001 From: Evrozor Date: Tue, 21 May 2024 18:42:42 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D1=8B,=20=D0=B1=D1=83=D0=B4=D1=8C=20=D0=BE=D0=BD=D0=B8=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=BB=D0=B0=D0=B4=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototypes/Entities/Clothing/Eyes/glasses.yml | 4 ++-- .../Prototypes/Entities/Objects/Devices/radio.yml | 4 ++-- .../Entities/Structures/Machines/lathe.yml | 13 ++++++++----- Resources/Prototypes/tags.yml | 4 ++-- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index f91f27376eb..611707f28bd 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -217,11 +217,11 @@ - type: Clothing sprite: Clothing/Eyes/Glasses/science.rsi - type: SolutionScanner -#A-13 for HudChemical craft start +#A-13 HudChemical start - type: Tag tags: - HudChemical -#A-13 for HudChemical craft end +#A-13 HudChemical end - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Objects/Devices/radio.yml b/Resources/Prototypes/Entities/Objects/Devices/radio.yml index b67686111a4..8d175ef149c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/radio.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/radio.yml @@ -20,10 +20,10 @@ - type: Item sprite: Objects/Devices/communication.rsi heldPrefix: walkietalkie -#A-13 added price start +#A-13 Added price for walkie-talkie start - type: StaticPrice price: 40 -#A-13 added price end +#A-13 Added price for walkie-talkie end - type: Tag tags: - Radio diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 90f17d5a3f9..28ca87a9b7e 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -162,7 +162,7 @@ - WeaponCapacitorRechargerCircuitboard - HandheldStationMap - ClothingHeadHatWelding - - RadioHandheld #A-13 added for craft MedSolHud + - RadioHandheld #A-13 MedSolHud craft - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol @@ -263,6 +263,7 @@ staticRecipes: - LargeBeaker - Dropper + # - ClothingEyesGlassesChemical A-13 MedSolHud craft dynamicRecipes: - PowerDrill - MiningDrill @@ -325,7 +326,7 @@ - FauxTileAstroSnow - OreBagOfHolding - DeviceQuantumSpinInverter - - ClothingEyesGlassesChemical #A-13 Change (removed from static) + - ClothingEyesGlassesChemical #A-13 MedSolHud craft - type: EmagLatheRecipes emagDynamicRecipes: - ExplosivePayload @@ -655,6 +656,7 @@ idleState: icon runningState: icon staticRecipes: + # - ClothingEyesHudSecurity A-13 MedSolHud craft - Flash - Handcuffs - Zipties @@ -739,7 +741,7 @@ - ShuttleGunPerforatorCircuitboard - ShuttleGunFriendshipCircuitboard - ShuttleGunDusterCircuitboard - - ClothingEyesHudSecurity #A-13 Change (removed from static) + - ClothingEyesHudSecurity #A-13 MedSolHud craft - type: MaterialStorage whitelist: tags: @@ -850,14 +852,15 @@ - Drill - Saw - Hemostat + # - ClothingEyesGlassesChemical A-13 MedSolHud craft dynamicRecipes: - ChemicalPayload - CryostasisBeaker - BluespaceBeaker - SyringeBluespace - SyringeCryostasis - - ClothingEyesGlassesChemical #A-13 Change (removed from static) - - ClothingEyesHudMedical #A-13 added for craft MedSolHud + - ClothingEyesGlassesChemical #A-13 MedSolHud craft + - ClothingEyesHudMedical #A-13 MedSolHud craft - type: Machine board: MedicalTechFabCircuitboard - type: StealTarget diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 0e89e3c6d06..bd18fff7c53 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1319,7 +1319,7 @@ - type: Tag id: WriteIgnoreStamps -#A-13 for HudChemical craft start +#A-13 HudChemical craft start - type: Tag id: HudChemical -#A-13 for HudChemical craft end +#A-13 HudChemical craft end