Skip to content

Commit

Permalink
Brew-610 (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eulum authored Oct 1, 2023
1 parent 970f0a0 commit ae08181
Showing 1 changed file with 205 additions and 0 deletions.
205 changes: 205 additions & 0 deletions variantrule/blainesilver; MorePredictibleWishSpells.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit ae08181

Please sign in to comment.