raylib-wasm-transpiler/server/schema.json

130 lines
2.1 KiB
JSON
Raw Normal View History

{
"Entity": {
"Name": {
"type": "string",
"kind": "string",
"size": "24"
},
"Strength": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Endurance": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Intelligence": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Wisdom": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Charisma": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Faith": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Artisan": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Metalworking": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Alchemy": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Engineering": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Culinary": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Ranged": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Melee": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Acrobatics": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Prestidigitation": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Language": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Medicine": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Thaumitology": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Theology": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Fishing": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Mining": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Survival": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Gardening": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"History": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Perception": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Luck": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Stealth": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Attractiveness": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Affluence": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
},
"Notoriety": {
2024-05-27 20:19:37 -04:00
"type": "u8",
"kind": "scalar"
}
}
}