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 ...
随机推荐
- php封装微信SDK
<?phpclass JSSDK { private $appId = '你公众号的appid'; private $appSecret = '你公众号的appSecret'; public f ...
- onSaveInstanceState的执行时机
当某个activity变得"容易"被系统销毁时,该activity的onSaveInstanceState就会被执行,除非该activity是被用户主动销毁的,例如当用户按BACK ...
- css伪类的展现
常见的伪类选择器 :link :hover :active :visited 如果为以上几个伪类赋予相同css属性名,不同的css属性值 <!DOCTYPE html> <html ...
- shell,bash,git bash,xshell,ssh
一:shell是linux/unix系统的外壳,也可以理解为命令行接口,就是你输入并执行命令行的地方.bash(born again shell)是shell的一种,最常用的shell之一.你在你的l ...
- html局部打印
html页面局部打印的小栗子 只要修改点击打印的按钮和打印的div区域的id就行啦 <!DOCTYPE html> <html> <head> <title& ...
- Mifare系列4-组成(转)
文/闫鑫原创转载请注明出处http://blog.csdn.net/yxstars/article/details/38081241 MIFARE集成电路芯片内含EEPROM.RF接口和数字控制单元. ...
- latex给表格添加注释
给表格加注释的确是很多TeX用户不好用的地方,这里提供一个样式和代码,或许对于你的学习使用有所帮助,样式如下: 代码如下: \documentclass[11pt,a4paper,english]{a ...
- HBase的Write Ahead Log (WAL) —— API与基本概念
HBase的数据写入操作,会先记录到HLog中,再真正写入到MemStore中.前者是对写入友好的格式,后者是对查询友好的格式.所以前者吞吐量更高,写入成功率大,提高了系统的可靠性,“基本”可以实现宕 ...
- c语言练习
#include<stdio.h> struct student{ ]; int No; ]; int sum; }; int strcmp(char *s, char *t) { int ...
- DOM常用操作总结
一.getElementById() 寻找一个有着给定 id 属性值的元素,返回值是一个有着给定 id 属性值的元素节点.如果不存在,这样的元素,它返回 null. 二.getElementsByNa ...