From f48f8d57e2637c826b2f741b0f3a2cec781a96ee Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 27 Aug 2023 16:29:08 -0500 Subject: [PATCH 1/4] crystallized_mana --- data/mods/Magiclysm/itemgroups/itemgroups.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Magiclysm/itemgroups/itemgroups.json b/data/mods/Magiclysm/itemgroups/itemgroups.json index b942b20960c5e..4994071376340 100644 --- a/data/mods/Magiclysm/itemgroups/itemgroups.json +++ b/data/mods/Magiclysm/itemgroups/itemgroups.json @@ -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": 5, "charges-max": 150 }, { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 } ] }, @@ -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": 5, "charges-max": 150 }, { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 }, { "item": "magic_knife_bag", "prob": 25 } ] @@ -1348,7 +1348,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": 5, "charges-max": 150 }, [ "copper_circlet", 10 ], [ "cauldron_orichalcum", 1 ], { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 } From 3fdc686e821287e080176996c3f1a842fe789b14 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 27 Aug 2023 16:32:53 -0500 Subject: [PATCH 2/4] Fixes --- data/mods/Magiclysm/itemgroups/itemgroups.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Magiclysm/itemgroups/itemgroups.json b/data/mods/Magiclysm/itemgroups/itemgroups.json index 4994071376340..efee78e47c8ce 100644 --- a/data/mods/Magiclysm/itemgroups/itemgroups.json +++ b/data/mods/Magiclysm/itemgroups/itemgroups.json @@ -328,7 +328,7 @@ { "group": "potions_rare", "prob": 5 }, { "group": "alchemy_items", "prob": 30 }, { "group": "magical_reagents", "prob": 20 }, - { "item": "crystallized_mana", "prob": 55, "charges-min": 5, "charges-max": 150 }, + { "item": "crystallized_mana", "prob": 55, "charges-min": 5, "charges-max": 100 }, { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 } ] }, @@ -875,7 +875,7 @@ { "group": "magic_CBM", "prob": 2 }, { "item": "lair_map", "prob": 20 }, { "item": "retreat_map", "prob": 30 }, - { "item": "crystallized_mana", "prob": 50, "charges-min": 5, "charges-max": 150 }, + { "item": "crystallized_mana", "prob": 50, "charges-min": 5, "charges-max": 100 }, { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 }, { "item": "magic_knife_bag", "prob": 25 } ] @@ -1348,7 +1348,7 @@ "distribution": [ { "group": "enchanted_rings_common", "prob": 30 }, { "group": "enchanted_rings_uncommon", "prob": 10 } ], "prob": 40 }, - { "item": "crystallized_mana", "prob": 50, "charges-min": 5, "charges-max": 150 }, + { "item": "crystallized_mana", "prob": 50, "charges-min": 5, "charges-max": 100 }, [ "copper_circlet", 10 ], [ "cauldron_orichalcum", 1 ], { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 } From 2164a721c55b0b58288ff74e67ef14693407d1e8 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 27 Aug 2023 19:41:46 -0500 Subject: [PATCH 3/4] Reduce spawn amount to 1-10 --- data/mods/Magiclysm/itemgroups/itemgroups.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Magiclysm/itemgroups/itemgroups.json b/data/mods/Magiclysm/itemgroups/itemgroups.json index efee78e47c8ce..40ce0586ded7a 100644 --- a/data/mods/Magiclysm/itemgroups/itemgroups.json +++ b/data/mods/Magiclysm/itemgroups/itemgroups.json @@ -328,7 +328,7 @@ { "group": "potions_rare", "prob": 5 }, { "group": "alchemy_items", "prob": 30 }, { "group": "magical_reagents", "prob": 20 }, - { "item": "crystallized_mana", "prob": 55, "charges-min": 5, "charges-max": 100 }, + { "item": "crystallized_mana", "prob": 55, "charges-min": 1, "charges-max": 10 }, { "item": "small_mana_crystal", "prob": 40, "charges-min": 5, "charges-max": 50 } ] }, @@ -875,7 +875,7 @@ { "group": "magic_CBM", "prob": 2 }, { "item": "lair_map", "prob": 20 }, { "item": "retreat_map", "prob": 30 }, - { "item": "crystallized_mana", "prob": 50, "charges-min": 5, "charges-max": 100 }, + { "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 } ] @@ -1348,7 +1348,7 @@ "distribution": [ { "group": "enchanted_rings_common", "prob": 30 }, { "group": "enchanted_rings_uncommon", "prob": 10 } ], "prob": 40 }, - { "item": "crystallized_mana", "prob": 50, "charges-min": 5, "charges-max": 100 }, + { "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 } From 2aa2a9fcabfd1edfa2a3d89e9842fb733061302e Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sun, 27 Aug 2023 19:44:48 -0500 Subject: [PATCH 4/4] reduce crystallized mana count to 10 --- data/mods/Magiclysm/items/mana_crystals.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/items/mana_crystals.json b/data/mods/Magiclysm/items/mana_crystals.json index a8355d7b6b9da..b136ffd2ae947 100644 --- a/data/mods/Magiclysm/items/mana_crystals.json +++ b/data/mods/Magiclysm/items/mana_crystals.json @@ -19,7 +19,7 @@ "volume": "100 ml", "ammo_type": "crystallized_mana", "material": [ "crystallized_mana" ], - "count": 100, + "count": 10, "looks_like": "battery" }, {