Skip to content

Commit

Permalink
v10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bnp800 committed Nov 13, 2022
1 parent 1b80d4e commit da81524
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion compendium/pf1.items.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"label": "物品",
"mapping": {
"identifiedName": "data.identifiedName"
"identifiedName": "system.identifiedName"
},
"entries": [
{
Expand Down
28 changes: 14 additions & 14 deletions compendium/pf1.spells.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion compendium/pf1.weapons-and-ammo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"label": "武器与弹药",
"mapping": {
"identifiedName": "data.identifiedName"
"identifiedName": "system.identifiedName"
},
"entries": [
{
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -30,4 +30,4 @@
"url": "Auto replaced",
"manifest": "Auto replaced",
"download": "Auto replaced"
}
}

0 comments on commit da81524

Please sign in to comment.