Home · skill · Book_WaterOrbs_Combo

Quickly casts a waterball dealing 62% Intellect + 62% Faith to an enemy and generating a stack of Tide, stacking up to 8 times.

Tide can be consumed by Abyssal Rise to spawn Water Spheres.

Properties

status
Done
type
AttackCombo
nature
Combo
duration
1.04
steps
on=0visuals={"fxs":[{"set":"Fire_Cast_SpellBook_Combo","space":0,"props":{}}]}props={}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":"Magic","effect":0,"scaling":[{"ratio":0.62,"atb":"Intellect"},{"ratio":0.62,"atb":"Faith"}],"baseVal":0,"flags":0}]on=2type=0

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_Book_96PX.png",
    "size": 96,
    "x": 6,
    "y": 0
  },
  "id": "Book_WaterOrbs_Combo",
  "type": "AttackCombo",
  "nature": "Combo",
  "texts": {
    "desc": "Quickly casts a waterball dealing ::dmg:: to an enemy and generating a stack of ::ref_name::, stacking up to ::ref_stacks:: times.\n\n::ref_name:: can be consumed by ::ref2_name:: to spawn <val>Water Spheres</val>.",
    "name": "Aquatic Embrace",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Generates ::var1:: stacks.",
        "flags": 1
      },
      {
        "rank": 3,
        "desc": "You have a ::chance:: chance to immediately spawn a <val>Water Spheres</val> nearby.",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "Book_WaterOrbs_Rise_Charge",
      "ref2": "Book_WaterOrbs_Skill1"
    }
  },
  "anim": {
    "ref": "AttackCombo"
  },
  "duration": 1.04,
  "steps": [
    {
      "on": 0,
      "visuals": {
        "fxs": [
          {
            "set": "Fire_Cast_SpellBook_Combo",
            "space": 0,
            "props": {}
          }
        ]
      },
      "props": {},
      "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": "Magic",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.62,
              "atb": "Intellect"
            },
            {
              "ratio": 0.62,
              "atb": "Faith"
            }
          ],
          "baseVal": 0,
          "flags": 0
        }
      ],
      "on": 2,
      "type": 0
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "hit": {
      "camShake": 8
    },
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "var1": 2
        }
      }
    ]
  },
  "vars": {
    "chance": 0.25,
    "var1": 1
  },
  "script": "var Orb = Skill.Book_WaterOrbs_Rise_Charge;\n\nfunction onSkillProc(ctx) {\n\tif (ctx.skillId == skill.kind) {\n\t\tif (checkProba(vars.chance) && rank >= 3) {\n\t\t\tplayGlobalStep(StepGlobal.Book_WaterOrb_WaterOrb, owner);\n\t\t}\n\t}\n}\n\nfunction onFirstHit(hit) {\n\taddStatus(owner, Orb, vars.var1);\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Book_WaterOrbs",
      "via_field": "skills"
    }
  ]
}