This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

View File

@@ -0,0 +1,48 @@
{
"_meta": {
"dependencies": {
"monster": [
"MM"
]
},
"otherSources": {
"monster": {
"MM": "GotSF",
"BGG": "GotSF"
}
}
},
"monster": [
{
"name": "Acidic Mist Apparition",
"source": "GotSF",
"page": 6,
"_copy": {
"name": "Air Elemental",
"source": "MM",
"_mod": {
"*": {
"mode": "replaceTxt",
"replace": "elemental",
"with": "apparition"
},
"action": {
"mode": "replaceArr",
"replace": "Slam",
"items": {
"name": "Slam",
"entries": [
"{@atk mw} {@hit 8} to hit, reach 5 ft., one target. {@h}14 ({@damage 2d8 + 5}) acid damage."
]
}
}
}
},
"immune": [
"acid",
"poison"
],
"hasToken": true
}
]
}