forked from pisskop/PKs_Rebalancing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pk_map_furniture.json
37 lines (37 loc) · 1000 Bytes
/
pk_map_furniture.json
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
[
{
"type": "furniture",
"id": "f_spike",
"name": "hooked spike",
"symbol": "J",
"color": "ltgray",
"move_cost_mod": 1.5,
"required_str": -1,
"flags": ["SHARP", "NO_ITEM", "TRANSPARENT", "MOUNTABLE"],
"bash": {
"str_min": 18, "str_max": 60,
"sound": "smash!",
"sound_fail": "tyyyng.",
"items": [
{ "item": "spike", "count": [0, 2] }
]
}
},{
"type": "furniture",
"id": "f_blade",
"name": "mounted blade",
"symbol": "/",
"color": "ltgray",
"move_cost_mod": 1.5,
"required_str": -1,
"flags": ["SHARP", "TRANSPARENT", "MOUNTABLE", "ROUGH"],
"bash": {
"str_min": 12, "str_max": 30,
"sound": "smash!",
"sound_fail": "tyyyng.",
"items": [
{ "item": "blade", "count": [1, 2] }
]
}
}
]