Powers savingThrow - torilmud/docs GitHub Wiki

Powers: Saving Throws

The savingThrows option consists of an array of up to three options.

Format:

"savingThrow": {
  "saveType": "<save type>",
  "saveChance": <save chance #>,
  "saveMod": <save modifier #>
}

Save Types

  • strength
  • dexterity
  • constitution
  • intelligence
  • wisdom
  • charisma
  • agility
  • spell
  • paralysis
  • rod
  • petrification
  • breath
  • opposed agility
  • opposed level

Example

"savingThrow": {
  "saveType": "paralysis",
  "saveChance": -4,
  "saveMod": 100
}
⚠️ **GitHub.com Fallback** ⚠️