• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Editing the defintion.def file

Madmaxneo

Well-known member
I have a question regarding the definition.def file and what should go in there.
In that file there is this line:
Code:
<diceroller mode="totals" dietype="6" quantity="1"/>
If the game system I am developing uses percentile dice, should I change the 6 (dietype) to a 100 (dietype)?
I assume that when it comes to open-ended rolls (roll a 96 or higher you roll again and continue to roll until you roll less than a 96, then add them all together. Unless I am supposed to put that in the definition.def file......

Also the there is this line for initiative:
Code:
@initiative = random(10) + 1
In HARP Initiative is determined by rolling a d10 then adding two stat bonuses...plus any other special mods. Would this be handled in the definition.def file or later on?
 
Back
Top