New difficulties
This commit is contained in:
@ -306,6 +306,33 @@ Hooks.once('ready', () => {
|
||||
}
|
||||
ChatMessage.create(chatData);
|
||||
}
|
||||
|
||||
/** New modifiers */
|
||||
game.wfrp4e.config.difficultyModifiers = {
|
||||
"veasy": 60,
|
||||
"easy": 40,
|
||||
"banal": 30,
|
||||
"average": 20,
|
||||
"medium": 10,
|
||||
"challenging": 0,
|
||||
"difficult": -10,
|
||||
"hard": -20,
|
||||
"vhard": -30,
|
||||
"doom": -40
|
||||
}
|
||||
game.wfrp4e.config.difficultyLabels = {
|
||||
|
||||
"veasy": "Trés Facile (+60)",
|
||||
"easy": "Facile (+40)",
|
||||
"banal": "Banal (+30)",
|
||||
"average": "Accessible (+20)",
|
||||
"medium": "Faisable (+10)",
|
||||
"challenging": "Intermédiaire (+0)",
|
||||
"difficult": "Complexe (-10)",
|
||||
"hard": "Difficile (-20)",
|
||||
"vhard": "Très Difficile (-30)",
|
||||
"doom": "Maudit (-40)"
|
||||
}
|
||||
|
||||
//setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
||||
setTimeout( __check_fix_wrong_modules, 20000, true, true);
|
||||
|
Reference in New Issue
Block a user