defaultplayer.json 1 KB
{
    "name": null,
    "password": null,
    "room": null,
    "abilities": {
        "str": 10,
        "dex": 10,
        "con": 10,
        "int": 10,
        "wis": 10,
        "cha": 10
    },
    "equipment": {
        "finger": [null, null],
        "hand": [null, null],
        "arm": [null, null],
        "leg": [null, null],
        "foot": [null, null],
        "head": null,
        "neck": null,
        "back": null,
        "body": null,
        "waist": null
    },
    "inventory": {
        "bag": [{
            "expires": 0,
            "inventory": {
                "shirt": [{"expires": 0}]
            }
        }]
    },
    "skills" : { },
    "prompt": "hp %hp mp %mp> ",
    "aliases": {},
    "level": 1,
    "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"}        
    }
}