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 ...
随机推荐
- oracle游标透彻详解分析
主:本文来自:http://www.cnblogs.com/huyong/archive/2011/05/04/2036377.html 4.1 游标概念 4.1.1 处理显式游标 4.1.2 处理隐 ...
- (9) 深入了解Java Class文件格式(八)
转载:http://blog.csdn.net/zhangjg_blog/article/details/22205831 在本专栏的第一篇文章 深入理解Java虚拟机到底是什么 中, 我们主要讲解了 ...
- EF常用命令行
启用迁移:指定迁移的目录和数据库上下文名称Enable-Migrations -MigrationsDirectory "MigrationsHis" -ContextTypeNa ...
- 【转】T-SQL查询进阶—理解SQL Server中的锁
简介 在SQL Server中,每一个查询都会找到最短路径实现自己的目标.如果数据库只接受一个连接一次只执行一个查询.那么查询当然是要多快好省的完成工作.但对于大多数数据库来说是需要同时处理多个查 ...
- sql server CTE递归使用测试
--CTE递归查询 if(object_id(N'menu') > 0) drop table menu CREATE TABLE MENU ( name nvarchar(50) NOT NU ...
- MACS2 安装与使用
1)下载MACS2 下载网址: https://pypi.python.org/pypi/MACS2 (有下载网址和安装.使用示例) $ python setup.py install出现如下问题 ...
- 学习PHP 逛的几个网站。
PHP 第一社区 http://www.php1.cn/ 51cto php开发 http://developer.51cto.com/col/1441/ phphub https://phphub. ...
- HTML基础(3)
1.块元素和内嵌元素(block\inline) 块的特征: 独占一行 不设定宽度,宽度将撑满整行 能设置所有样式 内嵌的特征: 默认同行可以继续跟同类型标签 内容撑开宽度 不支持宽高 不支持上下的m ...
- springmvc 添加Junit4
junit 单元测试的好处我就不赘述了,本文旨在介绍自己使用的一个方式: 1.添加依赖 <dependency> <groupId>junit</groupId> ...
- Evolutionary Computing: 5. Evolutionary Strategies(1)
resource: Evolutionary computing, A.E.Eiben Outline What is Evolution Strategies Introductory Exampl ...