Initial import

This commit is contained in:
Andraxion 2026-06-26 18:18:14 -04:00
commit ab891a315c
773 changed files with 257255 additions and 0 deletions

17
content/factions.json Normal file
View file

@ -0,0 +1,17 @@
{
"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"
}
]
}