defaultplayer.json 510 Bytes
{
    "name": null,
    "password": null,
    "room": null,
    "inventory": {
        "bag": [{
            "expires": 0,
            "inventory": {}
        }]
    },
    "prompt": "hp %hp mp %mp> ",
    "aliases": {},
    "hp": 100,
    "mp": 10,
    "maxhp": 100,
    "maxmp": 10,
    "maxsta": 10,
    "sta": 10,
    "aa": "1d2",
    "mpr": 0.25,
    "star": 0.4,
    "weapon": null,
    "sp": {},
    "at": {
        "kick": {"cost":5, "dmg": "2d4", "desc": "You unleash a powerful kick"}        
    }
}