//Note pour les utilisateurs de Windows: si vous voyez le fichier entier sur une seule ligne, ouvrez-le avec PSPAd ou UltraEdit plut�t que Notepad

//Note to Windows users: if you see the entire file in one line, open it using PSPad or UltraEdit instead of Notepad


//tag n�c�ssaire � la r�alisation de l'action
//extra tag required for the destination to be valid


priority=50

//sp�cifier si l'�tiquette ou les phrases pour ce but n'ont pas le code du but lui-m�me
//specify if the label and sentences for this goal is not the name of the goal itself

//en/in millisecondes
duration=10000

//objets tenus par le villageois
heldItems=bone,inuitcarving

//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=boneblock,2
output=inuitcarving,3

//s'il y a plus d'objets dans le batiment que �a, arr�ter le but
//if more than that number of item is present in building, stop goal
buildinglimit=inuitcarving,16
 
