These soul shields can either be obtained by E.Fleet Supply Chain or Blackram Supply Chain (4-man or 6-man). You can also exchange 10 Siren Emblems to a vendor in front of E.Fleet Supply Chain for a specific piece.

In E.Fleet they mostly come from boxes obtained from the bosses that spawn there such as Slashimi. However, you must do enough damage to the boss to get a "brilliant" version of the bosses' box in order to have a chance to obtain these soul shields.

In Blackram Supply Chain, these soul shields drop after each boss kill like previous dungeons (ex. Tomb of Exiles) and party members must outbid each other for them.

  • Note- Each piece of the soul shield set can roll different values but will always have HP as the base stat although this HP value has a set range it can roll for each piece as well. For example, soul shield #1 can roll 1540 HP, 58 Crit, 116 Accuracy OR 1540 HP, 46 Block, and 116 Accuracy (this is not the only variation)

Unlike other MMOs, armors aren’t an important factor in increasing player defense. In Blade and Soul, it is “Soul Shield”.

Soul Shield consists of 8 individual pieces. Each piece provides a different type of attributes including defense, HP, Accuracy, Critical, and so on. There is also a soul shield set providing additional bonus when wearing 3, 5, and 8 parts at the same time. It’s not necessary to focus only on a set of complete 8-piece Soul Shield. Sometimes, 5 pieces of 1 soul shield set and another 3 from other set gives a better bonus. Soul Shield bonus can be customized by using different Soul Shield pieces.

Since Soul Shield plays a part in increasing defense and related attributes, a martial artist is required to wear a cloth. Without it, Soul Shield can not be activated.

There’s a section in an inventory purely for Soul Shield. It will show how many Soul Shield pieces for each set you have at the moment, which part you will still need, and which set you have already completed. This also gives you a better overview for each set and makes it easier to compare the effectiveness of all Soul Shields set in your possession. Soul Shields can be changed at will while not in a fight.

I'm a bit confused on what SS set I should be aiming for (PvE). I've tried to research a bit but no one seems to agree. So far the best setups I've heard are

1- Misty Woods (faction farm set) pieces 1,2,3,4,6 and Brightstone 5,7,8

2- Full Misty Woods

3- Full Dokomo

3- Full PoH 24 (w/e it's called) blue version or purple if possible

Is there an optimal setup or is everyone just grabbing whatever? It's just that it'd be nice to know what to focus on.

how to get soul shields in blade and soul的更多相关文章

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

  2. blade and soul Group Combos

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

  3. blade and soul Personal Combos

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

  4. How to Develop blade and soul Skills

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

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

  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. 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. Dubbo学习系列之十七(微服务Soul网关)

    论起微服务,哪能不谈网关,老将有Zuul,后继有Gateway,但这些都和SpringCloud关系密切,其他网关如Kong,因Lua原因,玩起来略不顺手.这不,就来了个Soul,我顺便拿来整进了我在 ...

随机推荐

  1. c++的多线程和多进程

    一.多进程和多线程对比 多进程:进程不止一个,开销比较大,通信方式比较复杂(可以用过管道.文件.消息队列进行通信),维护成本不高. 多线程:利用共享内存的方式进行指令的执行,开销比较低,但是维护起来比 ...

  2. sp 数据导入导出

    https://msdn.microsoft.com/zh-cn/library/ee231568.aspxsharepoint 微软文档 sharepoint 导入导出分两种: 1.一个网站全部导入 ...

  3. spark使用02

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

  4. flume的使用

    1.flume的安装和配置 1.1 配置java_home,修改/opt/cdh/flume-1.5.0-cdh5.3.6/conf/flume-env.sh文件

  5. 第二,C语言示例

    #include<stdio.h> int main (void)                 /*WTF*/ { int num; num=1; printf(" I am ...

  6. 7. Swift 基于Xmpp和openfire实现一个简单的登录注册

    1. 基本步骤:首先导入Xmpp框架,配置环境 ->由于我们使用的是OC的Xmpp框架,再进行Swift开发时需要进行桥接. 具体方法就是创建一个基于c的.h的头文件,然后将我们需要编译OC的语 ...

  7. mysql导入乱码问题,centOS

    CREATE DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;mysql -uroot -p --default ...

  8. PHP: 深入pack/unpack

    https://my.oschina.net/goal/blog/195749 PHP作为一门为web而生的服务器端开发语言,被越来越多的公司所采用.其中不乏大公司,如腾迅.盛大.淘米.新浪等.在对性 ...

  9. 数据结构代码整理(线性表,栈,队列,串,二叉树,图的建立和遍历stl,最小生成树prim算法)。。持续更新中。。。

    //归并排序递归方法实现 #include <iostream> #include <cstdio> using namespace std; #define maxn 100 ...

  10. Example For maven-compiler-plugin

    1. Compiling Sources Using A Different JDK The compilerVersion parameter can be used to specify the ...