Skip to content

Commit

Permalink
implement spell schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored May 16, 2024
1 parent c21f4af commit d281244
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions resources/schemas/spell-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,13 @@
"additionalProperties": true,
"properties":
{
"SpiritKind": {
"description": "Kind of the spirit.",
"enum": ["STANDARD", "UPGRADE", "FUSION"]
},
"SpiritType": {
"description": "Type of the spirit.",
"enum": ["CYBERNETIC"]
},
"Power": {
"description": "Base power stat determining outcomes of battles with other spirits.",
"oneOf": [
{"type": "integer", "minimum": 0},
{"enum": ["?"]}
]
},
"Sacrifices": {
"description": "Number of sacrifices required for a sacrifice spawn.",
"type": "integer",
"minimum": 0,
"maximum": 3
"SpellKind": {
"description": "Kind of the spell.",
"enum": ["STANDARD", "QUICK", "LINGERING", "ATTACHMENT"]
},
"SpellType": {
"description": "Additional type(s) of the spell.",
"type": "array"
}
}
}
}

0 comments on commit d281244

Please sign in to comment.