add data for profile info
This commit is contained in:
parent
adfc07fa6e
commit
c91b8956f6
4 changed files with 75 additions and 3 deletions
|
@ -83,7 +83,8 @@
|
|||
"race": "",
|
||||
"class": "",
|
||||
"heroClass": "",
|
||||
"racialAbilities": ""
|
||||
"racialAbilities": "",
|
||||
"culture": ""
|
||||
},
|
||||
"progression": {
|
||||
"level": 0,
|
||||
|
@ -96,6 +97,21 @@
|
|||
"total": 0,
|
||||
"used": 0
|
||||
}
|
||||
},
|
||||
"language": {
|
||||
"languages": "",
|
||||
"alphabets": ""
|
||||
},
|
||||
"profile": {
|
||||
"gender": "",
|
||||
"birthday": "",
|
||||
"birthplace": "",
|
||||
"age": 0,
|
||||
"height": 0,
|
||||
"hairColor": "",
|
||||
"weight": 0,
|
||||
"eyeColor": "",
|
||||
"specialCharacteristics": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue