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

@ -17,11 +17,13 @@ const MILIEUX = [
"Sous-sols"
]
const ITEM_ENVIRONNEMENT_TYPES = [
'herbe', 'ingredient', 'faune'
'herbe', 'plante', 'ingredient', 'faune'
]
export class Environnement {
static typesEnvironnement(){
return ITEM_ENVIRONNEMENT_TYPES
}
static init() {
game.settings.register(SYSTEM_RDD, SETTINGS_LISTE_MILIEUX, {
name: "Liste des milieux proposés",