Tips
Syntax for using the the filtering is the following:
; is used to separate filter conditions
name:name, to limit by name of the food
from:ingredient, = to limit by ingredient
- as a prefix for the two previous queries to exclude
"" for exact match, example: from:"ant" filters only foods that contain ingredient that is named exactly "ant" (for example, not chanterelle)"
To filter by FEP, use:
str/str2/agi etc. (%) > < = number
Examples:
- str>50 = at least 50 str +1 fep
- str2>50 = at least 50 str +2 fep
- str>50% = at least 50% str +1 fep
- int2<50% = no more than 50% int +2 fep
- psy2=50% = exactly 50% psy +2 fep
- name:roasted - Name should contain the word roasted
- -name:roasted - Name should not contain the word roasted
- name:"blueberry" - Name should be exactly the word blueberry
- from:pork - At least one of the ingredients should contain the word "pork"
- from:"ant" - At least one of the ingredients should be exactly the word "ant"
- -from:troll - Exclude foods that have an ingredient that contains the word "troll"
- -from:"troll" - Exclude foods that have an ingredient that is exactly the word "troll"
- name:Autumn steak;per2>50%;-from:"deer" - Show only foods that have autumn steak in their name AND have more than 50% of the FEP consisting of perception +2 AND exclude matches that contain deer as an ingredient.
Need help? Join the discord!
https://discord.gg/XEAdJnD