Skip to content

Commit 45ae769

Browse files
committed
add more items to configuration
1 parent 387638d commit 45ae769

File tree

1 file changed

+164
-12
lines changed

1 file changed

+164
-12
lines changed

Nakama+Hiro/definitions/dev1/base-inventory.json

Lines changed: 164 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"consumable": false,
1111
"string_properties": {
1212
"equipment_slot": "right_hand",
13-
"rarity": "legendary"
13+
"rarity": "common"
1414
},
1515
"numeric_properties": {
1616
"rank": 1
@@ -25,7 +25,7 @@
2525
"stackable": true,
2626
"consumable": true,
2727
"string_properties": {
28-
"rarity": "uncommon"
28+
"rarity": "common"
2929
},
3030
"keep_zero": true,
3131
"consume_reward": {
@@ -46,7 +46,7 @@
4646
"stackable": true,
4747
"consumable": true,
4848
"string_properties": {
49-
"rarity": "epic"
49+
"rarity": "uncommon"
5050
},
5151
"keep_zero": true,
5252
"consume_reward": {
@@ -62,38 +62,190 @@
6262
"small_crafting_bag": {
6363
"name": "Small Crafting Bag",
6464
"description": "A small bag of miscellaneous crafting materials.",
65-
"category": "loot_bags",
65+
"category": "crafting_materials",
6666
"max_count": 99,
6767
"stackable": false,
6868
"consumable": true,
6969
"string_properties": {
70-
"rarity": "common"
70+
"rarity": "uncommon"
7171
},
7272
"consume_reward": {
7373
"max_rolls": 2,
7474
"weighted": [
7575
{
7676
"items": {
77-
"leather_scraps": {
77+
"ruby_gem": {
7878
"min": 1,
79-
"max": 5
79+
"max": 3
8080
}
8181
},
82-
"weight": 50
82+
"weight": 40
8383
},
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": [
84191
{
85192
"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,
89205
"multiple": 5
90206
}
91207
},
92208
"weight": 50
93209
}
94210
]
95211
}
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+
}
97249
},
98250
"limits": {
99251
"categories": {

0 commit comments

Comments
 (0)