"Traps" book has wrong entries
brychrwolf opened this issue · 0 comments
In the file: src/main/resources/data/integrated_stronghold/loot_tables/chests/torture_chamber.json
There are three entries with identical text. Including the Drills section which fails to mention drills at all.
\"[
{\\\"text\\\":\\\"§lLava fans\n\\\"},
{\\\"text\\\":\\\"Placing fans behind lava or fire will blow the heat, burning the victim. \\\"},
{\\\"text\\\":\\\"You can hide these fans behind walls or ceilings and use panels to reveal the fans. \\\"}
]\",
\"[
{\\\"text\\\":\\\"This is a great trap for discouraging entrance to an area without totally obliterating the victim. \\\"},
{\\\"text\\\":\\\"Plus, it's very flashy and looks very cool.\\\"}
]\",
\"[
{\\\"text\\\":\\\"§lDrills\n\\\"},
{\\\"text\\\":\\\"§kPlacing fans behind lava or fire will blow the heat, burning the victim. \\\"},
{\\\"text\\\":\\\"§kYou can hide these fans behind walls or ceilings and use panels to reveal the fans. \\\"},
{\\\"text\\\":\\\"§kThis is a great trap for discouraging entrance to an area without totally obliterating the victim. \\\"},
{\\\"text\\\":\\\"§kPlus, it's very flashy and looks very cool.\\\"}
]\",
\"[
{\\\"text\\\":\\\"§kLava fans\n\\\"},
{\\\"text\\\":\\\"§kPlacing fans behind lava or fire will blow the heat, burning the victim. \\\"},
{\\\"text\\\":\\\"§kYou can hide these fans behind walls or ceilings and use panels to reveal the fans. \\\"},
{\\\"text\\\":\\\"§kThis is a great trap for discouraging entrance to an area without totally obliterating the victim. \\\"},
{\\\"text\\\":\\\"§kPlus, it's very flashy and looks very cool.\\\"}
]\"