Soul Shields are sets of 8 fragments which serve as the main source of attributes to a character. Additional attributes can be gained from Soul Shields when equipping multiple fragments of a same set. These bonus attributes are gained when a set of 3, 5 or 8 fragments is equipped. One can gain bonus attributes from different sets in this way. Soul Shield fragments can be fused with lesser quality ones, upgrading a specific attribute on the original and sacrificing the lesser quality one.

Soul Shields, like items, range in quality from Normal to Paragon.

In addition to their active Soul Shield, players can carry an alternate Soul Shield to switch to for different occasions (such as one for PvP, one for PvE). Soul Shields can be switched at any time outside of combat either directly through the Inventory window by clicking the cycling arrows button in the top corner, or through the Soul Shield tab at the right of the Inventory window by clicking Equip.

For certain Soul Shields (particularly high-level ones), multiple instances of the same fragment may have different attributes. In these cases, a fragment's attributes are decided randomly when it is unsealed. Most of the time a fragment will have the same type of attributes but the values will change each time a fragment is unsealed.

Soul Shield fragments are numbered clockwise, with the first fragment being at the top.

Each Soul Shield fragment belongs to a set. Collecting and equipping fragments from a same set will unlock additional bonus attributes.

Collect and equip three fragments in a set to unlock the first bonus, collect five to unlock the second, and collect all eight to unlock the final one. This leaves room to mix and match sets if the player feels the second or third bonuses are not helpful. For instance, you may collect five fragments of one set and three of another.

what is blade and soul Soul Shields的更多相关文章

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

  2. Java基础 【类之间的关系】

    在Java与其他面向对象设计语言中,类之间常见的关系有6种 分别是:  依赖.关联.聚合.组合.继承.实现,他们的耦合度依次增强. 其中,关联.聚合.组合关系仅仅是在语义上有所区别,所谓语义就是指上下 ...

  3. 设计模式中类的关系UML

    在java以及其他的面向对象设计模式中,类与类之间主要有6种关系,他们分别是:依赖.关联.聚合.组合.继承.实现.他们的耦合度依次增强. 1. 依赖(Dependence)  依赖关系的定义为:对于两 ...

  4. 八戒转世投胎竟然是Java设计模式:桥接模式

    目录 示例 代码实例 桥接模式 定义 意图 主要解决问题 何时使用 优缺点 八戒转世投胎的故事 示例 请开发一个画图程序,可以画各种颜色不同形状的图形,请用面向对象的思 想设计图形 分析: 1.比如有 ...

  5. Traveling in Blade & Soul

    Traveling in Blade & Soul Walking is too simple. Having trained their physics and spirits for ye ...

  6. blade and soul Group Combos

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

  7. blade and soul Personal Combos

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

  8. How to Develop blade and soul Skills

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

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

随机推荐

  1. 我的git与github学习历程

    因为想要知道如何把代码放到github上,所以就百度了一下,然后找到一个<如何从github上面拷贝源码>的文章,就先进行练习了下   1.首先到git官网下载git版本控制工具的安装包, ...

  2. python utf-8 配置

    环境:centos6.5,python 2.6 源码文档使用utf-8 #!/usr/bin/python # -*- coding: UTF-8 -*- 字符串默认用utf-8(不用在前面加u了) ...

  3. NPOI分层导出

    using NPOI.HSSF.UserModel; using NPOI.POIFS.FileSystem; using org.in2bits.MyXls; using System; using ...

  4. MySQL数据表操作

    创建数据表 打开数据库 USE 数据库名称 mysql> USE D1; Database changed 使用 USE D1:表示打开数据库D1,我们可以通过SELECT DATABASE() ...

  5. 两行代码搞定 JavaScript 的日期验证

    我们通常在 JavaScript 中验证日期,基本的思路大概是,先判断年月日是否有效,再判断当月是否有当日,比如一些月份没有 31 日,平年二月没有 29.30 日,闰年二月没有 30 日等等. 偶然 ...

  6. 1006. Sign In and Sign Out (25)

    At the beginning of every day, the first person who signs in the computer room will unlock the door, ...

  7. HTML转义字符大全

    ISO Latin-1字符集:  — 制表符Horizontal tab  — 换行Line feed  — 回车Carriage Return  — Space ! ! — 惊叹号Exclamati ...

  8. JAVA 1.9 面向对象之封装

    1. 面向对象程序设计的三大基本特征:继承(Inheritence).封装(Encapsulation).多态(Polymorphism)2. 封装:类包含了数据与方法,将数据与方法放在一个类中就构成 ...

  9. 2014最后一天,好烦!这个问题从来没遇到过!网上查找了很多办法都没解决!并且no wifi 了!

    org.hibernate.NonUniqueObjectException: a different object with the same identifier value was alread ...

  10. jQuery.eq() 函数

    eq() 函数 获取当前对象中指定索引所对应的的元素 语法 $selector.eq(index)//index为指定索引,值为数字型 返回值 返回值为一个对象 实例说明 代码 <!DOCTYP ...