Supported plugin - PyroFishPro

CONDITIONS

Check if fish is from PyroFishPro

// the rest of the quest ..
conditions:
    is_pyro_fish: true/false

Check for certain fishes from PyroFishPro

// the rest of the quest ..
conditions:
    is_pyro_fish:
      - "%tier%:%fishnumber%" #format
      - "Bronze:14"
      - "Diamond:52"

Check for certain tiers from PyroFishPro

// the rest of the quest ..
conditions:
    is_pyro_tier:
      - "bronze"

Last updated