Fix Talent, prayer and db

This commit is contained in:
2020-04-10 16:31:13 +02:00
parent c3766f17c3
commit 58f6c81cbd
5 changed files with 1065 additions and 839 deletions

View File

@ -1,5 +1,23 @@
{
"label": "Prières",
"mapping": {
"pduration": {
"path": "data.duration.value",
"converter": "spells_duration_range_target_damage"
},
"prange": {
"path": "data.range.value",
"converter": "spells_duration_range_target_damage"
},
"ptarget": {
"path": "data.target.value",
"converter": "spells_duration_range_target_damage"
},
"pdamage": {
"path": "data.damage.value",
"converter": "spells_duration_range_target_damage"
}
},
"entries": [
{
"id": "An Invitation ",

File diff suppressed because it is too large Load Diff