9 lines
408 B
JSON
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": "◈" }
|
|
]
|
|
}
|