Apetito ardiente
Estado
Tus Attacks infligen 20% Strength (Chaos) adicional por acumulación.
reutilización—
duración8s
pasos1
Escalado
20% Strength· Chaos
Datos crudos
- nature
- Status
- duration
- 8s
- steps
- 1
- id
- GA_Demon_Combo_Status
raw data
{
"id": "GA_Demon_Combo_Status",
"gfx": {
"x": 12,
"y": 0,
"file": "UI/icons/atlas_weapon_GreatAxe_96PX.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"vars": {
"var1": 0.15
},
"flags": 0,
"props": {
"status": {
"types": [
{
"type": "Buff"
}
],
"maxStacks": 3
},
"rankOverride": [
{
"props": {
"maxStacks": 5
},
"minRank": 2
}
]
},
"steps": [
{
"id": "Damage",
"on": 0,
"type": 6,
"props": {},
"effects": [
{
"flags": 1,
"effect": 0,
"scaling": [
{
"atb": "Strength",
"ratio": 0.2
}
],
"affinity": "Chaos"
}
]
}
],
"texts": {
"desc": "Your [Attack]s deals an additional ::dmg:: per stack.",
"name": "Burning Appetite"
},
"nature": 4,
"script": "function onInflictDamage(dmg) {\n\tif (dmg.skillId != skill.kind && (dmg.isBaseAttack || dmg.isFinalCombo)) {\n\t\tplayStep(Steps.Damage, dmg.target);\n\t}\n}",
"mastery": [],
"duration": 8
}