-
Notifications
You must be signed in to change notification settings - Fork 0
/
BetterLoot.json
82 lines (82 loc) · 4 KB
/
BetterLoot.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
78
79
80
81
82
{
"baseBlueprintRarity": 4.0,
"baseItemRarity": 2.0,
"blueprintBlacklist": [],
"blueprintProbability": 0.30,
"dropLimits": {
"explosives": 50,
"explosive.timed": 2,
"arrow_wooden": 16,
"ammo_handmade_shell": 32,
"ammo_shotgun": 32,
"ammo_pistol": 32,
"ammo_rifle": 32,
"gunpowder": 200,
"fat_animal": 200,
"cloth": 200,
"lowgradefuel": 200,
"bone_fragments": 200,
"antiradpills": 5,
"bandage": 5,
"largemedkit": 2,
"blood": 200,
"wood": 1000,
"stones": 1000,
"metal_ore": 1000,
"sulfur_ore": 1000,
"metal_fragments": 1000,
"sulfur": 1000,
"apple": 10,
"blueberries": 10,
"black raspberries": 10,
"wolfmeat_cooked": 5,
"chicken_cooked": 5,
"can_beans": 5,
"can_tuna": 5,
"granolabar": 5,
"chocholate": 5,
"smallwaterbottle": 5
},
"dropWeaponsWithAmmo": true,
"enforceBlacklist": false,
"itemBlacklist": [],
"maxItemsPerBarrel": 3,
"maxItemsPerCrate": 6,
"messages": {
"<color=\"#ffd479\">/blacklist</color> - Displays which items are blacklisted": "<color=\"#ffd479\">/blacklist</color> - Displays which items are blacklisted",
"<color=\"#ffd479\">/loot</color> - Displays the details on loot tables": "<color=\"#ffd479\">/loot</color> - Displays the details on loot tables",
"A barrel drops up to %N% items, a chest up to %M% items.": "A barrel drops up to %N% items, a chest up to %M% items.",
"Base item rarity is %N% and base blueprint rarity is %M%.": "Base item rarity is %N% and base blueprint rarity is %M%.",
"Blacklisted blueprints:": "Blacklisted blueprints:",
"Blacklisted items:": "Blacklisted items:",
"common": "common",
"Drop limit of '%NAME%' has been changed from %LIMIT% to %NEWLIMIT%": "Drop limit of '%NAME%' has been changed from %LIMIT% to %NEWLIMIT%",
"Drop limit of '%NAME%' is %LIMIT%": "Drop limit of '%NAME%' is %LIMIT%",
"No such item:": "No such item:",
"Not a valid blueprint:": "Not a valid blueprint:",
"Not a valid item:": "Not a valid item:",
"rare": "rare",
"The blueprint '%NAME' is not blacklisted": "The blueprint '%NAME' is not blacklisted",
"The blueprint '%NAME%' is now blacklisted": "The blueprint '%NAME%' is now blacklisted",
"The blueprint '%NAME%' is now no longer blacklisted": "The blueprint '%NAME%' is now no longer blacklisted",
"The blueprint '{0}' is already blacklisted": "The blueprint '{0}' is already blacklisted",
"The item '%NAME%' is already blacklisted": "The item '%NAME%' is already blacklisted",
"The item '%NAME%' is not blacklisted": "The item '%NAME%' is not blacklisted",
"The item '%NAME%' is now blacklisted": "The item '%NAME%' is now blacklisted",
"The item '%NAME%' is now no longer blacklisted": "The item '%NAME%' is now no longer blacklisted",
"There are no blacklisted blueprints": "There are no blacklisted blueprints",
"There are no blacklisted items": "There are no blacklisted items",
"There is a <color=#5bbcf4>%P%%</color> chance to get one of %N% %RARITY% blueprints.": "There is a <color=#5bbcf4>%P%%</color> chance to get one of %N% %RARITY% blueprints.",
"There is a <color=#aef45b>%N%%</color> chance that any drop is a blueprint.": "There is a <color=#aef45b>%N%%</color> chance that any drop is a blueprint.",
"There is a <color=#f4e75b>%P%%</color> chance to get one of %N% %RARITY% items.": "There is a <color=#f4e75b>%P%%</color> chance to get one of %N% %RARITY% items.",
"uncommon": "uncommon",
"Usage: /blacklist [additem|deleteitem|addbp|deletebp] \"ITEMNAME\"": "Usage: /blacklist [additem|deleteitem|addbp|deletebp] \"ITEMNAME\"",
"Usage: /droplimit \"ITEMNAME\" [LIMIT]": "Usage: /droplimit \"ITEMNAME\" [LIMIT]",
"very rare": "very rare",
"You are not authorized to modify drop limits": "You are not authorized to modify drop limits",
"You are not authorized to modify the blacklist": "You are not authorized to modify the blacklist"
},
"minItemsPerBarrel": 1,
"minItemsPerCrate": 3,
"refreshMinutes": 15
}