Available fields: expected_profit, capital_needed, roi, top_profit, profitable_craft_limit, items_to_craft, profit_per_item, max_inventory_crafts, unique_materials, crafting_easiness
Use comparison operators: <, >, <=, >=, ==, !=
Opens in new tab. Return here after completion.
Want permanent 20s updates? Support the project to get a donor code!
Filter items using conditions or custom equations
Operators: ==, !=, <, >, <=, >=, &&, ||, ! Fields: expected_profit, capital_needed, roi, top_profit, profitable_craft_limit, profit_per_item, max_inventory_crafts, unique_materials, crafting_easiness, estimated_hourly_instabuys Examples: • roi > 5 && capital_needed < 100000 • (expected_profit / capital_needed) > 0.1 • crafting_easiness >= 80 || unique_materials <= 3
roi > 5 && capital_needed < 100000
(expected_profit / capital_needed) > 0.1
crafting_easiness >= 80 || unique_materials <= 3