Property Spell type belongs to the type string and indicates, which magic type a particular spell belongs to. It is also displayed in individual spellcasters' articles. Normally, there should be only one value of this property per page.
Following values are allowed (see also Property:Spell category):
- For category "Attack":
- Shooting
- Bombardment
- Melee
- Energy blade
- Area-of-effect
- Magic-enhanced attack
- For category "Defense":
- Barrier
- Shield
- Field
- Other defense
- For category "Capture":
- Bind
- Cage
- For category "Force field":
- Circle
- Area
- For category "Support":
- Increase
- Decline
- Transport
- Other support
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Shooting", "Bombardment", "Melee", "Energy blade", "Area-of-effect", "Magic-enhanced attack", "Barrier", "Shield", "Field", "Other defense", "Bind", "Cage", "Circle", "Area", "Increase", "Decline", "Transport", "Other support" ] } }