Files
EFT_Extraction_Pack/Config/XUi/windows.xml
2025-06-04 16:20:18 +09:30

27 lines
2.1 KiB
XML

<configs>
<!-- ### Up To 11 Mod-Slots -->
<set xpath="//window[@name='itemInfoPanel']/rect/grid[@name='parts']/@cols">11</set>
<set xpath="//window[@name='itemInfoPanel']/rect/grid[@name='parts']/@pos">150,-273</set>
<set xpath="//window[@name='itemInfoPanel']/rect/grid[@name='parts']/@cell_width">38</set>
<remove xpath="//window[@name='itemInfoPanel']/rect/grid[@name='parts']/item_stack"></remove>
<append xpath="//window[@name='itemInfoPanel']/rect/grid[@name='parts']">
<item_stack2 name="0"/>
</append>
<insertAfter xpath="//window[@name='itemInfoPanel']/rect/grid[@name='parts']">
<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="150,-271" width="452" height="75" color="[mediumGrey]" type="sliced"/>
</insertAfter>
<set xpath="//window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@rows">10</set>
<set xpath="//window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@cols">2</set>
<set xpath="//window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@pos">-370,-404</set>
<!-- *** Mod-Slot windowAssemble change -->
<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@rows">6</set>
<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@cols">2</set>
<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@pos">-96,-404</set>
<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@cell_width">189</set>
<set xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/@cell_height">62</set>
<remove xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']/item_part_slot"></remove>
<append xpath="/windows/window[@name='windowAssemble']/panel[@name='content']/rect/rect/grid[@name='parts']">
<item_part_slot2 controller="ItemPartStack" empty_slot_text_key="xuiEmptyModifierSlot" />
</append>
</configs>