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