Changes between Version 1 and Version 2 of WarFoundryEquipmentTool


Ignore:
Timestamp:
09/25/09 13:30:26 (10 years ago)
Author:
Henri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WarFoundryEquipmentTool

    v1 v2  
    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" />||
     14
     15
     16
    1017
    1118
     
    1320
    1421Now the unit sheet:
     22||Unit Id||Unit Name||Category||points||minsize||maxsize||Statline:||WS||BS||S||T||W||I||A||Ld||Sv||
     23||StormB||Stormboyz||FA ||12||5||20||||4||2||3||4||1||2||2||7||6+||
     24|| _|| || || || || || || || || || || || || || || ||
     25|| _|| || || || || || || || || || || || || || || ||
     26||<unit id="StormB" typeName="Stormboyz" cat="FA" points="12" minSize="5" maxSize="20">|| || || || || || || || || || || || || || || ||
     27||<stats>|| || || || || || || || || || || || || || || ||
     28||<stat name="WS">4</stat>|||| || || || || || || || || || || || || || ||
     29||<stat name="BS">2</stat>|||| || || || || || || || || || || || || || ||
     30||<stat name="S">3</stat>|||| || || || || || || || || || || || || || ||
     31||<stat name="T">4</stat>|||| || || || || || || || || || || || || || ||
     32||<stat name="W">1</stat>|||| || || || || || || || || || || || || || ||
    1533
    1634