tabletop-frog/src/ttfrog/five_e_tools/sources/spells/spells-sato.json
2024-10-13 00:15:41 -07:00

96 lines
2.3 KiB
JSON

{
"spell": [
{
"name": "Gate Seal",
"source": "SatO",
"page": 12,
"level": 4,
"school": "A",
"time": [
{
"number": 1,
"unit": "minute"
}
],
"range": {
"type": "point",
"distance": {
"type": "feet",
"amount": 60
}
},
"components": {
"v": true,
"s": true,
"m": {
"text": "a broken portal key, which the spell consumes",
"consume": true
}
},
"duration": [
{
"type": "timed",
"duration": {
"type": "hour",
"amount": 24
}
}
],
"entries": [
"You fortify the fabric of the planes in a 30-foot cube you can see within range. Within that area, portals close and can't be opened for the duration. Spells and other effects that allow planar travel or open portals, such as {@spell gate} or {@spell plane shift}, fail if used to enter or leave the area. The cube is stationary."
],
"entriesHigherLevel": [
{
"type": "entries",
"name": "At Higher Levels",
"entries": [
"When you cast this spell using a spell slot of 6th level or higher, the spell lasts until dispelled."
]
}
],
"miscTags": [
"SGT"
]
},
{
"name": "Warp Sense",
"source": "SatO",
"page": 12,
"level": 2,
"school": "D",
"time": [
{
"number": 1,
"unit": "action"
}
],
"range": {
"type": "point",
"distance": {
"type": "self"
}
},
"components": {
"v": true,
"s": true,
"m": "a razorvine leaf"
},
"duration": [
{
"type": "timed",
"duration": {
"type": "minute",
"amount": 1
},
"concentration": true
}
],
"entries": [
"For the duration, you sense the presence of portals, even inactive ones, within 30 feet of yourself.",
"If you detect a portal in this way, you can use your action to study it. Make a DC 15 ability check using your spellcasting ability. On a successful check, you learn the destination plane of the portal and what portal key it requires, then the spell ends. On a failed check, you learn nothing and can't study that portal again using this spell until you cast it again.",
"The spell can penetrate most barriers but is blocked by 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood or dirt."
]
}
]
}