Skip to content

Commit

Permalink
Merge pull request CleverRaven#67924 from Standing-Storm/fix-crystall…
Browse files Browse the repository at this point in the history
…ized-mana

[Magiclysm] Add RNG to crystallized mana spawns
  • Loading branch information
Rivet-the-Zombie authored Aug 30, 2023
2 parents 3783fae + 2aa2a9f commit c3cc221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/itemgroups/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
{ "group": "potions_rare", "prob": 5 },
{ "group": "alchemy_items", "prob": 30 },
{ "group": "magical_reagents", "prob": 20 },
[ "crystallized_mana", 55 ],
{ "item": "crystallized_mana", "prob": 55, "charges-min": 1, "charges-max": 10 },
{ "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 }
]
},
Expand Down Expand Up @@ -875,7 +875,7 @@
{ "group": "magic_CBM", "prob": 2 },
{ "item": "lair_map", "prob": 20 },
{ "item": "retreat_map", "prob": 30 },
[ "crystallized_mana", 50 ],
{ "item": "crystallized_mana", "prob": 50, "charges-min": 1, "charges-max": 10 },
{ "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 },
{ "item": "magic_knife_bag", "prob": 25 }
]
Expand Down Expand Up @@ -1351,7 +1351,7 @@
"distribution": [ { "group": "enchanted_rings_common", "prob": 30 }, { "group": "enchanted_rings_uncommon", "prob": 10 } ],
"prob": 40
},
[ "crystallized_mana", 50 ],
{ "item": "crystallized_mana", "prob": 50, "charges-min": 1, "charges-max": 10 },
[ "copper_circlet", 10 ],
[ "cauldron_orichalcum", 1 ],
{ "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 }
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/mana_crystals.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"volume": "100 ml",
"ammo_type": "crystallized_mana",
"material": [ "crystallized_mana" ],
"count": 100,
"count": 10,
"looks_like": "battery"
},
{
Expand Down

0 comments on commit c3cc221

Please sign in to comment.