Faction

You will be asked to join one of the elite Factions as a rising Martial Artist no matter what your race is. They differ in their views on how the realm shall operate but share the same goal of eliminating evil. The Clans you can join will be based on who you choose.

Factions are in-game World Players Verse Players organizations. By equipping corresponding outfit(s) for factions, players can flag themselves and do World PvP in the overworld. Each faction in the game has an opposing faction associated with it and players cannot attack players of other factions that are not the enemy of their faction. Note only the Cerulean Order andCrimson Legion are the only two main factions in the world that has more functions beside only to acquire achievements.

Turning in Prestige Points will increase your Contribution Points toward either Cerulean Order's or Crimson Legion's rank. Players can obtain Prestige Points by killing faction NPCs within the proper level range (This can be seen next to the name toward left with numbers). Executing players will not yield any Prestige Points unless the player carries some when killed. Having a higher reputation means one will less likely to be challenge by other PVPers when wearing Faction Uniforms in the overworld, also allowing players to purchase variety of items from faction merchants.

The Cerulean Order

“So you wish to help society reach its full potential? Then surely you must appreciate the value of order, unity, and dignity.” – Cerulean Elder Hansu

You’ve made a wise choice in seeking out the Cerulean Order. Ours is a refined militant faction that has focuses on the future and the well-being of the realm. We are a group of noble warriors, different from other inferior groups, and it is our obligation to punish the evil forces and bring peace to the world. The war between the Stratus and Talus has thrown the world into disarray. Governments are corrupt from their core. It’s only natural that we seek to remove those broken facets of the system and replace them with a new order, unified and diligent in its desire to improve the lives of the people.

Unlike the anarchistic Crimson Legion, the Cerulean Order focuses on strength in a shared vision of a better tomorrow. We maintain ourselves with a careful system of checks and balances to ensure we do not fall prey to the same corruption that plagued our predecessors. Those deluded Crimson Legion believe society can survive without structure and control, but they are lying to themselves. It is in our very nature to form bonds with one another and work together. You have heard the rallying call to action, so rise to that noble cause and fight with us! Together we can rid the world of its faults and usher in a new age of prosperity for all

The Crimson Legion

“All living beings are born free! Time and again we’ve seen established governments turn corrupt without hesitation, so why should we bow to those who only serve themselves?” –Crimson Chief Sansu

We’ve all been stepped on, kicked around, and mistreated by those who hold unjust power over the populace. Surely you’re as sick of it as the rest of us! The Crimson Legion believes in freedom above all else: freedom to make our own place in the world and freedom to rise against those who would enforce their will on the masses. We’ve all seen the way these overgrown organizations tread all over the common folk. It is the obligation of a government to protect its people and, if it fails in that regard, the people must make a stand for their own rights.

The Cerulean Order is just another stuffy, self-important organization waiting to replace the current bunch. Mark my words: it’ll repeat the same mistakes as the rest! It’s just the nature of those groups trying to force others to bend to their idea of how things should be. The Crimson Legion eschews outdated traditions – we’ll carve a new path for ourselves, leading the way into a future without some oppressive hierarchy dictating our lives. Our passion and drive can’t be resisted! So take up your sword and join us! Together we’ll break the chains of the past and show the world that the human spirit can’t be locked into servitude!

blade and soul factions的更多相关文章

  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. 使用 Intel GPA 与 分析3D程序和抓取模型

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

随机推荐

  1. java cef3 禁止右键菜单项

    如下图所示,在context_menu_handler.cpp中ContextMenuHandler::OnBeforeContextMenu添加以下代码即可: ){ model->Clear( ...

  2. Linux Shell基础知识

    一.文件系统和安全 chmod命令 chmod命令有两种模式,一种是符号模式,用ugo执行用户,用rwx执行权限:另一种是绝对模式,用八进制不同位置的不同值来代表不同用户的不同权限. 符号模式 chm ...

  3. 课堂 表单验证 JavaScript js

    页面加载完才开始执行代码要加上 window.onload = function{ } 获取元素节点 var uesrname = document.getElementById("user ...

  4. JAVA可阻塞队列-ArrayBlockingQueue子类BlockingQueue的应用,使用它来实现子线程打印10次,主线程打印100次,如此反复

    /** * 使用BlockingQueue实现主子线程互相打印 * @author duwenlei * */ public class BlockingQueueTest { public stat ...

  5. Mybatis架构学习

    Mybatis架构学习 MyBatis 是支持定制化 SQL.存储过程以及高级映射的持久层框架.MyBatis 封装了几乎所有的 JDBC 代码和手动设置参数以及获取结果集.可以对配置和原生Map使用 ...

  6. 第一代intel核显id:0046的10.9驱动安装详解(转)

    一代0046 intel核显hd1000m 10.8的驱动已经失效了,开不了QE/CI的 从tonymac找来的驱动,并完善一下 直接上驱动啦 安装步骤务必按照顺序进行,不然是驱动不起来的 第一步:首 ...

  7. NOIP2016普及组复赛解题报告

    提高组萌新,DAY1DAY2加起来骗分不到300,写写普及组的题目聊以自慰. (附:洛谷题目链接 T1:https://www.luogu.org/problem/show?pid=1909 T2:h ...

  8. 前端 JS POST提交

    /*点击事件*/ function deleteExportItemAndEportUser(id) {    post("deleteExportItemAndEportUser" ...

  9. python之实现基于paramiko和mysql数据库的堡垒机

    一.堡垒机结构 堡垒机执行流程: 管理员为用户在服务器上创建账号(将公钥放置服务器,或者使用用户名密码) 用户登陆堡垒机,输入堡垒机用户名密码,现实当前用户管理的服务器列表 用户选择服务器,并自动登陆 ...

  10. Bootstrap3中.container和.container-fluid区别

    .container与.container_fluid是bootstrap中的两种不同类型的外层容器,按照官方的说法,这两者的区别是: .container 类用于固定宽度并支持响应式布局的容器..c ...