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": "Items (Death on the Reik)",
"mapping": {
"sduration": {
"path": "data.duration.value",
"path": "system.duration.value",
"converter": "spells_duration_range_target_damage"
},
"srange": {
"path": "data.range.value",
"path": "system.range.value",
"converter": "spells_duration_range_target_damage"
},
"starget": {
"path": "data.target.value",
"path": "system.target.value",
"converter": "spells_duration_range_target_damage"
},
"sdamage": {
"path": "data.damage.value",
"path": "system.damage.value",
"converter": "spells_duration_range_target_damage"
}
},