Casts four fireballs, each dealing 33% Intellect to an enemy and increasing the Magic Damage of your next Weapon Skill by 3%. Can stack up to 8 times.
Properties
- status
- Done
- type
- AttackCombo
- nature
- Combo
- duration
- 1.4
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Staff_96PX.png",
"size": 48,
"x": 4,
"y": 0,
"width": 2,
"height": 2
},
"id": "Staff_Craft_C",
"type": "AttackCombo",
"nature": "Combo",
"texts": {
"desc": "Casts four fireballs, each dealing ::dmg:: to an enemy and increasing the [MagicDamage] of your next [WeaponSkill] by ::ref2_var1%::. Can stack up to ::ref2_stacks:: times.",
"rankDescs": [
{
"rank": 2,
"desc": "Magic damage bonus increased to ::ref2_var1%:: per stack.",
"flags": 1
},
{
"rank": 3,
"desc": "Fireballs have a ::chance:: chance to apply an additional ::ref_name:: stack.",
"flags": 0
}
],
"refs": {
"ref": "Staff_Craft_Passive_Status",
"ref2": "Staff_Craft_C_Status"
},
"name": "Scorching Embers"
},
"anim": {
"ref": "AttackCombo",
"blend": 0.1,
"startFrame": 0
},
"duration": 1.4,
"steps": [
{
"on": 0,
"props": {},
"type": 3,
"delay": 0,
"duration": 1,
"visuals": {
"fxs": [
{
"set": "Fire_Cast_Fast",
"space": 0,
"props": {
"offset": {
"x": 0,
"y": 0,
"z": 1.7,
"height": 0
}
},
"flags": 8,
"attachName": "Weapon",
"scale": 0.65
}
]
}
},
{
"on": 0,
"props": {
"move": {
"direction": [
1
],
"dashSmoothing": 1,
"inputDirection": {
"relation": 0,
"mode": 1
}
}
},
"type": 8,
"delay": 0,
"duration": 0.2,
"range": 0.2
},
{
"on": 0,
"props": {
"move": {
"direction": [
0
],
"dashSmoothing": 1,
"inputDirection": {
"relation": 0,
"mode": 1
}
}
},
"duration": 0.7,
"type": 8,
"delay": 0.25,
"range": 0.8
},
{
"on": 0,
"props": {},
"duration": 1.3,
"type": 11
},
{
"on": 0,
"props": {},
"type": 11,
"delay": 0.2,
"duration": 1.3
},
{
"on": 7,
"props": {},
"type": 11,
"delay": -0.1
},
{
"on": 7,
"props": {
"move": {
"direction": [
0
],
"dashSmoothing": 1,
"inputDirection": {
"relation": 0,
"mode": 1
},
"flags": 256
}
},
"type": 8,
"delay": -0.15,
"duration": 0.15
},
{
"props": {
"projectile": {
"speed": 60,
"base": "MissileHoming",
"generation": {
"count": 4,
"duration": 0.001,
"directionBias": 0.7,
"stepLinked": false,
"shape": [
0,
1,
200,
0
]
},
"followForceCurve": [
0,
0.05,
-0.0696815181259521,
0.00328855127511358,
0.150638506267294,
-0.00741987834428683,
0.197214082271476,
0.633970700207285,
-0.0216951451160373,
-0.054970425407597,
0.0714875559025001,
0.181132752894329,
0.672836611005859,
0.803681435562888,
-0.253528042790105,
-0.00484050876037789,
0.0327166150826964,
0.000609751267250138
],
"activationDelay": 0,
"offset": {
"x": -2,
"y": 0,
"z": 0.5
},
"scale": 0.7,
"variant": 0
}
},
"on": 7,
"type": 7,
"range": 45
},
{
"on": 7,
"visuals": {
"fxs": [
{
"set": "Land_Generic",
"space": 2,
"props": {},
"scale": 3,
"flags": 0
}
],
"camShake": 20
},
"props": {},
"type": 11,
"delay": -0.05
},
{
"on": 7,
"visuals": {
"playAnims": [
{
"anim": {
"blend": 0,
"startFrame": 31,
"ref": "AttackCombo"
}
}
]
},
"props": {},
"type": 11,
"delay": -0.05
},
{
"visuals": {
"camShake": 5
},
"props": {
"position": {
"origin": 2
}
},
"effects": [
{
"affinity": "Magic",
"effect": 0,
"scaling": [
{
"ratio": 0.33,
"atb": "Intellect"
}
],
"baseVal": 0,
"flags": 0
}
],
"on": 2,
"type": 0
},
{
"on": 2,
"props": {
"status": {
"ref": "Staff_Craft_C_Status",
"target": 0
}
},
"type": 1
}
],
"flags": [],
"mastery": [],
"props": {
"hit": {
"shake": 5
}
},
"vars": {
"chance": 0.2
},
"script": "function onDamage(dmg) {\n\tif( rank >= 3 && checkProba(vars.chance)) {\n\t\taddStatus(dmg.target, Skill.Staff_Craft_Passive_Status);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Staff_Craft",
"via_field": "skills"
}
]
}