Rename entity to type
(warning in Foundry 9)
This commit is contained in:
parent
351515a96a
commit
6095367251
60
system.json
60
system.json
@ -54,7 +54,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/competences.db",
|
"path": "./packs/competences.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "compétences" ]
|
"tags" : [ "item", "compétences" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -63,7 +63,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/arts-et-divertissements.db",
|
"path": "./packs/arts-et-divertissements.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "recette", "cuisine", "danse", "musique", "chant", "jeux" ]
|
"tags" : [ "recette", "cuisine", "danse", "musique", "chant", "jeux" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/competences-creatures.db",
|
"path": "./packs/competences-creatures.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "compétences", "créatures" ]
|
"tags" : [ "item", "compétences", "créatures" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -81,7 +81,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/competences-entites.db",
|
"path": "./packs/competences-entites.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "compétences", "entités" ]
|
"tags" : [ "item", "compétences", "entités" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/sorts-oniros.db",
|
"path": "./packs/sorts-oniros.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "sorts" ]
|
"tags" : [ "item", "sorts" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -99,7 +99,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/sorts-hypnos.db",
|
"path": "./packs/sorts-hypnos.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "sorts" ]
|
"tags" : [ "item", "sorts" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -108,7 +108,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/sorts-narcos.db",
|
"path": "./packs/sorts-narcos.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "sorts" ]
|
"tags" : [ "item", "sorts" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -117,7 +117,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/sorts-thanatos.db",
|
"path": "./packs/sorts-thanatos.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "sorts" ]
|
"tags" : [ "item", "sorts" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -126,7 +126,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/equipement.db",
|
"path": "./packs/equipement.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "équipement", "objet" ]
|
"tags" : [ "item", "équipement", "objet" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -135,7 +135,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/maladies-et-poisons.db",
|
"path": "./packs/maladies-et-poisons.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "maladie", "poison" ]
|
"tags" : [ "maladie", "poison" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -144,7 +144,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/rappel-des-regles.db",
|
"path": "./packs/rappel-des-regles.db",
|
||||||
"entity": "JournalEntry",
|
"type": "JournalEntry",
|
||||||
"tags" : [ "journal", "règles" ]
|
"tags" : [ "journal", "règles" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -153,7 +153,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/queues-de-dragon.db",
|
"path": "./packs/queues-de-dragon.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "queue" ]
|
"tags" : [ "item", "queue" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -162,7 +162,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/ombres-de-thanatos.db",
|
"path": "./packs/ombres-de-thanatos.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "ombre" ]
|
"tags" : [ "item", "ombre" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -171,7 +171,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/souffles-de-dragon.db",
|
"path": "./packs/souffles-de-dragon.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "souffle" ]
|
"tags" : [ "item", "souffle" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -180,7 +180,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/tarot-draconique.db",
|
"path": "./packs/tarot-draconique.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "tarot" ]
|
"tags" : [ "item", "tarot" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -189,7 +189,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/tetes-de-dragon-pour-haut-revants.db",
|
"path": "./packs/tetes-de-dragon-pour-haut-revants.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "tête" ]
|
"tags" : [ "item", "tête" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -198,7 +198,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/tetes-de-dragon-pour-tous-personnages.db",
|
"path": "./packs/tetes-de-dragon-pour-tous-personnages.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "item", "tête" ]
|
"tags" : [ "item", "tête" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -207,7 +207,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/tables-diverses.db",
|
"path": "./packs/tables-diverses.db",
|
||||||
"entity": "RollTable",
|
"type": "RollTable",
|
||||||
"tags" : [ "table", "tables" ]
|
"tags" : [ "table", "tables" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -216,7 +216,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/animaux.db",
|
"path": "./packs/animaux.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "animaux", "creature" ]
|
"tags" : [ "animaux", "creature" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -225,7 +225,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/voyageurs.db",
|
"path": "./packs/voyageurs.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "voyageur", "profils" ]
|
"tags" : [ "voyageur", "profils" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -234,7 +234,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/vehicules.db",
|
"path": "./packs/vehicules.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "vehicule", "bateau", "charett", "chariot", "carriole", "barque" ]
|
"tags" : [ "vehicule", "bateau", "charett", "chariot", "carriole", "barque" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -243,7 +243,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/archetypes.db",
|
"path": "./packs/archetypes.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "archetype", "pnj" ]
|
"tags" : [ "archetype", "pnj" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -252,7 +252,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/humanoides.db",
|
"path": "./packs/humanoides.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "humanoides", "pnj" ]
|
"tags" : [ "humanoides", "pnj" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -261,7 +261,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/entites-de-cauchemar.db",
|
"path": "./packs/entites-de-cauchemar.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "entités", "entite", "cauchemar", "ecni", "eni" ]
|
"tags" : [ "entités", "entite", "cauchemar", "ecni", "eni" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -270,7 +270,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/invocations.db",
|
"path": "./packs/invocations.db",
|
||||||
"entity": "Actor",
|
"type": "Actor",
|
||||||
"tags" : [ "hypnos", "invocation" ]
|
"tags" : [ "hypnos", "invocation" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -279,7 +279,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/botanique.db",
|
"path": "./packs/botanique.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "plantes", "champignons", "herbes" ]
|
"tags" : [ "plantes", "champignons", "herbes" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -288,7 +288,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/taches-courantes.db",
|
"path": "./packs/taches-courantes.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "taches" ]
|
"tags" : [ "taches" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -297,7 +297,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/meditations-et-ecrits.db",
|
"path": "./packs/meditations-et-ecrits.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "meditations", "méditations", "livres", "livre", "méditation", "écrits", "écrit" ]
|
"tags" : [ "meditations", "méditations", "livres", "livre", "méditation", "écrits", "écrit" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -306,7 +306,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/recettes-alchimiques.db",
|
"path": "./packs/recettes-alchimiques.db",
|
||||||
"entity": "Item",
|
"type": "Item",
|
||||||
"tags" : [ "recettes", "recette", "alchimie", "alchimique", "potion" ]
|
"tags" : [ "recettes", "recette", "alchimie", "alchimique", "potion" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -315,7 +315,7 @@
|
|||||||
"system": "foundryvtt-reve-de-dragon",
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
"module": "foundryvtt-reve-de-dragon",
|
||||||
"path": "./packs/scenes-rdd.db",
|
"path": "./packs/scenes-rdd.db",
|
||||||
"entity": "Scene",
|
"type": "Scene",
|
||||||
"tags" : [ "ecran", "scene" ]
|
"tags" : [ "ecran", "scene" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user