irc-osric/json/kirby.json

39 lines
573 B
JSON
Raw Normal View History

2015-02-24 20:52:07 -05:00
{
2015-06-09 00:17:19 -04:00
personal : {
name : Mr. Evil,
lvl : 1,
race : Halfling,
xp : 0,
height : 0,
alignment : Neutral Evil,
classes : [
Fighter,
Thief
2015-02-24 20:52:07 -05:00
],
2015-06-09 00:17:19 -04:00
weight : 0,
sex : M,
hp : 2,
ac : 0,
age : 35
2015-02-24 20:52:07 -05:00
},
2015-06-09 00:17:19 -04:00
equipment : {
armour : [],
weapons : [],
items : [],
missiles : []
2015-02-24 20:52:07 -05:00
},
2015-06-09 00:17:19 -04:00
stats : {
con : 10,
str : 13,
intl : 7,
cha : 10,
wis : 13,
dex : 13
2015-02-24 20:52:07 -05:00
},
2015-06-09 00:17:19 -04:00
wealth : {
coins : 170,
other : [],
gems : []
2015-02-24 20:52:07 -05:00
}
}