<dnd DBVersion="1.5">
<title>
This xml file contains most, if not all, house rules detailed on http://www.sodabob.com/roleplay/dnd/

This xml was created using Davin Church's ET-Helper's "DB Sets" module found at http://www.dallas.net/~davin/ and it is with this tool that this xml information may be imported into your own E-Tools database.

Before importing this information, be sure to backup your E-Tools database.  Use at your own risk.
</title>
<dbTable name="types Set">
    <dbStructure>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="Title" type="202" size="255"/>
        <colDef name="Load" type="11" size="2"/>
        <colDef name="BaseDir" type="202" size="50"/>
        <colDef name="Dir" type="202" size="255"/>
        <colDef name="Version" type="3" size="4"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <indexedKey name="Id" unique="No"><col nref="Guid"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Guid">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="Name">Soda</col>
            <col nref="Title">SodaBob.Com-Created Material</col>
            <col nref="Load">1</col>
            <col nref="BaseDir"></col>
            <col nref="Dir"></col>
            <col nref="Version">1</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Feat">
    <dbStructure>
        <colDef name="Id" type="3" size="4"/>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="ShortName" type="202" size="50"/>
        <colDef name="SetType" type="72" size="16"/>
        <colDef name="Type" type="3" size="4"/>
        <colDef name="StackType" type="3" size="4"/>
        <colDef name="Target" type="3" size="4"/>
        <colDef name="Description" type="202" size="120"/>
        <colDef name="HelpIndex" type="3" size="4"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <indexedKey name="FeatId" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="Guid" unique="No"><col nref="Guid"/></indexedKey>
        <indexedKey name="Id" unique="No"><col nref="SetType"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{30EA97B7-737C-4832-8A6E-0FEE63AF6ED1}</col>
            <col nref="Name">Mounted Casting</col>
            <col nref="ShortName" format="Null"></col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="Type">0</col>
            <col nref="StackType">0</col>
            <col nref="Target">0</col>
            <col nref="Description">The penalty for casting a spell from horseback is halved. Prereq: Ride skill, Mounted Combat, Spells (PH83).</col>
            <col nref="HelpIndex">0</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{0A73334D-DECB-4B87-A4F1-DB391F8D401A}</col>
            <col nref="Name">Parry (Version 2)</col>
            <col nref="ShortName" format="Null"></col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="Type">0</col>
            <col nref="StackType">0</col>
            <col nref="Target">0</col>
            <col nref="Description">You can use your off hand weapon for defense instead of offense.
