Update kirby.json
This commit is contained in:
parent
234bfc367d
commit
9daeb54ab4
@ -1,39 +1,38 @@
|
|||||||
{
|
{
|
||||||
"personal" : {
|
personal : {
|
||||||
"name" : "Mr. Evil",
|
name : Mr. Evil,
|
||||||
"lvl" : 1,
|
lvl : 1,
|
||||||
"race" : "Halfling",
|
race : Halfling,
|
||||||
"xp" : 0,
|
xp : 0,
|
||||||
"height" : 0,
|
height : 0,
|
||||||
"alignment" : "Neutral Evil",
|
alignment : Neutral Evil,
|
||||||
"classes" : [
|
classes : [
|
||||||
"Fighter",
|
Fighter,
|
||||||
"Thief"
|
Thief
|
||||||
],
|
],
|
||||||
"weight" : 0,
|
weight : 0,
|
||||||
"sex" : "M",
|
sex : M,
|
||||||
"hp" : 2,
|
hp : 2,
|
||||||
"ac" : 0,
|
ac : 0,
|
||||||
"age" : 35
|
age : 35
|
||||||
},
|
},
|
||||||
"irc" : "kirby",
|
equipment : {
|
||||||
"equipment" : {
|
armour : [],
|
||||||
"armour" : [],
|
weapons : [],
|
||||||
"weapons" : [],
|
items : [],
|
||||||
"items" : [],
|
missiles : []
|
||||||
"missiles" : []
|
|
||||||
},
|
},
|
||||||
"stats" : {
|
stats : {
|
||||||
"con" : 10,
|
con : 10,
|
||||||
"str" : 13,
|
str : 13,
|
||||||
"intl" : 7,
|
intl : 7,
|
||||||
"cha" : 10,
|
cha : 10,
|
||||||
"wis" : 13,
|
wis : 13,
|
||||||
"dex" : 13
|
dex : 13
|
||||||
},
|
},
|
||||||
"wealth" : {
|
wealth : {
|
||||||
"coins" : 170,
|
coins : 170,
|
||||||
"other" : [],
|
other : [],
|
||||||
"gems" : []
|
gems : []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user