Worldshaper/content/factions.json

18 lines
394 B
JSON
Raw Normal View History

2026-06-26 18:18:14 -04:00
{
"schemaVersion": 1,
"factions": [
{
"id": "knights_rosary",
"name": "Knights of The Rosary",
"description": "The chivalrous knights who protect the realm",
"color": "#8e9717"
},
{
"id": "dangerous_gatekeeper",
"name": "Extremely Serious Gatekeeper",
"description": "This guys is fuckin' serious",
"color": "#fa0000"
}
]
}