http://www.sodabob.com/roleplay/dnd/Feats/</col>
            <col nref="HelpIndex">0</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{ADC120C3-9AF9-4305-9783-00058F5F17DB}</col>
            <col nref="Name">Improved Shield Bash</col>
            <col nref="ShortName" format="Null"></col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="Type">0</col>
            <col nref="StackType">0</col>
            <col nref="Target">0</col>
            <col nref="Description">You can use your shield as a bludgeoning weapon (see PH106) and then may knock down or stun your opponent.</col>
            <col nref="HelpIndex">0</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Class Bonus Feats">
    <dbStructure>
        <colDef name="ClassId" type="72" size="16"/>
        <colDef name="FeatId" type="72" size="16"/>
        <primaryKey name="PrimaryKey"><col nref="FeatId"/><col nref="ClassId"/></primaryKey>
        <indexedKey name="ClassId" unique="No"><col nref="ClassId"/></indexedKey>
        <indexedKey name="Id" unique="No"><col nref="FeatId"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="ClassId">{38FBACBD-EEDD-4EEC-BADA-3CBEF0B6E485}</col>
            <col nref="FeatId">{ADC120C3-9AF9-4305-9783-00058F5F17DB}</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Feat Requirements">
    <dbStructure>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Id" type="72" size="16"/>
        <colDef name="Type" type="3" size="4"/>
        <colDef name="Ability" type="3" size="4"/>
        <colDef name="FeatId" type="72" size="16"/>
        <colDef name="SkillId" type="72" size="16"/>
        <colDef name="Class" type="72" size="16"/>
        <colDef name="Data" type="3" size="4"/>
        <colDef name="Comment" type="202" size="50"/>
        <colDef name="DataGuid" type="72" size="16"/>
        <colDef name="SubData" type="3" size="4"/>
        <indexedKey name="Guid" unique="Yes"><col nref="Guid"/></indexedKey>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <indexedKey name="FeatId" unique="No"><col nref="FeatId"/></indexedKey>
        <indexedKey name="Id" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="idx_DataGuid" unique="No"><col nref="DataGuid"/></indexedKey>
        <indexedKey name="SkillId" unique="No"><col nref="SkillId"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Guid">{E916B161-523B-45ED-BA7A-999637A72FB6}</col>
            <col nref="Id">{30EA97B7-737C-4832-8A6E-0FEE63AF6ED1}</col>
            <col nref="Type">1</col>
            <col nref="Ability">-1</col>
            <col nref="FeatId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SkillId">{203D07F1-5355-4286-BB5F-1B7A1E141D96}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">1</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{C10B959D-AED1-42EF-9A2E-720C2D260468}</col>
            <col nref="Id">{30EA97B7-737C-4832-8A6E-0FEE63AF6ED1}</col>
            <col nref="Type">0</col>
            <col nref="Ability">-1</col>
            <col nref="FeatId">{61C6BC71-BAEA-4573-83B5-89B47B9647C4}</col>
            <col nref="SkillId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">0</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{B89B75EA-60A9-43B8-914E-DFDC0AE82505}</col>
            <col nref="Id">{30EA97B7-737C-4832-8A6E-0FEE63AF6ED1}</col>
            <col nref="Type">21</col>
            <col nref="Ability">-1</col>
            <col nref="FeatId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SkillId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">0</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{8FDEB385-77DA-4391-BEC3-DB1BE089A863}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{981BA8A4-559D-40AE-B634-4571D4253FD8}</col>
            <col nref="Id">{30EA97B7-737C-4832-8A6E-0FEE63AF6ED1}</col>
            <col nref="Type">1</col>
            <col nref="Ability">-1</col>
            <col nref="FeatId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SkillId">{FD94D967-34A2-4BB7-9B86-45E64C2E583C}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">1</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{20DBC236-224C-43EE-A90B-F9B3C8F5BC9C}</col>
            <col nref="Id">{0A73334D-DECB-4B87-A4F1-DB391F8D401A}</col>
            <col nref="Type">4</col>
            <col nref="Ability">1</col>
            <col nref="FeatId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SkillId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">13</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{BA4ADCF5-A388-42AC-B94D-6F59032127F7}</col>
            <col nref="Id">{ADC120C3-9AF9-4305-9783-00058F5F17DB}</col>
            <col nref="Type">4</col>
            <col nref="Ability">0</col>
            <col nref="FeatId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SkillId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">13</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{C2243DE8-7B50-466E-82B3-51BF6701BCF1}</col>
            <col nref="Id">{ADC120C3-9AF9-4305-9783-00058F5F17DB}</col>
            <col nref="Type">0</col>
            <col nref="Ability">-1</col>
            <col nref="FeatId">{A3287C8C-A321-4973-A647-297E3701418C}</col>
            <col nref="SkillId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">0</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
        <row>
            <col nref="Guid">{58C26244-71D1-4F36-BE52-9D60F7D6B65B}</col>
            <col nref="Id">{ADC120C3-9AF9-4305-9783-00058F5F17DB}</col>
            <col nref="Type">0</col>
            <col nref="Ability">-1</col>
            <col nref="FeatId">{A4D4790D-A6ED-4FEA-A88E-7BDD46052D99}</col>
            <col nref="SkillId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Class">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="Data">0</col>
            <col nref="Comment" format="Null"></col>
            <col nref="DataGuid">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubData">0</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info God">
    <dbStructure>
        <colDef name="Id" type="3" size="4"/>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="SetType" type="72" size="16"/>
        <colDef name="AlignmentId" type="3" size="4"/>
        <colDef name="RestrictedAlignment" type="3" size="4"/>
        <colDef name="RestrictedByRace" type="11" size="2"/>
        <colDef name="HelpText" type="202" size="120"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <foreignKey name="Reference24" parentTable="info Alignment" onDelete="Restrict" onUpdate="Restrict"><col nref="AlignmentId" parentCol="Id"/></foreignKey>
        <foreignKey name="Reference25" parentTable="types Alignment Flags" onDelete="Restrict" onUpdate="Restrict"><col nref="RestrictedAlignment" parentCol="Id"/></foreignKey>
        <indexedKey name="AlignmentId" unique="No"><col nref="AlignmentId"/></indexedKey>
        <indexedKey name="GodId" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="Guid" unique="No"><col nref="Guid"/></indexedKey>
        <indexedKey name="SetType" unique="No"><col nref="SetType"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="Name">Cirith</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">9</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">A human deity of war and homeland, the epitome of all that is honorable, both at home and on the battlefield.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="Name">Kael</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">18</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">A human deity, lover of battle in all it`s forms, and considers any means to victory as justified.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="Name">Mar-Ganj</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">20</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">A human deity, patron of thieves, bandits, assassins and others who gain from the pain, suffering or death of others.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{D38088F2-71C1-4252-AF57-5E7D010ED50D}</col>
            <col nref="Name">Dhyrm</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">4</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">1</col>
            <col nref="HelpText">A human deity, the gatekeeper between the Prime Material Plane and those beyond.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="Name">Nethania</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">12</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">A human deity, goddess of the south eastern seas of Oerth.  Her sisters control the NE, NW and SW seas, respectively.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="Name">Kaylana</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">20</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">A human deity, goddess of the north eastern seas of Oerth.  Her sisters control the SE, NW and SW seas, respectively.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="Name">Hale</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">12</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">Human deity of non-violent theives, crafts, engineering, invention, merchants, negotiation, espionage, strategy, poetry.</col>
        </row>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{8C8AC220-56B5-405A-9779-7A7203ABB830}</col>
            <col nref="Name">Cthulhu</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="AlignmentId">18</col>
            <col nref="RestrictedAlignment">0</col>
            <col nref="RestrictedByRace">0</col>
            <col nref="HelpText">god? of utter chaos .  Alignment:  chaotic evil.  Favored weapon: unknown</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info God Domain">
    <dbStructure>
        <colDef name="GodId" type="72" size="16"/>
        <colDef name="DomainId" type="72" size="16"/>
        <foreignKey name="GodInfoGodDomainInfo" parentTable="info God" onDelete="Restrict" onUpdate="Restrict"><col nref="GodId" parentCol="Guid"/></foreignKey>
        <primaryKey name="PrimaryKey"><col nref="GodId"/><col nref="DomainId"/></primaryKey>
        <indexedKey name="DomainId1" unique="No"><col nref="DomainId"/></indexedKey>
        <indexedKey name="Guid" unique="No"><col nref="GodId"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{95CC96FC-5915-4ACE-BB1D-71DDF945DFA8}</col>
        </row>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{6F554B91-FC9B-4599-BBB1-06CBFDE98D70}</col>
        </row>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
        </row>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{BA129BFE-8C23-43AB-BAED-C7AB12C93B29}</col>
        </row>
        <row>
            <col nref="GodId">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="DomainId">{5745CB3B-617D-46A2-A45B-6FCA386482DD}</col>
        </row>
        <row>
            <col nref="GodId">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="DomainId">{7E4473FD-1207-4E93-AC83-D38C1ABDFE17}</col>
        </row>
        <row>
            <col nref="GodId">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="DomainId">{1AA2517D-7C21-4ACB-94C8-18937537D3B3}</col>
        </row>
        <row>
            <col nref="GodId">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
        </row>
        <row>
            <col nref="GodId">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="DomainId">{CD76780F-20CD-4736-A921-A7F30D9372AE}</col>
        </row>
        <row>
            <col nref="GodId">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="DomainId">{1B4F31F3-AF02-4A23-B233-C1FD4C519ABC}</col>
        </row>
        <row>
            <col nref="GodId">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="DomainId">{842C9C12-27D0-42EF-952E-26DE6A8A2156}</col>
        </row>
        <row>
            <col nref="GodId">{D38088F2-71C1-4252-AF57-5E7D010ED50D}</col>
            <col nref="DomainId">{CD76780F-20CD-4736-A921-A7F30D9372AE}</col>
        </row>
        <row>
            <col nref="GodId">{D38088F2-71C1-4252-AF57-5E7D010ED50D}</col>
            <col nref="DomainId">{F594CCAC-A77A-406E-9C4F-0B484892ADA6}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{6F554B91-FC9B-4599-BBB1-06CBFDE98D70}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{7DDFB9A3-66A5-47BC-B20C-C7E5132E3523}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{5DC7AD65-E945-4C73-83B0-014EE17B9606}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{ED8DC043-C362-4A23-96BE-DBBB4ABD4BBA}</col>
        </row>
        <row>
            <col nref="GodId">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="DomainId">{7E4473FD-1207-4E93-AC83-D38C1ABDFE17}</col>
        </row>
        <row>
            <col nref="GodId">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="DomainId">{7DDFB9A3-66A5-47BC-B20C-C7E5132E3523}</col>
        </row>
        <row>
            <col nref="GodId">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="DomainId">{ED8DC043-C362-4A23-96BE-DBBB4ABD4BBA}</col>
        </row>
        <row>
            <col nref="GodId">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="DomainId">{BA129BFE-8C23-43AB-BAED-C7AB12C93B29}</col>
        </row>
        <row>
            <col nref="GodId">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="DomainId">{842C9C12-27D0-42EF-952E-26DE6A8A2156}</col>
        </row>
        <row>
            <col nref="GodId">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="DomainId">{9688945C-15A8-4539-9AD8-5A6C86DBDEE3}</col>
        </row>
        <row>
            <col nref="GodId">{8C8AC220-56B5-405A-9779-7A7203ABB830}</col>
            <col nref="DomainId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info God Domain Feat">
    <dbStructure>
        <colDef name="GodId" type="72" size="16"/>
        <colDef name="DomainId" type="72" size="16"/>
        <colDef name="FeatId" type="72" size="16"/>
        <colDef name="WeaponId" type="72" size="16"/>
        <indexedKey name="DomainId1" unique="No"><col nref="DomainId"/></indexedKey>
        <indexedKey name="FeatId1" unique="No"><col nref="FeatId"/></indexedKey>
        <indexedKey name="GodId1" unique="No"><col nref="GodId"/></indexedKey>
        <indexedKey name="WeaponId" unique="No"><col nref="WeaponId"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{B5959D8C-92DA-461B-BD6B-1F1921577751}</col>
        </row>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{09848A9A-458C-47C8-A419-B361F5540611}</col>
            <col nref="WeaponId">{B5959D8C-92DA-461B-BD6B-1F1921577751}</col>
        </row>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{974869FE-44B9-4EE4-B8A9-3B65007C4A3F}</col>
        </row>
        <row>
            <col nref="GodId">{0ADB625A-C964-43E9-BBF5-C6E0C1A20E3A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{09848A9A-458C-47C8-A419-B361F5540611}</col>
            <col nref="WeaponId">{974869FE-44B9-4EE4-B8A9-3B65007C4A3F}</col>
        </row>
        <row>
            <col nref="GodId">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{8E1272BD-9449-4F51-BD51-262A77DCF43D}</col>
        </row>
        <row>
            <col nref="GodId">{86BF672D-A2ED-49BB-8413-827DCD60739D}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{F14093EE-43BF-47E7-B1B2-9AA0CD7D97A4}</col>
        </row>
        <row>
            <col nref="GodId">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{F2A15C06-2925-4D64-B6B7-07207EADC8D4}</col>
        </row>
        <row>
            <col nref="GodId">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{09848A9A-458C-47C8-A419-B361F5540611}</col>
            <col nref="WeaponId">{F2A15C06-2925-4D64-B6B7-07207EADC8D4}</col>
        </row>
        <row>
            <col nref="GodId">{805F4488-EB23-41A9-9380-9BC70464F05A}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{37982E0F-55C4-48EE-8EEC-D4A4E089EEB7}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{133E18B6-45EE-4037-8FD9-1A50E03D4585}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{09848A9A-458C-47C8-A419-B361F5540611}</col>
            <col nref="WeaponId">{133E18B6-45EE-4037-8FD9-1A50E03D4585}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{A34D3FC4-D739-48B4-B726-4FC5A10BA4BC}</col>
        </row>
        <row>
            <col nref="GodId">{F7967336-65F5-4CC8-8725-3C1E49B91D07}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{BF016F1C-A08B-4980-9B0C-0A6407AFD18F}</col>
            <col nref="WeaponId">{A34D3FC4-D739-48B4-B726-4FC5A10BA4BC}</col>
        </row>
        <row>
            <col nref="GodId">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{D4A45A8F-8D03-42C3-BB16-B857272BFE0C}</col>
        </row>
        <row>
            <col nref="GodId">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{DE63F9C8-B6FF-45AD-9BC9-7FCED9059720}</col>
        </row>
        <row>
            <col nref="GodId">{759AB027-9AED-43DC-B163-2FAC5140D4BE}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{09848A9A-458C-47C8-A419-B361F5540611}</col>
            <col nref="WeaponId">{DE63F9C8-B6FF-45AD-9BC9-7FCED9059720}</col>
        </row>
        <row>
            <col nref="GodId">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{37982E0F-55C4-48EE-8EEC-D4A4E089EEB7}</col>
        </row>
        <row>
            <col nref="GodId">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{AB06C05C-40A6-48BA-AD5E-6A157123A8E8}</col>
        </row>
        <row>
            <col nref="GodId">{F4241790-19FB-4474-8CE2-50E4286D6D81}</col>
            <col nref="DomainId">{8D975011-FE51-42E4-A32E-DD1CDBB8B687}</col>
            <col nref="FeatId">{684F1421-B863-476A-A3F3-2871910BE259}</col>
            <col nref="WeaponId">{2CA479A0-968D-4848-AF8B-6636A2944DC3}</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Goods">
    <dbStructure>
        <colDef name="Id" type="3" size="4"/>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="SetType" type="72" size="16"/>
        <colDef name="GoodsType" type="3" size="4"/>
        <colDef name="CoinCount" type="3" size="4"/>
        <colDef name="CoinType" type="3" size="4"/>
        <colDef name="Weight" type="5" size="8"/>
        <colDef name="Capacity" type="5" size="8"/>
        <colDef name="CapacityUnit" type="3" size="4"/>
        <colDef name="Equip" type="11" size="2"/>
        <colDef name="Masterwork" type="3" size="4"/>
        <colDef name="Small" type="11" size="2"/>
        <colDef name="Superior" type="11" size="2"/>
        <colDef name="HelpText" type="202" size="150"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <indexedKey name="ArmorId" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="Guid" unique="No"><col nref="Guid"/></indexedKey>
        <indexedKey name="Name" unique="No"><col nref="Name"/></indexedKey>
        <indexedKey name="SetType" unique="No"><col nref="SetType"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{B0272137-D325-40E8-A941-609CFAF2E62F}</col>
            <col nref="Name">Rag Doll</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="GoodsType">6</col>
            <col nref="CoinCount">1</col>
            <col nref="CoinType">0</col>
            <col nref="Weight">0</col>
            <col nref="Capacity">0</col>
            <col nref="CapacityUnit">0</col>
            <col nref="Equip">1</col>
            <col nref="Masterwork">0</col>
            <col nref="Small">0</col>
            <col nref="Superior">0</col>
            <col nref="HelpText">A rough, torn rag doll.</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Rods">
    <dbStructure>
        <colDef name="Id" type="3" size="4"/>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="SetType" type="72" size="16"/>
        <colDef name="CoinCount" type="3" size="4"/>
        <colDef name="CoinType" type="3" size="4"/>
        <colDef name="HelpText" type="202" size="150"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <indexedKey name="Guid" unique="No"><col nref="Guid"/></indexedKey>
        <indexedKey name="Id" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="SetType" unique="No"><col nref="SetType"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{CB7BF089-2F7A-44B1-8B01-29118B7A5939}</col>
            <col nref="Name">Image Gate, Portable</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="CoinCount">80000</col>
            <col nref="CoinType">2</col>
            <col nref="HelpText">A set of portable artistic images that allow characters to gate between the two images` locations. http://www.sodabob.com/roleplay/dnd/MagicItems/</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Skill">
    <dbStructure>
        <colDef name="Id" type="3" size="4"/>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="ShrtName" type="202" size="50"/>
        <colDef name="SetType" type="72" size="16"/>
        <colDef name="Untrain" type="11" size="2"/>
        <colDef name="IsMulti" type="11" size="2"/>
        <colDef name="StatId" type="3" size="4"/>
        <colDef name="ACPen" type="11" size="2"/>
        <colDef name="NPACPen" type="11" size="2"/>
        <colDef name="PenaltyPounds" type="3" size="4"/>
        <colDef name="Exclusive" type="11" size="2"/>
        <colDef name="HelpText" type="202" size="120"/>
        <colDef name="HelpIndex" type="3" size="4"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/></primaryKey>
        <foreignKey name="Reference12" parentTable="types Abilities" onDelete="Restrict" onUpdate="Restrict"><col nref="StatId" parentCol="Id"/></foreignKey>
        <indexedKey name="Guid" unique="No"><col nref="Guid"/></indexedKey>
        <indexedKey name="SetType" unique="No"><col nref="SetType"/></indexedKey>
        <indexedKey name="SkillId" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="SkillName" unique="No"><col nref="Name"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Id">0</col>
            <col nref="Guid">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Name">Underdark Lore</col>
            <col nref="ShrtName" format="Null"></col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
            <col nref="Untrain">1</col>
            <col nref="IsMulti">0</col>
            <col nref="StatId">4</col>
            <col nref="ACPen">0</col>
            <col nref="NPACPen">0</col>
            <col nref="PenaltyPounds">0</col>
            <col nref="Exclusive">0</col>
            <col nref="HelpText">You can keep yourself and others safe and fed in the underdark. (Wis)</col>
            <col nref="HelpIndex">0</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Class Skill Usability">
    <dbStructure>
        <colDef name="ClassId" type="72" size="16"/>
        <colDef name="SkillId" type="72" size="16"/>
        <colDef name="Usability" type="3" size="4"/>
        <colDef name="SubId" type="72" size="16"/>
        <colDef name="SubSkillId" type="72" size="16"/>
        <primaryKey name="PrimaryKey"><col nref="ClassId"/><col nref="SubId"/><col nref="SkillId"/><col nref="SubSkillId"/></primaryKey>
        <indexedKey name="ClassId1" unique="No"><col nref="ClassId"/></indexedKey>
        <indexedKey name="Guid" unique="No"><col nref="SkillId"/></indexedKey>
        <indexedKey name="idxSubId" unique="No"><col nref="SubId"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="ClassId">{9329A6B1-A322-48D7-9A5F-DC8A87654128}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
        <row>
            <col nref="ClassId">{FBAC04C7-057E-4E2C-AF8F-EC73605904A8}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
        <row>
            <col nref="ClassId">{E1B6DCA8-1F86-4FA7-931F-A6EA20709364}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
        <row>
            <col nref="ClassId">{B2DD6C2B-0750-43FB-8BF1-D349A570E8DF}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
        <row>
            <col nref="ClassId">{5B843E97-F701-44F4-92F9-CCAB92220BBA}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
        <row>
            <col nref="ClassId">{E5D584C8-7556-41EB-A5DF-1BDB8731677B}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
        <row>
            <col nref="ClassId">{BB5836F4-5ACE-4886-8FC7-2FC12DA105A0}</col>
            <col nref="SkillId">{EF022CEB-F028-4190-A4A1-A2BEE193DEE2}</col>
            <col nref="Usability">1</col>
            <col nref="SubId">{00000000-0000-0000-0000-000000000000}</col>
            <col nref="SubSkillId">{00000000-0000-0000-0000-000000000000}</col>
        </row>
    </dbData>
