Skip to content

Commit

Permalink
add charges to small mana crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist authored and kevingranade committed Jun 25, 2019
1 parent 3eec9d8 commit a26ac8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
"type": "item_group",
"items": [
[ "mana_potion_lesser", 15 ],
[ "crystallized_mana", 15 ],
[ "small_mana_crystal", 15 ],
[ "crystallized_mana", 25 ],
{ "item": "small_mana_crystal", "prob": 20, "charges-min": 5, "charges-max": 50 },
[ "owlbear_stone", 5 ],
{ "item": "stone_shell", "prob": 10, "count-min": 1, "count-max": 3 },
[ "egg_owlbear_rock", 2 ]
Expand Down

0 comments on commit a26ac8d

Please sign in to comment.