mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
49 lines
772 B
JSON
49 lines
772 B
JSON
{
|
|
"_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
|
|
}
|
|
]
|
|
}
|