</dbTable>
<dbTable name="info Skill Sub">
    <dbStructure>
        <colDef name="Id" type="3" size="4"/>
        <colDef name="SubId" type="3" size="4"/>
        <colDef name="Guid" type="72" size="16"/>
        <colDef name="SubGuid" type="72" size="16"/>
        <colDef name="Name" type="202" size="50"/>
        <colDef name="HelpText" type="202" size="120"/>
        <colDef name="HelpIndex" type="3" size="4"/>
        <colDef name="SetType" type="72" size="16"/>
        <primaryKey name="PrimaryKey"><col nref="Guid"/><col nref="SubGuid"/></primaryKey>
        <foreignKey name="Reference38" parentTable="info Skill" onDelete="Restrict" onUpdate="Restrict"><col nref="Id" parentCol="Id"/></foreignKey>
        <foreignKey name="Reference6" parentTable="info Skill" onDelete="Restrict" onUpdate="Restrict"><col nref="Guid" parentCol="Guid"/></foreignKey>
        <indexedKey name="Guid" unique="No"><col nref="Guid"/></indexedKey>
        <indexedKey name="Name" unique="No"><col nref="Name"/></indexedKey>
        <indexedKey name="SkillId" unique="No"><col nref="Id"/></indexedKey>
        <indexedKey name="SubGuid" unique="No"><col nref="SubGuid"/></indexedKey>
        <indexedKey name="SubTypeId" unique="No"><col nref="SubId"/></indexedKey>
    </dbStructure>
    <dbData>
        <row>
            <col nref="Id">0</col>
            <col nref="SubId">0</col>
            <col nref="Guid">{EA6C6FE2-87BA-45AC-9990-503496C6B309}</col>
            <col nref="SubGuid">{CADC7294-3BE6-41FE-AB12-AB508F12AED4}</col>
            <col nref="Name">Comfort Woman</col>
            <col nref="HelpText">You can earn a living as a comfort woman.</col>
            <col nref="HelpIndex">0</col>
            <col nref="SetType">{B5042C31-80C7-4E0C-8BC6-81287DB83E38}</col>
        </row>
    </dbData>
</dbTable>
</dnd>
