removedInput schema / properties / batch / items / properties / characterType / enum
Removed value: -[
- "pc",
- "npc",
- "enemy",
- "neutral"
-]
removedInput schema / properties / batch / items / properties / conditionImmunities / items / enum
Removed value: -[
- "blinded",
- "charmed",
- "deafened",
- "frightened",
- "grappled",
- "incapacitated",
- "invisible",
- "paralyzed",
- "petrified",
- "poisoned",
- "prone",
- "restrained",
- "stunned",
- "unconscious",
- "exhaustion"
-]
addedInput schema / properties / batch / items / properties / customClass
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "hitDie": {
+ "default": 8,
+ "maximum": 12,
+ "minimum": 4,
+ "type": "number"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "primaryAbility": {
+ "type": "string"
+ },
+ "resourceMax": {
+ "type": "number"
+ },
+ "resourceName": {
+ "type": "string"
+ },
+ "resourceScaling": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ "saveProficiencies": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "spellcasting": {
+ "default": "none",
+ "type": "string"
+ },
+ "spellcastingAbility": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+}
addedInput schema / properties / batch / items / properties / customRace
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "abilityBonuses": {
+ "additionalProperties": false,
+ "properties": {
+ "cha": {
+ "type": "number"
+ },
+ "con": {
+ "type": "number"
+ },
+ "dex": {
+ "type": "number"
+ },
+ "int": {
+ "type": "number"
+ },
+ "str": {
+ "type": "number"
+ },
+ "wis": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "climbSpeed": {
+ "type": "number"
+ },
+ "conditionImmunities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "darkvision": {
+ "default": 0,
+ "type": "number"
+ },
+ "description": {
+ "type": "string"
+ },
+ "flySpeed": {
+ "type": "number"
+ },
+ "immunities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "languages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "resistances": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "size": {
+ "default": "medium",
+ "type": "string"
+ },
+ "speed": {
+ "default": 30,
+ "type": "number"
+ },
+ "swimSpeed": {
+ "type": "number"
+ },
+ "traits": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "vulnerabilities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+}
removedInput schema / properties / batch / items / properties / immunities / items / enum
Removed value: -[
- "slashing",
- "piercing",
- "bludgeoning",
- "fire",
- "cold",
- "lightning",
- "thunder",
- "acid",
- "poison",
- "necrotic",
- "radiant",
- "force",
- "psychic"
-]
removedInput schema / properties / batch / items / properties / resistances / items / enum
Removed value: -[
- "slashing",
- "piercing",
- "bludgeoning",
- "fire",
- "cold",
- "lightning",
- "thunder",
- "acid",
- "poison",
- "necrotic",
- "radiant",
- "force",
- "psychic"
-]
addedInput schema / properties / batch / items / properties / resource
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "current": {
+ "type": "number"
+ },
+ "max": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ ]
+}
removedInput schema / properties / batch / items / properties / saveProficiencies / items / enum
Removed value: -[
- "str",
- "dex",
- "con",
- "int",
- "wis",
- "cha"
-]
removedInput schema / properties / batch / items / properties / skillProficiencies / items / enum
Removed value: -[
- "acrobatics",
- "animal_handling",
- "arcana",
- "athletics",
- "deception",
- "history",
- "insight",
- "intimidation",
- "investigation",
- "medicine",
- "nature",
- "perception",
- "performance",
- "persuasion",
- "religion",
- "sleight_of_hand",
- "stealth",
- "survival"
-]
removedInput schema / properties / batch / items / properties / spellcastingAbility / enum
Removed value: -[
- "str",
- "dex",
- "con",
- "int",
- "wis",
- "cha"
-]
removedInput schema / properties / batch / items / properties / vulnerabilities / items / enum
Removed value: -[
- "slashing",
- "piercing",
- "bludgeoning",
- "fire",
- "cold",
- "lightning",
- "thunder",
- "acid",
- "poison",
- "necrotic",
- "radiant",
- "force",
- "psychic"
-]
removedInput schema / properties / characterType / enum
Removed value: -[
- "pc",
- "npc",
- "enemy",
- "neutral"
-]
removedInput schema / properties / conditionImmunities / items / enum
Removed value: -[
- "blinded",
- "charmed",
- "deafened",
- "frightened",
- "grappled",
- "incapacitated",
- "invisible",
- "paralyzed",
- "petrified",
- "poisoned",
- "prone",
- "restrained",
- "stunned",
- "unconscious",
- "exhaustion"
-]
addedInput schema / properties / customClass
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "hitDie": {
+ "default": 8,
+ "maximum": 12,
+ "minimum": 4,
+ "type": "number"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "primaryAbility": {
+ "type": "string"
+ },
+ "resourceMax": {
+ "type": "number"
+ },
+ "resourceName": {
+ "type": "string"
+ },
+ "resourceScaling": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ "saveProficiencies": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "spellcasting": {
+ "default": "none",
+ "type": "string"
+ },
+ "spellcastingAbility": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+}
addedInput schema / properties / customRace
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "abilityBonuses": {
+ "additionalProperties": false,
+ "properties": {
+ "cha": {
+ "type": "number"
+ },
+ "con": {
+ "type": "number"
+ },
+ "dex": {
+ "type": "number"
+ },
+ "int": {
+ "type": "number"
+ },
+ "str": {
+ "type": "number"
+ },
+ "wis": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "climbSpeed": {
+ "type": "number"
+ },
+ "conditionImmunities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "darkvision": {
+ "default": 0,
+ "type": "number"
+ },
+ "description": {
+ "type": "string"
+ },
+ "flySpeed": {
+ "type": "number"
+ },
+ "immunities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "languages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "resistances": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "size": {
+ "default": "medium",
+ "type": "string"
+ },
+ "speed": {
+ "default": 30,
+ "type": "number"
+ },
+ "swimSpeed": {
+ "type": "number"
+ },
+ "traits": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "vulnerabilities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+}
removedInput schema / properties / immunities / items / enum
Removed value: -[
- "slashing",
- "piercing",
- "bludgeoning",
- "fire",
- "cold",
- "lightning",
- "thunder",
- "acid",
- "poison",
- "necrotic",
- "radiant",
- "force",
- "psychic"
-]
removedInput schema / properties / resistances / items / enum
Removed value: -[
- "slashing",
- "piercing",
- "bludgeoning",
- "fire",
- "cold",
- "lightning",
- "thunder",
- "acid",
- "poison",
- "necrotic",
- "radiant",
- "force",
- "psychic"
-]
addedInput schema / properties / resource
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "current": {
+ "type": "number"
+ },
+ "max": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ ]
+}
removedInput schema / properties / saveProficiencies / items / enum
Removed value: -[
- "str",
- "dex",
- "con",
- "int",
- "wis",
- "cha"
-]
removedInput schema / properties / skillProficiencies / items / enum
Removed value: -[
- "acrobatics",
- "animal_handling",
- "arcana",
- "athletics",
- "deception",
- "history",
- "insight",
- "intimidation",
- "investigation",
- "medicine",
- "nature",
- "perception",
- "performance",
- "persuasion",
- "religion",
- "sleight_of_hand",
- "stealth",
- "survival"
-]
removedInput schema / properties / spellcastingAbility / enum
Removed value: -[
- "str",
- "dex",
- "con",
- "int",
- "wis",
- "cha"
-]
removedInput schema / properties / vulnerabilities / items / enum
Removed value: -[
- "slashing",
- "piercing",
- "bludgeoning",
- "fire",
- "cold",
- "lightning",
- "thunder",
- "acid",
- "poison",
- "necrotic",
- "radiant",
- "force",
- "psychic"
-]