Wizardry (the Original)
<?xml version="1.0" encoding="UTF-8" ?>
<gamelink>

    <card
        title="WIZARDRY: PROVING GROUNDS OF THE MAD OVERLORD"
        short="WIZARDRY"
        titlelo="Wizardry: Proving Grounds of the Mad Overlord"
        sort_name="WIZARDRY"
        system="Apple II"
        beta="false"
    />

    <!-- "W1A2" / "2A1W" -->
    <packet header="32413157" size="13" footer="57314132" />

    <dsub>

        <!-- APPLE2 2.52a (Apple2e option) + Wizardry 1 -->
        <detect sys="e9b551c5" prg="5e7a12e0" ph3="0" ph2="a6ec165e" ph1="ac20" ph0="f81d">
            <peek bytes="19b70 19b6e 19b6a 19b6c" />
        </detect>

    </dsub>

    <regions>

        <region id="1" name="Dungeon" ground_floor="false" start_floor="B1" auto_create="true" >
            <grid width="20" height="20" />
        </region>

    </regions>

    <views>

        <!-- Dungeon -->
        <packetview region="1">
            <check offset="0" length="4" value="32413157" />
            <seq offset="4" length="1" />
            <xpos offset="5" length="1" min="0" max="14" />
            <ypos offset="6" length="1" min="0" max="14" />
            <face offset="7" length="1" n="0" e="1" s="2" w="3" />
            <floor offset="8" length="1" min="1" max="a" dir="down" />
        </packetview>

    </views>

</gamelink>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License