
priority=50

//en/in millisecondes
duration=10000

//objets tenus par le villageois
heldItems=rice,ceramic

//chaque action consome tous les objets "input" et produit tous les "output"
//each action will require and use all the inputs and produce all the outputs
input=rice,1
input=ceramic,1
output=riceplate,1

//s'il y a plus d'objets dans le batiment que a, arrter le but
//if more than that number of item is present in building, stop goal
townhalllimit=riceplate,64
buildinglimit=riceplate,8

//pas plus de X villageois fesant ce but dans le mme btiment en mme temps
//no more than X villagers doing this goal in the same building at the same time
maxsimultaneousinbuilding=2