Supported plugin - PyroFishPro
CONDITIONS
Check if fish is from PyroFishPro
// the rest of the quest ..
conditions:
is_pyro_fish: true/false
This condition only work with quest type "FISH_ITEM"
Check for certain fishes from PyroFishPro
// the rest of the quest ..
conditions:
is_pyro_fish:
- "%tier%:%fishnumber%" #format
- "Bronze:14"
- "Diamond:52"
This condition only work with quest type "FISH_ITEM"
Check for certain tiers from PyroFishPro
// the rest of the quest ..
conditions:
is_pyro_tier:
- "bronze"
This condition only work with quest type "FISH_ITEM"
Last updated