Séparation ingrédients/plantes

This commit is contained in:
2023-01-14 01:15:15 +01:00
parent 162a6a04b8
commit a4802d1113
9 changed files with 131 additions and 37 deletions

View File

@@ -553,7 +553,7 @@
"types": [
"competence", "competencecreature",
"recettealchimique", "musique", "chant", "danse", "jeu", "recettecuisine", "oeuvre",
"objet", "arme", "armure", "conteneur", "herbe", "ingredient", "faune", "livre", "potion", "munition",
"objet", "arme", "armure", "conteneur", "herbe", "plante", "ingredient", "faune", "livre", "potion", "munition",
"monnaie", "nourritureboisson", "gemme",
"service",
"meditation", "rencontre", "queue", "ombre", "souffle", "tete", "casetmr", "signedraconique", "sort", "sortreserve",
@@ -718,6 +718,12 @@
"base": 0,
"categorie": ""
},
"plante": {
"templates": ["description", "inventaire", "environnement", "comestible"],
"niveau": 0,
"base": 0,
"categorie": ""
},
"ingredient": {
"templates": ["description", "inventaire", "environnement", "comestible"],
"niveau": 0,