blade and soul Group Combos
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的更多相关文章
- blade and soul Personal Combos
Personal Combos Since Blade and Soul is mainly based on skills, the game is more interesting after y ...
- How to Develop blade and soul Skills
How to Develop Skills Each skill can be improved for variation effects. Some will boost more strengt ...
- 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 ...
- 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 ...
- blade and soul races guide
Race Four races are available for those who wish to choose the path of martial arts: the careful Gon ...
- blade and soul zone overview
The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Con ...
- blade and soul factions
Faction You will be asked to join one of the elite Factions as a rising Martial Artist no matter wha ...
- 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 ...
- 使用 Intel GPA 与 分析3D程序和抓取模型
原文链接在这里 http://dev.cra0kalo.com/?p=213 背景信息 Intel的GPA本身是一款图形分析软件,并没有设计从3D程序里抓取模型资源的功能,但这里作者是通过hook G ...
随机推荐
- jquery做表格变色效果-demo
第一步:写html代码部分: <table style="width:300px;"> <tr><td>1</td></tr& ...
- JZ2440开发板学习 1. 刚接触开发板, 安装驱动
一. jtag和串口驱动 1. 驱动下载 http://pan.baidu.com/s/1pJkAHJH 2. 驱动安装 禁用win10的驱动数字签名 http://www.100ask.org/bb ...
- C# 正则表达式小坑 -- not enough
今天遇到了一个奇怪的报错: 相关的代码是这样的: Regex regex = new Regex("(?<=wwwroot\\).*?$"); 然后把这段正则复制到任何正则测 ...
- Configuring Network in CentOS 6.3 Virtual Box + Screenshots
Configuring Network in CentOS 6.3 Virtual Box + Screenshots Posted: May 23, 2013 in Uncategorized Ta ...
- mysql的分区和分表
分区 分区就是把一个数据表的文件和索引分散存储在不同的物理文件中. mysql支持的分区类型包括Range.List.Hash.Key,其中Range比较常用: RANGE分区:基于属于一个给定连续区 ...
- 第一次接触OOM
前几天机器上一直遇到cpu100%,负载很高,经常报out of memory. 今天机器又遇到了,感觉这个东西无从下手,内存不够,tree看了下cache是不是太多了. 清理了一下,其实占用的不是特 ...
- underscore api
http://files.cnblogs.com/files/hwd13/underscore.rar
- 在ionic/cordova中使用极光推送插件(jpush)
Stpe1:创建一个项目(此处使用的是tab类型的项目,创建方式可参照我前一篇如何离线创建Ionic1项目) Stpe2:修改项目信息 打开[config.xml]修改下图内容:
- Spring MVC简介
Spring MVC简介 Spring MVC框架是有一个MVC框架,通过实现Model-View-Controller模式来很好地将数据.业务与展现进行分离.从这样一个角度来说,Spring MVC ...
- 用CSS3和Canvas来画网格
我们经常使用一些excel表格来处理数据,在html中,我们可以用table来制成表格.今天来看一下一些不同的方法. 方法一:使用CSS3的background的linear-gradient属性 l ...