Elfcrusher wrote:Heilemann wrote:What kind of files does it expect?
Looks like comma separated values. But you'll have to deduce the column names.
The first line in the "example file" has got the comma separated names.
These are, for heroes.csv:
Code: Select all
name,endurance,fatigue,body,weapon,type,dagger,damage,edge,injury,armour,helmet,parry,shield,hope,stance,wounded,defense,image
[/i]
And for enemies.csv:
Code: Select all
name,endurance,attribute,weapon,damage,edge,injury,armour,helmet,parry,shield,hate,greatsize,hideoustoughness,snakelikespeed,horriblestrength,wounded,calledshot,image
[/i]
The example files use all the posible expected values too:
- endurance: Current hero/enemy endurance points
- fatigue: Current endurance points to consider hero to be weary
- body: Body attribute (body favoured attribute if the weapon in use is favorite)
- weapon: Amount of dice to be rolled in a attack test
- type: "sword", "axe", "mattock", "spear" or "bow". Is using to determine the called shot effect
- dagger: Amount of dice to be rolled in a brawling or throwing attack
- damage, edge, and injury: Values concerning the weapon in use
- armour: Number of dice used in a protection test
- helmet: Bonus of protection to be applied
- parry & shield: Bonuses added to the basic TN in the attack test
- hope: Amount of hero's hope remained
- stance: "rearward", "defensive", "open" or "forward"
- wounded: A boolean value, TRUE or FALSE
- defense: The character name of a companion willing to receive the damage instead, or "noone" if he receive his own damage. Two extra values added, "houndexposed" and "houndprotected" allow using the "Hound of Mirkwood" virtue in the case of a Sauron eye's symbol.
- image: A numeric number between 1 and 56 for heroes; 1 and 27 for enemies. I'm using only the Jon Hodgson's illustrations that I could get for the moment (except for the creatures haven't one)
- attribute: Enemy attribute
- greatsize,hideoustoughness,snakelikespeed and horriblestrength: Boolean values representing some of the special enemy habilities. Could be TRUE or FALSE
- calledshot: The effect of the enemy weapon attack, could be "disarm", "poison", "breakshield" or "neither"
You can use the button "update" to make changes and the "save" to get the file with the new values.