forked from Siyalatas/PKs_Rebalancing
-
Notifications
You must be signed in to change notification settings - Fork 13
/
pk_map_furniture.json
38 lines (38 loc) · 984 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
38
[
{
"type": "furniture",
"id": "f_spike",
"name": "hooked spike",
"description": "Looks dangerous, you could attach it to a vehicle.",
"symbol": "J",
"color": "light_gray",
"move_cost_mod": 2,
"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",
"description": "Looks dangerous, you could attach it to a vehicle.",
"symbol": "/",
"color": "light_gray",
"move_cost_mod": 2,
"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 ] } ]
}
}
]