Changes between Version 3 and Version 4 of WarFoundryEquipmentTool


Ignore:
Timestamp:
10/03/09 17:34:13 (10 years ago)
Author:
Henri
Comment:

updated tool files and description to match

Legend:

Unmodified
Added
Removed
Modified
  • WarFoundryEquipmentTool

    v3 v4  
    88
    99Looks a bit like this (equipment sheet):
    10 ||'''Use Item'''||'''Id'''||'''Name'''||'''Cost'''||'''Required'''||'''exclusivityGroup'''||'''Equipment list code'''||'''Unit entry code'''||
    11 ||y     ||Slugga        ||Slugga        ||1     ||      ||      ||<equipmentItem id="Slugga" name="Slugga" cost="1" />||<unitEquipmentItem id="Slugga" />||
    12 ||      ||Shoota        ||Shoota        ||1     ||      ||      ||<equipmentItem id="Shoota" name="Shoota" cost="1" />  ||
    13 ||y     ||StiBom        ||Stikkbombz    ||1     ||      ||      ||<equipmentItem id="StiBom" name="Stikkbombz" cost="1" />      ||<unitEquipmentItem id="StiBom" />||
     10||'''Use Item'''||'''Id'''||'''Name'''||'''Cost'''||'''Required'''||'''exclusivityGroup'''||'''CostMultiplier'''||'''Equipment list code'''||'''Unit entry code'''||
     11||y     ||Slugga        ||Slugga        ||1     ||      ||      ||    ||<equipmentItem id="Slugga" name="Slugga" cost="1" />||<unitEquipmentItem id="Slugga" />||
     12||      ||Shoota        ||Shoota        ||1     ||      ||      ||    ||<equipmentItem id="Shoota" name="Shoota" cost="1" />    ||
     13||y     ||StiBom        ||Stikkbombz    ||1     ||      ||      ||    ||<equipmentItem id="StiBom" name="Stikkbombz" cost="1" />        ||<unitEquipmentItem id="StiBom" />||
    1414
    1515
     
    1717
    1818
    19 There are five things to enter, the ”Id” that will be referred to in the code, the unit name you want to display, the point cost. These are ”mandatory” (ie the datafile won't work without them). Also you can include whether the item is required (enter ”true” or leave empty) and if it has any mutual exclusivity groups (see other explanations for that, I don't understand it myself). These two are only of use for the ”unit entry” code. In the column ”Equipment list code” you will find the XML to put into the datafile's equipment section. The ”Unit entry” column is the code that is placed in a unit's equipment section. The astute reader will now ask about the first column ”Use item”. This is  field controlling whether you want to the ”Unit entry”column to display or not. Place a ”y” to generate the code. This is so that when you want code for a unit you can just make the options available to a specific unit with a ”y” and copy the whole list into the datafile. Easy!
     19There are five things to enter, the ”Id” that will be referred to in the code, the unit name you want to display, the point cost. These are ”mandatory” (ie the datafile won't work without them). Also you can include whether the item is required (enter ”true” or leave empty) and if it has any mutual exclusivity groups (see other explanations for that, I don't understand it myself). The "costMultiplier" is now added, "0" means the options free for a unit, if the cost is the same as the base cost no costMultiplier is required. These three are only of use for the ”unit entry” code. In the column ”Equipment list code” you will find the XML to put into the datafile's equipment section. The ”Unit entry” column is the code that is placed in a unit's equipment section. The astute reader will now ask about the first column ”Use item”. This is  field controlling whether you want to the ”Unit entry”column to display or not. Place a ”y” to generate the code. This is so that when you want code for a unit you can just make the options available to a specific unit with a ”y” and copy the whole list into the datafile. Easy!
    2020
    2121Now the unit sheet:
     
    2424||.||.||.||.||.||.||.||.||.||.||.||.||.||.||.||.||
    2525||_|| || || || || || || || || || || || || || || ||
    26 ||<unit id="StormB" typeName="Stormboyz" cat="FA" points="12" minSize="5" maxSize="20">|| || || || || || || || || || || || ||
     26||<unit id="StormB" typeName="Stormboyz" cat="FA" points="12" minSize="5" maxSize="20">|| || || || || || || || || || || || || || || ||
    2727||<stats>|| || || || || || || || || || || || || || || ||
    2828||<stat name="WS">4</stat>|||| || || || || || || || || || || || || || ||