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" />|| |
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! |
| 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). 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! |