Template:Infobox forageable
Appearance
This template defines the table "forageables". View table. Infobox for forageables (nuts, mushrooms, flowers, plants, bugs, butterflies). Parameter names map to the game's data fields so a future bulk sync stays mechanical. The base value drives the per quality store payouts, computed by Module:StepHarvest from the universal quality multipliers, the same rule used for crops.
Data is stored in the Cargo table forageables, so the category lists on Foraging are queries.
Usage
{{Infobox forageable
|name=Morel
|image=Morel
|type=Mushroom
|zone=Whispering Woods
|seasons=spring
|allyear=
|rare=
|requires=
|value=80
|description=A prized honeycomb-textured mushroom.
}}
typeis one of Nut, Mushroom, Flower, Plant, Bug, Butterfly.seasonsis a comma separated list. For year round items setallyear=1(and still list all four seasons inseasonsso queries work).rare=1marks a rare find (adds a star to the title).requiresis an optional unlock note, for example a foraging mastery level.- Pages are normally generated by the build script, not written by hand.