fateforge-tool/data/spells/spells-grimoire-en.json

118 lines
2.2 KiB
JSON
Raw Normal View History

2023-03-05 01:02:19 +00:00
{
"spell": [
{
2023-03-06 13:13:04 +00:00
"recid": 0,
2023-03-05 01:02:19 +00:00
"name": "Acid Arrow",
2023-03-09 23:54:45 +00:00
"source": "GRI01",
2023-03-05 01:02:19 +00:00
"page": 110,
"srd": true,
"level": 2,
"school": "E",
"time": [
{
"number": 1,
"unit": "action"
}
],
"range": {
"type": "point",
"distance": {
"type": "feet",
"amount": 90
}
},
"components": {
"v": true,
"s": true,
"m": "powdered rhubarb leaf and an adders stomach"
},
"duration": [
{
"type": "instant"
}
],
"desc": [
"A shimmering green arrow streaks toward a target within range and bursts in a spray of acid."
],
"damageInflict": ["acid"],
"miscTags": ["", ""],
"areaTags": ["", ""]
},
{
2023-03-06 13:13:04 +00:00
"recid": 1,
2023-03-05 01:02:19 +00:00
"name": "Acid Blob",
2023-03-09 23:54:45 +00:00
"source": "GRI01",
2023-03-05 01:02:19 +00:00
"page": 110,
"srd": false,
"level": 1,
"school": "E",
"time": [
{
"number": 1,
"unit": "action"
}
],
"range": {
"type": "point",
"distance": {
"type": "feet",
"amount": 90
}
},
"components": {
"v": true,
"s": true
},
"duration": [
{
"type": "instant"
}
],
"desc": [
"A yellowish bubble shoots from your pointed finger toward a creature of your choice within range"
],
"damageInflict": ["acid"],
"miscTags": ["", ""],
"areaTags": ["", ""]
},
{
"recid": 2,
"name": "Acid Splash",
2023-03-09 23:54:45 +00:00
"source": "GRI01",
"page": 126,
"srd": true,
"level": 1,
"school": "I",
"time": [
{
"number": 1,
"unit": "action"
}
],
"range": {
"type": "point",
"distance": {
"type": "feet",
"amount": 60
}
},
"components": {
"v": true,
"s": true
},
"duration": [
{
"type": "instant"
}
],
"desc": [
"You hurl a bubble of acid. "
],
"damageInflict": ["acid"],
2023-03-09 23:54:45 +00:00
"savingThrow": ["Dex"],
"miscTags": ["", ""],
"areaTags": ["", ""]
2023-03-05 01:02:19 +00:00
}
]
}