Home · skill · Rogue_Talent_VirulentMagic
Excess applications of Lethal Poison will deal 20% Intellect.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
- steps
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"x": 8,
"y": 2,
"width": 2,
"height": 2
},
"id": "Rogue_Talent_VirulentMagic",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Virulent Magic",
"desc": "Excess applications of ::ref_name:: will deal ::dmg::.",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"anim": {},
"steps": [
{
"on": 13,
"props": {},
"id": "Damage",
"type": 6,
"range": 20,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.2,
"atb": "Intellect"
}
],
"flags": 0,
"affinity": "Magic"
}
]
}
],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {},
"script": "function onInflictStatusEval(s) {\n\tif (s.status.kind == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\tif (hasStatusMaxStacked(s.target, Skill.Rogue_Talent_LethalPoison_Status)) {\n\t\t\tplayStep(Steps.Damage, s.target, s.target.position);\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Rogue",
"via_field": "talentTrees"
}
]
}