-
Notifications
You must be signed in to change notification settings - Fork 15
Module Support
Stexinator edited this page Jul 14, 2024
·
1 revision
-
Looking at the current verbal combat config:
CONFIG.WITCHER.verbalCombat -
Changing the damage code of an attack
CONFIG.WITCHER.verbalCombat.EmpatheticAttacks.Appeal.baseDmg = '2d10'
CONFIG.WITCHER.verbalCombat.Defences.ResistMagic = {
name: "Resist Magic",
skill: CONFIG.WITCHER.skillMap.resistmagic,
baseDmg: '1d6',
dmgStat: CONFIG.WITCHER.statMap.will,
effect: "You must use this defense against mind-affecting magic, such as the axii sign."
}
| Before | After |
|---|---|