modif formule d'initiative // avec nouvel attr combatStatus
This commit is contained in:
@@ -42,7 +42,7 @@ Hooks.once('init', async function () {
|
||||
* @type {String}
|
||||
*/
|
||||
CONFIG.Combat.initiative = {
|
||||
formula: "(@abilities.reflexes.value + @skills.alertness.value)d10cs>=7",
|
||||
formula: "(@abilities.reflexes.value + @skills.alertness.value)d10cs>=@combatStatus.difficulty",
|
||||
decimals: 2
|
||||
};
|
||||
|
||||
|
||||
+8
-1
@@ -374,6 +374,10 @@
|
||||
"category": "world",
|
||||
"rarity": 1
|
||||
}
|
||||
},
|
||||
"combatStatus": {
|
||||
"label": "",
|
||||
"difficulty": 7
|
||||
}
|
||||
},
|
||||
"npc": {
|
||||
@@ -529,7 +533,10 @@
|
||||
"templates": [
|
||||
"base"
|
||||
],
|
||||
"needSkill": false
|
||||
"needSkill": {
|
||||
"value": false,
|
||||
"skill": ""
|
||||
}
|
||||
},
|
||||
"weapon": {
|
||||
"templates": [
|
||||
|
||||
Reference in New Issue
Block a user