magicciv/public/resources/magic/schools.json
2026-04-07 17:52:04 -07:00

9 lines
408 B
JSON

{
"schools": [
{ "id": "life", "name": "Life", "color": "#4ade80", "icon": "✧" },
{ "id": "death", "name": "Death", "color": "#a855f7", "icon": "☽" },
{ "id": "chaos", "name": "Chaos", "color": "#f87171", "icon": "⚡" },
{ "id": "nature", "name": "Nature", "color": "#86efac", "icon": "🌿" },
{ "id": "aether", "name": "Aether", "color": "#60a5fa", "icon": "◈" }
]
}