add csv & json agate source
This commit is contained in:
parent
eea47d851d
commit
3609e60f19
4 changed files with 13806 additions and 65 deletions
13430
data/spells/csvjson.json
Normal file
13430
data/spells/csvjson.json
Normal file
File diff suppressed because one or more lines are too long
374
data/spells/dragons_spells_formatted (2).csv
Normal file
374
data/spells/dragons_spells_formatted (2).csv
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,2 +1,3 @@
|
||||||
{ "GRI-fr": "spells-grimoire-fr.json"
|
{ "GRI1-fr": "spells-grimoire-fr.json",
|
||||||
|
"GRI1-en":"spells-grimoire-en.json"
|
||||||
}
|
}
|
|
@ -1,64 +0,0 @@
|
||||||
{ "spell": [ {
|
|
||||||
"name": "Acid Splash",
|
|
||||||
"source": "PHB",
|
|
||||||
"page": 211,
|
|
||||||
"srd": true,
|
|
||||||
"basicRules": true,
|
|
||||||
"level": 0,
|
|
||||||
"school": "C",
|
|
||||||
"time": [
|
|
||||||
{
|
|
||||||
"number": 1,
|
|
||||||
"unit": "action"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"range": {
|
|
||||||
"type": "point",
|
|
||||||
"distance": {
|
|
||||||
"type": "feet",
|
|
||||||
"amount": 60
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"components": {
|
|
||||||
"v": true,
|
|
||||||
"s": true
|
|
||||||
},
|
|
||||||
"duration": [
|
|
||||||
{
|
|
||||||
"type": "instant"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"entries": [
|
|
||||||
"You hurl a bubble of acid. Choose one creature you can see within range, or choose two creatures you can see within range that are within 5 feet of each other. A target must succeed on a Dexterity saving throw or take {@damage 1d6} acid damage.",
|
|
||||||
"This spell's damage increases by {@dice 1d6} when you reach 5th level ({@damage 2d6}), 11th level ({@damage 3d6}), and 17th level ({@damage 4d6})."
|
|
||||||
],
|
|
||||||
"scalingLevelDice": {
|
|
||||||
"label": "acid damage",
|
|
||||||
"scaling": {
|
|
||||||
"1": "1d6",
|
|
||||||
"5": "2d6",
|
|
||||||
"11": "3d6",
|
|
||||||
"17": "4d6"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"damageInflict": [
|
|
||||||
"acid"
|
|
||||||
],
|
|
||||||
"savingThrow": [
|
|
||||||
"dexterity"
|
|
||||||
],
|
|
||||||
"miscTags": [
|
|
||||||
"SCL",
|
|
||||||
"SGT"
|
|
||||||
],
|
|
||||||
"areaTags": [
|
|
||||||
"ST",
|
|
||||||
"MT"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue