fixed classes

This commit is contained in:
Frederik Palmø 2022-03-29 15:41:04 +02:00
parent 289132dd4c
commit 3b1a0a853c

View File

@ -1,62 +1,62 @@
{
"wretch": {
"id": "wretch",
"name": "Wretch",
"level": 1,
"stats": [10, 10, 10, 10, 10, 10, 10, 10]
},
"warrior": {
"id": "warrior",
"name": "Warrior",
"level": 8,
"stats": [11, 12, 11, 10, 16, 10, 8, 9]
},
"vagabond": {
[
{
"id": "vagabond",
"name": "Vagabond",
"level": 9,
"stats": [15, 10, 11, 14, 13, 9, 9, 7]
},
"samurai": {
"id": "samurai",
"name": "Samurai",
"level": 10,
"stats": [10, 13, 10, 12, 12, 9, 14, 9]
{
"id": "warrior",
"name": "Warrior",
"level": 8,
"stats": [11, 12, 11, 10, 16, 10, 8, 9]
},
"prophet": {
"id": "prophet",
"name": "Prophet",
"level": 7,
"stats": [10, 14, 8, 11, 10, 7, 16, 10]
},
"prisoner": {
"id": "prisoner",
"name": "Prisoner",
"level": 9,
"stats": [12, 11, 13, 12, 15, 9, 8, 8]
},
"hero": {
{
"id": "hero",
"name": "Hero",
"level": 7,
"stats": [14, 9, 12, 16, 9, 7, 8, 11]
},
"confessor": {
"id": "confessor",
"name": "Confessor",
"level": 9,
"stats": [11, 12, 11, 11, 14, 14, 6, 9]
},
"bandit": {
{
"id": "bandit",
"name": "Bandit",
"level": 5,
"stats": [10, 11, 10, 9, 13, 9, 8, 14]
},
"astrologer": {
{
"id": "astrologer",
"name": "Astrologer",
"level": 6,
"stats": [9, 15, 9, 8, 12, 16, 7, 9]
},
{
"id": "prophet",
"name": "Prophet",
"level": 7,
"stats": [10, 14, 8, 11, 10, 7, 16, 10]
},
{
"id": "samurai",
"name": "Samurai",
"level": 9,
"stats": [12, 11, 13, 12, 15, 9, 8, 8]
},
{
"id": "prisoner",
"name": "Prisoner",
"level": 9,
"stats": [11, 12, 11, 11, 14, 14, 6, 9]
},
{
"id": "confessor",
"name": "Confessor",
"level": 10,
"stats": [10, 13, 10, 12, 12, 9, 14, 9]
},
{
"id": "wretch",
"name": "Wretch",
"level": 1,
"stats": [10, 10, 10, 10, 10, 10, 10, 10]
}
}
]