magiclysm-bn/cooking_components.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

22 lines
437 B
JSON

[
{
"id": "eggs_bird",
"type": "requirement",
"components": [
[
[ "egg_bird", 1 ],
[ "egg_bird_unfert", 1 ],
[ "egg_chicken", 1 ],
[ "egg_grouse", 1 ],
[ "egg_crow", 1 ],
[ "egg_duck", 1 ],
[ "egg_goose_canadian", 1 ],
[ "egg_turkey", 1 ],
[ "egg_pheasant", 1 ],
[ "egg_cockatrice", 1 ],
[ "egg_owlbear", 1 ]
]
]
}
]