Updated query parameters for spells
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -49,7 +49,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "self"
|
||||
@@ -88,7 +88,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "touch"
|
||||
@@ -134,7 +134,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -177,7 +177,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -232,7 +232,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -276,7 +276,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -315,7 +315,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -359,7 +359,7 @@
|
||||
"ritual": false,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"type": "action"
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "point",
|
||||
@@ -391,5 +391,41 @@
|
||||
"The spell creates more than one beam when you reach higher levels: two beams at 5th level, three beams at 11th level, and four beams at 17th level. You can direct the beams at the same target or at different ones. Make a separate attack roll for each beam."
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Encode Thoughts",
|
||||
"school": "enchantment",
|
||||
"level": 0,
|
||||
"ritual": true,
|
||||
"casting_time": {
|
||||
"amount": 1,
|
||||
"unit": "action"
|
||||
},
|
||||
"range": {
|
||||
"type": "self"
|
||||
},
|
||||
"components": {
|
||||
"verbal": false,
|
||||
"somatic": true,
|
||||
"material": false
|
||||
},
|
||||
"durations": [
|
||||
{
|
||||
"type": "timed",
|
||||
"amount": 8,
|
||||
"unit": "hours"
|
||||
}
|
||||
],
|
||||
"classes": ["wizard"],
|
||||
"sources": [
|
||||
{ "source": "GGR", "page": 47 }
|
||||
],
|
||||
"description": {
|
||||
"entries": [
|
||||
"Putting a finger to your head, you pull a memory, an idea, or a message from your mind and transform it into a tangible string of glowing energy called a thought strand, which persists for the duration or until you cast this spell again. The thought strand appears in an unoccupied space within 5 feet of you as a Tiny, weightless, semisolid object that can be held and carried like a ribbon. It is otherwise stationary.",
|
||||
"If you cast this spell while concentrating on a spell or an ability that allows you to read or manipulate the thoughts of others (such as {@spell detect thoughts} or {@spell modify memory}), you can transform the thoughts or memories you read, rather than your own, into a thought strand.",
|
||||
"Casting this spell while holding a thought strand allows you to instantly receive whatever memory, idea, or message the thought strand contains. (Casting {@spell detect thoughts} on the strand has the same effect.)"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user