defaultplayer.json
851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": null,
"password": null,
"room": null,
"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}]
}
}]
},
"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"}
}
}