From: Perry Fraser Date: Wed, 11 Jun 2025 19:52:22 +0000 (-0400) Subject: Add disambiguation to most construction menu recipe names (#38197) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=36c048ba651dd0622983c5567bec342225cba629;p=space-station-14.git Add disambiguation to most construction menu recipe names (#38197) --- diff --git a/Resources/Locale/en-US/construction/recipes/crates.ftl b/Resources/Locale/en-US/construction/recipes/crates.ftl new file mode 100644 index 0000000000..393b7784a1 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/crates.ftl @@ -0,0 +1,3 @@ +construction-recipe-crate-freezer = crate freezer +construction-recipe-big-box = large cardboard box +construction-recipe-box-cardboard = small cardboard box diff --git a/Resources/Locale/en-US/construction/recipes/furniture.ftl b/Resources/Locale/en-US/construction/recipes/furniture.ftl new file mode 100644 index 0000000000..c9a6265a28 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/furniture.ftl @@ -0,0 +1,11 @@ +construction-recipe-red-comf-bench = comfortable bench (red) +construction-recipe-blue-comf-bench = comfortable bench (blue) +construction-recipe-table-fancy-black = fancy table (black) +construction-recipe-table-fancy-blue = fancy table (blue) +construction-recipe-table-fancy-cyan = fancy table (cyan) +construction-recipe-table-fancy-green = fancy table (green) +construction-recipe-table-fancy-orange = fancy table (orange) +construction-recipe-table-fancy-purple = fancy table (purple) +construction-recipe-table-fancy-pink = fancy table (pink) +construction-recipe-table-fancy-red = fancy table (red) +construction-recipe-table-fancy-white = fancy table (white) diff --git a/Resources/Locale/en-US/construction/recipes/machines.ftl b/Resources/Locale/en-US/construction/recipes/machines.ftl new file mode 100644 index 0000000000..68c348c63d --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/machines.ftl @@ -0,0 +1,3 @@ +construction-recipe-light-switch-directional = apc net switch (directional) +construction-recipe-signal-switch-directional = signal switch (directional) +construction-recipe-signal-button-directional = signal button (directional) diff --git a/Resources/Locale/en-US/construction/recipes/smokeables.ftl b/Resources/Locale/en-US/construction/recipes/smokeables.ftl new file mode 100644 index 0000000000..05ee99cb16 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/smokeables.ftl @@ -0,0 +1,2 @@ +construction-smokeable-joint-rainbow = rainbow joint +construction-smokeable-blunt-rainbow = rainbow blunt diff --git a/Resources/Locale/en-US/construction/recipes/structures.ftl b/Resources/Locale/en-US/construction/recipes/structures.ftl new file mode 100644 index 0000000000..6534277937 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/structures.ftl @@ -0,0 +1,27 @@ +construction-recipe-diagonal-shuttle-wall = shuttle wall (diagonal) +construction-window-diagonal = window (diagonal) +construction-recipe-reinforced-window-diagonal = reinforced window (diagonal) +construction-recipe-clockwork-window-diagonal = clockwork window (diagonal) +construction-recipe-plasma-window-diagonal = plasma window (diagonal) +construction-recipe-reinforced-plasma-window-diagonal = reinforced plasma window (diagonal) +construction-recipe-uranium-window-diagonal = uranium window (diagonal) +construction-recipe-reinforced-uranium-window-diagonal = reinforced uranium window (diagonal) +construction-recipe-firelock-edge = directional firelock +construction-recipe-fence-metal-corner = chain link fence corner +construction-recipe-fence-metal-end = chain link fence end +construction-recipe-barricade-directional = directional barricade +construction-recipe-railing-corner = railing corner +construction-recipe-railing-corner-small = railing corner (small) +construction-recipe-railing-round = railing (round) +construction-recipe-fence-wood-end = wooden fence end +construction-recipe-fence-wood-corner = wooden fence corner +construction-recipe-fence-wood-t-junction = wooden fence T-junction +construction-recipe-fence-wood-end-small = small wooden fence end +construction-recipe-fence-wood-corner-small = small wooden fence corner +construction-recipe-fence-wood-t-junction-small = small wooden fence T-junction +construction-recipe-fence-wood-gate-small = small wooden fence gate +construction-recipe-pinion-airlock = clockwork airlock +construction-recipe-pinion-airlock-glass = glass clockwork airlock +construction-recipe-airlock-glass-shuttle = glass shuttle airlock +construction-recipe-plastic-flaps-clear = plastic flaps (clear) +construction-recipe-plastic-flaps-opaque = plastic flaps (opaque) diff --git a/Resources/Locale/en-US/construction/recipes/tallbox.ftl b/Resources/Locale/en-US/construction/recipes/tallbox.ftl new file mode 100644 index 0000000000..9283993612 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/tallbox.ftl @@ -0,0 +1 @@ +construction-recipe-closet-freezer = closet freezer diff --git a/Resources/Locale/en-US/construction/recipes/utilities.ftl b/Resources/Locale/en-US/construction/recipes/utilities.ftl new file mode 100644 index 0000000000..9c5e67c6c0 --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/utilities.ftl @@ -0,0 +1,5 @@ +construction-recipe-gas-pipe-half = gas pipe half +construction-recipe-gas-pipe-bend = gas pipe bend +construction-recipe-gas-pipe-t-junction = gas pipe T-junction +construction-recipe-gas-pipe-fourway = gas pipe fourway +construction-recipe-heat-exchanger-bend = radiator bend diff --git a/Resources/Locale/en-US/construction/recipes/web.ftl b/Resources/Locale/en-US/construction/recipes/web.ftl new file mode 100644 index 0000000000..51b687d8ed --- /dev/null +++ b/Resources/Locale/en-US/construction/recipes/web.ftl @@ -0,0 +1 @@ +construction-recipe-silk-woven-cloth = silk cloth diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index a4db8568a8..f9b810731e 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -169,6 +169,7 @@ - type: construction id: RedComfBench + name: construction-recipe-red-comf-bench graph: Seat startNode: start targetNode: redComfBench @@ -181,6 +182,7 @@ - type: construction id: BlueComfBench + name: construction-recipe-blue-comf-bench graph: Seat startNode: start targetNode: blueComfBench @@ -290,6 +292,7 @@ - type: construction id: TableFancyBlack + name: construction-recipe-table-fancy-black graph: Table startNode: start targetNode: TableFancyBlack @@ -302,6 +305,7 @@ - type: construction id: TableFancyBlue + name: construction-recipe-table-fancy-blue graph: Table startNode: start targetNode: TableFancyBlue @@ -314,6 +318,7 @@ - type: construction id: TableFancyCyan + name: construction-recipe-table-fancy-cyan graph: Table startNode: start targetNode: TableFancyCyan @@ -326,6 +331,7 @@ - type: construction id: TableFancyGreen + name: construction-recipe-table-fancy-green graph: Table startNode: start targetNode: TableFancyGreen @@ -338,6 +344,7 @@ - type: construction id: TableFancyOrange + name: construction-recipe-table-fancy-orange graph: Table startNode: start targetNode: TableFancyOrange @@ -350,6 +357,7 @@ - type: construction id: TableFancyPurple + name: construction-recipe-table-fancy-purple graph: Table startNode: start targetNode: TableFancyPurple @@ -362,6 +370,7 @@ - type: construction id: TableFancyPink + name: construction-recipe-table-fancy-pink graph: Table startNode: start targetNode: TableFancyPink @@ -374,6 +383,7 @@ - type: construction id: TableFancyRed + name: construction-recipe-table-fancy-red graph: Table startNode: start targetNode: TableFancyRed @@ -386,6 +396,7 @@ - type: construction id: TableFancyWhite + name: construction-recipe-table-fancy-white graph: Table startNode: start targetNode: TableFancyWhite diff --git a/Resources/Prototypes/Recipes/Construction/machines.yml b/Resources/Prototypes/Recipes/Construction/machines.yml index 7883f8fe10..01766f5bbf 100644 --- a/Resources/Prototypes/Recipes/Construction/machines.yml +++ b/Resources/Prototypes/Recipes/Construction/machines.yml @@ -70,6 +70,7 @@ - type: construction id: LightSwitchDirectionalRecipe + name: construction-recipe-light-switch-directional graph: LightSwitchDirectionalGraph startNode: start targetNode: LightSwitchDirectionalNode @@ -84,6 +85,7 @@ - type: construction id: SignalSwitchDirectionalRecipe + name: construction-recipe-signal-switch-directional graph: SignalSwitchDirectionalGraph startNode: start targetNode: SignalSwitchDirectionalNode @@ -97,6 +99,7 @@ - type: construction id: SignalButtonDirectionalRecipe + name: construction-recipe-signal-button-directional graph: SignalButtonDirectionalGraph startNode: start targetNode: SignalButtonDirectionalNode diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index c756e0ff53..1335c6400c 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -169,6 +169,7 @@ - type: construction id: DiagonalShuttleWall + name: construction-recipe-diagonal-shuttle-wall graph: Girder startNode: start targetNode: diagonalshuttleWall @@ -272,6 +273,7 @@ - type: construction id: WindowDiagonal + name: construction-window-diagonal graph: WindowDiagonal startNode: start targetNode: windowDiagonal @@ -299,6 +301,7 @@ - type: construction id: ReinforcedWindowDiagonal + name: construction-recipe-reinforced-window-diagonal graph: WindowDiagonal startNode: start targetNode: reinforcedWindowDiagonal @@ -340,6 +343,7 @@ - type: construction id: ClockworkWindowDiagonal + name: construction-recipe-clockwork-window-diagonal graph: WindowDiagonal startNode: start targetNode: clockworkWindowDiagonal @@ -395,6 +399,7 @@ - type: construction id: PlasmaWindowDiagonal + name: construction-recipe-plasma-window-diagonal graph: WindowDiagonal startNode: start targetNode: plasmaWindowDiagonal @@ -408,6 +413,7 @@ - type: construction id: ReinforcedPlasmaWindowDiagonal + name: construction-recipe-reinforced-plasma-window-diagonal graph: WindowDiagonal startNode: start targetNode: reinforcedPlasmaWindowDiagonal @@ -514,6 +520,7 @@ - type: construction id: UraniumWindowDiagonal + name: construction-recipe-uranium-window-diagonal graph: WindowDiagonal startNode: start targetNode: uraniumWindowDiagonal @@ -527,6 +534,7 @@ - type: construction id: ReinforcedUraniumWindowDiagonal + name: construction-recipe-reinforced-uranium-window-diagonal graph: WindowDiagonal startNode: start targetNode: reinforcedUraniumWindowDiagonal @@ -566,6 +574,7 @@ - type: construction id: FirelockEdge + name: construction-recipe-firelock-edge graph: Firelock startNode: start targetNode: FirelockEdge @@ -675,6 +684,7 @@ - type: construction id: BarricadeDirectional + name: construction-recipe-barricade-directional graph: BarricadeDirectional startNode: start targetNode: barricadefull @@ -699,6 +709,7 @@ - type: construction id: RailingCorner + name: construction-recipe-railing-corner graph: Railing startNode: start targetNode: railingCorner @@ -711,6 +722,7 @@ - type: construction id: RailingCornerSmall + name: construction-recipe-railing-corner-small graph: Railing startNode: start targetNode: railingCornerSmall @@ -723,6 +735,7 @@ - type: construction id: RailingRound + name: construction-recipe-railing-round graph: Railing startNode: start targetNode: railingRound @@ -748,6 +761,7 @@ - type: construction id: FenceMetalCorner + name: construction-recipe-fence-metal-corner graph: FenceMetal startNode: start targetNode: corner @@ -760,6 +774,7 @@ - type: construction id: FenceMetalEnd + name: construction-recipe-fence-metal-end graph: FenceMetal startNode: start targetNode: end @@ -797,6 +812,7 @@ - type: construction id: FenceWoodEnd + name: construction-recipe-fence-wood-end graph: FenceWood startNode: start targetNode: end @@ -809,6 +825,7 @@ - type: construction id: FenceWoodCorner + name: construction-recipe-fence-wood-corner graph: FenceWood startNode: start targetNode: corner @@ -821,6 +838,7 @@ - type: construction id: FenceWoodTJunction + name: construction-recipe-fence-wood-t-junction graph: FenceWood startNode: start targetNode: tjunction @@ -858,6 +876,7 @@ - type: construction id: FenceWoodEndSmall + name: construction-recipe-fence-wood-end-small graph: FenceWood startNode: start targetNode: end_small @@ -870,6 +889,7 @@ - type: construction id: FenceWoodCornerSmall + name: construction-recipe-fence-wood-corner-small graph: FenceWood startNode: start targetNode: corner_small @@ -882,6 +902,7 @@ - type: construction id: FenceWoodTJunctionSmall + name: construction-recipe-fence-wood-t-junction-small graph: FenceWood startNode: start targetNode: tjunction_small @@ -894,6 +915,7 @@ - type: construction id: FenceWoodGateSmall + name: construction-recipe-fence-wood-gate-small graph: FenceWood startNode: start targetNode: gate_small @@ -931,6 +953,7 @@ - type: construction id: PinionAirlock + name: construction-recipe-pinion-airlock graph: PinionAirlock startNode: start targetNode: airlock @@ -943,6 +966,7 @@ - type: construction id: PinionAirlockGlass + name: construction-recipe-pinion-airlock-glass graph: PinionAirlock startNode: start targetNode: glassAirlock @@ -968,6 +992,7 @@ - type: construction id: AirlockGlassShuttle + name: construction-recipe-airlock-glass-shuttle graph: AirlockShuttle startNode: start targetNode: airlockGlass @@ -1169,6 +1194,7 @@ - type: construction id: PlasticFlapsClear + name: construction-recipe-plastic-flaps-clear graph: PlasticFlapsGraph startNode: start targetNode: plasticFlaps @@ -1181,6 +1207,7 @@ - type: construction id: PlasticFlapsOpaque + name: construction-recipe-plastic-flaps-opaque graph: PlasticFlapsGraph startNode: start targetNode: opaqueFlaps diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index 67389f85af..85a0f5d3b1 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -277,6 +277,7 @@ # ATMOS PIPES - type: construction id: GasPipeHalf + name: construction-recipe-gas-pipe-half graph: GasPipe startNode: start targetNode: half @@ -359,6 +360,7 @@ - type: construction id: GasPipeBend + name: construction-recipe-gas-pipe-bend graph: GasPipe startNode: start targetNode: bend @@ -400,6 +402,7 @@ - type: construction id: GasPipeTJunction + name: construction-recipe-gas-pipe-t-junction graph: GasPipe startNode: start targetNode: tjunction @@ -441,6 +444,7 @@ - type: construction id: GasPipeFourway + name: construction-recipe-gas-pipe-fourway graph: GasPipe startNode: start targetNode: fourway @@ -621,6 +625,7 @@ - type: construction id: HeatExchangerBend + name: construction-recipe-heat-exchanger-bend graph: GasBinary startNode: start targetNode: bendradiator diff --git a/Resources/Prototypes/Recipes/Crafting/crates.yml b/Resources/Prototypes/Recipes/Crafting/crates.yml index 878e656e30..ebd0261b3a 100644 --- a/Resources/Prototypes/Recipes/Crafting/crates.yml +++ b/Resources/Prototypes/Recipes/Crafting/crates.yml @@ -24,6 +24,7 @@ - type: construction id: CrateFreezer + name: construction-recipe-crate-freezer graph: CrateFreezer startNode: start targetNode: done @@ -40,6 +41,7 @@ - type: construction id: BigBox + name: construction-recipe-big-box graph: BaseBigBox startNode: start targetNode: basebigbox @@ -48,6 +50,7 @@ - type: construction id: BoxCardboard + name: construction-recipe-box-cardboard graph: BoxCardboard startNode: start targetNode: boxcardboard diff --git a/Resources/Prototypes/Recipes/Crafting/smokeables.yml b/Resources/Prototypes/Recipes/Crafting/smokeables.yml index cf30bf4edb..08da46aa29 100644 --- a/Resources/Prototypes/Recipes/Crafting/smokeables.yml +++ b/Resources/Prototypes/Recipes/Crafting/smokeables.yml @@ -8,6 +8,7 @@ - type: construction id: smokeableJointRainbow + name: construction-smokeable-joint-rainbow graph: smokeableJointRainbow startNode: start targetNode: jointRainbow @@ -24,6 +25,7 @@ - type: construction id: smokeableBluntRainbow + name: construction-smokeable-blunt-rainbow graph: smokeableBluntRainbow startNode: start targetNode: bluntRainbow diff --git a/Resources/Prototypes/Recipes/Crafting/tallbox.yml b/Resources/Prototypes/Recipes/Crafting/tallbox.yml index acecfb1d7e..26da5a403f 100644 --- a/Resources/Prototypes/Recipes/Crafting/tallbox.yml +++ b/Resources/Prototypes/Recipes/Crafting/tallbox.yml @@ -16,6 +16,7 @@ - type: construction id: ClosetFreezer + name: construction-recipe-closet-freezer graph: ClosetFreezer startNode: start targetNode: done diff --git a/Resources/Prototypes/Recipes/Crafting/web.yml b/Resources/Prototypes/Recipes/Crafting/web.yml index e1b47b1047..a37e7cda76 100644 --- a/Resources/Prototypes/Recipes/Crafting/web.yml +++ b/Resources/Prototypes/Recipes/Crafting/web.yml @@ -44,6 +44,7 @@ - type: construction id: SilkWovenCloth + name: construction-recipe-silk-woven-cloth graph: WebObjects startNode: start targetNode: cloth