Fix v10 datapath

This commit is contained in:
2022-10-02 08:58:44 +02:00
parent f916c14848
commit a64ff7dd55
5 changed files with 14 additions and 14 deletions

View File

@ -2,11 +2,11 @@
"label": "Mutations",
"mapping": {
"modifier": {
"path": "data.modifier.value",
"path": "system.modifier.value",
"converter": "mutations_modifier"
},
"mutationType": {
"path": "data.mutationType.value",
"path": "system.mutationType.value",
"converter": "generic_localization"
},
"effects": {