Skip to content

Module Support

Stexinator edited this page Jul 14, 2024 · 1 revision

Verbal Combat

Examples:

  • Looking at the current verbal combat config: CONFIG.WITCHER.verbalCombat

  • Changing the damage code of an attack CONFIG.WITCHER.verbalCombat.EmpatheticAttacks.Appeal.baseDmg = '2d10'

Adding a new entry

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
drawing drawing

Clone this wiki locally