A user's RPG character statistics. One record per user (rkey: self).
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
Timestamp when this record was created
custom
ref
#customStats
Optional
User-defined custom stat system
dcc
ref
#dccStats
Optional
Dungeon Crawl Classics RPG character sheet
dnd
ref
#dndStats
Optional
Dungeons & Dragons 5th Edition character sheet
playtopia
ref
#playtopiaStats
Optional
Playtopia Quest character sheet
reverie
ref
#reverieStats
Optional
Reverie House philosophical alignment
rmmz
ref
#rmmzStats
Optional
RPG Maker MZ engine character parameters
updatedAt
string
datetime
Optional
Timestamp when this record was last modified
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"dcc": {
"ref": "#dccStats",
"type": "ref",
"description": "Dungeon Crawl Classics RPG character sheet"
},
"dnd": {
"ref": "#dndStats",
"type": "ref",
"description": "Dungeons & Dragons 5th Edition character sheet"
},
"rmmz": {
"ref": "#rmmzStats",
"type": "ref",
"description": "RPG Maker MZ engine character parameters"
},
"custom": {
"ref": "#customStats",
"type": "ref",
"description": "User-defined custom stat system"
},
"reverie": {
"ref": "#reverieStats",
"type": "ref",
"description": "Reverie House philosophical alignment"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when this record was created"
},
"playtopia": {
"ref": "#playtopiaStats",
"type": "ref",
"description": "Playtopia Quest character sheet"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when this record was last modified"
}
}
},
"description": "A user's RPG character statistics. One record per user (rkey: self)."
}