-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoa_shared_item_groups.json
77 lines (77 loc) · 2 KB
/
oa_shared_item_groups.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[
{
"type": "item_group",
"id": "oa_discarded_news",
"items": [
["many_years_old_newspaper", 20],
["years_old_newspaper", 20],
["one_year_old_newspaper", 20],
["months_old_newspaper", 20],
["weeks_old_newspaper", 20],
["newest_newspaper", 20],
["news_regional", 20],
["mag_news", 20]
]
},
{
"type": "item_group",
"id": "oa_custom_trash",
"items": [
{"item": "lighter", "prob": 50, "charges-min": 0, "charges-max": 10},
{"item": "matches", "prob": 50, "charges-min": 0, "charges-max": 20},
{"item": "cig", "prob": 20, "charges-min": 1, "charges-max": 5},
["plastic_shopping_bag", 50],
["wrapper", 50],
["meth", 2],
["heroin", 1],
["string_6", 10],
["chain", 20],
["glass_shard", 30],
["ceramic_shard", 35],
["stick", 30],
["joint_roach", 20],
["pipe", 10],
["bag_plastic", 30],
["bottle_plastic", 30],
["bottle_plastic_small", 35],
["bag_canvas", 15],
["bag_canvas_small", 25],
["bottle_glass", 30],
["can_drink_unsealed", 30],
["can_food_unsealed", 30],
["box_small", 30],
["bubblewrap", 20],
["cig_butt", 70],
["syringe", 10],
["rag", 20],
["hairpin", 5],
["leather", 5],
["file", 15],
["jug_plastic", 10],
["spray_can", 20],
["jar_glass", 20],
["jar_3l_glass", 5],
["flyer", 40],
["talking_doll", 10],
["marble", 20],
["creepy_doll", 5],
["straw_doll", 5],
["razor_blade", 10],
["survnote", 5],
["eclipse_glasses", 5],
["many_years_old_newspaper", 15],
["years_old_newspaper", 15],
["one_year_old_newspaper", 15],
["months_old_newspaper", 15],
["weeks_old_newspaper", 15],
["newest_newspaper", 15],
["news_regional", 15],
["paper", 20],
["rag_bloody", 35],
["mask_dust", 10],
["gum", 6],
["caff_gum", 6],
["nic_gum", 4]
]
}
]