blade and soul Personal Combos
Personal Combos
Since Blade and Soul is mainly based on skills, the game is more interesting after you can do the skill rotation resulting in a skill combo. It is a set of attacks combined from various skills dealing a significant damage to an enemy. A room for a greater combo will only be opened to an expert martial artist. There are mainly 3 personal combos in the game: high impact combos, situational combos, and conditional combos.
*The new combos concepts can be studied from wise sages scattered through out the world. It’s recommended to keep finding the combo that works best for you first before spending skill points on it.
Conditional combos use a certain sequence of skills based on a condition being triggered on either yourself, or on your opponent, such as being knocked down or stunned.
An example of a conditional combo is an ability of the Summoner’s Familiar called “Anklebiter”. When used it applies a Knock Down condition, and as soon as that happens the ability called “If It Fits, I Sits” becomes available, which applies a Grapple condition on the opponent, and allows the ability “Headbutt” to be used. If you’re swift, chaining these abilities together will make for an effective combo. Practice will make perfect!
Hi Impact Combos
This type of combos usually deals tremendous damage to a victim. It will trigger after you perform a set of required actions giving you a special “buff” for a specific ability in the series. To give you a sample, Blade Master Pierce skill performance, is increased after a successful block.
Situational Combos
This type of combos will trigger based on an enemy situation that will keep dealing damage to an enemy until they are out of that situation. To give you a sample, the Force Master can set an enemy location on fire with a skill called “Blazing Wall” after immobilizing it with “Dragonfrost”. The Blazing Wall will burn the enemy until they are able to move again.
Conditional Combos
Unlike other combos, conditional combos could can both you and your enemy based on the conditions you are in. These conditions include being knocked down, immobilized, stunned, and so on. The main idea of this combo is about turning an disadvantaged situation into your own advantage. To give you a sample, while being knocked down, theSummoner can use “Anklebiter” followed by “If It Fits, I Sits” and end with “Headbutt”. The “Anklebiter” allows the Summoner to quickly recover from the knock down stage while “If It Fits, I Sits” will grapple the enemy. You need to be quick in order to apply all these skill chains within seconds.
blade and soul Personal Combos的更多相关文章
- blade and soul Group Combos
Group Combos A martial artist always make friends along their way. They learn how to work and fight ...
- 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 ...
- 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 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 ...
- 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 ...
- blade and soul factions
Faction You will be asked to join one of the elite Factions as a rising Martial Artist no matter wha ...
- 使用 Intel GPA 与 分析3D程序和抓取模型
原文链接在这里 http://dev.cra0kalo.com/?p=213 背景信息 Intel的GPA本身是一款图形分析软件,并没有设计从3D程序里抓取模型资源的功能,但这里作者是通过hook G ...
随机推荐
- Unity3D心得分享
本篇文章的内容以各种tips为主,不间断更新 系列文章 =========================== "Unity测试系列"文章索引 Unity-Animator深入系列 ...
- SuiteScript > Apply script to Assembly and Kit
Path: Customization > Scripting > Scripts > New Limitation: Client script can't apply to As ...
- js设计模式总结-单例模式
单例模式 解决的问题 保证实例只有一个,避免多个实现,从全局来看,这个实例的状态是唯一的. 实现原理 设置一个变量来记录实例,通过检测该变量是否为空来决定是否创建实例 非透明单例 所谓非透明就是用户在 ...
- Latex引用插图格式制定问题(1)
自定义新命令\reffig如下:\newcommand{\reffig}[1]{Figure \ref{#1}}在需要引用图片的时候,用\reffig代替\ref,就可以自动在图号前面输出" ...
- Codeforces 722C. Destroying Array
C. Destroying Array time limit per test 1 second memory limit per test 256 megabytes input standard ...
- sublime-text3 3059基本配置
1.下载安装官方版注册机语言包 参考安装: http://www.xiumu.org/note/sublime-text-3.shtml 2.插件 Package ControlConvertToUT ...
- JavaScript中的编码函数
JavaScript中有三个可以对字符串编码的函数,分别是: escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decod ...
- Nginx中rewrite实现二级域名、三级域名、泛域名、路径的重写
最常见的: 静态地址重定向到带参数的动态地址 rewrite "^(.*)/service/(.*)\.html$" $1/service.php?sid=$2 permanent ...
- Deep Learning 19_深度学习UFLDL教程:Convolutional Neural Network_Exercise(斯坦福大学深度学习教程)
理论知识:Optimization: Stochastic Gradient Descent和Convolutional Neural Network CNN卷积神经网络推导和实现.Deep lear ...
- java内存划分
运行时数据区域 Java虚拟机在执行Java的过程中会把管理的内存划分为若干个不同的数据区域.这些区域有各自的用途,以及创建和销毁的时间,有的区域随着虚拟机进程的启动而存在,而有的区域则依赖线程的启动 ...