Home · skill · Book_Start_Combo

Quickly casts a fireball dealing 90% Intellect to an enemy.

Properties

status
Done
type
AttackCombo
nature
Combo
duration
1.04
steps
on=0visuals={"fxs":[{"set":"Fire_Cast_SpellBook_Combo","space":0,"props":{}}]}props={"castFlags":1}type=3duration=0.6on=0props={"rotation":{"direction":1,"limiter":1000}}type=13duration=0.6on=0visuals={"playAnims":[{"anim":{"ref":"AttackCombo","startFrame":20,"blend":0.01}}]}props={}type=11delay=0.64props={"projectile":{"speed":60,"base":"MissileHoming","variant":0}}on=7type=7range=40props={"posTarget":2}effects=[{"affinity":"Fire","effect":0,"scaling":[{"ratio":0.9,"atb":"Intellect"}],"baseVal":0,"flags":0}]on=2type=0

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_Book_96PX.png",
    "size": 96,
    "x": 3,
    "y": 0
  },
  "id": "Book_Start_Combo",
  "type": "AttackCombo",
  "nature": "Combo",
  "texts": {
    "desc": "Quickly casts a fireball dealing ::dmg:: to an enemy.",
    "name": "Scorch",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Damage increased by ::var1%::.",
        "flags": 1
      },
      {
        "rank": 3,
        "desc": "Has a ::chance%:: additional chance to critically strike burning enemies.",
        "flags": 0
      }
    ]
  },
  "anim": {
    "ref": "AttackCombo"
  },
  "duration": 1.04,
  "steps": [
    {
      "on": 0,
      "visuals": {
        "fxs": [
          {
            "set": "Fire_Cast_SpellBook_Combo",
            "space": 0,
            "props": {}
          }
        ]
      },
      "props": {
        "castFlags": 1
      },
      "type": 3,
      "duration": 0.6
    },
    {
      "on": 0,
      "props": {
        "rotation": {
          "direction": 1,
          "limiter": 1000
        }
      },
      "type": 13,
      "duration": 0.6
    },
    {
      "on": 0,
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "AttackCombo",
              "startFrame": 20,
              "blend": 0.01
            }
          }
        ]
      },
      "props": {},
      "type": 11,
      "delay": 0.64
    },
    {
      "props": {
        "projectile": {
          "speed": 60,
          "base": "MissileHoming",
          "variant": 0
        }
      },
      "on": 7,
      "type": 7,
      "range": 40
    },
    {
      "props": {
        "posTarget": 2
      },
      "effects": [
        {
          "affinity": "Fire",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.9,
              "atb": "Intellect"
            }
          ],
          "baseVal": 0,
          "flags": 0
        }
      ],
      "on": 2,
      "type": 0
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "hit": {
      "camShake": 8
    }
  },
  "vars": {
    "chance": 0.25,
    "var1": 0.2
  },
  "script": "function onDamageEval(hit) {\n\tif(rank >= 2) {\n\t\thit.dmgMult += vars.var1;\n\t}\n\tif(rank >= 3) {\n\t\tif(hit.target.hasStatusType(StatusType.Burn)) {\n\t\t\thit.critChance += vars.chance;\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Book_Start",
      "via_field": "skills"
    }
  ]
}