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. sql 语句纵表变横表

    现把转换方法列举如下: 1.纵表转横表: 纵表结构 TableA Name Course Grade 张三 语文 75 张三 数学 80 张三 英语 90 李四 语文 95 李四 数学 55 横表结构 ...

  2. easyui 日期控件清空值

    最近用了Easyui的日期控件datebox,项目中要将选中值清空,于是就研究了一下. 1,调用方法清空 $('#yourId').combo('setText',''); 2,更改js文件 从官网下 ...

  3. PHP优化笔记

    1.指定display_function内容,用来禁用危险参数 2.指定display_errors = Off 来关闭错误显示 3.这个和上一条有因果关系,关闭了错误前台显示,但是要记录错误信息就必 ...

  4. 如何在RCP程序中添加一个banner栏

    前言:这段时间还算比较空闲,我准备把过去做过的有些形形色色,甚至有些奇怪的研究总结一下,也许刚好有人用的着也不一定,不枉为之抓耳挠腮的时光和浪费的电力.以前有个客户提出要在RCP程序中添加一个bann ...

  5. jquery学习方法

    http://www.runoob.com/jquery/jquery-tutorial.html jQuery 语法 通过 jQuery,您可以选取(查询,query) HTML 元素,并对它们执行 ...

  6. python 拾贝

    1. 内建的 type() 函数带三个参数时, 将作为强悍的动态类构造器. 如下:   type(name, bases, dict) 返回一个新的type对象. 基本上是 class 语句的动态形式 ...

  7. 正尝试在 OS 加载程序锁内执行托管代码。不要尝试在 DllMain 或映像初始化函数内运行托管代码,这样...

    出错提示: 正尝试在 OS 加载程序锁内执行托管代码.不要尝试在 DllMain 或映像初始化函数内运行托管代码,这样做会导致应用程序挂起. 原因分析: .NET2.0中增加了42种非常强大的调试助手 ...

  8. ORACLE常用SQL优化hint语句

    在SQL语句优化过程中,我们经常会用到hint,现总结一下在SQL优化过程中常见Oracle HINT的用法: 1. /*+ALL_ROWS*/ 表明对语句块选择基于开销的优化方法,并获得最佳吞吐量, ...

  9. 7.dotnet core 如何发邮件

    需要用到的Nuget包 "MailKit": "1.8.1", 方法 /// <summary> /// 发送邮件(支持Html发送,支持添加一个附 ...

  10. python os模块(2)

    os模块主要用于:目录.文件(删除.判断.分割文件名和后缀) 目录 (1)获取当前目录(2)修改目录(3)生成目录(4)删除目录(5)查看目录下的内容(6)重命名目录(7)修改时间属性(8)链接目录( ...