Home · skill · Scepter_Flamie_Combo
Quickly casts a fire bolt dealing 100% Faith to an enemy, increasing all damage dealt to them by 25% for ::ref_dur::.
Properties
- status
- Done
- type
- AttackCombo
- nature
- Combo
- duration
- 1.04
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Scepter_96PX.png",
"size": 48,
"x": 0,
"y": 2,
"width": 2,
"height": 2
},
"id": "Scepter_Flamie_Combo",
"type": "AttackCombo",
"nature": "Combo",
"texts": {
"name": "Searing Furnace",
"desc": "Quickly casts a fire bolt dealing ::dmg:: to an enemy, increasing all damage dealt to them by ::ref_var1%:: for ::ref_dur::.",
"rankDescs": [
{
"rank": 2,
"desc": "Damage increased by ::var1%::.",
"flags": 1
},
{
"rank": 3,
"desc": "Extends the duration of your temporary Flamies by ::dur1::.",
"flags": 0
}
]
},
"anim": {
"ref": "AttackCombo",
"startFrame": 0
},
"duration": 1.04,
"steps": [
{
"on": 0,
"props": {},
"type": 3,
"duration": 0.6
},
{
"props": {
"move": {
"inputDirection": {
"mode": 0,
"relation": 0
}
}
},
"on": 7,
"type": 8,
"duration": 0.3,
"range": 1
},
{
"props": {
"projectile": {
"speed": 60,
"scale": 1,
"fxSet": "Projectile_Fire_Big",
"base": "MissileHoming"
}
},
"on": 7,
"type": 7,
"range": 40
},
{
"props": {
"position": {
"origin": 2
}
},
"effects": [
{
"affinity": "Magic",
"effect": 0,
"scaling": [
{
"ratio": 1,
"atb": "Faith"
}
],
"baseVal": 0,
"flags": 0
}
],
"on": 2,
"type": 0,
"range": 5
},
{
"props": {
"status": {
"ref": "Scepter_Flamie_Combo_Status"
}
},
"on": 2,
"type": 1
}
],
"flags": [],
"mastery": [],
"props": {
"hit": {
"camShake": 11,
"shake": 5,
"freeze": 3
}
},
"vars": {
"var1": 0.25,
"dur1": 0.5
},
"script": "function onProc(ctx) {\n\tfor(s in getInflictedStatuses(Skill.Scepter_Flamie_Flamie)) {\n\t\ts.extendDuration(vars.dur1);\n\t}\n}\n\nfunction onDamageEval(dmg) {\n\tif(rank >= 2) {\n\t\tdmg.dmgMult += vars.var1;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Scepter_Flamie",
"via_field": "skills"
}
]
}