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. linux解压/压缩文件

    1.*.tar 用 tar –xvf 解压  2.*.gz 用 gzip -d或者gunzip 解压  3.*.tar.gz和*.tgz 用 tar –xzf 解压  4.*.bz2 用 bzip2 ...

  2. 向STM32 CUBE MX 生成的工程里移植stemwin

    我参考这个文章做的: http://bbs.armfly.com/read.php?tid=1678 这次添加的是没有os的版本 另外跟用不用hal库没关系 1. keil自带了emwin 2. 用c ...

  3. linux下给网卡加VLAN标签和私网地址

    1.加载8021q协议 moprobe 8021q 2.安装必要的包 yum -y groupinstall base linux 3.添加私网地址(写到开机启动项) vconfig add bond ...

  4. .dtsi .dts dtc dtb 是什么

    基础 .dts: device tree source .dtsi:   device tree source include .dts比作源文件,.dtsi比作头文件. dtc是linux源码 /s ...

  5. 复旦大学2015--2016学年第二学期高等代数II期末考试情况分析

    一.期末考试成绩班级前几名 胡晓波(90).杨彦婷(88).宋卓卿(85).唐指朝(84).陈建兵(83).宋沛颖(82).王昊越(81).白睿(80).韩沅伯(80).王艺楷(80).张漠林(80) ...

  6. Tips collection of iOS development

    <转>UITableView当数据很少的时候,去掉多余的cell分割线   在tableView初始化的时候 UIView *v = [[UIViewalloc] initWithFram ...

  7. spark使用02

    1.rdd的初始化 1.1 读取文件来初始化rdd(通过sparkContext的textFile方法) 1.1.1 读取本地文件 SparkConf conf = new SparkConf().s ...

  8. [CF752D]Santa Claus and a Palindrome(优先队列,贪心乱搞)

    题目链接:http://codeforces.com/contest/752/problem/D 题意:给长度为k的n个字符串,每一个字符串有权值,求构造一个大回文串.使得权值最大. 因为字符串长度都 ...

  9. TCP 状态详解 -转载

    TCP 是一个面向连接的协议,无论哪一方向另一方发送数据之前,都必须先在双方之间建立一条连接.本节将详细讨论一个TCP 连接是如何建立的以及通信结束后是如何终止的. 建立一个 TCP 连接 TCP使用 ...

  10. 在tomcat中配置jdk的不同版本

    在tomcat中配置jdk的不同版本---------------------------------------------------------------------------------- ...