v10 release

This commit is contained in:
2022-09-12 21:05:44 +02:00
parent a5b784ac03
commit 96b49682c9
21 changed files with 78 additions and 76 deletions

View File

@ -2,19 +2,19 @@
"label": "Prières",
"mapping": {
"pduration": {
"path": "data.duration.value",
"path": "system.duration.value",
"converter": "spells_duration_range_target_damage"
},
"prange": {
"path": "data.range.value",
"path": "system.range.value",
"converter": "spells_duration_range_target_damage"
},
"ptarget": {
"path": "data.target.value",
"path": "system.target.value",
"converter": "spells_duration_range_target_damage"
},
"pdamage": {
"path": "data.damage.value",
"path": "system.damage.value",
"converter": "spells_duration_range_target_damage"
},
"effects": "effects"