The record used by darkworld.download to determine the website's content.
Record Key
literal:self
Fixed literal value
Properties
color
string
Required
Colors in which to theme some elements on the site with.
Known values:
enby, trans, panisKriselle
boolean
Required
Determines if Kris is actually Kriselle and might have figured out their gender identity.
susieProphecy
boolean
Required
Swap out Kris with Susie in the prophecy panel.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"color",
"susieProphecy",
"isKriselle"
],
"properties": {
"color": {
"type": "string",
"description": "Colors in which to theme some elements on the site with.",
"knownValues": [
"enby",
"trans",
"pan"
]
},
"isKriselle": {
"type": "boolean",
"description": "Determines if Kris is actually Kriselle and might have figured out their gender identity."
},
"susieProphecy": {
"type": "boolean",
"description": "Swap out Kris with Susie in the prophecy panel."
}
}
},
"description": "The record used by darkworld.download to determine the website's content."
}