add currency and basic display

This commit is contained in:
Siegfried Krug 2021-01-10 19:32:10 +01:00
parent 5d58803256
commit 45e7400e82
7 changed files with 49 additions and 0 deletions

View file

@ -107,6 +107,11 @@
"weight": 0,
"eyeColor": "",
"specialCharacteristics": ""
},
"currency": {
"gold": 0,
"silver": 0,
"copper": 0
}
}
},