Home · skill · GA_Craft_Passive
You deal 15% increased damage to enemies affected by crowd control effects.
Properties
- status
- Done
- type
- WeaponPassive
- nature
- Passive
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_GreatAxe_96PX.png",
"size": 48,
"x": 10,
"y": 2,
"width": 2,
"height": 2
},
"id": "GA_Craft_Passive",
"type": "WeaponPassive",
"nature": "Passive",
"texts": {
"name": "Domination",
"desc": "You deal ::var1%:: increased damage to enemies affected by crowd control effects.",
"rankDescs": [
{
"rank": 2,
"desc": "Bonus is increased to ::var1%::.",
"flags": 1
},
{
"rank": 3,
"desc": "You gain the same bonus against enemies immune to crowd control effects.",
"flags": 0
}
]
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"var1": 0.25
}
}
]
},
"vars": {
"var1": 0.15
},
"script": "function onInflictDamageEval(hit) {\n\tif( hit.target.hasStatusType(StatusType.Stun) || hit.target.hasStatusType(StatusType.Root) || hit.target.hasStatusType(StatusType.Slow) || (rank >= 3 && hit.target.isCCImmune())) {\n\t\thit.dmgMult += vars.var1;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "GA_Craft",
"via_field": "skills"
}
]
}