From ae08181abae889b6c1038ae4cb4c35f840c27b31 Mon Sep 17 00:00:00 2001 From: Eulum Date: Sun, 1 Oct 2023 21:17:26 +0100 Subject: [PATCH] Brew-610 (#1848) --- ...ainesilver; MorePredictibleWishSpells.json | 205 ++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 variantrule/blainesilver; MorePredictibleWishSpells.json diff --git a/variantrule/blainesilver; MorePredictibleWishSpells.json b/variantrule/blainesilver; MorePredictibleWishSpells.json new file mode 100644 index 0000000000..bba914dda4 --- /dev/null +++ b/variantrule/blainesilver; MorePredictibleWishSpells.json @@ -0,0 +1,205 @@ +{ + "_meta": { + "sources": [ + { + "json": "MorePredictibleWishSpells", + "abbreviation": "MPWS", + "full": "(More Predictible) Wish Spells", + "authors": [ + "blainesilver" + ], + "convertedBy": [ + "Eulum" + ], + "version": "1.0", + "url": "https://homebrewery.naturalcrit.com/share/NgMmYIbsP" + } + ], + "dateAdded": 1695767385, + "dateLastModified": 1695767385 + }, + "variantrule": [ + { + "name": "(More Predictable) Wish Spells", + "ruleType": "V", + "entries": [ + "Wish spells granted to creatures by Celestials, Fiends, and Elementals have their own unique randomization for these effects.", + "A wish from a djinni, for instance, is much more likely to twist your words to benefit themselves. Celestials are keen on giving you what you asked for with no strings attached, and devils work to cause suffering and death to those who use their wishes.", + "Regardless of what you wish for, wish is a volatile spell that shouldn't be taken lightly. Your best bet for success is to word your wish carefully and hope for the best.", + { + "type": "table", + "colLabels": [ + "{@dice d100}", + "Typical Wish Spell" + ], + "colStyles": [ + "col-2 text-center", + "col-11" + ], + "rows": [ + [ + { + "type": "cell", + "roll": { + "min": 1, + "max": 50 + } + }, + "The spell understands your true intentions and is granted without a hitch." + ], + [ + { + "type": "cell", + "roll": { + "min": 51, + "max": 75 + } + }, + "The spell twists your words into other meanings, making the outcome unpredictable." + ], + [ + { + "type": "cell", + "roll": { + "min": 76, + "max": 100 + } + }, + "The spell works against the caster in an attempt to cause harm or misfortune." + ] + ] + }, + { + "type": "table", + "colLabels": [ + "{@dice d100}", + "Djinni" + ], + "colStyles": [ + "col-2 text-center", + "col-11" + ], + "rows": [ + [ + { + "type": "cell", + "roll": { + "min": 1, + "max": 13 + } + }, + "The spell understands your true intentions and is granted without a hitch." + ], + [ + { + "type": "cell", + "roll": { + "min": 14, + "max": 89 + } + }, + "The spell twists your words into other meanings, making the outcome unpredictable." + ], + [ + { + "type": "cell", + "roll": { + "min": 90, + "max": 100 + } + }, + "The spell works against the caster in an attempt to cause harm or misfortune." + ] + ] + }, + { + "type": "table", + "colLabels": [ + "{@dice d100}", + "Celestial" + ], + "colStyles": [ + "col-2 text-center", + "col-11" + ], + "rows": [ + [ + { + "type": "cell", + "roll": { + "min": 1, + "max": 75 + } + }, + "The spell understands your true intentions and is granted without a hitch." + ], + [ + { + "type": "cell", + "roll": { + "min": 76, + "max": 89 + } + }, + "The spell twists your words into other meanings, making the outcome unpredictable." + ], + [ + { + "type": "cell", + "roll": { + "min": 90, + "max": 100 + } + }, + "The spell works against the caster in an attempt to cause harm or misfortune." + ] + ] + }, + { + "type": "table", + "colLabels": [ + "{@dice d100}", + "Fiend" + ], + "colStyles": [ + "col-2 text-center", + "col-11" + ], + "rows": [ + [ + { + "type": "cell", + "roll": { + "min": 1, + "max": 13 + } + }, + "The spell understands your true intentions and is granted without a hitch." + ], + [ + { + "type": "cell", + "roll": { + "min": 14, + "max": 24 + } + }, + "The spell twists your words into other meanings, making the outcome unpredictable." + ], + [ + { + "type": "cell", + "roll": { + "min": 25, + "max": 100 + } + }, + "The spell works against the caster in an attempt to cause harm or misfortune." + ] + ] + } + ], + "source": "MorePredictibleWishSpells" + } + ] +} \ No newline at end of file