From 66ad38f2ee6be3b3f7c512d8dd88159239658308 Mon Sep 17 00:00:00 2001 From: Alex Kerr Date: Wed, 25 Feb 2015 01:52:07 +0000 Subject: [PATCH] Added sample json --- json/kirby.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 json/kirby.json diff --git a/json/kirby.json b/json/kirby.json new file mode 100644 index 0000000..dbecaf3 --- /dev/null +++ b/json/kirby.json @@ -0,0 +1,39 @@ +{ + "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 + }, + "irc" : "kirby", + "equipment" : { + "armour" : [], + "weapons" : [], + "items" : [], + "missiles" : [] + }, + "stats" : { + "con" : 10, + "str" : 13, + "int" : 7, + "cha" : 10, + "wis" : 13, + "dex" : 13 + }, + "wealth" : { + "coins" : 170, + "other" : [], + "gems" : [] + } +}