defaultplayer.json
1 KB
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
42
43
44
45
46
47
48
49
50
51
{
"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"}
}
}