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 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的更多相关文章
- 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 ...
- blade and soul Group Combos
Group Combos A martial artist always make friends along their way. They learn how to work and fight ...
- blade and soul Personal Combos
Personal Combos Since Blade and Soul is mainly based on skills, the game is more interesting after y ...
- How to Develop blade and soul Skills
How to Develop Skills Each skill can be improved for variation effects. Some will boost more strengt ...
- 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 ...
- blade and soul races guide
Race Four races are available for those who wish to choose the path of martial arts: the careful Gon ...
- blade and soul zone overview
The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Con ...
- blade and soul factions
Faction You will be asked to join one of the elite Factions as a rising Martial Artist no matter wha ...
- Dubbo学习系列之十七(微服务Soul网关)
论起微服务,哪能不谈网关,老将有Zuul,后继有Gateway,但这些都和SpringCloud关系密切,其他网关如Kong,因Lua原因,玩起来略不顺手.这不,就来了个Soul,我顺便拿来整进了我在 ...
随机推荐
- Web App适配不同屏幕的几点建议
安卓设备在屏幕尺寸和像素密度上差别很大,因此在使用WebView加载网页时就需要考虑到这种差别,对我们的网页做出精心的设计以在不同的屏幕上都能得到合适的展现.通常情况下,我们需要考虑到两个因素:1.视 ...
- 介绍MFSideMenu左右滑动控件的使用
昨天刚写完侧滑菜单的实例,今天在CocoaChina网站上看到一篇非常好的侧滑菜单设计案例文章,分享给大家.http://www.cocoachina.com/macdev/uiue/2013/071 ...
- C++多线程の8*2重多线程创建方式
- GET方法和POST方法
package com.hanqi.cunchu; import android.app.ProgressDialog; import android.support.v7.app.AppCompat ...
- ImageList图标左边有黑色竖线
ImageList图标左边有黑色竖线, 原因 ImageList颜色深度太小引起的,解决方案,把颜色深度调成Depth32Bit 默认: 修改为: 结果: 备注:根据文件获得文件的系统图标: Icon ...
- 关于DSP的boot mode / boot loader /上电顺序 /在线升级等问题的总结
使用器件 ti dsp c2000 2837x 1.dsp的上电过程和boot mode以及boot loader 1)dsp的上电顺序, 对于双核系统而言 , 他的上电启动顺序如下所示: 系统复位或 ...
- 水平垂直居中div(css3)
一.在需要居中的元素加上如下C3属性即可: <!doctype html><html lang="en"><head> <meta cha ...
- C程序中常见的内存操作错误
对C/C++程序员来说,管理和使用虚拟存储器可能是个困难的, 容易出错的任务.与存储器有关的错误属于那些令人惊恐的错误, 因为它们在时间和空间上, 经常是在距错误源一段距离之后才表现出来. 将错误的数 ...
- mac上的git环境配置
git生成ssh key for mac 打开终端 cd ~/.ssh 看有没有文件 没有的时候 有有ssh key是这样的多了id_rsa(私钥)和 id_rsa.pub(公钥) 没有的话创建 ss ...
- [poj1182]食物链(并查集+补集)
食物链 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 64841 Accepted: 19077 Description ...