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. 配置L2TP IPsec VPN (CentOS 6.5)

    1. 安装相关包 yum install -y ppp iptables make gcc gmp-devel xmlto bison flex libpcap-devel lsof vim-enha ...

  2. Qt on Android 蓝牙开发

    版权声明:本文为MULTIBEANS ORG研发跟随文章,未经MLT ORG允许不得转载. 最近做项目,需要开发安卓应用,实现串口的收发,目测CH340G在安卓手机上非常麻烦,而且驱动都是Java版本 ...

  3. 如何静态添加toolbar到datagrid

    这个示例向你展示如何添加toolbar到datagrid. 创建 DataGrid <table id="tt" class="easyui-datagrid&qu ...

  4. python json操作

    来源 http://www.cnblogs.com/qq78292959/p/3467937.html 什么是json: JSON(JavaScript Object Notation) 是一种轻量级 ...

  5. 几个简单的css样式使用说明

    假设我们的单标签是一个 div: 定义如下通用CSS: div{ position:relative; width:200px; height:60px; background:#ddd; } 法一: ...

  6. hive的使用03

    1.hive中的四种排序 1.1 order by :对全局进行排序,只能有一个reduce select * from hive.employee order by id;

  7. iOS利用通知逆传值

    直接创建两个控制器,点击跳转第二个界面,然后点击按钮进行传值 #import "ViewController.h" #import "TWOOViewController ...

  8. ubuntu host备份 ubuntu无法解析主机

    /etc/hosts # Copyright (c) 2014-2016, racaljk.# https://github.com/racaljk/hosts# Last updated: 2016 ...

  9. ASP.NET中cookie与Fiter实现简单登陆,AllowAnonymous匿名登陆

    向服务器发送cookie 在登陆的时候,我们可以可以通过下列代码,向服务器发送cookie,其中包括自己的账号信息(不涉及加密),用以后面判断访问者. HttpCookie cookie = new ...

  10. HMI与设计模式

    设计模式是做一个好的架构的一个基础.那么设计模式具体的概念是啥呢?百度百科曰:设计模式(Design pattern)是一套被反复使用.多数人知晓的.经过分类编目的.代码设计经验的总结.使用设计模式是 ...