Monster reactions duplicated into bonus actions
Closed this issue · 0 comments
Sturlen commented
Example found in the a5e Malcubus:
"bonus_actions": [
{
"name": "Shapeshift",
"desc": "The malcubus magically changes its form to a Medium or Small humanoid or into its true form. It can fly only in its true form. While shapeshifted, its statistics are unchanged except for its size and speed. Its equipment is not transformed. It reverts to its true form if it dies."
}
],
"reactions": [
{
"name": "Living Shield",
"desc": "When a creature the malcubus can see hits it with an attack, the malcubus can give an order to a creature charmed by it within 5 feet. The charmed creature uses its reaction, if available, to swap places with the malcubus. The attack hits the charmed creature instead of the malcubus."
},
{
"name": "Shapeshift",
"desc": "The malcubus magically changes its form to a Medium or Small humanoid or into its true form. It can fly only in its true form. While shapeshifted, its statistics are unchanged except for its size and speed. Its equipment is not transformed. It reverts to its true form if it dies."
}
]
Also in the a5e Lich
The duplication appears to be in the source data of the monsters.json file where the Malcubus is.
Since these are identical duplicates of bonus actions, it should be possible to create a script that simply removes these.
The source seems to be commit a58a55b , when the monsters were first added.
Reported by Ankh on the Discord.