|
|
| Line 1: |
Line 1: |
| | | {{ResourceDisplayPage}} |
| <!-- Main container with angled corners -->
| |
| <div style="
| |
| position: relative;
| |
| background-color: #1c1c1c;
| |
| color: #e2d3ae;
| |
| width: 400px;
| |
| padding: 16px;
| |
| margin: 1em;
| |
| border: 1px solid #e2d3ae;
| |
| border-radius: 6px;
| |
| box-sizing: border-box;
| |
| ">
| |
| <!-- Simulated ::before pseudo-element (angling) -->
| |
| <div style="
| |
| position: absolute;
| |
| top: 0;
| |
| left: 0;
| |
| width: 100%;
| |
| height: 100%;
| |
| pointer-events: none;
| |
| border: 2px solid #e2d3ae;
| |
| border-radius: 6px;
| |
| transform: translate(4px, 4px);
| |
| "></div>
| |
| | |
| <!-- Inner wrapper so content is above decorative border -->
| |
| <div style="position: relative; z-index: 1;">
| |
| | |
| <!-- Top Label -->
| |
| <div style="
| |
| color: #b6a896;
| |
| font-size: 0.8em;
| |
| text-transform: uppercase;
| |
| margin-bottom: 6px;
| |
| border-bottom: 1px solid #444;
| |
| padding-bottom: 4px;
| |
| ">
| |
| SCHEMATIC – BUILDABLE
| |
| </div>
| |
| | |
| <!-- Title -->
| |
| <h2 style="
| |
| margin: 0;
| |
| font-size: 1.4em;
| |
| color: #e2d3ae;
| |
| text-transform: uppercase;
| |
| border-bottom: 1px solid #444;
| |
| padding-bottom: 4px;
| |
| margin-bottom: 8px;
| |
| ">
| |
| Small Ore Refinery
| |
| </h2>
| |
| | |
| <!-- Image with gold frame (using Wiki syntax) -->
| |
| <div style="text-align: center; margin-bottom: 8px;">
| |
| [[File:Small Ore Refiner - Full.png|200px|alt=Small Ore Refinery|style=max-width:100%;max-height:150px;object-fit:contain;border:2px_solid_#e2d3ae;border-radius:4px;padding:2px;background-color:#262626;]]
| |
| </div>
| |
| | |
| <!-- Description (scrollable if content too tall) -->
| |
| <div style="
| |
| font-size: 0.9em;
| |
| text-align: center;
| |
| line-height: 1.4;
| |
| margin-bottom: 12px;
| |
| background-color: #262626;
| |
| border-radius: 4px;
| |
| padding: 8px;
| |
| border: 1px solid #444;
| |
| max-height: 120px;
| |
| overflow-y: auto;
| |
| ">
| |
| Processes raw Copper ore, Carbon ore, and Iron ore into Refined Resources.
| |
| Can also create Steel ingots from Iron and Carbon.
| |
| </div>
| |
| | |
| <!-- Locked Behind block -->
| |
| <div style="
| |
| background-color: #262626;
| |
| border: 1px solid #444;
| |
| border-radius: 4px;
| |
| text-align: center;
| |
| padding: 8px;
| |
| margin-bottom: 12px;
| |
| ">
| |
| <div style="font-size: 0.9em; margin-bottom: 4px;">
| |
| <span style="color: #b6a896; margin-right: 4px;">🔒</span>
| |
| Locked Behind
| |
| </div>
| |
| <div style="font-size: 1em; color: #e2d3ae;">
| |
| Journey: Echoes of the Past
| |
| </div>
| |
| </div>
| |
| | |
| {| class="infobox-dune"
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">⚙</span> Primary Source
| |
| | Tech Menu
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">♥</span> Health
| |
| | 1,250
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">⚡</span> Power Cost
| |
| | 15
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">📦</span> Inventory Slots
| |
| | 5
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">🗃</span> Volume Capacity
| |
| | 200
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">⚛</span> Components
| |
| |
| |
| |-
| |
| ! style="padding-left:1.8em;" | <span style="display:inline-block;margin-right:3px;">▸</span> Salvaged Metal
| |
| | 228/90
| |
| |-
| |
| ! style="padding-left:1.8em;" | <span style="display:inline-block;margin-right:3px;">▸</span> Copper Ore
| |
| | x 6
| |
| |-
| |
| ! style="padding-left:1.8em;" | <span style="display:inline-block;margin-right:3px;">▸</span> Iron Fragment
| |
| | x 3
| |
| |-
| |
| ! <span style="display:inline-block;width:1.5em;text-align:center;margin-right:4px;">🔨</span> Placed With
| |
| |
| |
| |-
| |
| ! style="padding-left:1.8em;" | <span style="display:inline-block;margin-right:3px;">▸</span> Construction Tool
| |
| | x 1
| |
| |}
| |
| </div> <!-- End relative content wrapper -->
| |
| </div> <!-- End main container -->
| |