Traveling in Blade & Soul

Walking is too simple. Having trained their physics and spirits for years, even a beginner martial artists can walk through thin air with an ability called “windwalking” aka qinggong (“ching-gong”) in wuxia (“woo-shya”). When manipulating their inner Chi to combine with a power of natural Chi, they can jump high, deny gravity, and glide in the air. Because of their mastery in manipulating Chi, martial artists can properly land anywhere at will.

When martial artists improve their gliding techniques, they can also fly in the air, sprint through water, and climb a great high wall from their Chi manipulation.

Martial artists can not keep windwalking forever due to its extensive amount of stamina consumption and concentration. Stamina is going be slightly generated after a successful landing. Only those who are masters in windtalking can learn a trick to increase their stamina and sustain their gliding technique for a longer period of time.

Activating windwalking can be done mainly in 2 ways: double-tapping the “W” key or holding “SHIFT” while running with an increase in moving speed. Remember that windwalking requires a great amount of concentration, and this makes it impossible for a martial artist to perform it during a fight.

Windwalking is Blade & Soul's most basic form of transportation. By double tapping your W key, you immediately start Windwalking, granting you an incredible boost in both speed and agility. While in this state, you run at very high speeds, jump incredibly high, and perform some visually impressive acrobatics while doing so.

Windstriding is the most efficient but expensive method of travel in the game. They allow you to be instantly transported to any town or quest hub. To use this skill, you must have first visited a Windstride location, after which you can go back any time by clicking the icon in the map.

Dragon Pulses are travel "ports" used to get to difficult destinations in Blade & Soul at very high speeds.

Return Charms are items crafted by the Earthseekers which can be used to return to the main towns of every zone.

Traveling in Blade & Soul的更多相关文章

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

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

  3. blade and soul Group Combos

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

  4. blade and soul Personal Combos

    Personal Combos Since Blade and Soul is mainly based on skills, the game is more interesting after y ...

  5. How to Develop blade and soul Skills

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

  6. blade and soul races guide

    Race Four races are available for those who wish to choose the path of martial arts: the careful Gon ...

  7. blade and soul zone overview

    The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Con ...

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

  9. blade and soul factions

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

随机推荐

  1. King's Quest —— POJ1904(ZOJ2470)Tarjan缩点

    King's Quest Time Limit: 15000MS Memory Limit: 65536K Case Time Limit: 2000MS Description Once upon ...

  2. C#导出csv文件

    /// <summary> /// 将DataTable中数据写入到CSV文件中 /// </summary> /// <param name="dt" ...

  3. USB OTG插入检测识别

    转载请标注原文地址:http://blog.csdn.net/uranus_wm/article/details/9838847 一 USB引脚一般四根线,定义如下: 为支持OTG功能,mini/mi ...

  4. mysql 范式和反范式

    第一范式(1NF)强调的是列的原子性,即列不能够再分成其他几列. 第二范式(2NF) 首先是 2NF,另外包含两部分内容一是表必须有一个主键:二是没有包含在主键中的列必须完全依赖于主键,而不能只依赖于 ...

  5. servlet(二)

    一.ServletConfig讲解 1.1.配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个<init-param>标签为servlet配置一些 ...

  6. 关于近期项目代码整理(iOS)

    近期对项目中所经常使用到的封装代码进行整理,并将其上传至网络保存,本人会在后期不间断的更新其内容.具体链接地址为代码封装 关于代码 这些代码为从学习iOS来到现在实际项目开发中,精炼出来的封装代码,使 ...

  7. c#winform程序退出的方法

    一共有4种方式: 1.this.Close();  只是关闭当前窗口,若不是主窗体,无法退出程序,另外若有托管线程(非主线程),也无法干净的退出: 2.Application.Exit();强制所有消 ...

  8. Kafka 高可用设计

    Kafka 高可用设计 2016-02-28 杜亦舒 Kafka在早期版本中,并不提供高可用机制,一旦某个Broker宕机,其上所有Partition都无法继续提供服务,甚至发生数据丢失对于分布式系统 ...

  9. node config

    @echo off title node_5560 cd /d %~dp0 java -jar selenium-server-standalone-.jar ^ -role node ^ -Dweb ...

  10. linux笔记:shell编程-文本处理命令

    cut(字段提取命令,也叫列提取命令): printf(格式化输出命令): awk(awk就是把文件逐行的读入,以空格为默认分隔符将每行切片,切开的部分再进行各种分析处理): sed(sed是一个很好 ...