FareverDB

Smite

Scepter_Start_Combo in Skills

Quickly casts a light bolt dealing 100% Faith Light to an enemy.

id
Scepter_Start_Combo
type
4
flags
0
nature
1
script
status
2
duration
1.04
Raw data
{
  "id": "Scepter_Start_Combo",
  "gfx": {
    "x": 4,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Scepter_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {
    "ref": "AttackCombo"
  },
  "type": 4,
  "vars": {
    "var1": 0.2
  },
  "flags": 0,
  "props": {
    "hit": {
      "camShake": 8
    }
  },
  "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,
      "cond": {
        "maxRank": 2
      },
      "type": 7,
      "props": {
        "projectile": {
          "base": "MissileHoming",
          "speed": 60,
          "variant": 0
        }
      },
      "range": 40
    },
    {
      "on": 7,
      "cond": {
        "minRank": 3,
        "projectile": {
          "base": "MissileTargetting_Bouncer",
          "scale": 0.5,
          "speed": 60,
          "target": 0,
          "hitCount": 3
        }
      },
      "type": 7,
      "props": {
        "projectile": {
          "base": "MissileTargetting_Bouncer",
          "speed": 60,
          "variant": 0,
          "hitCount": 2
        }
      },
      "range": 40,
      "visuals": {
        "projectile": {
          "base": "MissileTargetting_Bouncer",
          "scale": 0.5,
          "speed": 60,
          "target": 0,
          "hitCount": 3
        }
      }
    },
    {
      "on": 2,
      "type": 0,
      "props": {
        "position": {
          "origin": 2
        }
      },
      "range": 5,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "baseVal": 0,
          "scaling": [
            {
              "atb": "Faith",
              "ratio": 1
            }
          ],
          "affinity": "Light"
        }
      ]
    }
  ],
  "texts": {
    "desc": "Quickly casts a light bolt dealing ::dmg:: to an enemy.",
    "name": "Smite",
    "rankDescs": [
      {
        "desc": "Damage increased by ::var1%::.",
        "rank": 2,
        "flags": 1
      },
      {
        "desc": "Jumps to a nearby enemy.",
        "rank": 3,
        "flags": 0
      }
    ]
  },
  "nature": 1,
  "script": "",
  "status": 2,
  "mastery": [],
  "duration": 1.04
}