forked from sbordeyne/rpg-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloot_tables.json
70 lines (70 loc) · 1.75 KB
/
loot_tables.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
{
"gems": {
"1-20": ["quartz", "turquoise"],
"21-45": ["onyx"],
"46-75": ["amber", "garnet"],
"76-94": ["pearl", "topaz"],
"95-99": ["opal", "ruby"],
"100-100": ["diamond"]
},
"jewels": {
"1-25": ["bracelet"],
"26-50": ["broach"],
"51-75": ["necklace"],
"76-100": ["scepter", "crown"]
},
"items": {
"swords": {
"1-40": "sword-p1",
"41-50": "sword-p1-p2-lycans",
"51-55": "sword-p1-p2-spellcasters",
"56-65": "sword-p1-p3-undead",
"66-75": "sword-p1-p3-dragons",
"76-80": "sword-p1-light",
"81-95": "sword-p1-heal",
"96-99": "sword-p2",
"100-100": "sword-p3"
},
"other-weapons": {
"1-20": "arrow-p1:10",
"21-30": "axe-p1",
"31-45": "dagger-p1",
"46-50": "dagger-p2",
"51-65": "mace-p1",
"66-80": "bolt-p1:10",
"81-85": "sling-p1",
"86-100": "war_hammer-p1"
},
"armors": {
"1-20": "leather_armor-p1",
"21-45": "chain_mail-p1",
"46-55": "plate_mail-p1",
"56-85": "shield-p1",
"86-95": "shield-p2",
"96-00": "chain_mail-p2"
},
"potions": {
"1-20": "potion_diminution",
"21-30": "potion_esp",
"31-40": "potion_gaz_form",
"41-55": "potion_growth",
"56-75": "potion_heal",
"76-80": "potion_invisibility",
"81-95": "potion_levitation",
"96-100": "potion_poison"
},
"scrolls": {
"1-20": "scroll_scroll-1s",
"21-35": "scroll_scroll-2s",
"36-40": "scroll_scroll-3s",
"41-50": "scroll_curse",
"51-65": "scroll_protection_lycans",
"66-80": "scroll_protection_undead",
"81-90": "scroll_heal",
"91-100": "scroll_resurrection"
},
"rings": {},
"wands": {},
"other": {}
}
}