Added Pinchflat to the stack for downloading Youtube content
This commit is contained in:
@@ -1,134 +0,0 @@
|
||||
{
|
||||
"name": "Spell Attacks: Critical Fumbles",
|
||||
"results": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "1 | You are embarrassed, but nothing remarkable happens. | You miss your attack.",
|
||||
"range": [
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "2-5 | You get wrapped up in your casting and forget to watch your target. | Your target has advantage on their first attack roll against you next round.",
|
||||
"range": [
|
||||
2,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "6-9 | You get wrapped up in your casting and forget to watch around you. | All enemies have advantage on their first attack roll against you next round.",
|
||||
"range": [
|
||||
6,
|
||||
9
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "10-14 | You are so wrapped up in your casting that you forget you are fighting a battle. | All enemies have advantage on their attack rolls against you until the end of your next turn.",
|
||||
"range": [
|
||||
10,
|
||||
14
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "15-19 | Your spell creates a large plume of smoke obscuring your location. | The area in a 5 foot radius around your location becomes heavily obscured for 1 minute. A strong breeze can blow away the smoke in 1 round.",
|
||||
"range": [
|
||||
15,
|
||||
19
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "20-29 | You misfire and get knocked over. | You are knocked prone.",
|
||||
"range": [
|
||||
20,
|
||||
29
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "30-39 | The spell fires in an unexpected manner, causing your confidence in your abilities to falter. | You have disadvantage on any spell attacks, and enemies have advantage against your spell savings throws until the end of your next turn.",
|
||||
"range": [
|
||||
30,
|
||||
39
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "40-49 | The placement of your spell startles your allies near your target, causing them to drop their guard. | Your target is able to use their reaction to take an attack of opportunity on one of your allies in melee range.",
|
||||
"range": [
|
||||
40,
|
||||
49
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "50-59 | You scramble the contents of your component pouch or your focus becomes overloaded with energy. | You are unable to perform material components to cast spells until the end of your next turn.",
|
||||
"range": [
|
||||
50,
|
||||
59
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "60-69 | Your arm cramps as you cast. | You are unable to perform somatic components to cast spells until the end of your next turn.",
|
||||
"range": [
|
||||
60,
|
||||
69
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "70-79 | You bite your tongue as you cast. | You are unable to use verbal components to cast spells until the end of your next turn.",
|
||||
"range": [
|
||||
70,
|
||||
79
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "80-84 | Your spell misfires and dazes you, causing you to lose track of the fight. | End your turn and move to the bottom of the initiative order at the start of the next round.",
|
||||
"range": [
|
||||
80,
|
||||
84
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "85-89 | You misfire and panic. | End your current turn and you are surprised until the end of your next turn.",
|
||||
"range": [
|
||||
85,
|
||||
89
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "90-94 | Your spell backfires and causes you to fall and bump your head. | You fall prone. Roll a DC 10 Con save; on failure you take 1d6 bludgeoning damage and are knocked unconscious for 1 minute or until you receive damage from any source. On success take half damage and you remain conscious.",
|
||||
"range": [
|
||||
90,
|
||||
94
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "95-99 | Your spell backfires, creating an explosion and causing you to fall and bump your head. | You fall prone. Roll a DC 15 Con save; on failure you take 1d6 bludgeoning damage, 1d6 thunder damage, and are knocked unconscious for 1 minute or until you receive damage from any source. On success take half damage and you remain conscious.",
|
||||
"range": [
|
||||
95,
|
||||
99
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "100 | Your spell totally backfires, creating a large explosion and causing you to fall and bump your head. | You hit yourself with your spell. If the spell effect is instant you take the full effect and if the spell requires concentration the effect persists until the end of your next turn. You also take damage same as above (95-99).",
|
||||
"range": [
|
||||
100,
|
||||
100
|
||||
]
|
||||
}
|
||||
],
|
||||
"formula": "1d100"
|
||||
}
|
@@ -82,6 +82,18 @@ services:
|
||||
ipv4_address: 172.20.0.7
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
pinchflat:
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
environment:
|
||||
# Set the timezone to your local timezone
|
||||
- TZ=Pacific/Auckland
|
||||
ports:
|
||||
- '8945:8945'
|
||||
volumes:
|
||||
- /docker-local/pinchflat/config:/config
|
||||
- /data/downloads/:/downloads
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
|
Reference in New Issue
Block a user