diff --git a/compendium/pf1.items.json b/compendium/pf1.items.json index 8e88f1d..30c3b20 100644 --- a/compendium/pf1.items.json +++ b/compendium/pf1.items.json @@ -1,7 +1,7 @@ { "label": "物品", "mapping": { - "identifiedName": "data.identifiedName" + "identifiedName": "system.identifiedName" }, "entries": [ { diff --git a/compendium/pf1.spells.json b/compendium/pf1.spells.json index c69532c..b054bf2 100644 --- a/compendium/pf1.spells.json +++ b/compendium/pf1.spells.json @@ -1,20 +1,20 @@ { "label": "法术", "mapping": { - "types": "data.types", - "subschool": "data.subschool", - "class": "data.learnedAt.class", - "domain": "data.learnedAt.domain", - "subDomain": "data.learnedAt.subDomain", - "bloodline": "data.learnedAt.bloodline", - "savingThrow": "data.save.description", - "materials": "data.materials.value", - "focus": "data.materials.focus", - "target": "data.target.value", - "area": "data.spellArea", - "duration": "data.spellDuration", - "effect": "data.spellEffect", - "shortDescription": "data.shortDescription" + "types": "system.types", + "subschool": "system.subschool", + "class": "system.learnedAt.class", + "domain": "system.learnedAt.domain", + "subDomain": "system.learnedAt.subDomain", + "bloodline": "system.learnedAt.bloodline", + "savingThrow": "system.save.description", + "materials": "system.materials.value", + "focus": "system.materials.focus", + "target": "system.target.value", + "area": "system.spellArea", + "duration": "system.spellDuration", + "effect": "system.spellEffect", + "shortDescription": "system.shortDescription" }, "entries": { "Admonishing Ray": { diff --git a/compendium/pf1.weapons-and-ammo.json b/compendium/pf1.weapons-and-ammo.json index 117b328..c1aa069 100644 --- a/compendium/pf1.weapons-and-ammo.json +++ b/compendium/pf1.weapons-and-ammo.json @@ -1,7 +1,7 @@ { "label": "武器与弹药", "mapping": { - "identifiedName": "data.identifiedName" + "identifiedName": "system.identifiedName" }, "entries": [ { diff --git a/module.json b/module.json index 63f5b8e..9ba65ad 100644 --- a/module.json +++ b/module.json @@ -15,12 +15,12 @@ "scripts": [ "./babele.js" ], - "systems": [ + "relationships.systems": [ "pf1" ], - "dependencies": [ + "relationships.requires": [ { - "name": "babele", + "id": "babele", "type": "module", "manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json" } @@ -30,4 +30,4 @@ "url": "Auto replaced", "manifest": "Auto replaced", "download": "Auto replaced" -} +} \ No newline at end of file