Tide
Adds integration for the player's fish catch records.
Condition
epiphany_extra:tide_fish_caught
Checks whether the player has caught a specified fish enough times.
json
{
"type": "epiphany_extra:tide_fish_caught",
"fish": "tide:carp",
"comparison": ">=",
"count": 1
}Note
The condition uses FishStats.amountCaught, not merely the existence of a journal entry. comparison defaults to >=, and count defaults to 1. /journal unlock does not increase the catch count.