|
10 | 10 | "consumable": false, |
11 | 11 | "string_properties": { |
12 | 12 | "equipment_slot": "right_hand", |
13 | | - "rarity": "legendary" |
| 13 | + "rarity": "common" |
14 | 14 | }, |
15 | 15 | "numeric_properties": { |
16 | 16 | "rank": 1 |
|
25 | 25 | "stackable": true, |
26 | 26 | "consumable": true, |
27 | 27 | "string_properties": { |
28 | | - "rarity": "uncommon" |
| 28 | + "rarity": "common" |
29 | 29 | }, |
30 | 30 | "keep_zero": true, |
31 | 31 | "consume_reward": { |
|
46 | 46 | "stackable": true, |
47 | 47 | "consumable": true, |
48 | 48 | "string_properties": { |
49 | | - "rarity": "epic" |
| 49 | + "rarity": "uncommon" |
50 | 50 | }, |
51 | 51 | "keep_zero": true, |
52 | 52 | "consume_reward": { |
|
62 | 62 | "small_crafting_bag": { |
63 | 63 | "name": "Small Crafting Bag", |
64 | 64 | "description": "A small bag of miscellaneous crafting materials.", |
65 | | - "category": "loot_bags", |
| 65 | + "category": "crafting_materials", |
66 | 66 | "max_count": 99, |
67 | 67 | "stackable": false, |
68 | 68 | "consumable": true, |
69 | 69 | "string_properties": { |
70 | | - "rarity": "common" |
| 70 | + "rarity": "uncommon" |
71 | 71 | }, |
72 | 72 | "consume_reward": { |
73 | 73 | "max_rolls": 2, |
74 | 74 | "weighted": [ |
75 | 75 | { |
76 | 76 | "items": { |
77 | | - "leather_scraps": { |
| 77 | + "ruby_gem": { |
78 | 78 | "min": 1, |
79 | | - "max": 5 |
| 79 | + "max": 3 |
80 | 80 | } |
81 | 81 | }, |
82 | | - "weight": 50 |
| 82 | + "weight": 40 |
83 | 83 | }, |
| 84 | + { |
| 85 | + "currencies": { |
| 86 | + "coins": { |
| 87 | + "min": 50, |
| 88 | + "max": 200, |
| 89 | + "multiple": 10 |
| 90 | + } |
| 91 | + }, |
| 92 | + "weight": 60 |
| 93 | + } |
| 94 | + ] |
| 95 | + } |
| 96 | + }, |
| 97 | + "wooden_shield": { |
| 98 | + "name": "Wooden Shield", |
| 99 | + "description": "A basic shield made from reinforced wood.", |
| 100 | + "category": "armor", |
| 101 | + "item_sets": ["shield", "common_armor"], |
| 102 | + "max_count": 99, |
| 103 | + "stackable": false, |
| 104 | + "consumable": false, |
| 105 | + "string_properties": { |
| 106 | + "equipment_slot": "left_hand", |
| 107 | + "rarity": "common" |
| 108 | + }, |
| 109 | + "numeric_properties": { |
| 110 | + "defense": 15, |
| 111 | + "block_chance": 10 |
| 112 | + }, |
| 113 | + "disabled": false |
| 114 | + }, |
| 115 | + "mana_potion": { |
| 116 | + "name": "Mana Potion", |
| 117 | + "description": "A vial of blue liquid that restores magical energy.", |
| 118 | + "category": "potions", |
| 119 | + "item_sets": ["consumables"], |
| 120 | + "max_count": 99, |
| 121 | + "stackable": true, |
| 122 | + "consumable": true, |
| 123 | + "string_properties": { |
| 124 | + "rarity": "uncommon" |
| 125 | + }, |
| 126 | + "keep_zero": true, |
| 127 | + "consume_reward": { |
| 128 | + "guaranteed": { |
| 129 | + "energies": { |
| 130 | + "mana": { |
| 131 | + "min": 30, |
| 132 | + "max": 60 |
| 133 | + } |
| 134 | + } |
| 135 | + } |
| 136 | + } |
| 137 | + }, |
| 138 | + "iron_shield": { |
| 139 | + "name": "Iron Shield", |
| 140 | + "description": "A sturdy shield forged from iron. Provides solid protection.", |
| 141 | + "category": "armor", |
| 142 | + "item_sets": ["shield", "common_armor"], |
| 143 | + "max_count": 99, |
| 144 | + "stackable": false, |
| 145 | + "consumable": false, |
| 146 | + "string_properties": { |
| 147 | + "rarity": "rare" |
| 148 | + }, |
| 149 | + "numeric_properties": { |
| 150 | + "defense": 25, |
| 151 | + "rank": 1 |
| 152 | + }, |
| 153 | + "disabled": false |
| 154 | + }, |
| 155 | + "magic_gem": { |
| 156 | + "name": "Magic Gem", |
| 157 | + "description": "A precious gemstone that radiates magical energy.", |
| 158 | + "category": "crafting_materials", |
| 159 | + "item_sets": ["materials", "gems"], |
| 160 | + "max_count": 5, |
| 161 | + "stackable": true, |
| 162 | + "consumable": true, |
| 163 | + "string_properties": { |
| 164 | + "rarity": "epic" |
| 165 | + } |
| 166 | + }, |
| 167 | + "golden_key": { |
| 168 | + "name": "Golden Key", |
| 169 | + "description": "An ornate golden key that opens special treasure chests.", |
| 170 | + "category": "keys", |
| 171 | + "item_sets": ["special_items"], |
| 172 | + "max_count": 9, |
| 173 | + "stackable": false, |
| 174 | + "consumable": true, |
| 175 | + "string_properties": { |
| 176 | + "rarity": "rare", |
| 177 | + }, |
| 178 | + "keep_zero": true, |
| 179 | + "consume_reward": { |
| 180 | + "guaranteed": { |
| 181 | + "currencies": { |
| 182 | + "coins": { |
| 183 | + "min": 500, |
| 184 | + "max": 1000, |
| 185 | + "multiple": 100 |
| 186 | + } |
| 187 | + } |
| 188 | + }, |
| 189 | + "max_rolls": 1, |
| 190 | + "weighted": [ |
84 | 191 | { |
85 | 192 | "items": { |
86 | | - "bronze_nails": { |
87 | | - "min": 5, |
88 | | - "max": 100, |
| 193 | + "ruby_gem": { |
| 194 | + "min": 1, |
| 195 | + "max": 3 |
| 196 | + } |
| 197 | + }, |
| 198 | + "weight": 50 |
| 199 | + }, |
| 200 | + { |
| 201 | + "currencies": { |
| 202 | + "gems": { |
| 203 | + "min": 10, |
| 204 | + "max": 25, |
89 | 205 | "multiple": 5 |
90 | 206 | } |
91 | 207 | }, |
92 | 208 | "weight": 50 |
93 | 209 | } |
94 | 210 | ] |
95 | 211 | } |
96 | | - } |
| 212 | + }, |
| 213 | + "lucky_charm": { |
| 214 | + "name": "Lucky Charm", |
| 215 | + "description": "A four-leaf clover that brings good fortune when used.", |
| 216 | + "category": "artifacts", |
| 217 | + "item_sets": ["consumables", "buffs"], |
| 218 | + "max_count": 5, |
| 219 | + "stackable": true, |
| 220 | + "consumable": true, |
| 221 | + "string_properties": { |
| 222 | + "rarity": "epic" |
| 223 | + }, |
| 224 | + "keep_zero": false, |
| 225 | + "consume_reward": { |
| 226 | + "guaranteed": { |
| 227 | + "currencies": { |
| 228 | + "coins": { |
| 229 | + "min": 50, |
| 230 | + "max": 150 |
| 231 | + } |
| 232 | + } |
| 233 | + } |
| 234 | + } |
| 235 | + }, |
| 236 | + "evil_eye": { |
| 237 | + "name": "Eye of Sauron", |
| 238 | + "description": "It is said to have the power to control the minds of others.", |
| 239 | + "category": "artifacts", |
| 240 | + "item_sets": ["special_items"], |
| 241 | + "max_count": 1, |
| 242 | + "stackable": false, |
| 243 | + "consumable": false, |
| 244 | + "string_properties": { |
| 245 | + "rarity": "legendary" |
| 246 | + }, |
| 247 | + "keep_zero": false |
| 248 | + } |
97 | 249 | }, |
98 | 250 | "limits": { |
99 | 251 | "categories": { |
|
0 commit comments