Better spells handling
This commit is contained in:
@ -1,6 +1,24 @@
|
||||
{
|
||||
"label": "Spells",
|
||||
"entries": [
|
||||
"label": "Sorts",
|
||||
"mapping": {
|
||||
"sduration": {
|
||||
"path": "data.duration.value",
|
||||
"converter": "spells_duration_range_target_damage"
|
||||
},
|
||||
"srange": {
|
||||
"path": "data.range.value",
|
||||
"converter": "spells_duration_range_target_damage"
|
||||
},
|
||||
"starget": {
|
||||
"path": "data.target.value",
|
||||
"converter": "spells_duration_range_target_damage"
|
||||
},
|
||||
"sdamage": {
|
||||
"path": "data.damage.value",
|
||||
"converter": "spells_duration_range_target_damage"
|
||||
}
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"id": "Acquiescence",
|
||||
"name": "Consentement",
|
||||
|
Reference in New Issue
Block a user