removedOutput schema / properties / accuracy / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accuracy / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / damageClass / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / damageClass / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / effectChance / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / effectChance / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / effectText / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / effectText / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / power / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / power / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / pp / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / pp / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / shortEffectText / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / shortEffectText / type
Added value: +[
+ "string",
+ "null"
+]