Home · skill · Warrior_Talent_CrackingBlood
Properties
- status
- Done
- type
- Talent
- nature
- Passive
- steps
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Warrior_talent.png",
"size": 96,
"x": 2,
"y": 1
},
"id": "Warrior_Talent_CrackingBlood",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Cracking Blood",
"desc": "Damage from ::ref_name:: has a ::chance:: chance to deal an additional ::dmg::.",
"refs": {
"ref": "Warrior_Hemorrhage_Status"
}
},
"anim": {},
"steps": [
{
"on": 13,
"props": {},
"id": "Damage",
"type": 6,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.15,
"atb": "Faith"
},
{
"ratio": 0.15,
"atb": "Intellect"
}
],
"flags": 0,
"affinity": "Magic"
}
]
}
],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {
"chance": 0.35
},
"script": "function onInflictDamage(dmg) {\n\tif (dmg.isStatusType(StatusType.Hemorage)) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\tplayStep(Steps.Damage, dmg.target);\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}