FareverDB

Searing Furnace

Scepter_Flamie_Combo in Skills

Quickly casts a fire bolt dealing 100% Faith Magic to an enemy, increasing all damage dealt to them by ::ref_var1%:: for ::ref_dur::.

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