From 9daeb54ab40e43422f2dd2c8c3ce71446615c3e0 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Tue, 9 Jun 2015 00:17:19 -0400 Subject: [PATCH] Update kirby.json --- json/kirby.json | 63 ++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/json/kirby.json b/json/kirby.json index ca1c858..26af501 100644 --- a/json/kirby.json +++ b/json/kirby.json @@ -1,39 +1,38 @@ { - "personal" : { - "name" : "Mr. Evil", - "lvl" : 1, - "race" : "Halfling", - "xp" : 0, - "height" : 0, - "alignment" : "Neutral Evil", - "classes" : [ - "Fighter", - "Thief" + personal : { + name : Mr. Evil, + lvl : 1, + race : Halfling, + xp : 0, + height : 0, + alignment : Neutral Evil, + classes : [ + Fighter, + Thief ], - "weight" : 0, - "sex" : "M", - "hp" : 2, - "ac" : 0, - "age" : 35 + weight : 0, + sex : M, + hp : 2, + ac : 0, + age : 35 }, - "irc" : "kirby", - "equipment" : { - "armour" : [], - "weapons" : [], - "items" : [], - "missiles" : [] + equipment : { + armour : [], + weapons : [], + items : [], + missiles : [] }, - "stats" : { - "con" : 10, - "str" : 13, - "intl" : 7, - "cha" : 10, - "wis" : 13, - "dex" : 13 + stats : { + con : 10, + str : 13, + intl : 7, + cha : 10, + wis : 13, + dex : 13 }, - "wealth" : { - "coins" : 170, - "other" : [], - "gems" : [] + wealth : { + coins : 170, + other : [], + gems : [] } }