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

82 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-03-05 01:02:19 +00:00
{
"spell": [
{
"id": 0,
"name": "Acid Arrow",
"source": "GRI",
"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"],
"savingThrow": [""],
"miscTags": ["", ""],
"areaTags": ["", ""]
},
{
"id": 1,
"name": "Acid Blob",
"source": "GRI",
"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"],
"savingThrow": [""],
"miscTags": ["", ""],
"areaTags": ["", ""]
}
]
}