Chainstrike
Mage_Talent_ChainStrike in SkillsDamage dealt by your [Attack]s increased by 15% while you are under Chaincast.
- id
- Mage_Talent_ChainStrike
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictDamageEval(hit) { if (hit.baseSkill.isBaseAttack() && hasStatus(owner, Skill.Mage_Talent_Chaincast_Status)) { hit.dmgMult += vars.damage; } }
- status
- 2
Raw data
{
"id": "Mage_Talent_ChainStrike",
"gfx": {
"x": 4,
"y": 0,
"file": "UI/icons/Mage_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.15
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"damage": 0.3
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Damage dealt by your [Attack]s increased by ::damage%:: while you are under ::ref_name::.",
"name": "Chainstrike",
"refs": {
"ref": "Mage_Talent_Chaincast_Status"
}
},
"nature": 5,
"script": "function onInflictDamageEval(hit) {\n\tif (hit.baseSkill.isBaseAttack() && hasStatus(owner, Skill.Mage_Talent_Chaincast_Status)) {\n\t\thit.dmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": []
}