Migrate to v10

This commit is contained in:
2022-10-09 21:54:52 +02:00
parent ac439ded13
commit 7781b1bfbb
13 changed files with 380 additions and 71 deletions

View File

@@ -1,17 +1,17 @@
{
"label": "SWADE Équipement",
"mapping": {
"description": "data.description",
"description": "system.description",
"skill": {
"path": "data.actions.skill",
"path": "system.actions.skill",
"converter": "gear_skill"
},
"range": {
"path": "data.range",
"path": "system.range",
"converter": "gear_range"
},
"ammo": {
"path": "data.ammo",
"path": "system.ammo",
"converter": "gear_ammo"
}
},