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. Java 网络编程学习总结

    新手一枚,Java学习中,把自己学习网络编程的知识总结一下,梳理下知识,方便日后查阅,高手莫进. 本文的主要内容: [1]    网络编程认识                [2]  TCP/IP编程 ...

  2. 学习git与github的二三事 (一)

    前一段时间看到了一个参加机器人比赛的同学写的经验之谈,他提到了在比赛时,希望同学们学习一下git来管理代码,于是我就某度了一下,发现了廖雪峰老师的网站,受益匪浅,持续学习中,拜谢大神,顺便记录一下自己 ...

  3. 【leetcode❤python】 303. Range Sum Query - Immutable

    #-*- coding: UTF-8 -*- #Tags:dynamic programming,sumRange(i,j)=sum(j)-sum(i-1)class NumArray(object) ...

  4. [OC] autoLayout 博客文档

    tip :记录几个博客文档 iOS 8 Auto Layout界面自动布局系列5-自身内容尺寸约束.修改约束.布局动画 iOS AutoLayout自动布局中级开发教程(5)-修改约束的值,延迟加载 ...

  5. js取两个数组的交集|差集|并集|补集|去重示例代码

    http://www.jb51.net/article/40385.htm 代码如下: /** * each是一个集合迭代函数,它接受一个函数作为参数和一组可选的参数 * 这个迭代函数依次将集合的每一 ...

  6. idea jrebel6 安装,破解

    一.Setting中在线安装JRebel插件,install 二.拷贝下载的jrebel.rar解压后 把里面内容覆盖IDEA插件安装目录中此插件目录之下 下载:http://pan.baidu.co ...

  7. Java GUI编程

    ----基础 // 创建一个窗体对象        JFrame frame = new JFrame();        // 设置窗口大小        frame.setSize(300, 20 ...

  8. servlet(二)

    一.ServletConfig讲解 1.1.配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个<init-param>标签为servlet配置一些 ...

  9. Repeater多列分别合并单元格

    GridView.Repeater合并单元格可以参考http://www.cnblogs.com/zhmore/archive/2009/04/22/1440979.html,但是原文例子是合并一列的 ...

  10. Google Maps地图投影全解析(3):WKT形式表示

    update20090601:EPSG对该投影的编号设定为EPSG:3857,对应的WKT也发生了变化,下文不再修改,相对来说格式都是那样,可以到http://www.epsg-registry.or ...