Escalado
Raw
Referencias
Datos crudos
- type
- Talent
- nature
- Passive
- id
- Warrior_Talent_MagicConduction
raw data
{
"id": "Warrior_Talent_MagicConduction",
"gfx": {
"x": 3,
"y": 1,
"file": "UI/icons/Warrior_talent.png",
"size": 96
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.07
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"damage": 0.15
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "[Magic] damage dealt to enemies affected by ::ref_name:: increased by ::damage%::.",
"name": "Magic Conduction",
"refs": {
"ref": "Warrior_Hemorrhage_Status"
}
},
"nature": 5,
"script": "function onInflictDamageEval(dmg) {\n\tif (hasStatusType(dmg.target, StatusType.Hemorage) && dmg.isMagic) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": []
}