Files
FCP-Power-Armor/1.6/Patches/PowerArmorStation_RecipeUsers.xml
RickGrymes 280410d1b4 Add paint stripping recipes to armor station
Rename the paintjob recipe defs to the new `FCP_Paint_*` scheme, update the power armor station to reference them directly, and add restore-original recipes for painted T-51 and T-60 armor and helmets. This also removes the conditional recipe-user patch wrapper and tweaks power armor, helmet, and frame draw sizes for larger in-game visuals.
2026-07-04 23:05:51 -05:00

14 lines
367 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!-- Add Power Armor Station as a recipe user for all power armor paintjob recipes -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[recipeUsers/li[text()="FCP_Production_Armor_Workbench"]]/recipeUsers</xpath>
<value>
<li>FCP_Building_PowerArmorStation</li>
</value>
</Operation>
</Patch>