Group Combos

A martial artist always make friends along their way. They learn how to work and fight together. They know that relying on a personal combo only isn’t enough to deal with a savage enemy. This is why they learn to work together, perform a group combo, and result in significant amounts of damage. There are two types of group combo in Blade and Soul: standard combos and boss combos.

Situational Combos

Situational combos take advantage of an opponents situation, such as being rooted. With enough experience you’ll find what skills work best together depending on what you’re trying to achieve.

The Force Master, for example, has a situational combo using “Dragonfrost” to root an opponent in front of them. Once immobilized, the Force Master can drop a “Blazing Wall” of fire on the opponent’s location, and they will continuously receive damage until they break free.

  • Standard Combos

    Standard combos is a combination of situational and conditional personal combos. The idea of this combo is to have a team create a situation/condition to an enemy and have another team member to execute the finishing skill.

    To give you a sample, an Assassin begins by using “Landmine” to create a condition “knocked down” to an enemy. Then, the Summoner grapples the enemy with “If it Fits I Sits”. Lastly, the Assassin completes the standard combos by activating “Flash Kick” to a grappled enemy.

  • Boss Combos

    Boss Combos are slightly more complicated that standard combos since it’s very difficult to create a condition for a boss. However, the main idea of the combos is quite the same. Inflict a conditional status to a boss and have the group finish it.

    In order to be able to inflict a condition to a boss, a group needs to keep fighting until two bars below the boss’ health becomes empathy. Make sure to inflict the right condition since each boss have different immunity. Some conditions might not work for some bosses.

    There are 2 steps when putting a boss in a conditional status. First, a team member needs to create a condition to a boss as soon as the two bars becomes empathy. When the first step is completed, there will be a notification and a light bar telling all team members about the current condition of that boss. After that, all team members need to do an additional conditional attacks in order to completely create a condition to a boss.

    After that, a boss will be vulnerable for a finishing attack for that type of condition. It isn’t easy to do boss combos. You need to discuss with your team well regarding what type of conditions you are planning to use before encountering a boss. When a successful boss combos is released, victory is sure to await your team.

blade and soul Group Combos的更多相关文章

  1. blade and soul Personal Combos

    Personal Combos Since Blade and Soul is mainly based on skills, the game is more interesting after y ...

  2. How to Develop blade and soul Skills

    How to Develop Skills Each skill can be improved for variation effects. Some will boost more strengt ...

  3. blade and soul pvp guide

    PvP PvP in Blade and Soul is categorized into two types, a personal PvP called Arena and a large-sca ...

  4. how to get soul shields in blade and soul

    These soul shields can either be obtained by E.Fleet Supply Chain or Blackram Supply Chain (4-man or ...

  5. blade and soul races guide

    Race Four races are available for those who wish to choose the path of martial arts: the careful Gon ...

  6. blade and soul zone overview

    The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Con ...

  7. blade and soul factions

    Faction You will be asked to join one of the elite Factions as a rising Martial Artist no matter wha ...

  8. what is blade and soul Soul Shields

    Soul Shields are sets of 8 fragments which serve as the main source of attributes to a character. Ad ...

  9. 使用 Intel GPA 与 分析3D程序和抓取模型

    原文链接在这里 http://dev.cra0kalo.com/?p=213 背景信息 Intel的GPA本身是一款图形分析软件,并没有设计从3D程序里抓取模型资源的功能,但这里作者是通过hook G ...

随机推荐

  1. 深入分析ClassLoader

    首先介绍下ClassLoader: ClassLoader顾名思义就是类加载器,负责将Class加载到JVM中,事实上ClassLoader除了能将Class加载到JVM中之外,还有一个重要的作用就是 ...

  2. tinkphp登录验证码的使用

    登录和验证(控制器) <?php namespace Come\Controller; use Think\Controller; class RenController extends Con ...

  3. jquery.Huploadify 上传

    html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3 ...

  4. 字符串处理总结之二(C#StringBuilder类)

    动态串StringBuilder 与String类相比,System.Text.StringBuilder类可以实现动态字符串.此外,动态的含义是指在修改字符串时,系统不需要创建新的对象,不会重复开辟 ...

  5. CVE-2016-4758: UXSS in Safari's showModalDialog

    I would like to share about details of Safari's UXSS bug(CVE-2016-4758). This bug was fixed in Safar ...

  6. CSUOJ_1002

    /* * Title : A+B(III) * Data : 2016/11/09 * Author : Andrew */ #include <iostream> #include &l ...

  7. angularJS获取json数据(实战)

    学习了这么多天的AngularJS,今天想从实战的角度和大家分享一个简单的Demo--用户查询系统,以巩固之前所学知识.功能需求需要满足两点 1.查询所有用户信息,并在前端展示 2.根据id查询用户信 ...

  8. 扒一扒自从买了kindle后看的书

    一.<性别战争> 讲述的是动物界各类动物的xxx(你懂的),以动物拟人化的口吻来进行问答,十分的生动形象,虽说和自己的生活没有多大联系,但是偶尔了解一下,也是意外的不错的感觉. 二.< ...

  9. bootstrap 实战入门教程(一)

    说起响应式前端框架,比较而言,bootstrap还是不错的,虽然可能很多文档都是英文的.今天就整理下自己在学习及使用bootstrap3时的重要知识点和使用案例 参考资料: runoob的bootst ...

  10. 【java基础】java的构造函数

    java构造器用于创建类的实例,是创建对象的重要途径,因此,java类必须含有一个或一个以上的构造函数   当我们没有为类提供任何构造函数的时候,系统会自动为该类提供一个无参构造函数,当我们为类提供了 ...