FishingTrait trait = npc.getFishingTrait();
dB.report(scriptEntry, getName(), location.debug() + katch.debug() + percent.debug() + stop.debug());
if (stop.asBoolean()) {
trait.stopFishing();
return;
}
npc.getEquipmentTrait().set(0, new ItemStack(Material.FISHING_ROD));