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的更多相关文章

  1. blade and soul Group Combos

    Group Combos A martial artist always make friends along their way. They learn how to work and fight ...

  2. 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 ...

  3. 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 ...

  4. How to Develop blade and soul Skills

    How to Develop Skills Each skill can be improved for variation effects. Some will boost more strengt ...

  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. 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 ...

  8. blade and soul factions

    Faction You will be asked to join one of the elite Factions as a rising Martial Artist no matter wha ...

  9. 使用 Intel GPA 与 分析3D程序和抓取模型

    原文链接在这里 http://dev.cra0kalo.com/?p=213 背景信息 Intel的GPA本身是一款图形分析软件,并没有设计从3D程序里抓取模型资源的功能,但这里作者是通过hook G ...

随机推荐

  1. docker设置并运行部分命令及原文

    1.设置开机启动 If you want Docker to start at boot, you should also: $ sudo systemctl enable docker 2. 启动, ...

  2. ABAP开发顾问必备:SAP ABAP开发技术总结

    声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ...

  3. Openstack+Kubernetes+Docker微服务实践之路--RPC

    重点来了,本文全面阐述一下我们的RPC是怎么实现并如何使用的,跟Kubernetes和Openstack怎么结合.  在选型一文中说到我们选定的RPC框架是Apache Thrift,它的用法是在Ma ...

  4. 译\Node.js应用的持续部署

    Node.js应用的持续部署 翻译前 翻译自:https://blog.risingstack.com/continuous-deployment-of-node-js-applications/ 正 ...

  5. css Animation初体验

    目前有越来越多的网站都使用animation,无论他们是用GIF,SVG,WebGL,视频背景或者其他形式展示.适当地使用动画会让网站更生动,互动性更好,为用户增加一个额外的反馈和体验层. 在本教程中 ...

  6. 在ionic/cordova中使用极光推送插件(jpush)

    Stpe1:创建一个项目(此处使用的是tab类型的项目,创建方式可参照我前一篇如何离线创建Ionic1项目) Stpe2:修改项目信息 打开[config.xml]修改下图内容:

  7. B/S网站中IE6兼容问题

    在HTML中定义的样式,部分样式在IE7以前的版本中的效果是不同的,所以需要在网页中定义让浏览器以IE8的模式启动. 在HEAD中定义标签meta如下: <meta http-equiv=&qu ...

  8. 《C++ Primer》学习笔记【第三部分 类设计者的工具】

    第13章 拷贝控制 使用default:=defult只能修饰默认构造函数或拷贝控制成员,显式地要去编译器生成合成的版本. 使用delete:=delete通知编译器不希望定义这些成员,禁止试图使用它 ...

  9. nginx rewrite 实现二级域名跳转

    当访问http://cbs.test.com跳转到http://www.test.com/test/cbs/方法一: (这种方法浏览器地址会变www.test.com/test/cbs)server ...

  10. ROS学习笔记(七)——节点

    NEW 1 #打开新的终端,以后不再注释$ sudo apt-get install ros-<distro>-ros-tutorials #下载一个教学用的仿真器$ roscore #运 ...