<?xml version="1.0" encoding="UTF-8" ?>
<Calculator name="FLL Unearthed 25/26" version="2">
    <UserInterface>
        <Header>Equipment Inspection</Header>
        <CheckboxMission description="The robot and all the equipment fits in one launch area and is under a height limit of 30.5cm." score="20" default="true" id="equipment.inspection.main" />

        <Header>Surface Brushing</Header>
        <CounterMission noMaterial="true" description="Soil deposits are completely cleared, touching the mat." scoreEach="10" max="2" id="surface-brushing.deposits.main" />
        <CheckboxMission noMaterial="true" description="The Archaeologist's brush is not touching the dig site." score="10" id="surface-brushing.brush.main" />

        <Header>Map Reveal</Header>
        <CounterMission description="Topsoil sections are completely cleared." scoreEach="10" max="3" id="map-reveal.main" />

        <Header>Mineshaft Explorer</Header>
        <CheckboxMission description="Your team’s minecart is on the opposing team’s field." score="30" id="mineshaft-explorer.team.main" />
        <CheckboxMission description="The opposing team's minecart is on your team's field." score="10" bonusFor="mineshaft-explorer.team.main" id="mineshaft-explorer.opponent.main" />

        <Header>Careful Recovery</Header>
        <CheckboxMission noMaterial="true" description="The precious artifact is not touching the mine." score="30" id="careful-recovery.artifact.main" />
        <CheckboxMission noMaterial="true" description="Both support structures are standing." score="10" id="careful-recovery.support-structures.main" />

        <Header>Who Lived Here?</Header>
        <CheckboxMission noMaterial="true" description="The structure floor is completely upright." score="30" id="who-lived-here.main" />

        <Header>Forge</Header>
        <CounterMission description="Ore blocks are not touching the forge." scoreEach="10" max="3" id="forge.main" />

        <Header>Heavy Lifting</Header>
        <CheckboxMission description="The millstone is no longer touching its base." score="30" id="heavy-lifting.main" />

        <Header>Silo</Header>
        <CounterMission description="Preserved pieces are outside the silo." scoreEach="10" max="3" id="silo.main" />

        <Header>What's on Sale?</Header>
        <CheckboxMission noMaterial="true" description="The roof is completely raised." score="20" id="whats-on-sale.roof.main" />
        <CheckboxMission noMaterial="true" description="The market wares are raised." score="10" id="whats-on-sale.wares.main" />

        <Header>Tip the Scales</Header>
        <CheckboxMission description="The scale is tipped and touching the mat." score="20" id="tip-the-scales.scale.main" />
        <CheckboxMission description="The scale pan is completely removed." score="10" id="tip-the-scales.pan.main" />

        <Header>Angler Artifacts</Header>
        <CheckboxMission noMaterial="true" description="Artifacts are raised above ground layer." score="20" id="angler-artifacts.raised.main" />
        <CheckboxMission noMaterial="true" description="The crane flag is at least partially lowered." score="10" bonusFor="angler-artifacts.raised.main" id="angler-artifacts.crane.main" />

        <Header>Salvage Operation</Header>
        <CheckboxMission noMaterial="true" description="The sand is completely cleared." score="20" id="salvage-operation.sand.main" />
        <CheckboxMission noMaterial="true" description="The ship is completely raised." score="10" id="salvage-operation.ship.main" />

        <Header>Statue Rebuild</Header>
        <CheckboxMission noMaterial="true" description="The statue is completely raised." score="30" id="statue-rebuild.main" />

        <Header>Forum</Header>
        <CheckboxMission noMaterial="true" description="The brush touches the mat and is at least partially in the forum zone." score="5" requirement="surface-brushing.brush.main" id="forum.brush.main" />
        <CheckboxMission noMaterial="true" description="The opposing team's minecart touches the mat and is at least partially in the forum zone." score="5" id="forum.minecart.main" />
        <CheckboxMission noMaterial="true" description="The scale pen touches the mat and is at least partially in the forum zone." score="5" requirement="tip-the-scales.pan.main" id="forum.scale-pan.main" />
        <CheckboxMission noMaterial="true" description="The topsoil touches the mat and is at least partially in the forum zone." score="5" requirement="map-reveal.main" id="forum.topsoil.main" />
        <CheckboxMission noMaterial="true" description="The precious artifact touches the mat and is at least partially in the forum zone." score="5" requirement="careful-recovery.artifact.main" id="forum.artifact.main" />
        <CheckboxMission noMaterial="true" description="The ore with fossilized artifact touches the mat and is at least partially in the forum zone." score="5" requirement="forge.main" id="forum.ore.main" />
        <CheckboxMission noMaterial="true" description="The millstone touches the mat and is at least partially in the forum zone." score="5" requirement="heavy-lifting.main" id="forum.millstone.main" />

        <Header>Site Marking</Header>
        <CounterMission description="Sites with a flag at least partially inside and touching the mat." scoreEach="10" max="3" id="site-marking.main" />


        <Header>Precision Tokens</Header>
        <CounterMission description="Remaining Precision Tokens" max="6" default="6" id="referee.precision-tokens.main">
            <ScoringCurve>
                <Score count="6" score="50" />
                <Score count="5" score="50" />
                <Score count="4" score="35" />
                <Score count="3" score="25" />
                <Score count="2" score="15" />
                <Score count="1" score="10" />
                <Score count="0" score="0" />
            </ScoringCurve>
        </CounterMission>
    </UserInterface>
</Calculator>
