I'm glad you use it!tomfish wrote:Once you understand how to load data file, it is quite amazing. The User interface is really nice looking !
I have started to play with it but noticed that hits only yield 1 endurance damage, so a little fixing seems required.
The damage is calculated using the 8th comma separeted value (the 8th column if you wish). The extra damage added if a tengwar simbol appears is equal to the 4th value, the body attribute (or favoured body attribute if the hero use a favorite weapon). The damage could be dimished if the creatures have "hideous toughness" special hability.
Could your csv file have an extra value, making the 7th value, dagger points (that's usually 1), the 8th one (damage value)?
- Example file:
name,endurance,fatigue,body,weapon,type,dagger,damage,edge,injury.....
Lifstan son of Leiknir,29,21,5,2,sword,1,5,10,16,3,0,2,3,15,defensive,FALSE,noone,1
- Example file with extra value:
name,endurance,fatigue,body,weapon,type,dagger,damage,edge,injury.....
Lifstan son of Leiknir,29,21,5,2,sword,extra?,1,5,10,16,3,0,2,3,15,defensive,FALSE,noone,1
PS: I discarded the idea of use a weapon list because it forbids the use of rewards or fan-made weapons.