Race

Four races are available for those who wish to choose the path of martial arts: the careful Gon, the playful Lyn, the elegant Yun, and the hardworking Jin.

Blade & Soulcontains four playable races. They consist of the powerful Gon, the ambitious Jin, the beautiful Yun and the mischievous Lyn. Each provide a set of classes playable with that race and some share classes with other races. Races could also be available in only one gender. There is no difference in gameplay between races whether mechanics or story wise.

Not all races can be playable with all classes and all genders. Some races are more suitable for specific classes and some are only available in only on gender. Here is a list of the options available for the different races:

NCSoft has finally brought its hugely popular MMO Blade and Soul to the West, with the developer hoping that it will garner a similar level of success on these shores as it enjoyed in Asia. With it achieving 1.5 million concurrent players in the region early last year, a higher number than has been achieved by the likes of World of Warcraft, it certainly has the potential to become the next big thing in the genre.

Gon

Available Classes:

“Harnessing the power of the dragon, the Gon are a force to be reckoned with when it comes to combat, but are loyal and kind-hearted allies.”

This race is proud of their ancestry, which according to legend, have come from the mighty Dragons themselves.

The Gon put value in skills when in combat and physical strength. They do not stop looking for ways to improve their strengths, capabilities, and the ability to appear victorious amid challenges. This then use to protect and serve others around them. Also, the Gons are easy to trust others, which is rather disadvantageous to them, making them vulnerable to treachery so that their strength can be taken advantage of. Nonetheless, if you are steadfast, a strong friendship with a Gon will prove to be a connection that is for life.

Contrary to what most believe, Gons speak in a serene manner and move in rhythmic paces. However, do not be fooled by this somewhat calm nature – Gons are also given quick anger. And once their anger have been incited, nothing can survive their formidable physique and astounding power.

Jin

Available Classes:

“Reflective of the fabled aura of the Black Tortoise, the Jin are skilled, mindful, amiable, enlightened, and righteous.”

In the ancient words of the eastern part of the continent, ‘Jin’ translates to ‘Unyielding Effort’. Most of the notable people in the world come from this race, and to this day, this trait is still what Jin people are known for.

They are smaller in size than the mighty Gon and Jin combatants may appear commonplace to their opponents. But being descendants of the Black Tortoise, their rather plain facade hides a persistence and magnificent strength. Not many will live to tell of a Jin’s skillfulness and perseverance in battle.

Possessing a strong moral compass, the Jins are amiable and thoughtful. If you haappen to find a warrior somewhere who has he tendency to help those who are in need, look closer, most probably that warrior is a Jin.

Yun

Available Classes:

“This purely female race favors the sacred world of nature. Blessed with the aesthetics of the Phoenix, the Yun would rather do away with the intricacies of an industrial life.”

The all-female Yun have an inherent connection with nature. They consider the solar system as their guide, they know the ebb and flow of nature, and they can hear the nature’s music that is otherwise inaudible to other races.

The Yun’s finesse and class are inherited from the Funghuang, a fabled Asian bird. They are one of the best artists in the kingdom, thanks to their inherent artistic talents. Whatever a Yun does, expect beauty to be its end-product, to this reason, they are looked upon as the symbols of art and ingenuity. Their goal is to establish the yin and yang of the world, that is why they keep themselves active in the undertakings of the contemporary world.

The Yun value dignity very highly. When not out slaying enemies on the field, they are teaching and meditating with others.

Lyn

Available Classes:

“The Lyn came from a long line of Kirin ascendants. Not only are they famed for their supernatural fanaticism, but also for their spontaneity.”

The Lyn are easy to recognize with their small tails and big ears. They are also quite playful and impulsive.

This race has innate abilities which makes them special and has helped them endure in a world that is full dangers. Their heightened senses enables them to detect otherwise hidden dishonesty and deceit and also enables them to sense danger allowing them to avoid it. Their ultimate power though is the ability to communicate with spirits that aid in their connection with Familiars and in using earthly powers to their advantage.

Being the spontaneous creatures that they are, expect an interaction with them to be a roller coaster of emotions that includes but not limited to hate, fright, envy, love, and reverence.

blade and soul races guide的更多相关文章

  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 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. Network Wars-ZOJ2676最小割+01规划

    Time Limit: 5 Seconds Memory Limit: 32768 KB Special Judge Network of Byteland consists of n servers ...

  2. Bootstrap 3 Datepicker 使用过程

    最近在创建记录的时候,需要用到日历的功能.本身是使用的bootstrap布局的,所以就找到Datepicker,看了一下用起来还是挺方便的.下面就是使用过程. 依赖的资源 jQuery Moment. ...

  3. angular源码阅读的起点,setupModuleLoader方法

    angular源码其实结构非常清晰,划分的有条有理的,大概就是这样子: (function(window,document,jquery,undefined){ //一些工具函数 //EXPR 编译器 ...

  4. Spring MVC中Action使用总结

    Spring MVC中每个控制器中可以定义多个请求处理方法即Action,Action可以有多个不同的参数,有多种类型的返回结果. 可以作为Action的参数类型有: 表单对象基本数据类型,包括包装类 ...

  5. 描述性统计分析-用脚本将统计量函数批量化&分步骤逐一写出

    计算各种描述性统计量函数脚本(myDescriptStat.R)如下: myDescriptStat <- function(x){ n <- length(x) #样本数据个数 m &l ...

  6. ubuntu文件夹建立软链接方法

    1:预备知识 -s 是代号(symbolic)的意思. 这里有两点要注意:第一,ln命令会保持每一处链接文件的同步性,也就是说,不论你改动了哪一处,其它的文件都会发生相同的变化:第二,ln的链接又软链 ...

  7. gulp 安装笔记

    1.全局安装cnpm(淘宝的npm国内镜像),gulp,rimraf(卸载用插件)npm install -g cnpm --registry=https://registry.npm.taobao. ...

  8. OSX的一些基本知识

    1, 熟悉OSX常用的热键: 花 +C 拷贝(注意,复制是在当前目录中制作一个副本,跟拷贝意义不一样) 花 +V 粘贴(如果用拖拽的方式进行复制,需要按住Option键,相当于Windows的Ctrl ...

  9. 安装rabbitMQ delayed-messaged

    由于一些原因,消息需要延迟发送给消费者,可以用delayed-messaged插件 在 /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.5/plugins目录下 # ...

  10. -/bin/sh: ./led: not found的解决办法

    环境介绍: 开发板:qq2440 交叉编译器:arm-linux-gcc 3.4.1 内核版本:2.6.13 一.针对该类问题从两个方面入手: 1.从权限出发,权限不够会出现此问题 2.从库文件出发, ...