forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
19
reference_scripts/ZEdDcBka21rnMuz5.js
Normal file
19
reference_scripts/ZEdDcBka21rnMuz5.js
Normal file
@ -0,0 +1,19 @@
|
||||
let initiativeSetting = game.settings.get("wfrp4e", "initiativeRule")
|
||||
|
||||
switch (initiativeSetting) {
|
||||
case "default":
|
||||
args.initiative += "+10"
|
||||
break;
|
||||
|
||||
case "sl":
|
||||
args.initiative += "+1"
|
||||
break;
|
||||
|
||||
case "d10Init":
|
||||
args.initiative += "+10"
|
||||
break;
|
||||
|
||||
case "d10InitAgi":
|
||||
args.initiative += "+1"
|
||||
break;
|
||||
}
|
Reference in New Issue
Block a user